@charset "utf-8";


/*mypage*/

.members_history_block {
  display: flex;
  flex-direction: column-reverse;
}

table.future_list {
  text-align: left;
}

table.history_list {
  text-align: left;
}

.cancel a {
  display: block;
  background: orange;
  border-radius: 7px;
  width: max-content;
  padding: 7px 15px;
  color: #FFF;
}


.members_history_block p:first-child {
    display: none;
}


.form.reserve {
  width: 100%;
  max-width: 550px;
  margin: 0 auto;
}


.reservation dl {
  display: flex;
  flex-wrap: wrap;
    margin: 0 0 20px 0;
border-bottom: 1px solid #CCC;
}

.reservation dt, .reservation dd {
  margin-top: 0;
  padding: 10px 0px 13px 10px;
  border-top: 1px solid #ccc;
  box-sizing: border-box;
}

.reservation dt {
  clear: both;
  width: 33%;
    float: none;
}

.reservation dd {
  width: 67%;
  float: none;
  margin-left:0px;
}



ul.tab_schedule {
    display: flex;
    justify-content: space-around;
    font-size: 1.2rem;
    border-bottom: 1px solid #CCC;
    margin: 40px 0;
}

ul.tab_schedule li{
    width: 40%;
    border: 1px solid #CCC;
    border-bottom: none;
    background: #fff;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;

}


ul.tab_schedule li a {
    display: block;
    text-align: center;
    padding: 10px;
    color: #666;
    font-weight:bold;
    width:100%;
    font-size:0.9rem;
}
ul.tab_schedule li.on{
background: #f8e58c;
}
ul.tab_schedule li.on a{
    color: #fff;
    font-size:1rem;
    width:100%;

}

table.daily_schedule th {
  width: 25%;
}



.tml.tml-login {
    width: 90%;
    margin: 0 auto;
    max-width: 300px;
}

.tml.tml-lostpassword {
     width: 90%;
    margin: 0 auto;
    max-width: 300px;
}

.swpm-registration-widget-form {
    width: 90%;
    max-width: 550px;
    margin: 0 auto;
    line-height: 2;
}



table.weekly_schedule td, table.weekly_schedule th.times {
    padding: 3px !important;
    border-width: 1px 1px 0;
    border-style: solid;
    border-color: #ccc;
    text-align: center;
    line-height: 1.7em;
    background: #EFEFEF;
    font-size: 16px;
    color: #666;
}

table.weekly_schedule td.you {
  background-color: #ffa;
  font-size: 12px;
  line-height: 1.4;
}

table.weekly_schedule td.open {
    background-color: #FFF;
    /* color: red; */
}

table.weekly_schedule td.open a {
    color: crimson;
}

table.weekly_schedule th.sunday {
    background-color: pink;
    color: crimson;
}

table.weekly_schedule th.saturday {
    background-color: lightblue;
    color: #06c;
}

table.weekly_schedule th.times {
    width: 10%;
    font-size: 12px !important;
    font-weight: normal;
    background: #f9f9f9;
}



input[type="text"] ,input[type="email"] ,input[type="password"] {
    padding: 7px;
    font-size: 16px;
    border: 1px solid #CCC;
    box-sizing: border-box;
    width: 85% !important;
    appearance: none;
    margin: 0 10px 0 0;
}


button, [type="button"], [type="reset"], [type="submit"] {
    padding: 10px;
width: 100%;
appearance: none;
border-radius: 5px;
}




.swpm-registration-widget-form th{
    width: 190px;
font-size: 15px;
text-align: left;
    padding: 0 0 10px 0;
}

.swpm-registration-widget-form th span{
    font-size: 11px;
    color: red;
    font-weight: normal;
}
.swpm-registration-widget-form td{
    font-size: 12px;
    padding: 0 0 10px 0;
}


.swpm-registration-widget-form .name {
  display: flex;
    align-items: baseline;
}

.swpm-registration-widget-form td.name p{
    width: 38%;
    margin: 0 5px 0 0;
    padding: 0 15px 0px 0;
}

.swpm-registration-widget-form td.name p input[type="text"]{
    width: 100% !important;
}

