 @charset "utf-8";
* {
min-height:0;
min-width : 0;
}

html{
    visibility: hidden;
   	font-size: 10px;
	transition: .2s;

}


html.wf-active{
visibility:visible;
}



html,body{
    width: 100%;

}
@font-face {
font-family: 'Open Sans';
font-style: normal;
font-weight: 400;
src: local('Open Sans'), local('OpenSans'),
url(https://themes.googleusercontent.com/static/fonts/opensans/v8/cJZKeOuBrn4kERxqtaUH3T8E0i7KZn-EPnyo3HZu7kw.woff)
format('woff');
}

 *{
     box-sizing: border-box;
 }



 body {
    font-family: 'Noto Sans JP', sans-serif;
    font-weight: 500;
    font-style: normal;


   font-size: 1.6rem;
	line-height: 1.6;
    text-align: center;
    color: #424447;
}
body,
td,
th{
    word-wrap: break-word;
    overflow-wrap: break-word;
    word-break: break-all;
}



h2,
h3,
h4,
h5,
h6,
strong{
    font-weight: 600;
    line-height: 1.5;
}
th{
font-weight: 400;
}

a {
	color:#424447;
	outline: none;
	text-decoration: none;

}

a:hover{
	opacity:0.7;
	filter: alpha(opacity=70);
}

img{
max-width: 100%;
height: auto;
width /***/:auto;
}


input, select, textarea {
    padding: 5px 10px;
	border: 1px solid #ccc;
	margin: 2px;
    background: #fff;

}


input[type=radio], input[type=checkbox] {
	margin:0 5px 0 0;
	width: auto;
}
label{
	display: inline-block;
}

.width100{
	width:100%;
}

.wrap{

}
 .wrap{
   overflow: hidden;
}

.block{
	display: block;
}

.onlysp{
	display: none;
}
.none{
	display:none;
}

.uline{
    text-decoration: underline;
}


/* iOSでのデフォルトスタイルをリセット */
input[type="submit"],
input[type="button"] {
  border-radius: 0;
  -webkit-box-sizing: content-box;
  -webkit-appearance: button;
  appearance: button;
  border: none;
  box-sizing: border-box;
  cursor: pointer;
}
input[type="submit"]::-webkit-search-decoration,
input[type="button"]::-webkit-search-decoration {
  display: none;
}
input[type="submit"]::focus,
input[type="button"]::focus {
  outline-offset: -2px;
}






.wrap{

overflow-x: hidden;
}
.home .wrap{

}

/*
#a01,
#a02,
#a03,
#a04,
#a05,
#a06,
#reserve,
#mw_wp_form_mw-wp-form-27{
   display: block;
   margin-top:-150px;
   padding-top:150px;
}*/
#mw_wp_form_mw-wp-form-24{
  display: block;
   margin-top:-150px;
   padding-top:150px;
}




 .mainbody{
	max-width:110rem;
	margin: 0 auto;
}
.mainbody2{
	max-width:110rem;
	margin: 0 auto;
}
.mainbody3{
	max-width:90rem;
	margin: 0 auto;
}
.main900{
    max-width: 90rem;
    margin: 0 auto;
}

 .contents {
  padding: 8rem 0;
}

.boxBgWrap {
	display: inline-block;
	position: relative;
	z-index: 1;
 }


Shippori Mincho B1 Regular,
.fo-smin{
font-family: "shippori-mincho-b1", sans-serif;
/*font-weight: 400;*/
font-style: normal;

}
Presti Display Regular,
.fo-presti{
font-family: "presti-display", serif;
font-weight: 400;
font-style: normal;
}
Presti Display Bold{
font-family: "presti-display", serif;
font-weight: 700;
font-style: normal;
}

Futura PT Book,
.fo-futura{
font-family: "futura-pt", sans-serif;
font-weight: 400;
font-style: normal;
}


.wow {
    visibility: hidden;
}


/*ヘッダー
------------------------------------------------*/
.headerwrap{
    width: 100%;
    position:fixed;
    top: 0;
    left: 0;
    z-index: 1000;
    transition: .5s;
   /*  background: #fff;*/



}
.home .headerwrap{


}
.headerwrap.change-color {
    background: #fff;
}


 .headerwrap a,
 .headerwrap span{

}
 .header{
     height: 12rem;
     display: flex;
    justify-content: space-between;
    align-items: center;

 }
   .header h1{
       font-size: 1px;
   }
.logo p{
    font-size: 1.4rem;
    text-align: left;
}




 .gnavi{
     padding: 0 1rem;
 }
.gnavi li{
    padding: 0 2rem;
    line-height: 1.3;
}
.gnavi a{
    display: block;
    font-weight: 600;
}

.gnavi a small{
    display: block;
    color: #959595;
    font-size: 1.5rem;
}

