<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";

.pc{
  display: block;
}

.header {
    width: 100%;
    position: fixed;
    z-index: 9999999999;
    background-color: #fff;
}

.header-inner{
  margin: 0 auto;
  /* max-width: 1380px; */
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 100px;
  /*position: fixed;*/
  /*top: 0;
  left: 0;*/
  z-index: 12000;
  width: 100%;
  max-width: 1400px;	
  background: #fff;
  padding: 0px 20px;
  box-sizing: border-box;
}

.header-inner__logo{
  width: 360px;
}

.header-inner__logo img{
  width: 100%;
}

.header-inner__nav{
  width: 220px;
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
}

.header-inner__nav .fit365_logo{
  width: 140px;
}

.header-inner__nav .instagram_logo{
  width: 40px;
}

.bg_white{background-color: white;}

.mv-inner{
  margin-top: 100px;
  width: 100%
}

.btn-area{
  display: flex;
  justify-content:center;
  margin: 55px auto 0;
  width: 730px;
  gap: 1em;
}

.btn-area a{
  width: 340px;
}

#why_popular .slider{
  max-width: 800px;
  width: 80%;
  margin: 0 auto;
  position: relative;
}

#why_popular .slider-nav{
  max-width: 1104px;
  margin: 20px auto;
}

#why_popular .slider-nav img{
  width: calc(1086px / 6);
  height: 138px;
  object-fit: cover;
  max-width: 184px;	
}

#why_popular .slider img{
  /* height: 390px; */
  object-fit: cover;
}

#why_popular .slider-ttl{
  height: 137px;
  display: flex;
  align-items: center;
  /* background: #EA6DA1; */
  background: #ededea;
  /* color: #fff; */
  color: #231815;


}

#why_popular .slider-ttl__left{
  width: 50%;
  text-align: center;
  font-size: 25px;
  font-weight: 700;
  transform:rotate(0.03deg);	
}

#why_popular .slider-ttl__right{
  width: 50%;
  text-align: left;
  font-size: 15px;
  padding: 20px 50px;
  box-sizing: border-box;
  font-weight: 700;
  transform:rotate(0.03deg);	
}

#why_popular .popular-ttl{
  max-width: 1035px;
  margin:120px auto 0;
  width: 100%;
}



#why_popular .popular-list{
  list-style: none;
  display: flex;
  max-width: 1040px;
  flex-wrap: wrap;
  justify-content: center;
  margin: 40px auto 160px;
}

#why_popular .popular-list__item{
  margin: auto 10px;
  width: 310px;
}

#why_popular .smile-img{
  width: 183px;
  height: 151px;
  display: block;
  position: absolute;
  top: -150px;
  left: 51%;
  transform: translate(-50%, 0);
}

#why_popular .reason_1{
  background: #de86a8;
  width: 100%;
  margin: 0 auto;
  padding: 115px 0 400px;
  position: relative;
}

#why_popular .reason_1::after{
  content:"";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 300px 100vw 0 0 ;
  border-color: transparent  #EDEDEA  transparent transparent;
}

#why_popular .reason_1 h3{
  max-width: 1100px;
  margin: 0 auto;
}

#why_popular .reason_1 .reason-detail{
  max-width: 935px;
  margin: 60px auto 0px;
}

#why_popular .reason_1 .reason-detail p.color-white{
  color: #fff;
  transform:rotate(0.03deg);	
}



#why_popular .reason_2{
  background: #ededea;
  margin-top: 0;
  padding-bottom: 300px;	
}

#why_popular .reason_copy{
  font-size: 31px;
  text-align: center;
  line-height: 1.6;
  margin-top: 100px;
  font-weight: 700;
  color: #fff;

}

#why_popular .reason_copy.color-black{

  color: #3D3939;

}

#why_popular .reason_2 h3{
  max-width: 1400px;
  margin: 0 auto;
}