.swpm-registration-submit {
  margin: 40px 0;
}


.swpm-edit-profile-form {
  width: 90%;
  max-width: 670px;
  margin: 0 auto;
}


.swpm-edit-profile-form th{
    width: 190px;
font-size: 15px;
text-align: left;
    padding: 0 0 10px 0;
}

.swpm-edit-profile-form td{
    font-size: 16px;
    padding: 0 0 10px 0;
}


.swpm-edit-profile-form .name {
  display: flex;
    align-items: baseline;
}

.swpm-edit-profile-form td.name p{
    width: 38%;
    margin: 0 5px 0 0;
    padding: 0 15px 0px 0;
}

.swpm-edit-profile-form td.name p input[type="text"]{
    width: 100% !important;
}






@media screen and (max-width: 640px) {

    .form {
  padding: 20px 0 0 0;
}

   .swpm-registration-widget-form th {
  width: 100%;
  font-size: 15px;
  text-align: left;
  float: left;
}
    .swpm-registration-widget-form td {
  font-size: 12px;
  width: 100%;
  min-width: 100%;
  float: left;
}
    .swpm-registration-widget-form input[type="text"], .swpm-registration-widget-form input[type="password"] {
  width: 83%;
  position: relative;
  margin: 0 10px 0 0;
}

    .swpm-registration-widget-form td.name p {
  width: 47%;
  margin: 0 -12px 0 0;
  padding: 0 0px 0px 0;
}

    .swpm-registration-widget-form td.name p input[type="text"] {
  width: 83% !important;
}




  .swpm-edit-profile-form th {
  width: 100%;
  font-size: 15px;
  text-align: left;
  float: left;
}
  .swpm-edit-profile-form td {
  font-size: 12px;
  width: 100%;
  min-width: 100%;
  float: left;
}
   .swpm-edit-profile-form input[type="text"], .swpm-edit-profile-form input[type="password"] {
  width: 100% !important;
    position: relative;
    margin: 0;
}

  .swpm-edit-profile-form td.name p {
  width: 47%;
  margin: 0 -12px 0 0;
  padding: 0 0px 0px 0;
}

  .swpm-edit-profile-form td.name p input[type="text"] {
  width: 83% !important;
}


    ul.tab_schedule {
    display: flex;
    justify-content: space-around;
    font-size: 0.8rem;
    border-bottom: 1px solid #CCC;
    margin: 2rem 0 0;
}

    ul.tab_schedule li {
    width: 48%;
    border: 1px solid #CCC;
    border-bottom: none;
}

    ul.tab_schedule li a {
    display: block;
    text-align: center;
    padding: 10px 0;
    color: #666;
}



}


/*reserve*/

.list_pagenavi .prev_page {
    float: left;
    width: max-content;
}

.list_pagenavi .next_page {
    float: right;
    text-align: right;
    width: max-content;
}


.list_pagenavi .next_page a{
    border: 1px solid #CCC;
    padding: 5px 10px;
    border-radius: 5px;
    display: flex;
    width: max-content;
    margin: 10px 0 10px auto;
    font-size: 13px;
}

.list_pagenavi .prev_page a {
    border: 1px solid #CCC;
    padding: 5px 10px;
    border-radius: 5px;
    display: flex;
    width: max-content;
    margin: 10px auto 10px 0;
    font-size: 13px;
}



/*menu*/


.maincol.post ul.menu_list {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding: 0;
    border: none;
}

.maincol.post ul.menu_list li {
    list-style: none;
    width: 30%;
    margin: 0 0 20px 0;
}

.maincol.post ul.menu_list li a {
    display: flex;
    padding: 15px;
    border: 1px solid #666;
    justify-content: space-between;
}


.maincol.post ul.menu_navi {
    display: flex;
    border: none;
    padding: 0;
    justify-content: space-between;
}

.maincol.post ul.menu_navi li{
    list-style: none;
    width: 15%;
        margin: 0;
}

.maincol.post ul.menu_navi li a{
    text-align: center;
    padding: 7px;
    border: 1px solid #CCC;
    width: 100%;
    display: flex;
    box-sizing: border-box;
    justify-content: space-between;
    align-items: center;
}