.headcontact a{
    background: #9E6767;
    color: #fff;
    display: block;
    border-radius: 99px;
    padding: 1rem 5rem;
}
.headcontact a small{
    color: #fff;
}



.menubtn{
    display: none;
 }



/*全体レイアウト
------------------------------------------------*/


/**スマホのメニュー***/
body .sidr{
background: #333;

}
.smenu {
		position: fixed;
    top: 0;
    right: 0;
    z-index: 10;
    width: 34rem;
    height: 100%;
    transition: all .2s ease-in;
    overflow-y: auto;
    overflow-x: hidden;
    -webkit-overflow-scrolling: touch;
    display: block;
    padding:1rem 0;
    background: #D8E7FA;
backdrop-filter: blur(20px);
		-webkit-transform: translateX(25px);
		-ms-transform: translateX(25px);
		transform: translateX(25px);
		z-index: 99990;
		opacity: 0;
    visibility: hidden;


	}
	.smenu.active{
		display: block;
		right: 0;
    opacity: 1;
    -moz-transform: translateX(0);
    -webkit-transform: translateX(0);
    transform: translateX(0);
    visibility: visible;
	}
.smenu a{

}
.spnavilogo {
    margin: 0 0 2rem;
}
.spnavilogo h2{
    margin: 0 1rem 0 0;
}
.spnavilogo h2 img{
    max-height: 6rem;
}
.spnavilogo p{

  line-height: 1;
  white-space: nowrap;

  flex-shrink: 0;

   font-size: 1rem;
    padding: .3rem 1rem .6rem 1rem;
    margin: 0 0 0 1rem;


}

.spmenu{
    margin: 0 0 4rem;
}
.spmenu li > a,
.spmenu li > span{
  margin: 0 0 0rem 0rem;
  padding: 1rem 0;
  border-bottom: 1px solid #424447;
    text-align: left;
    display: block;
    position: relative;
    font-size: 1.2rem;

}
.spmenu li a::after,
.spmenu li span::after{
  content: '';
  border-top: solid 1px #424447;
  border-right: solid 1px #424447;
  width: .5rem;
  height: .5rem;
  display: block;
  transform: rotate(45deg);
  position: absolute;
  top: 0;
  bottom: 0;
  right: 1rem;
  margin: auto;
}
.spmenu li span::after{
    transform: rotate(135deg);
}
.spmenu li span.active::after{
    transform: rotate(-45deg);
}


.spmenu li ul{
    padding: 0 0 0 2rem;
}

.spnavi .headcontactbox a{
    width: 100%;
}
.spnavi .headcontactbox .hb01{
}



.spclose {
    text-align: right;
    padding: 0 0 10px 0;
    font-size: 200%;

}


.spnavi .footcontactbox img{
    max-height: 4rem;
}

.spnavi .footcontactbox a {
height: 7rem;
  padding: 0 0 0 4rem;
}



/*フッター
-------------------------------------------------*/
.footcontactwrap{
    background: url("../img/bg_contact.jpg")  no-repeat center center;
    background-size: cover;
}
.footcontact ._cont{
    background: rgba(255, 255, 255, 0.70);
    flex-basis: 47%;
    padding: 8rem 2rem;
}
.footcontact .title01 h2{
    font-size: 7rem;
}
.footcontact ._contact h2{
    color: #9E6767;
}
.footcontact ._reservation h2{
    color: #46B78F;
}
.footcontact ._btn{
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    width: 100%;
    max-width: 31rem;
    height: 7rem;
    background: #9E6767;
    border-radius: 99px;
}
.footcontact ._btn img{
    margin: 0 1rem 0 0;
}
.footcontact ._contact ._btn {
    font-size: 3.2rem;
    padding-top: .5rem;
}
.footcontact ._contact ._btn img{
    margin-top: -.5rem;
}

.footcontact ._reservation ._btn  {
    font-weight: 600;
    background: #06C755;
}
.qrbox figure{
    margin-left: 1rem;
    max-width: 5.5rem;
}



/**footer**/
.footerwrap{
    background: #D8E7FA;
}
.footlogo{
    text-align:left;
    margin: 0 0 3rem;
}
.footlogo img{
    height: 9rem;
}
.footleft{
    flex-basis: 46%;
}

.footright {
    flex-basis: 54%;
}
.footnavi{
    margin:  0 0 5rem;
}
.footnavi li{
    font-weight: 600;
    margin: 0 3rem 0 0;
}
.footinfo {
    margin: 0 0 1rem;
}
.footinfo h3{
    font-size: 3.4rem;
    margin: 0 4rem 0 0;
}
.footcontactbtn li{
    flex-basis: 48%;
}
.footcontactbtn ._btn{
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    max-width: 31rem;
    height: 7rem;
    background: #9E6767;
    border-radius: 99px;
}
.footcontactbtn ._btn img{
    margin: 0 1rem 0 0;
    max-height: 5.5rem;
}
.footcontactbtn ._contact ._btn {
    font-size: 3.2rem;
    color: #fff;
    padding-top: .5rem;
}
.footcontactbtn ._contact ._btn img{
    margin-top: -.5rem;
}