#why_popular .reason_2 .other{
  width: 460px;
  margin: 110px auto 0px;
}

#why_popular .reason_3 {
    background: #E98AAF;
    width: 100%;
    margin: 0 auto;
    position: relative;
    padding-bottom: 50px;
}


#why_popular .reason_3 h3{
  max-width: 1260px;
  margin: 0 auto;
}

#why_popular .reason_3 .reason-detail{
  width: 935px;
  margin: 60px auto 0px;
}

#why_popular .reason_3::before{
  content:"";
  position: absolute;
  bottom: 0;
  top: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0px  100vw 400px 0px;
  border-color: transparent #EDEDEA transparent  transparent;
}



#why_popular .reason_4 .option-list{
  max-width: 970px;
  display: flex;
  justify-content: space-between;
  margin: 80px auto;
  gap: 10px;
}

#why_popular .reason_4 .option-sub .slick-track{
  width: 580px !important;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}

#why_popular .reason_4 .option-sub .slick-list{
  padding: 0px !important;
}

/* #why_popular .reason_3 .option_main_2{
  display: none;
}
#why_popular .reason_3 .option_main_3{
  display: none;
}
#why_popular .reason_3 .option_main_4{
  display: none;
} */

#why_popular .reason_4 .option-main{
  width: 370px;
}

#why_popular .reason_4 .option-sub{
  width: 580px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  padding-left: 0px;
  margin-top: 0px;
}

#why_popular .reason_4 .option-sub__item{
  width: 180px !important;
  height:155px;
  display: block;
  margin-bottom: 20px;
  margin-right: 10px;
}

/* #why_popular .reason_3 .option-sub__img{
  height:155px;
} */

#why_popular .reason_4 h3{
  max-width: 1238px;
  margin: 0 auto;
}


#view h2{
  margin: 0 auto;
}


.point_1{
  max-width: 1215px;
  margin: 325px auto 0px;
}

.point_2{
  position: relative;
  width: 100%;
}

.point_2__bg-white{
  width: 1010px;
  margin: 325px auto 50px;
}
.point_2__bg-orange{
  width: 100%;
  background: #EF7F1E;
  padding: 25px 70px 0 70px;
  padding-left: calc((100% - 1045px) / 2);
  padding-right: calc((100% - 1045px) / 2);
}

 .point_3{
  width: 1000px;
  margin: 180px auto;
}

#campaign h2{
  width: 690px;
  margin: 240px auto 0;
}

#campaign .campaign_detail{
  max-width: 1060px;
  margin: 75px auto 0;
}

#campaign h2{
  width: 690px;
  margin: 75px auto;
}

#welcome .welcome-inner{
  margin:330px auto 120px;
}


#price .price-inner{
  max-width: 1190px;
  margin: 0 auto;
  background: #E5E5E2;
  padding: 50px clamp(20px,5vw,65px);
  box-sizing: border-box;
  font-family: 'Noto Sans JP', sans-serif;
}

#price .price-inner h2{
  text-align: center;
  margin-bottom: 20px;
  font-size: 45px;
  color: #3E3A39;
}

#price .price-inner .annotation{
  font-size: 16px;
  font-weight: 300;
}

#price .price-inner table{
  border:1px solid #717071;
  width: 100%;
}

#price .price-inner table.sp{
  display: none;
  width: 100%;
}

#price .price-inner table.pc{
  display: table;
  width: 100%;
}

#price .price-inner td{
  border:1px solid #717071;
  vertical-align: middle;
  background: #fff;
  font-weight: 700;
}

#price .price-inner td p{
  color: #3E3A39;
  font-size: 18px;
  margin-top: 10px;
  margin-bottom: 10px;
}

#price .price-inner td p:first-child{
  color: #E26E9D;
  font-size: 18px;
}

#price .price-inner .price-flex{
  display: flex;
  justify-content: space-between;
  padding: 0px 10px;
  box-sizing: border-box;
  align-items: center;
}