.price {
    width:100%;
    margin: 0 auto;
}

.price dl {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 80%;
    margin: 0 auto;
}

.price dl dt{
    width: 75%;
    border-bottom: 1px dotted #CCC;
    padding: 10px 0;
}

.price dl dt p{
    font-size: 12px;
    margin: 0;
    color: #666;
}

.price dl dd{
    width: 25%;
    text-align: right;
    border-bottom: 1px dotted #CCC;
    padding: 10px 0;
}


.maincol.post .price ul.photo {
    padding: 10px;
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    border: none;
    margin: 0;
}


.maincol.post .price ul.photo li {
    list-style: none;
    width: 22%;
    padding: 10px 0;
    margin: 0 14px;
}

.maincol.post .price ul.photo li img {
    width: 100%;
    height: 160px;
    object-fit: cover;
}


.maincol.post .price ul.photo li h4{
    margin: 0;
    border: none;
    font-size: 16px;
    font-weight: bold;
    padding: 0;
}


.maincol.post .price ul.photo li p{
    margin: 0 0 4px 0;
}

.maincol.post .price ul.photo li .note{
    font-size: 12px;
    color: #666;

}



.maincol.post .price ul.detail {
    padding: 10px;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    border: none;
    margin: 0;
}

.maincol.post .price ul.detail li {
    list-style: none;
    margin: 0;
    width: 48%;
     border-bottom: 1px dotted #CCC;
    padding: 10px 0;
}

.maincol.post .price ul.detail li h4{
    margin: 0;
    border: none;
    font-size: 15px;
    font-weight: normal;
    display: flex;
    justify-content: space-between;
    padding: 0;
}

.maincol.post .price ul.detail li h4 p{
    margin: 0;
    width: 67%;
    line-height: 1.4;
}

.maincol.post .price ul.detail li h4 .pay {
    width: 32%;
    text-align: right;
}

.maincol.post .price ul.detail li .note{
    font-size: 12px;
    color: #666;
    margin: 0;
}


.menu .recommend ul {
    display: flex;
    box-sizing: border-box;
    padding: 0 !important;
    border: none;
    flex-wrap: wrap;
    justify-content: space-between;
}

.menu .recommend ul li {
    width: 48%;
    list-style: none !important;
    margin:0 0 20px 0;
    padding: 0;
    box-sizing: border-box;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}


.menu .recommend ul li img {
    width: 34%;
    height: 145px;
    object-fit: cover;
}

.menu .recommend ul li div {
    width: 62%;
}

.menu .recommend ul li h4 {
    margin: 0 0 15px 0;
    width: 100%;
    padding: 0 0 10px 0;
}


.menu .recommend ul li p {
    margin: 0 0 10px 0;
    font-size: 14px;
    line-height: 1.6;
}


.menu .recommend ul li .pay{
    font-weight: bold;
    font-size: 16px;
}


@media screen and (max-width: 640px) {


    .maincol.post ul.menu_list li {
    list-style: none;
    width: 47%;
    margin: 0 0 20px 0;
}


.maincol.post ul.menu_navi {
    display: flex;
    border: none;
    padding: 0;
    justify-content: space-evenly;
    flex-wrap: wrap;
    margin: 0;
}

.maincol.post ul.menu_navi li {
    list-style: none;
    width: 31%;
    margin: 6px 0;
}

    .maincol.post ul.menu_navi li a {
    text-align: center;
    padding: 7px 4px;
    border: 1px solid #CCC;
    width: 100%;
    display: flex;
    box-sizing: border-box;
    justify-content: space-evenly;
    align-items: center;
    font-size: 12px;
}

    .maincol.post .recommend h3{
        margin: 10px 0;
    }


    .menu .recommend ul li {
    width: 100%;
}

    .menu .recommend ul li img {
    width: 46%;
    height: 120px;
}
    .menu .recommend ul li div {
    width: 50%;
}

    .menu .recommend ul li p {
    font-size: 12px;
}


    .maincol.post .price ul.photo li {
    width: 90%;
}
    .maincol.post .price ul.photo li .note {
    line-height: 1.4;
    padding: 7px 0 0 0;
}

    .maincol.post .price ul.detail li {
    width: 100%;
}
    .maincol.post .price ul.detail li h4 {
    font-size: 13px;
}
}