.footcontactbtn ._reservation ._btn  {
    font-weight: 600;
    background: #fff;
}

.footcontactbtn h3{
    font-size: 3rem;
    margin: 0 0 1rem;
}



/*トップページ
------------------------------------------------*/
.mainvisualwrap{
    background: url("../img/top/bg_mv.jpg") no-repeat center center;
    background-size: cover;
    padding: 15rem 0 5rem;
}
.mainvisual{
    position: relative;
}
.mainvisual li{
    flex-basis: 46%;
}

.mainvisual h2{
    position: absolute;
   top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
    font-size: 16rem;
    line-height: .8;
}
.mainvisual h2 small{
    font-size: 8rem;
    color: #fff;
    margin-left: 10rem;

}


/**concept**/
.topconcept ._cont{
    flex-basis: 35%;
}
.topconcept ._img{
    flex-basis: 55%;
    position: relative;
}
.title01 {
    margin: 0 0 4rem;
}
.title01 h2{
    font-size: 8rem;
    line-height: 1.1;
}

.stitle01{
    font-size: 2.8rem;
    line-height: 1.8;
    margin: 0 0 3rem;
}


.btn01{
    font-size: 3rem;
    display: inline-block;
    padding: .5rem 7rem;
    color: #7F99C0;
    border-radius: 99px;
    background: #fff;

}
.btn01._bdr{
    border: 1px solid #7F99C0;
}
.topconcept ._img p{
    position: absolute;
    top: 0;
    right: 0;
    width: 78rem;

}
/**flowphoto**/
.bg01wrap{
    background:url("../img/top/bg01.jpg") no-repeat center center;
    background-size: cover;
}
.topflowphoto li{
    padding:1rem;
}
.topflowphoto li img{
    border-radius: 300px 300px 0 0;
}

.topflowphoto {
    overflow: hidden;
    white-space: nowrap;
    position: relative;
    width: 100%;


}

.topflowphoto ul {
    display: flex;
    width: max-content;
    animation: scrollLogos 20s linear infinite;
}
@keyframes scrollLogos {
    from {
        transform: translateX(0%);
    }
    to {
        transform: translateX(-50%);
    }
}

/**system***/
.bg02wrap{
    background: #D8E7FA;
}
.topsystem ._cont{
    flex-basis: 35%;
}
.topsystem ._img{
    flex-basis: 60%;
    position: relative;
}
.topsystem ._img p img{
    border-radius: 300px;
}
.topsystem ._img ul{
    margin: -6rem 0 0;
}
.topsystem ._img li img{
    display: block;
    padding: 0 0 1rem;
}
.topsystem ._img li figcaption{
    font-size: 2.6rem;
}


/**shop***/
.topshop ._cont{
    flex-basis: 35%;
}
.topshop ._cont .topshoplogo h2{
   font-size: 7.9rem;
   line-height: 1.3;
}
.topshop ._cont .topshoplogo h2 span{
   font-size: 7.1rem;
}
.topshop ._img{
    margin-bottom: -8rem;
}
.topshop ._img img{
   /* border-radius: 300px 300px 0 0;*/
}


/*contents
------------------------------------------------*/
.pagetitle{
    height: 30rem;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 8rem 0 0;
}
.pagetitle h2{
    font-size: 8rem;
    color: #7F99C0;
    line-height: 1.1;
}
.pagetitle h3{
    font-size: 1.8rem;
}



/**system**/
.ancnavi01{
    margin: 0 0 5rem;
}
.ancnavi01 .txt{
	margin-bottom: 1.4rem;
	letter-spacing: 0.05em;
}
.ancnavi01 li{
    font-size: 2.8rem;
    flex-basis: 31%;
    margin: 0 1.5%;
}
.ancnavi01 li a{
    display: flex;
    align-items: center;
    justify-content: center;
    background: #7F99C0;
    color: #fff;
    padding: 1rem;
    border-radius: 99px;

}
.ancnavi01 li a:before{
    content: "";
    display: block;
    height: 2rem;
    width: 2.5rem;
    background:url("../img/system/icon_dog.svg") no-repeat center center;
    background-size: contain;
    margin: 0 1rem 0 0;
}

.title01 ._sm01{
    font-size: 5rem;

}

.stable01{
    width: 100%;
    border-collapse: collapse;
    border-bottom: 1px solid #ccc;
    background: #fff;
    margin: 0 0 2rem;
    max-width: 90rem;
    margin-inline: auto;
}
.stable01 + .stable01{
	margin-top: 3.6rem;
}
.stable01 caption{
	font-size: 1.8rem;
	font-weight: 600;
	margin-bottom: 2rem;
	text-align: center;
}
.stable01 td,
.stable01 th{
    padding: .5rem 2rem;
}