#price .price-inner .price-flex span{
  font-size: 12px;
}


#access .access-inner{
  margin-top: 215px;
}

#access .access-inner h2{
  font-size: 40px;
  line-height: 2.0;
  text-align: center;
  font-family: 'M PLUS Rounded 1c', sans-serif;
}

#access .access-inner h3{
  width: 555px;
  margin: 0 auto;
}


#access .access-inner .access-info{
  margin: 90px auto 0;
  display: flex;
  justify-content: space-between;
  max-width: 1165px;
  padding: 0 1em;

}

#access .access-inner .access-info-map iframe{
  width: 560px;
  height: 420px;
}

#access .access-inner .access-info-map iframe{
  width: 560px;
  height: 420px;
}

#access .access-info .access-info-basic p{
  font-size: 19px;
  line-height: 1.6;
  margin: 0 auto;
  transform:rotate(0.03deg);	
}


#access .access-info .access-info-basic span{
  padding-left: 55px;
}

#access .access-info .instagram-link{
  display: block;
  width: 40px;
  height: 40px;
  margin-top: 30px;
}
#access .access-info .instagram-link.sp{
  display: none;
  width: 40px;
  height: 40px;
  margin-top: 30px;
}

#access .access-info .access-info-parking{
  display: flex;
  justify-content: flex-start;
  margin: 20px auto;

}

#access .access-info .access-info-parking .access-info-parking__ttl{
  width: 120px;
  height: 120px;
  border-radius: 50%;
  text-align: center;
  background: #E26E9D;
  padding-top: 28px;
  box-sizing: border-box;
  margin: 0px auto;
  color: #fff;
}


#access .access-info .access-info-parking .access-info-parking-inner{
  margin-left: 10px;
  width: 400px;
  padding-top: 28px;
  box-sizing: border-box;
  font-weight: 700;
}


#access .access-info .access-info-parking .access-info-parking-inner p{
  margin: 0 auto;
  font-size: 18px;
  line-height: 1.6;
}


#access .access-info .access-info-parking .access-info-parking-inner span{
  padding-left: 40px;
}


#qa .qa-inner{
  margin: 330px auto;
  width: 985px;
}

#qa .qa-inner h2{
  font-size: 31px;
  text-align: center;
}


#qa .qa-inner ul{
  list-style: none;
}

#qa .qa-inner li{
  border-bottom: 1px solid #717071;
  margin-left: 40px;
  padding: 10px 0;

  /* display: flex;
  justify-content: space-between; */
  /* align-items: center; */
}

#qa .qa-inner .answer-btn{
  width: 120px;
  line-height: 25px;
  height: 25px;
  display: block;
  background: #E26E9D;
  color: #fff;
  border-radius: 13px;
  text-align: center;
  font-size: 14px;
  font-weight: 700;
  position: relative;
  transform:rotate(0.03deg);
}

#qa .qa-inner .answer-btn::after{
  content: '';
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-right: 7px solid transparent;
  border-left: 7px solid transparent;
  border-top: 9px solid #fff;
  border-bottom: 0;
  position: absolute;
  right: 10px;
  top: 8px;
}

#qa .qa-inner li p.question{
  margin: 0 auto;
  font-size: 17px;
  cursor: pointer;
  position: relative;
  padding: 10px 0px;
  line-height: 1.2;
  display: flex;
  justify-content: space-between;
  transform:rotate(0.03deg);	
}

#qa .qa-inner li p.answer{
  margin: 10px auto;
  font-size: 17px;
  cursor: pointer;
  display: none;
  position: relative;
  padding: 10px 0px;
  line-height: 1.2;
  transform:rotate(0.03deg);
}
#qa .qa-inner li p.question::before{
  content: url('../image/q-icon.png');
  display: block;
  width: 35px;
  height: 35px;
  position: absolute;
  left: -40px;
  top: 0px;
}