/*appearance */

.appearance .slick-slide {
    position: relative;
}


.appearance .slick-slide img {
    display: block;
    width: 100%;
}

.appearance .slider-nav li img {
    padding: 0px;
    margin: 0;
    width: 95% !important;
}

.appearance .slick-slide p {
    position: absolute;
    bottom: 0;
    width: 100%;
    padding: 10px;
    background: rgba(0,0,0,0.4);
    left: 0;
    color: #FFF;
    font-size: 14px;
}




/*course*/
.maincol.post ul.course_list{
    border: none;
    padding: 0;

}

.maincol.post ul.course_list li {
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin: 0;
}

.maincol.post ul.course_list li h3{
    width: 100%;
}

.maincol.post ul.course_list li .image{
    width: 40%;
}

.maincol.post ul.course_list li .image img {
    width: 100%;
    height: 260px;
    object-fit: cover;
}

.maincol.post ul.course_list li .disc{
    width: 57%;
}

.maincol.post ul.course_list li .disc dl {
    border-top: 1px solid #CCC;
    border-left: 1px solid #CCC;
    display: flex;
    flex-wrap: wrap;
    font-size: 14px;
}

.maincol.post ul.course_list li .disc dl dt{
    width: 30%;
    border-bottom: 1px solid #CCC;
    border-right: 1px solid #CCC;
    box-sizing: border-box;
    padding: 7px;
    background: #EFEFEF;
}

.maincol.post ul.course_list li .disc dl dd{
    width: 70%;
    border-bottom: 1px solid #CCC;
    border-right: 1px solid #CCC;
    box-sizing: border-box;
    padding: 7px;
}


.maincol.post ul.course_list li .disc dl dd label.open {
    border: 1px solid #666;
    padding: 7px;
    display: flex;
    width: max-content;
}

.maincol.post p.btn_reserve{
    background: orange;
    border-radius: 8px;
     margin: 20px 0 0 auto;
    width: 300px;
        padding: 3px;
}


.maincol.post p.btn_reserve a {
    color: #FFF;
    padding:10px 15px;
    display: flex;
    font-size: 18px;
    font-weight: bold;
    align-items: center;
    justify-content: space-between;
    text-shadow: 1px 1px 1px rgb(0 0 0 / 60%);
    border: 1px solid #FFF;
    border-radius: 8px;
}


.course_list .open {
	cursor:pointer; /* マウスオーバーでカーソルの形状を変えることで、クリックできる要素だとわかりやすいように */
}
.course_list #pop-up {
	display: none; /* label でコントロールするので input は非表示に */
}
.course_list .overlay {
	display: none; /* input にチェックが入るまでは非表示に */
}
.course_list #pop-up:checked + .overlay {
	display: block;
	z-index: 9999;
	background-color: #00000070;
	position: fixed;
	width: 100%;
	height: 100vh;
	top: 0;
	left: 0;
}
.course_list .window {
	width: 680px;
	background-color: #ffffff;
	border-radius: 6px;
	position: fixed;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}

.course_list .window h3 {
    width: 87% !important;
    margin: 30px auto;
    font-size: 16px;
}

.course_list .close {
	cursor:pointer;
	position: absolute;
	top: 4px;
	right: 4px;
	font-size: 20px;
}

.course_list .detail {
    width: 94%;
    padding: 0 36px;
    overflow: auto;
    height: 600px;
    box-sizing: border-box;
    margin: 20px 0;
}



@media screen and (max-width: 640px) {
.maincol.post ul.course_list li .image {
    width: 100%;
}
.maincol.post ul.course_list li .disc {
    width: 100%;
}

.maincol.post p.btn_reserve {
    margin: 20px auto 0 auto;
}

}



/*blog*/

.blog_list_under li {
  display: flex;
  justify-content: space-between;
    margin: 0 0 50px;
}

.blog_list_under li .disc{
    margin: 0 0 0 35px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
        width: 65%;
}

.blog_list_under li .disc .date{
    color: #64777E;
    font-family: 'Jost', sans-serif;
}