.stable01 ._btop{
 border-top: 1px solid #ccc;
 padding-top: 2rem;
 }

.stable01 ._pbplus{
   padding-bottom: 2rem;
}
.tableNote{
	max-width: 80rem;
	margin-inline: auto;
}

.syscap p{
    padding: 0 0 1rem;
}
.list01 li{
    list-style:disc;
    padding: 0 0 .5rem 0rem;
    margin-left: 1.5rem;
}


/**shop**/
.ancnavi02{
    margin: 0 0 5rem;
}
.ancnavi02 li{
    font-size: 2rem;
    flex-basis: 31%;
    margin:  0 1.5%;
}
.ancnavi02 li a{
    display: flex;
    align-items: center;
    justify-content: center;
    border:1px solid #7F99C0;
    color: #7F99C0;
    padding: 1.5rem;
    border-radius: 99px;
}
.ancnavi02 li a:after{
    content: "";
    display: block;
    height: 1.5rem;
    width: 1em;
    background:url("../img/arrow01_u.svg") no-repeat center center;
    background-size: contain;
    margin: 0 0 0 1rem;
}
/**slide*/
.shopphoto{
max-width: 90rem;
margin: 0 auto;
}
.shop-item {
    position: relative;
}
.shop-item-nav{
    position: relative;
}

.shop-item-nav img{
     aspect-ratio: 1 / 1; /* 高さを自動調整して正方形に */
  object-fit: cover;
  width: 95%;
}

.shop-item img{
    border-radius:999px;
}

.shopphoto  .prev,
.shopphoto  .next {
  display: inline-block;
  height: 4rem;
  width: 2rem;
  cursor: pointer;
  z-index: 90;
}


.shopphoto .prev {
  background: url("../img/btn_prev_w.svg") no-repeat center center;
    background-size: auto;
  background-size: contain;
  position: absolute;
  top: 0%;
  bottom: 0;
  margin: auto;
  left: 2%;
  display: block;
}

.shopphoto .next {
  background: url("../img/btn_next_w.svg") no-repeat center center;
    background-size: auto;
  background-size: contain;
  position: absolute;
  top: 0%;
  bottom: 0;
  margin: auto;
  right: 2%;
  display: block;
}
.shop-item p{
    padding: 1rem;
}

.shopimg{
    grid-template-columns: repeat(2, 1fr);
    display: grid;
    max-width: 110rem;
    margin: 0 auto;
}
.shopimg img{
    width: 100%;
  /*  max-height: 38.6rem;
    object-fit: cover;*/
}

.table01{
    width: 100%;
    border-collapse: collapse;
}
.table01 td,
.table01 th{
    border-top: 1px solid #ccc;
    padding: 2rem 3rem;
    text-align: left;
}
.table01 td,
.table01 th{
    border-bottom: 1px solid #ccc;
}
.table01 th{
    font-weight: 600;
}

.gmap{
margin-left: calc(-50vw + 50%);
  margin-right: calc(-50vw + 50%);
}

.accessRow {
  gap: 8rem;
  text-align: left;
  margin-top: 3rem;
}
.accessRow .box .ttl {
  font-size: 1.8rem;
  padding-bottom: 1rem;
}
.accessRow .box .ttl::before{
  content: "";
  width: 3.7rem;
  height: auto;
  aspect-ratio: 3.7 / 3;
  background: url("../img/icon_bus.svg") center no-repeat;
  background-size: contain;
  display: inline-block;
  margin-right: .7rem;
  vertical-align: -0.6rem;
}
.accessRow .box._02 .ttl::before{
  width: 3.5rem;
  aspect-ratio: 3.5 / 2.6;
  background-image: url("../img/icon_car.svg");
}
.accessRow .box .txt{
	line-height: 1.7;
}

/**concept**/
.pagetitleconcept{
    padding: 15rem 0 8rem;
}
.pagetitleconcept h2{
    font-size: 8rem;
    line-height: 1.1;
}

.pagetitleconcept ._img{
    flex-basis: 45%;
}
.pagetitleconcept ._img img{
    border-radius: 300px 300px 0 0 ;
}
.pagetitleconcept ._cont{
    flex-basis: 45%;
}

.conceptnavi li{
    flex-basis: 23%;
}
.conceptnavi figcaption{
    font-size: 3rem;
}
.conceptnavi figcaption:after{
    content: "";
  display: inline-block;
  height: 1.5rem;
  width: .5em;
  background: url("../img/arrow02_u.svg") no-repeat center center;
    background-size: auto;
  background-size: contain;
  margin: 0 0 0 1rem;
}

