@charset "UTF-8";
body {
  margin: 0;
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 500;
}
/* 共通クラス名 */
p, h2, h3, li {
  color: #252B46;
}
li {
  list-style: none;
}
.t_headline {
  color: #252B46;
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 30px;
}
.headline {
  color: #252B46;
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 24px;
  text-align: center;
}
.headline img {
  margin-bottom: 30px;
}
.wrap {
  width: 1080px;
  margin: 0 auto;
}
.f_red {
  /* color: #EB7136; */
  color: red;
}
.f_wh {
  color: #fff;
}
.f13p {
  font-size: 13px;
}
.f14p {
  font-size: 14px;
}
.f16p {
  font-size: 16px;
}
.t10b14 {
  margin-top: 100px;
  margin-bottom: 140px;
}
.t10b15 {
  margin: 100px auto 150px;
}
.t10b10 {
  margin: 100px auto 140px;
}
.ulr {
  /* opacity: 0.4; */
  color: #252B46;
  position: relative;
  display: inline-block;
  text-decoration: none;
  padding-right: 35px;
  line-height: 1;
}
.ulr:hover {
  opacity: 0.5;
}
.r_arrow {
  color: #EB7136;
  position: relative;
  padding-right: 35px;
  line-height: 1;
}
.r_arrow:hover {
  opacity: 0.5;
}
.r_n_arrow {
  position: relative;
  padding-right: 20px;
  line-height: 1;
}
.ulr::after {
  /* position: absolute;

    bottom: -4px;

    left: 0;

    content: '';

    width: 100%;

    height: 1px;

    background: #EB7136;

    transform: scale(0, 1);

    transform-origin: left top;

    transition: transform .3s; */
}
.ulr:hover::after {
  transform: scale(1, 1);
}
.pc_area {
  display: block;
}
.pc_none, .phone_area {
  display: none;
}
/* 黒＿下矢印 */
.bd_arrow {
  color: #000;
  font-size: 16px;
  display: inline-block;
  position: relative;
  padding: 0 0 0;
  vertical-align: middle;
  left: 50%;
  right: 50%;
}
.bd_arrow::before, .bd_arrow::after {
  position: absolute;
  top: 20px;
  bottom: 10px;
  right: -20px;
  margin: auto;
  content: "";
  vertical-align: middle;
}
.sample5-4 {
  padding-top: 0px;
  padding-bottom: 0px;
}
.sample5-4::before {
  background: #fff;
  width: 50px;
  height: 50px;
  -webkit-border-radius: 50%;
  border-radius: 50%;
}
.sample5-4::after {
  right: 0px;
  width: 15px;
  height: 15px;
  border-top: 2px solid #EB7136;
  border-right: 2px solid #EB7136;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
/* 白丸背景＿右赤矢印 */
.sample5-1::before {
  left: 110px;
  width: 8px;
  height: 8px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.arrow4 {
  font-size: 16px;
  display: inline-block;
  position: relative;
  vertical-align: middle;
}
.arrow4::before, .arrow4::after {
  position: absolute;
  top: 0;
  bottom: 10px;
  right: -20px;
  margin: auto;
  content: "";
  vertical-align: middle;
}
/* ヘッダー */
header {
  height: 750px;
  width: 100%;
  position: relative;
}
header::after {
  position: absolute;
  content: "";
  bottom: 0;
  right: 0;
  width: 100%;
  height: 4px;
  padding: 0;
  background: #0D5B8A
}
.header {
  position: fixed;
  top: 0;
  width: 100%;
  background: #fff;
  transition: all 0.5s ease;
  border-bottom: 1px #252B46 solid;
}
.hidden {
  background: none;
  transition: all 0.5s ease;
}
/* ファーストビュー */
.slider {
  position: relative;
  z-index: 1;
  height: 750px;
}
.slider-item01 {
  background: url(../img/top/topimg/topimg01.jpg);
}
.slider-item02 {
  background: url(../img/top/topimg/topimg02.jpg);
}
.slider-item03 {
  background: url(../img/top/topimg/topimg03.jpg);
}
.slider-item04 {
  background: url(../img/top/topimg/topimg04.jpg);
}
.slider-item {
  width: 100%;
  height: 750px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
/*矢印の設定*/
.slick-prev, .slick-next {
  display: none !important;
}
/*ドットナビゲーションの設定*/
/* .slick-arrow:before{

	content:""!important;

} */
.slick-dots {
  display: none;
}
.wrapper {
  position: relative;
}
.swiper-wrapper .swiper-slide {
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  height: 750px;
  overflow: hidden;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.txt_area h3 {
  font-size: 40px;
  padding-bottom: 10px;
}
.txt_area .txt {
  font-size: 21px;
}
.slick-dots li button {
  font-size: 0;
}
/* コピー */
.header-wrap {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}
.txt_area {
  position: absolute;
  width: 100%;
  text-align: center;
  color: white;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.header-inner {
  font-size: 50px;
  color: #fff;
  text-align: center;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  z-index: 5;
}
.header-inner h2 {
  color: #fff;
}
.header-wrap h2 {
  font-size: 50px;
  color: #fff;
  position: absolute;
  z-index: 2;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
}
.header-inner img {
  position: absolute;
}
/* お知らせ */
.t_notice {
  padding: 150px auto 140px;
}
.t_news {
  flex-wrap: wrap;
}
.lbox {
  margin-right: 130px;
}
.t_headline {
  text-align: left;
  margin-bottom: 30px;
}
.t_headline img {
  padding-right: 10px;
}
.tbr {
  text-decoration: underline;
}
.rbox {
  font-family: 'Noto Sans JP', sans-serif;
}
.category {
  display: flex;
  justify-content: space-between;
}
.category ul {
  display: inline-block;
  display: flex;
  flex-wrap: wrap;
}
.category li:nth-child(1) {
  font-size: 16px;
}
.category li a {
  font-size: 12px;
  outline: solid 1px #EB7136;
  padding: 0 5px;
  color: #EB7136;
}
.category li a:hover {
  background-color: #EB7136;
  color: #fff;
}
.category li + li {
  padding-left: 10px;
}
.news ul li:first-child {
  padding-top: 30px;
  border-top: 1px solid #c0bfc2;
}
.news ul li {
  margin-top: 30px;
  padding-bottom: 30px;
  border-bottom: 1px solid #c0bfc2;
}
.news ul li a:hover {
  opacity: 0.5;
}
.day {
  color: #999999;
  font-size: 16px;
  width: 70px;
  display: inline-block;
  letter-spacing: normal;
  margin-right: 30px;
}
.cate {
  color: #fff;
  background-color: #0D5B8A;
  font-size: 12px;
  font-weight: 300;
  /* width: 180px; */
  text-align: center;
  display: inline-block;
  line-height: 1;
  padding: 2px 20px 3px;
  overflow: hidden;
  vertical-align: middle;
  letter-spacing: normal;
}
.news h2 {
  font-family: 'Noto Sans JP', sans-serif;
  width: 500px;
  display: inline-block;
  padding-left: 20px;
  overflow: hidden;
  line-height: 1;
}
.lbox a {
  border-bottom: solid 1px #EB7136;
  display: inline-block;
  padding-bottom: 6px;
  padding-right: 35px;
}
.lbox a:hover {
  color: #EB7136;
}
.arrow {
  display: block;
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  margin: 0;
  background: #EB7136;
  width: 20px;
  height: 20px;
  -webkit-border-radius: 50%;
  border-radius: 50%;
}
.arrow::before, .arrow::after {
  position: absolute;
  top: 8px;
  bottom: 10px;
  right: -20px;
  margin: auto;
  content: "";
  vertical-align: middle;
}
.sample5-3::after {
  right: 8px;
  top: 7px;
  bottom: 0;
  margin: 0;
  width: 6px;
  height: 6px;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
/* <============== LINE ===============> */
.line_innner {
  display: flex;
  justify-content: center;
}
.linebox {
  display: block;
  text-align: center;
}
.line {
  background-color: #06c755;
  padding-top: 50px;
  padding-bottom: 20px;
}
.linebox h2 span {
  font-size: 40px;
}
.linebox h2 {
  font-size: 53px;
  color: #fff;
  font-weight: 700;
  line-height: 1;
}
.linebox h2 .f_48 {
  font-size: 48px;
}
.linebox:nth-child(2) {
  margin-top: 50px;
  margin-left: 50px;
}

/* <============== LINE ===============> */
.reserve2_innner {
  display: flex;
  justify-content: center;
}
.reserve2box {
  display: block;
  text-align: center;
}
.reserve2 {
  padding-top: 50px;
  background-color: #1565c0;
}
.reserve2box h2 span {
  font-size: 40px;
}
.reserve2box h2 {
  font-size: 53px;
  color: #fff;
  font-weight: 700;
  line-height: 1;
}
.reserve2box h2 .f_48 {
  font-size: 48px;
}
.reserve2box:nth-child(2) {
  margin-top: 20px;
  margin-left: 50px;
}
.reserve2box .b_y {
  color: #1565c0;
}




.wrap_01 {
  width: 1080px;
  margin: 0 auto;
  justify-content: space-between;
}
.check p {
  line-height: 1.4;
}
.b_y {
  background-color: #f9fd88;
  color: #06c755;
  font-size: 20px;
  padding: 10px;
  line-height: 1;
  margin-top: 10px;
  margin-bottom: 15px;
  display: inline-block
}
.f_bac {
  /* margin-top: 35px; */
  background-color: #fff;
}
.f_bac_inner {
  display: flex;
  margin: 0 auto;
  justify-content: center;
  padding-top: 20px;
  padding-bottom: 20px;
}
.f_bac_wrap {
  border: solid 1px #06c755;
  color: #06c755;
  border-radius: 20px;
  align-items: center;
  padding: 10px 20px;
  width: 255px;
}
.f_bac_wrap + div {
  margin-left: 30px;
}
.fwrap01 {
  display: flex;
  justify-content: space-between;
}
.fwrap02 {
  text-align: center;
  padding-top: 20px;
}
.fwrap02 p {
  padding-bottom: 10px;
}
.fwrap02 a:hover {
  opacity: 0.5;
}
.fwrap03 {
  text-align: center;
  line-height: 1.4;
  padding-top: 30px;
  padding-bottom: 30px;
}
.check p {
  color: #fff;
}
/* エリア紹介 */
.a_head {
  text-align: center;
}
.a_head p {
  line-height: 1.8em;
  font-size: 18px;
  width: 800px;
  margin: 0 auto;
}
.bsr {
  background-color: #EB7136;
  color: #fff;
  font-size: 22px;
  text-align: center;
  display: inline-block;
  padding: 15px;
}
.bsr span {
  font-size: 14px;
  display: block;
}
.a_de {
  display: flex;
  justify-content: space-between;
  margin-top: 100px;
  gap:40px;
}
.a_de_in {
  position: relative;
  width: 100%;
  margin-bottom: 30px;
}
.a_de_in img {
  width: 100%;
}
.a_de_in h3 {
  margin-top: 20px;
  font-weight: bold;
  color: #EB7136;
  font-size: 20px;
}
.a_de_in:hover {
  opacity: 0.5;
}
.a_de_in h2 {
  position: absolute;
  top: -20px;
}
.a_de_in p {
  font-size: 14px;
  margin-top: 20px;
  margin-bottom: 30px;
  line-height: 1.8em;
}
.a_de_in p.ulr {
  margin: 0;
  line-height: 1;
}
.headline h3 {
  font-size: 30px;
  margin-bottom: 35px;
}
/* 料金案内・施設紹介・アクセス */
.t_guide {
  display: flex;
  flex-wrap: wrap;
}
.t_guide_inner {
  padding: 80px 60px 70px;
}
.t_guide_inner h2 {
  color: #fff;
  font-size: 32px;
  margin-bottom: 30px;
  text-align: center;
}
.t_guide_inner h2 span {
  background: #fff;
  color: red;
  opacity: 0.4;
  font-size: 20px;
  padding: 0 20px;
}
.t_guide_inner p {
  color: #fff;
  line-height: 1.5em;
}
.tgubox {
  width: 50%;
  position: relative;
  overflow: hidden;
}
.tgubox > a:before {
  content: "";
  position: absolute;
  width: 100vw;
  height: 100vh;
}
.tgubox p {
  line-height: 1.8em;
  margin-bottom: 40px;
}
.tguf {
  background-color: #EB7136;
}
.tgfa {
  background-color: #0678CB;
}
.tgac {
  background-color: #0A5B8A;
}
.tgfaaa {
  background-color: #EBB805;
}
.tgubox:hover {
  opacity: 0.5;
}
.spCenter {
  position: absolute;
  bottom: 0;
}
/* フィットネスのご案内 */
.t_ft {
  display: flex;
  margin-top: 55px;
}
.t_ft_inner p {
  line-height: 2em;
}
.t_ft_inner {
  padding-left: 70px;
  padding-top: 25px;
}
.b_bkr {
  margin-top: 80px;
}
.b_bkr a {
  /* opacity: 0.4; */
  background: #EB7136;
  display: inline-block;
  padding: 30px 145px 30px 30px;
}
.b_bkr:hover {
  opacity: 0.5;
}
.b_bkr p {
  color: #fff;
  display: inline-block;
  line-height: 1;
}
/* スライダー */
.slider {
  height: auto !important;
  padding-bottom: 0;
  margin: 0;
  padding: 0;
  line-height: 0;
}
/* sns */
.t_sns_inner {
  display: flex;
  flex-wrap: wrap;
}
.t_sns_inner .tsbox1 {
  width: 50%;
  text-align: center;
  position: relative;
  overflow: hidden;
}
.t_sns_inner .tsbox2 {
  background-color: #D4E0E7;
  border-left: 1px solid #fff;
  border-bottom: 1px solid #fff;
  border-top: 1px solid #fff;
  display: block;
}
.t_sns_inner.tsbox1 > a:before {
  content: "";
  position: absolute;
  width: 100vw;
  height: 100vh;
}
.t_sns_inner .tsbox1 a {
  padding: 60px 40px 40px;
  display: block;
}
.t_sns_inner .tsbox1:hover {
  opacity: 0.5;
}
.t_sns_inner .tsbox1:nth-child(1) {
  border-left: none;
}
.t_sns_inner .tsbox1 p {
  margin-top: 25px;
}
.t_sns_inner .tsbox1 p span {
  margin-left: 10px;
}