.blog_list_under li .disc .date span {
  background: darkkhaki;
  color: #FFF;
  padding: 2px 7px;
  font-size: 13px;
    font-family: 'Noto Sans JP', sans-serif;
}

.blog_list_under li .disc h4 a{
    color: #000;
    font-size: 24px;
}

.blog_list_under li .disc .text{
    font-size: 14px;
     display: -webkit-box;
overflow: hidden;
-webkit-line-clamp: 2;
-webkit-box-orient: vertical;
}

.blog_list_under li .disc .btn01{
    width: 100%;
    margin: 0 0 0 auto;
}

.blog_list_under li .disc .btn01 a{
    width: 100%;
    padding: 10px;
}


@media screen and (max-width: 640px) {
.blog_list_under li {
    display: block;
    justify-content: space-between;
    margin: 0 0 50px;
}
    .blog_list_under li .image img {
    width: 100%;
    height: auto;
}
    .blog_list_under li .disc {
    margin: 0;
            width: 100%;
}
    .blog_list_under li .disc h4 {
    line-height: 1.4;
}
}




/*campaign*/

.campaign{
    /* background: #EFEFEF; */
    padding: 50px 0;
}

.campaign .inner_page {
    width:100%;
    margin: 0 auto;
    max-width: 800px;
    background: #FFF;
}


.campaign .mainimage {
    position: relative;
}

.campaign .mainimage img{
    vertical-align: bottom;
    width: 100%;
}

.campaign .mainimage .read {

}

.campaign .read h2 {
    padding: 15px 20px;
    margin: 0 0 15px 0;
    line-height: 1.4;
    font-weight: bold;
}

.campaign .read p{
    margin: 0 auto;
    padding:0 1rem;

}
.campaign .btn_cv {
    width: 300px;
    margin: 0 auto 20px auto;
    box-shadow: 0px 1px 3px #666;
    border: 1px solid #FFF;
    background: rgb(255,165,63);
background: linear-gradient(180deg, rgba(255,165,63,1) 0%, rgba(233,78,0,1) 100%);
}

.campaign .btn_cv a{
    padding: 15px 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #FFF;
    font-size: 20px;
    letter-spacing: 1px;
}

.campaign .btn_cv a span{
    background: rgba(255,255,255,0.4);
    border-radius: 50%;
    font-size: 20px;
    margin:0 0 0 10px;
}


.campaign .period {
    padding: 0 0 20px 0;
}


.campaign .period dl {
    display: flex;
    justify-content: flex-start;
    padding: 40px 20px 20px;
    font-size: 28px;
    font-weight: bold;
    flex-wrap: wrap;
    align-items: center;
    letter-spacing: 2px;
}

.campaign .period dl dt {
    background: #EFEFEF;
    font-size: 14px;
    padding: 5px 15px;
    margin: 0 10px 15px 0;
    width: 10%;
    text-align: center;
}
.campaign .period dl dd{
    margin: 0 0 15px 0;
    width: 83%;
}

.campaign .period dl dd span{
    font-size: 20px;
}

.campaign .problem{
    padding: 80px 30px;
    text-align: center;
}

.campaign .problem .inner{
    width: 100%;
    max-width: 563px;
    margin:50px auto 0 auto;
    border-radius: 15px;
    padding: 37px;
    box-sizing: border-box;
    background: #FFF;
}


.campaign .problem h2 {
    text-align: center;
    font-weight: bold;
    font-size: 30px;
    padding: 0 0 0px 0;
    width: max-content;
    margin: 0 auto 40px;
    display: inline;
    line-height: 1.6;
}

.campaign .problem ul {
    margin: 40px 0 20px 0;
}

.campaign .problem ul li{
    background: url(../img/lp/ico_check.png) no-repeat top left;
    padding: 0 0 8px 34px;
    margin: 0 0 15px 0;
    font-weight: bold;
    font-size: 20px;
    line-height: 1;
    text-align: left;
}

.campaign .problem .text{
    text-align: left;
}


/*lp service*/

.campaign .service {
    padding: 80px 0 40px 0;
    width: 93%;
    max-width: 90%;
    margin: 0 auto;
}