.topconcept._02 ._img p{
    width: 110rem;
}
.topconcept._02 ._img img{
    border-radius: 0 999px 999px 0;
}
.topconcept._03 ._img {
    min-height: 55rem;
}


.topconcept._03 ._img p{
    width: 90rem;
     left: 0;
    right: auto;
}


.topconcept._03 ._img img{
    border-radius:  999px 0 0 999px;

}

.btn02{
    font-size: 2rem;
    display: inline-flex;
  align-items: center;
  justify-content: center;
    padding: 1.5rem 7rem;
    color: #fff;
    border-radius: 99px;
    background: #9E6767;
}
.btn02:before{
content: "";
  display: block;
  height: 2rem;
  width: 2.5rem;
  background: url("../img/system/icon_dog.svg") no-repeat center center;
    background-size: auto;
  background-size: contain;
  margin: 0 1rem 0 0;
}
.trainer{
    border-bottom: 1px solid #ccc;
    padding: 0 0 5rem;
    margin: 0 0 5rem;
}
.trainer ._cont{
    flex-basis: 60%;
}
.trainer ._img{
    flex-basis: 35%;
}
.trainer ._img img{
    border-radius: 300px 300px 0 0;

}
.salontraning {
    padding:  0 0 5rem;
}

.salontraning ._title{
    flex-basis: 18rem;
    height: 18rem;
    background: #D8E7FA;
    font-size: 2.2rem;
    font-weight: 600;
    border-radius: 99px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}
.salontraning ._cont{
    flex-basis: 80%;
    text-align: left;
}

.salontraning ._cont dl{
    flex-basis: 31%;
    margin: 0 1.5%;
    text-align: left;
}

.salontraning ._cont dt{
    font-weight: 600;
    font-size: 2rem;
    padding: 0 0 1rem;
}
.machine01{
    background: #D8E7FA;
    padding: 3rem;
    border-radius: 30px;
    margin: 0 0 5rem;
}

.machine01title .title01{
    flex-shrink: 0;
    padding-right: 2em;
}
.machine01title ._txt{
    text-align: left;
    padding: 2rem 0 0;
}
.machinelist dl{
    flex-basis: 48%;
}
.machinelist dt{
    flex-basis: 55%;
}
.machinelist dt img{
    flex-basis: 48%;
    border-radius: 300px 300px 0 0;
}

.machinelist dd{
flex-basis: 40%;
text-align: left;
}
.machinelist dd h3{
    padding: 0 0 2rem;
    font-size: 1.8rem;
}
.topconcept._04 ._img{
    height: 58rem;
}

.topconcept._04 ._img p{
    width: 78rem;
}
.topconcept._04 ._img img{
    border-radius: 0 999px 999px 0;
}
.machine02{
    background: #fff;
    border-radius: 30px;
    padding: 3rem;
    margin: 0 0 5rem;
}
.machine02 ._img img{
    border-radius: 300px 300px 0 0;
}


.title01 ._sm02{
    font-size: 7rem;
}













/**contact**/
.resrvationwrap{
    background: url("../img/contact/bg_reserve.jpg") no-repeat center center;
    background-size: cover;
    margin: 0 0 5rem;
}
.reservation{
    background: rgba(255, 255, 255, 0.60);
    width: 50%;
    margin: 0 0 0 auto;
    padding: 5rem 0;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}
.reservation h2{
    color: #46B78F;
}


.reservation  ._btn {
display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  width: 100%;
  width: 31rem;
  height: 7rem;
  border-radius: 99px;

  font-weight: 600;
  background: #06C755;
}
.reservation  ._btn img{
    margin-right: 1rem;

}
.resrvationwrap .qrbox{
    margin: 0 0 2rem;
}




.formbox{
text-align: left;
background: #FFFCF9;
padding: 10rem 15rem;
}
.formbox dl{
    margin: 0 0 2em;
}
.formbox dt{
    text-align: left;
    margin: 0 0 1em;
    font-weight: 600;
}
.formbox dd input,
.formbox dd select,
.formbox dd textarea {
    margin: 2px;
    font-size: 1.8rem;
    padding: 1rem;

}
.formbox input{
	vertical-align: middle;
}

.formbox ._input01{
  width: 100%;
}

.formbox ._txtarea01{
    width: 100%;
    height: 10rem;
}

.formbox input[type=checkbox],
.formbox input[type=radio]{
  vertical-align: top;
    margin:0rem 1rem 0 0;
    width: 1.8rem;
    height: 1.8rem;
    flex-shrink: 0;
}

.formbox h3{
    font-size: 1.6rem;
    padding: 0 0 1rem;
}
.hissu{
    display: inline-block;
    padding: 0 1rem;
    background: #6999E5;
    color: #fff;
    border-radius: 5px;
    margin: 0 1rem 0 0;
    font-size: 80%;
}
.nini{
    display: inline-block;
    padding: 0 1rem;
    background: #828282;
    color: #fff;
    border-radius: 5px;
    margin: 0 1rem 0 0;
    font-size: 80%;
}


