@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;
}


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;
}

@media screen and (max-width: 640px) {
    
    input[type="text"] ,input[type="email"] ,input[type="password"] {
    width: 100% !important;
}
}


.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;
}


.swpm-logged-username,.swpm-logged-status,.swpm-logged-membership {
    display: flex;
    border-bottom: 1px solid #CCC;
    padding: 10px 0;
}

.swpm-logged-label {
    margin: 0 10px 0 0;
}

.swpm-logged-expiry {
    display: none;
}


.swpm-edit-profile-link a {
    border: 1px solid #CCC;
    padding: 10px;
    display: flex;
    justify-content: flex-start;
    margin: 15px 0;
    width: 300px;
}


.swpm-edit-profile-link a::before {
    font-family: 'Material Icons';
    content: "\e7fd";
    margin: 0 7px 0 0;
    font-size: 18px;
    color: #CCC;
}


.swpm-logged-logout-link a {
    border: 1px solid #CCC;
    padding: 10px;
    display: flex;
    justify-content: flex-start;
    margin: 15px 0;
    width: 300px;
}

.swpm-logged-logout-link a::before {
    font-family: 'Material Icons';
    content: "\e9ba";
    margin: 0 7px 0 0;
    font-size: 18px;
    color: #CCC;
}

.swpm-edit-profile-form tbody {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: baseline;
}

.swpm-edit-profile-form tbody tr {
    width: 100%;
    display: flex;
    justify-content: flex-start;
    text-align: left;
}

.swpm-edit-profile-form th {
    font-size: 16px;
    padding: 0 22px 10px 0;
    width: 30%;
    box-sizing: border-box;
}

.swpm-edit-profile-form td {
    font-size: 16px;
    padding: 0 22px 10px 0;
    width: 70%;
    box-sizing: border-box;
}


.swpm-edit-profile-form input[type="text"], .swpm-edit-profile-form input[type="password"] {
    width: 100% !important;
    position: relative;
}

@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;
}




}


/*reserve*/

.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;
}



/*free*/

.free{
    
}

.freebtn {
  border: 1px solid #CCC;
  padding: 10px;
  width: 90%;
    max-width: 300px;
  box-sizing: border-box;
  margin: 15px auto;
    
    border-radius: 20px;
    filter: grayscale(100%);
    
}

.freebtn img {
  border-radius: 20px;
    width: 100%;
    height: auto;
}

.freebtn input {
  border-radius: 20px;
    width: 100%;
    height: 277px;
    background: url(../img/banner_free.jpg);
    border: 0;
    background-size: contain;
    background-repeat: no-repeat;
    font-size: 0;
    cursor: pointer;
}

.freebtn.show{
    filter: none;
    cursor: pointer;
    box-shadow: 0px 5px 7px #CCC;
}

.free .end{
    background: red;
    padding: 10px;
    font-size: 18px;
    font-weight: bold;
    color: #FFF;
    text-align: center;
}


.free .end.show{
    display: none;
}


/*menu*/


.maincol.post.menu{
    width: 1100px;
}


.maincol.menu .menu_list{
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    margin: 0;
border: none;
padding: 0;
}

.maincol.menu .menu_list li{
    width: 30%;
    margin: 18px;
    list-style: none;
}

.maincol.menu .menu_list li img {
  width: 100%;
  height: 250px;
  object-fit: cover;
}

.maincol.menu .menu_list li p{
    font-size: 20px;
border-top: 1px dashed #CCC;
margin: 7px 0 15px 0;
}



.price {
    width:100%;
    max-width: 1000px;
    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: 21.8%;
    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;
    align-items: flex-start;
}

.menu .recommend ul li {
    width: 48%;
    list-style: none !important;
    margin:15px 0 25px 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.menu .menu_list li {
  width: 100%;
  margin: 20px 0 0;
  display: flex;
    align-items: center;
    justify-content: space-between;
}
    
.maincol.menu .menu_list li .image {
  width: 45%;
}
    
.maincol.menu .menu_list li .image img {
  width: 100%;
  height: 115px;
}
.maincol.menu .menu_list li p {
  font-size: 18px;
  border-top: none;
  margin: 0;
  width: 48%;
}
    

.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 0 2rem;
}