.campaign .service h2{
        text-align: center;
    padding: 0;
    margin: 0 0 20px;
    font-weight: bold;
}

.campaign .service .read{
    text-align: center;
    padding: 20px 0;
}

.campaign .service dl {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin: 40px 0 0 0;
}

.campaign .service dl dt{
    width: 45%;
    margin: 0 0 40px;
}

.campaign .service dl dd{
    width: 52%;
    margin: 0 0 40px;
}

.campaign .service dl dd h3{
    background: none;
    padding: 0 0 10px 0;
    margin: 0;
    font-weight: bold;
}

/*lp voice*/

.campaign .voice{
    padding: 80px 0 40px 0;
}

.campaign .voice .inner {
    width: 90%;
    max-width: 563px;
    margin: 0 auto;
}


.campaign .voice h2{
        text-align: center;
    padding: 0;
    margin: 0 0 20px;
    font-weight: bold;
}

.campaign .voice .read{
    text-align: center;
    padding: 20px 0;
}

.campaign .voice li{
    background: #FFF;
    padding: 20px;
    border-radius: 15px;
    margin: 0 0 40px 0;
}

.campaign .voice li h3{
    display: flex;
    align-items: center;
    background: none;
    padding: 0;
    margin: 0;
    font-weight: bold;
    font-size: 15px;
}

.campaign .voice span.sh{
    margin: 0 auto 0 0;
    font-size: 13px;
}

.campaign .voice p span{
    color: #CCC;
    font-size: 13px;
    margin: 0 2px 0 0;
    line-height: 1;
}

.campaign .voice p.star1 span:nth-last-child(n+5){
    color: #FFD445;
}

.campaign .voice p.star2 span:nth-last-child(n+4){
    color: #FFD445;
}

.campaign .voice p.star3 span:nth-last-child(n+3){
    color: #FFD445;
}

.campaign .voice p.star4 span:nth-last-child(n+2){
    color: #FFD445;
}

.campaign .voice p.star5 span:nth-last-child(n+1){
    color: #FFD445;
}

.campaign .voice .comment{
    font-size: 14px;
}


/*lp faq*/


.campaign .faq{
    padding: 80px 0 0 0;
}


.campaign .faq h2{
        text-align: center;
    padding: 0;
    margin: 0 0 20px;
    font-weight: bold;
}

.campaign .faq .read{
    text-align: center;
    padding: 20px 0;
}


/*アコーディオン全体*/
.accordion-area{
    list-style: none;
    width: 96%;
    max-width: 900px;
    margin:0 auto;
}

.accordion-area li{
    margin: 10px 0;
}

.accordion-area section {
}

/*アコーディオンタイトル*/
.title_faq {
    position: relative;
    cursor: pointer;
    font-size: 1rem;
    font-weight: normal;
    padding: 16px;
    transition: all .5s ease;
    background: #EFEFEF;
    color: #000;
    font-size: 14px;
}

/*アイコンの＋と×*/
.title_faq::before,
.title_faq::after{
    position: absolute;
    content:'';
    width: 15px;
    height: 2px;
    background-color: #666;

}
.title_faq::before{
    top:48%;
    right: 15px;
    transform: rotate(0deg);
    transition: 0.5s;

}
.title_faq::after{
    top:48%;
    right: 15px;
    transform: rotate(90deg);
    transition: 0.5s;

}
/*　closeというクラスがついたら形状変化　*/
.title_faq.close::before{
  transform: rotate(180deg);
    transition: 0.5s;
}

.title_faq.close::after{
  transform: rotate(0deg);
    transition: 0.5s;
}

/*アコーディオンで現れるエリア*/
.accordion-area .box {
    display: none;/*はじめは非表示*/
    margin: 3%;
    padding: 10px 20px 10px 20px;
    border-left: 1px solid #CCCCCC;
    font-size: 14px;
}

.accordion-area .box span {
    color:#666;
}