#qa .qa-inner li p.answer::before{
  content: url('../image/a-icon.png');
  display: block;
  width: 35px;
  height: 35px;
  position: absolute;
  left: -40px;
  top: 0px;
}

.prev-arrow{
  width: 70px;
  height: 70px;
  border: none;
  position: absolute;
  left: -100px;
  top: 50%;
  transform: translate(0%, -50%);
  background: transparent;
  padding: 0px;
}

.next-arrow{
  width: 70px;
  height: 70px;
  border: none;
  position: absolute;
  right: -100px;
  top: 50%;
  transform: translate(0%, -50%);
  background: transparent;
  padding: 0px;
}

.slide-arrow img{
  width:70px;
  height: 70px !important;
  display: block;
}

.prev-arrow-op{
  display: none !important;
}

.next-arrow-op{
  display: none !important;
}

.slide-arrow-op img{
  display: none;
}

/* 2022.12.22追記 */
main{overflow: hidden;}
#gym_activity{
  padding: 0 20px;
  margin: auto;
  max-width: 1240px;
  width: 100%;
  position: relative;
}

.gym_activity_inner{
  max-width: 1124px;
  width: 100%;
  margin: 80px auto;
  background: #FFF096;
  border-radius: 66px;
  padding: 100px 50px 50px 80px;
}
.img02_1222{
  display: block;
  margin: 40px auto;
  max-width:838px; 	
}
.img04_1222{
  margin-top: 50px;
  display: block;
  max-width: 1040px;
  width: 100%;
}
.gym_activity_item div{
  position: absolute;
}
.item01_1222{
  top: 830px;
  right: 0;
  max-width: 180px;
  width: 20%;
}
.item02_1222{
  top: 36%;
  left: 10px;
  max-width: 120px;
  width: 20%;
}
#view{
  position: relative;
}
#view::before{
  content: "";
  position: absolute;
  bottom: 0;
  top: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0px 100vw 270px 0px;
  border-color: transparent #EDEDEA transparent transparent;
  z-index: 999;
}
#why_popular .reason_4{
  position: relative;
  padding-bottom: 150px;
  background-color: #edece9;	
}

#why_popular .reason_3::after,
#why_popular .reason_3::before{
  content:"";
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  z-index: 999;
}
#why_popular .reason_3::before{
  bottom: 0;
  top: -250px;
  border-width: 250px 0 0 100vw;
  border-color: transparent transparent  transparent #E98AAF;
}
#why_popular .reason_3::after{
  /*bottom: -230px;
  border-width: 230px 100vw 0 0;
  border-color: #E98AAF transparent transparent  transparent ;
  background-color: #edece9;*/	
 bottom: 0;
    top: -250px;
    border-width: 250px 0 0 100vw;
    border-color: transparent transparent transparent #E98AAF;	
}
.img06_1222{
  position: absolute;
  bottom: 170px;
  right: 30%;
  max-width: 110px;
  width: 100%;
  z-index: 9999;
}
.point_2::before{
  content: "";
  position: absolute;
  top: -230px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 230px 0 0 100vw;
  border-color: transparent transparent transparent #EF7F1E;
  z-index: 999;
}
.view-inner{
  background: linear-gradient(to top, #EDEDEA 50% ,#E98AAF 50%);
}

/***********************************
     イオン一関インター作成時
     追加CSS
 ************************************/

.mb20 { margin-bottom: 20px;}
.mb40 { margin-bottom: 40px;}
.mb60 { margin-bottom: 60px;}
.mb80 { margin-bottom: 80px;}
.mb100 { margin-bottom: 100px;} 

.container {
  margin: 0 auto;
  max-width: 1280px;
  width: 100%;
  padding: 0 1rem;
}

/***********************************
     一宮市民病院前作成時
     追加CSS
 ************************************/

.indent {
	padding-left:1.2em;
	text-indent:-1.2em;
}

.mtb5{margin-top: 5px; margin-bottom: 5px;}




</pre></body></html>