.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 auto 0;
    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: 95%;
	background-color: #ffffff;
	border-radius: 6px;
	position: fixed;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}

.course_list .window h3 {
    width: 87% !important;
    margin: 45px 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: 500px;
    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;
}

}



/*shop*/

/*top access*/

.shop{
    padding: 0;
}

.shop .flex_b {
    width: 100%;
    max-width: 1100px;
    margin:0px auto 20px auto;
    align-items: center;
    flex-wrap: wrap;
}



.shop h3 {
    margin: 0 0 20px 0;
    padding: 15px;
    line-height: 1.4;
    font-size: 18px;
    background: #EFEFEF;
    width: 100%;
}


.shop .logo{
    width: 297px;
    display: block;
    margin: 0 auto 30px;
}


.shop .slider_shop {
       width: 46%;
    margin-bottom: 0 !important;
}

.shop .slider_shop li img {
    display: block;
    width: 100%;
    height: 330px;
    object-fit: cover;
}

.shop dl {
    display: flex;
    width: 50%;
    margin: 0 auto;
    justify-content: space-between;
    align-items: center;
    flex-direction: column;
    text-align: center;
}

.shop dl dt {
    width: 100%;
    font-size: 15px;
}

.shop dl dt .tel{
    font-size: 36px;
    font-family: 'Encode Sans SC', sans-serif;
    display: flex;
    align-items: center;
    justify-content: center;
}

.shop dl dt .tel span {
  font-size: 36px;
}

.shop dl dd {
    padding: 15px;
    box-sizing: border-box;
}

.shop dl dd p{
    padding: 0;
font-size: 15px;
line-height: 1.8;
    color: #000000;
}

.shop dl dd .tel{
    font-size: 26px;

}

.shop dl dd p img{
    height: 40px;
}

.shop dl dt p.calendar a{
        display: flex;
    align-items: center;
    border: 1px solid #CCC;
    padding: 4px 4px 4px 14px;
    justify-content: center;
    font-size: 15px;
    background: #FFF;
    margin: 10px auto;
    width: fit-content;
}

.shop .btn01 a {
    margin: 10px auto 100px;
}

@media screen and (max-width: 640px) {
    
    
    .shop {
    padding: 10px 0 15px 0;
}

    .shop .flex_b {
    margin: 0 auto 10px auto;
}

    .shop .slider_shop {
    width: 100%;
    margin-bottom: 0px !important;
    margin: 0 auto;
}

    .shop .slider_shop li img {
    height: 250px;
}


    .shop dl {
    display: block;
    width: 90%;
    margin: 0 auto 0px auto;
    justify-content: space-between;
    align-items: center;
}

    .shop dl dt {
    width: 100%;
    margin: 0 auto 20px;
    text-align: center;
}
    .shop dl dd {
    width: 100%;
}
    .shop dl dd p {
    padding: 0 0 7px 0;
    font-size: 13px;
    line-height: 1.4;
    text-align: center;
}
    .shop dl dt .tel {
    justify-content: center;
}

    
    
}




/*schedule*/

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

.eo-fullcalendar {
  padding: 0 0 40px 0;
}


/*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: 180px;
    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 60px auto;
    max-width: 800px;
    background: #FFF;
    padding: 0 0 20px 0;
}


.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;
        width: 100%;
    box-sizing: border-box;
}

.campaign .read p{
    width: 95%;
    margin: 0 auto;
}


.btn_cv {
    width: max-content;
    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%);
}

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

.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: 50px 0 0px 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: 42%;
margin: 0 0 40px 30px;
text-align: center;
background: #FFF;
}

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

.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 auto 20px;
font-weight: bold;
width: 93%;
}

.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;
    }


    .campaign .read h2 {
    font-size: 20px;
}
    .campaign .read p {
        width: 90%;
}

    .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 20px;
}
    
    .campaign .service dl {
  display: block;
  margin: 40px auto 0;
  width: 80%;
}
    

    .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;
    padding: 20px 0 10px;
}



    .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;
}
    
    
    .swpm-payment-button {
  text-align: center;
  margin: 0 0 10px 0;
}


}



/*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;
}
}
.maincol.post.menu h3{
  /* margin-top: 1rem; */
}