@media screen and (max-width: 640px) {

    .campaign {
    padding: 0;
        background: none;
}

    .campaign .mainimage {
        display: flex;
        flex-direction: column-reverse;
    }

    .campaign .read {
        position: relative;
        padding-bottom: 1rem;
    }

    .campaign .read h2 {
    font-size: 20px;
}
    .campaign .read p br{
        display: none;
    }

    .campaign .period dl {
    display: flex;
    justify-content: flex-start;
    padding: 18px 20px 20px;
    font-size: 22px;
    font-weight: bold;
    flex-wrap: wrap;
    align-items: flex-start;
    letter-spacing: 2px;
}

    .campaign .period dl dt {
    background: #EFEFEF;
    font-size: 13px;
    padding: 5px 9px;
    margin: 0 10px 15px 0;
    width: 13%;
    text-align: center;
}
    .campaign .period dl dd {
    margin: 0 0 15px 0;
    width: 77%;
    line-height: 1.4;
}
    .campaign .period dl dd span {
    font-size: 14px;
}

    .campaign .problem {
    padding: 40px 20px;
    text-align: center;
}

    .campaign .problem h2 {
    font-size: 24px;
}

    .campaign .problem .inner {
    margin: 25px auto 0 auto;
}
    .campaign .problem ul li {
    font-size: 16px;
}


    .campaign .service {
    padding: 30px 0 20px 0;
}
    .campaign .service .read {
    text-align: left;
    padding: 0;
}

    .campaign .service dl dt {
    width: 100%;
    margin: 0;
}

    .campaign .service dl dd {
    width: 100%;
    margin: 0 0 40px;
}


    .campaign .service dl dd h3 {
    font-size: 20px;
    line-height: 1.4;
}



    .campaign .voice {
    padding: 40px 0 20px 0;
}
    .campaign .voice .read {
    text-align: left;
    padding: 0 0 20px 0;
    width: 90%;
    margin: 0 auto;
}



    .campaign .voice li h3 {
    align-items: flex-start;
    flex-direction: column;
}

    .campaign .faq {
    padding: 40px 0 0 0;
}
    .campaign .faq .read {
    text-align: left;
    padding: 0;
    width: 90%;
    margin: 0 auto;
}
    .title_faq {
    padding: 7px 25px 7px 15px !important;
}


}



/*privacy*/

.privacy{
    font-size: 14px;
}

.privacy ol {
    padding: 0 0 0 20px;
}


/*sitemap*/

.sitemp {
  width: 90%;
  max-width: 700px;
  margin: 0 auto;
}


.sitemp ul {
  display: flex;
  font-size: 14px;
  margin: 0 0 40px 0;
    flex-wrap: wrap;
}

.sitemp li {
  padding: 0 15px 0 14px;
  border-right: 1px solid #CCC;
  margin: 10px 0;
}



@media screen and (max-width: 640px) {

.price dl {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 95%;
  margin: 0 auto;
}

    .price dl dt p {
  font-size: 12px;
}

}



/*staff*/

.maincol .staff_list {
   width: 100%;
    max-width: 700px;
    margin: 20px auto;
    font-size: 15px;
    text-align: left;
}

.maincol .staff_list li {
    display: flex;
    justify-content: space-between;
        border-bottom: 1px solid #CCC;
    padding: 0 0 15px 0;
    margin: 0 0 20px 0;
}

.maincol .staff_list li .image{
    width: 17%;
}

.maincol .staff_list li .image img {
       width: 120px;
    border-radius: 50%;
    height: 120px;
    object-fit: cover;
}

.maincol .staff_list li .disc {
    width:50%;
}

.maincol .staff_list li .disc h4 {
    font-size: 20px;
}

.maincol .staff_list li .disc .sub {
    border: 1px solid #CCC;
    width: max-content;
    font-size: 13px;
    border-radius: 15px;
    padding: 0px 10px;
    margin: 5px 0;
}

.maincol .staff_list li .disc .message {
    font-size: 12px;
}

.maincol .staff_list li .btn_reserve {
    width:25%;
}

.maincol .staff_list li .btn_reserve a {
    display: flex;
    align-items: center;
    background: #CCC;
    line-height: 1.4;
    padding: 10px;
    border-radius: 7px;
    font-size: 14px;
    justify-content: space-between;
}