input[type=text],
  textarea
 /* select*/{
/*	width:96%;*/
}

.mw_wp_form .formbox .horizontal-item + .horizontal-item{
    margin: 0;
}

.formbox .zip{
	width:15%;
}
.formbox .inputtel{
    width: 45%;
}



.formbox label{
  /* min-width: 300px;
  display: block; margin: 0 20px 0 0;*/
    display: inline-flex;
    align-items: center;
    margin-right: 2px;
     margin-right: 3rem;


}
.formbox ._check01 label{
    display: flex;
    margin: 0 0 1rem;
    align-items: flex-start;

}



.formbox .senmonradio label{
    min-width: 30%;
}
.mw_wp_form .formbox .vertical-item{
    display: inline-block;
}


 form .linkbtn01,form .linkbtn02 {
    text-align: center;
    color: #fff;
    font-weight: 600;
    font-size: 2rem;
    text-decoration: none;
    padding:1rem 3rem;
    background: #6999E5;
    cursor: pointer;
    display: inline-block;
    margin: 0 10px 5px 10px;
    border-radius: 99px;
    font-family: 'Noto Sans JP', sans-serif;

}
.linkbtn02 {
    color: #666;
}
.privacybox{
    background: #fff;
    padding: 1rem;
    border: 1px solid #ccc;
    height: 20rem;
    overflow: auto;
    font-size: 1.4rem;
    margin: 0 0 3rem;
}














/*********************************/
/* PC用のスタイル記述ここから */
/*********************************/
/*@media print, screen and (min-width: 769px) {*/
@media print, screen and (min-width: 621px) {
img {
    image-rendering: -webkit-optimize-contrast;
}




.gnavi{
	display: flex!important;
}



.leftbox{
	display:inline-block;
	float:left;
	padding:0px 10px 0px 0;
}
	.fmenucont .leftbox {
		padding: 0;
	}
.rightbox{
	display:inline-block;
	float:right;
	padding:0px 0 0px 10px;
}

.centerbox{
	display:inline-block;
	float:left;
	padding:0px 2.2%;
}

.mwidth50{
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
    width: 100%;
    max-width: 50%;
}
.mwidth40{
    width: 100%;
    max-width: 41%;
}
.mwidth30{
    width: 100%;
    max-width: 31%;
}
.mwidth60{
    width: 100%;
    max-width: 65%;
}

.mwidth25{
    width: 100%;
    max-width: 23%;
}
.mwidth20{
    width: 100%;
    max-width: 18%;
}











}

/*********************************/
/* タブレット用のスタイル記述 */
/*********************************/
@media screen and (max-width: 1350px) {
	html {
		font-size: .7407407vw;
	}
    .mainbody{
        max-width: 95%;
    }
}