@media screen and (max-width: 640px) {

    .maincol .staff_list li {
    flex-wrap: wrap;
}
    .maincol .staff_list li .image {
    width: 25%;
}

    .maincol .staff_list li .image img {
       width: 100px;
    height: 100px;
}
    .maincol .staff_list li .disc {
    width: 70%;
}

.maincol .staff_list li .btn_reserve {
    width: max-content;
    margin: 12px auto 0;
}

    .maincol .staff_list li .btn_reserve a br {
    display: none;
}
}



/*cast 共通*/


ul.staff_block {
    margin: 0;
    padding: 0;
    zoom: 1;
    display: flex;
    margin: 0 auto;
    flex-wrap: wrap;
}


ul.staff_block li {
    float: none;
    width: 20%;
    list-style: none;
    margin: 1%;
    padding: 10px;
    text-align: center;
    border: 1px solid #ddd;
}

ul.staff_block .thumb {
    position: relative;
}


ul.staff_block .thumb .ico_twitter {
    position: absolute;
    right: 10px;
    top: 10px;
    width: 30px;
}

ul.staff_block .thumb .ico_twitter img {
    width: auto;
    height: auto;
}

ul.staff_block li img {
    box-shadow: none;
    width: 100%;
    height: 315px;
    object-fit: cover;
}

ul.staff_block .name {
    font-weight: 600;
}

ul.staff_block li p.text {
    font-size: 13px;
    text-align: left;
    line-height: 1.5;
    padding: 10px 0;
}

ul.staff_block li .attendance {
    display: flex;
    align-items: center;
    justify-content: center;
    border-top: 1px solid #CCC;
    padding: 7px 0 0 0;
}

ul.staff_block li .attendance span {
    font-size: 16px;
}


/*スケジュール管理など*/

form#attmgr_admin_scheduler table.attmgr_admin_scheduler td.portrait img {
    width: 50px;
    margin: 8px;
    height: auto;
}

form#attmgr_admin_scheduler table.attmgr_admin_scheduler .portrait .name {
    display: none;
}

form#attmgr_admin_scheduler table.attmgr_admin_scheduler .portrait br {
    display: none;
}
.list_pagenavi .list_datenavi {
    float: left;
    text-align: center;
    width: 100%;
    font-size: 20px;
    padding: 0 0 30px 0;
}

.cast .list_pagenavi .list_datenavi {
    display: none;
}


/*武田追記20220901*/

.recruit-wrap{
  width:100%;
}
.recruit-wrap img{
  width:100%;

}
.recruit-column{
  width:100%;
}
.recruit-column dl {
  width:100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 1rem;
  border-bottom: 1px solid #212121;
}

.recruit-column dl dt,
.recruit-column dl dd {
  width: 100%;
  padding: 1rem;
  border: 1px solid #212121;
  background: #fff;
}
.recruit-column dl dt {
  text-align: center;
  background: #f8e58c;
  color: #fff;
}
.recruit-column dl dt + dd {
  border-top: 0;
  border-bottom: 0;
}
.recruit-column dl:last-child dt + dd {
  /* border-bottom: 1px solid #212121; */
}
.shopcontact + .shopcontact{
  border-bottom: none;
}
.shopcontact{
  border-bottom: none !important;
  border-left: 1px solid #212121;
  border-right: 1px solid #212121;
}
.recruit-column dl dd.shopcontact{
  border: none !important;

}
.shopcontact-wrap{
  border-left: 1px solid #212121;
  border-right: 1px solid #212121;
}
.shopcontact-wrap dt{
  border-left: none!important;
  border-right: none!important;
}


.shopcontact-wrap .ddtop{
  padding-top: 1.5rem !important;
}
.shopcontact-wrap .ddbottom{
  padding-bottom: 1.5rem !important;
}
.shopcontact-wrap dd{
  line-height: 1;
    padding: 0.5rem 1rem !important;
    text-decoration: underline;
}
@media screen and (min-width:801px) {
  .recruit-column dl dd{
    text-align: center;
  }
  .shopcontact-wrap dd {
    line-height: 1;
    padding: 0.5rem 0 !important;
}
}
.recruit-column dl dt{
	color:#000!important;
}