/*@media screen and (max-width: 768px) {*/
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) {



}
/*********************************/
/* スマートフォン用のスタイル記述 */
/*********************************/
@media screen and (max-width: 620px) {

html {
		/*360px*/
		font-size: 2.7777777vw;
	}
	body {
		font-size: 1.4rem;
		line-height: 1.5;
	}



.slick-slider {
    touch-action: pan-y;
}


.wrap {

}


.wrap,
.home .wrap{

}
.wrap{

}





.mainbody,
.mainbody2,
.mainbody3,
.header .mainbody{
	margin:0 2rem;
	width:auto;
}

/*
#a01,
#a02,
#a03,
#a04,
#a05,
#a06,
#reserve,
#mw_wp_form_mw-wp-form-27{
   display: block;
   margin-top:-70px;
   padding-top:70px;
}
*/
.contents{
    padding: 4rem 0;
}


/*ヘッダー
------------------------------------------------*/

 .header{
     height: 6rem;

     padding: 0 0rem;

 }
.header .logo{
    text-align: left;
}
.header .logo img{
    max-height: 3.5rem;

}
 .header .logo p{
     font-size: 1rem;
 }

 .headright {

display: none;
 }




.menubtn{
      display: flex;
      align-items: center;
      justify-content: center;
      color: #fff;
      font-size: 290%;
      font-family: "ï¼­ï¼³ ã‚´ã‚·ãƒƒã‚¯", "MS Gothic", "Osakaï¼ç­‰å¹…", "Osaka-mono", "monospace";
      width: 5rem;
    margin-right: -2rem;

      background: #7F99C0

}








/*フッター
------------------------------------------------*/
.footcontactwrap{
position: relative;
}
.footcontactwrap:after{
content: "";
    background: rgba(255, 255, 255, 0.5); /* 白で50%透過 */
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.footcontact{
    display: block;
    position: relative;
    z-index: 1;
}
.footcontact ._cont{
    padding: 2rem 2rem;
    margin: 1rem 0;
}
.footcontact .title01 h2{
    font-size: 3.5rem;
}

.footcontact ._btn{
    height: 5rem;
}
.footcontact ._contact ._btn {
    font-size:2.2rem;
}


/**footer**/
.footer{
    display: block;
}
.footlogo{
    text-align:center;
    margin: 0 0 2rem;
}
.footlogo img{
    height: 5rem;
}
.footleft{
    padding: 0 0 2rem;
}
.footleft ._txt{
 display: none;
}
.footright {

}
.footnavi{
    margin:  0 0 5rem;
     display: none;
}

.footinfo {
    margin: 0 0 2rem;
    display: block;

}
.footinfo h3{
    font-size: 3rem;
    margin: 0 0rem 0 0;
    line-height: 1;
}
.footcontactbtn ul{
    display: block;
}
.footcontactbtn li{
    margin: 0 0 1rem;
}
.footcontactbtn ._btn{
    height: 5rem;
}
.footcontactbtn ._btn img{
    margin: 0 1rem 0 0;
}
.footcontactbtn ._contact ._btn {
    font-size: 2.2rem;
}








/*トップページ
------------------------------------------------*/
.mainvisualwrap{
    padding: 9rem 0 3rem;
}
.mainvisual{
    position: relative;
}
.mainvisual ul{
 display: block;
}


.mainvisual li{
    margin: 0 5% 1rem;
}

.mainvisual h2{
    position: absolute;
   top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
    font-size: 8rem;
    line-height: .8;
    white-space: nowrap;
}
.mainvisual h2 small{
    font-size: 4rem;
    margin-left: 3rem;
}


/**concept**/
.topconcept {
    display: block;
}

.topconcept ._cont{
    padding: 0 0 3rem;
}
.topconcept ._img{
    position: relative;
}
.title01 {
    margin: 0 0 2rem;
}
.title01 h2{
    font-size: 4rem;
    text-align: center;
}
.title01 h3{
    text-align: center;
}

.stitle01{
    font-size:1.8rem;
    margin: 0 0 2rem;
    text-align: center;
}


.btn01{
    font-size: 2rem;
    padding: .5rem 5rem;

}

.topconcept ._img p{
    position: relative;
    top: auto;
    right: auto;
    width: 100%;

}



/**flowphoto**/

.topflowphoto li img{
    max-height: 20rem;
}



/**system***/
.topsystem{
    display: block;
}

.topsystem ._cont{
    padding: 0 0 2rem;
}
.topsystem ._img{
    flex-basis: 60%;
    position: relative;
}

.topsystem ._img ul{
    margin: -3rem 0 0;
}
.topsystem ._img li {
    flex-basis: 24%;
}
.topsystem ._img li img{
    padding: 0 0 1rem;
}
.topsystem ._img li figcaption{
    font-size: 1.4rem;
}


/**shop***/
.topshop {
    display: block;
}

.topshop ._cont{
    padding: 0 0 2rem;
}
.topshop ._cont .topshoplogo h2{
   font-size: 4rem;
   text-align: left;
}
.topshop ._cont .topshoplogo h2 span{
   font-size: 3.6rem;
}
.topshop ._img{
    margin-bottom: -2rem;
}
.topshoplogo img{
    max-height: 5rem;
}










/*contents
------------------------------------------------*/
.pagetitle{
    height: 18rem;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 6rem 0 0;
}
.pagetitle h2{
    font-size: 3.5rem;
}
.pagetitle h3{
    font-size: 1.4rem;
}

/**system**/
.ancnavi01{
    margin: 0 0 5rem;
}
.ancnavi01 ul{
    display: block;
}

.ancnavi01 li{
    font-size: 1.8rem;
    margin: 0 10% 1rem;
}
.ancnavi01 li a{
    padding: .5rem;
}

.title01 ._sm01{
    font-size: 3rem;

}

.stable01{
    margin: 0 0 2rem;
}
.stable01 td,
.stable01 th{
    padding: .5rem 0rem;
    font-size: 1.1rem;
    width: auto;
}
.stable01._st02 td,
.stable01._st02 th{
    padding-left: 1rem;
    padding-right: 1rem;
}





.stable01 ._btop{
 padding-top: 2rem;
 }

.stable01 ._pbplus{
   padding-bottom: 2rem;
}

.syscap p{
    padding: 0 0 1rem;
}





/**shop**/
.ancnavi02{
    margin: 0 0 3rem;
}
.ancnavi02 ul{
    display: block;
}
.ancnavi02 li{
    font-size: 1.6rem;
    margin:  0 10% 1rem;
}
.ancnavi02 li a{
    padding: .5rem;
}

/**slide*/

.shop-item {
    position: relative;
}
.shop-item-nav{
    position: relative;
}

.shop-item-nav img{
     aspect-ratio: 1 / 1; /* 高さを自動調整して正方形に */
  object-fit: cover;
  width: 95%;
}

.shop-item img{
    border-radius:999px;
}

.shopphoto  .prev,
.shopphoto  .next {
  height: 2rem;
  width: 1rem;
}


.shop-item .prev {
top: -18vw;
}

.shop-item .next {
top: -18vw;

}
.shop-item p{
    padding: 1rem;
}

.shopimg img{
    width: 100%;
    height: 12rem;
    object-fit: cover;
}



.table01 td,
.table01 th{
    padding: 1rem 1rem;
    font-size: 1.2rem;
}

.accessRow {
  gap: 3rem;
  margin-top: 2rem;
  flex-direction: column;
}
.accessRow .box .ttl {
  font-size: 1.6rem;
}
.accessRow .box .ttl::before{
  width: 3rem;
}
.accessRow .box._02 .ttl::before{
  width: 2.8rem;
  vertical-align: -0.4rem;
}





/**concept**/
.pagetitleconcept{
    padding: 8rem 0 4rem;
    display: block;
}
.pagetitleconcept h2{
    font-size: 4rem;
    line-height: 1.1;
}


.conceptnavi li{
    flex-basis: 45%;
    margin: 0 2% 1rem;
}
.conceptnavi figcaption{
    font-size: 1.8rem;
}
.conceptnavi figcaption:after{
    content: "";
  display: inline-block;
  height: 1.5rem;
  width: .5em;
  background: url("../img/arrow02_u.svg") no-repeat center center;
    background-size: auto;
  background-size: contain;
  margin: 0 0 0 1rem;
}

.topconcept._02 ._img p{
    width: 100%;
}

.topconcept._03 ._img {
    min-height: auto;
}


.topconcept._03 ._img p{
    width: 100%;
}




.btn02{
    font-size: 1.6rem;
    padding: 1rem 5rem;
}

.trainer{
    padding: 0 0 2rem;
    margin: 0 0 2rem;
     display: block;
}
.trainer ._cont{
    padding: 0 0 2rem;
}
.trainer ._img{

}

.salontraning {
    padding:  0 0 2rem;
    display: block;
}

.salontraning ._title{
    height: auto;
    font-size: 1.6rem;
    padding: 1rem;
    margin: 0 0 2rem;
}
.salontraning ._cont{
    display: block;
}

.salontraning ._cont dl{
    margin: 0 0 1rem;
}

.salontraning ._cont dt{
    font-size: 1.6rem;
    padding: 0 0 1rem;
}
.machine01{
    background: #D8E7FA;
    padding: 2rem;
    margin: 0 0 3rem;
}
.machine01title{
    display: block;
    padding: 0 0 2rem;
}

.machine01title .title01{
    flex-shrink: 0;
    padding-right: 0em;
}
.machine01title ._txt{
    padding: 0rem 0 0;
}
.machinelist{
    display: block;
}

.machinelist dl{
    margin: 0 0 3rem;
    display: block;
}
.machinelist dt{
    padding: 0 0 2rem;
}

.machinelist dd{
    font-size: 1.6rem;
}
.machinelist dd h3{
    text-align: center;
}
.topconcept._04 ._img{
    height: auto;
}

.topconcept._04 ._img p{
    width: 100%;
}

.machine02{
    padding: 2rem;
    margin: 0 0 3rem;
    display: block;
}
.machine02 ._img img{
    border-radius: 300px 300px 0 0;
}


.title01 ._sm02{
    font-size: 3rem;
}






/**contact**/
.resrvationwrap{
    background: url("../img/contact/bg_reserve.jpg") no-repeat left bottom #e7e7e7;
    background-size: 200%;
    padding: 0 0 64vw;
    margin: 0 0 3rem;
}
.reservation{
    width: 100%;
    margin: 0 0;
    padding: 2rem ;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}
.reservation h2{
    color: #46B78F;
}


.reservation  ._btn {
  width: 30rem;
  height: 5rem;
  font-weight: 600;
  background: #06C755;
}








.formbox{
padding: 2rem 2rem;
}

.formbox .senmonradio label{
    min-width: 30%;
}
.mw_wp_form .formbox .vertical-item{
    display: inline-block;
}


 form .linkbtn01,form .linkbtn02 {
    font-size: 1.6rem;
}














.onlypc{
	display:none;
}
.onlysp{
	display: block;
}

.onlysp._inlineblock{
    display: inline-block;
}



.spblock{
	display: block;
}

.spcenter{
    text-align: center;
}








}







/*safariのみ**/
_::-webkit-full-page-media, _:future, :root .contacttel dd{

}


/*ieのみ*/
@media all and (-ms-high-contrast: none) {


}
