@charset "UTF-8";

/* ----------------------------------------------------------------------
 reset css
---------------------------------------------------------------------- */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table:not(.tinymce-table), caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block;
}
html {
  overflow-y: scroll;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  font-size: 62.5%;
  scroll-behavior: smooth;
}

html * {
        /* padding/border差し引きなし */
        box-sizing: border-box;
    }
ul, ol {
  list-style: none;
}

body {
        -webkit-text-size-adjust: 100%;
        /* remのフォント単位指定 */
        font-size: 1.6rem;
        /* 基本フォント */
 font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-style: normal;
        color: #222;
        line-height: 1.8;
        letter-spacing: 1px;
        background-color: #E2D9C6;
    }
img {
        display: block;
        height: auto;
        max-width: 100%;
    }

a,
a:before,
a:after,
input {
  -webkit-transition-property: background-color, color;
  -webkit-transition-duration: 0.2s;
  -webkit-transition-timing-function: ease;
  -moz-transition-property: background-color, color;
  -moz-transition-duration: 0.2s;
  -moz-transition-timing-function: ease;
  -o-transition-property: background-color, color;
  -o-transition-duration: 0.2s;
  -o-transition-timing-function: ease;
  transition-property: background-color, color;
  transition-duration: 0.2s;
  transition-timing-function: ease;
}
a:hover {
  text-decoration: none;
}
h1 {
  font-size: 3.6rem;
  font-weight: 700;
}

h2 {
  font-size: 2.8rem;
  font-weight: 700;
  text-align: center;
}

h3 {
   font-size: 2rem;
  font-weight: 600;
}

h4 {
  font-size: 1.8rem;
  font-weight: 700;
}
.wrapper {
  overflow: hidden;
  padding-bottom: 20px;
}


.animate__delay-03s {
 animation-delay: calc(var(--animate-delay) * 0.3);
}
.animate__delay-05s {
 animation-delay: calc(var(--animate-delay) * 0.5);
}
.animate__delay-08s {
 animation-delay: calc(var(--animate-delay) * 0.8);
}
.animate__delay-13s {
 animation-delay: calc(var(--animate-delay) * 1.3);
}
.animate__delay-16s {
 animation-delay: calc(var(--animate-delay) * 1.6);
}

a.anchor{
    display: block;
    padding-top: 50px;
    margin-top: -50px;
}
.copy {
    background-color: #4E7924;
    color: #fff;
    font-size: 1.8rem;
    padding: 10px 0 0;
    text-align: center;
    position: absolute;
    width: 100%;
}
.copy li {
  display:inline-block;
  margin: 0 20px;
}
.copy a:hover {
  color: #fff000;
  transition: all .4s;
}
.clight {
float: right;
font-size: 1rem;
padding: 0 10px 10px;
}


/*==================================================
　5-2-4 MENUがCLOSEに
===================================*/

.openbtn{
  position: relative;
  background:#1067A9;
  cursor: pointer;
    width: 40px;
    height:40px;
  border-radius: 5px;
}

/*ボタン内側*/
.openbtn span{
    display: inline-block;
    transition: all .4s;/*アニメーションの設定*/
    position: absolute;
    left: 11px;
    height: 2px;
    border-radius: 5px;
  background: #fff;
    width: 45%;
  }


.openbtn span:nth-of-type(1) {
  top:10px; 
}

.openbtn span:nth-of-type(2) {
  top:16px;
}

.openbtn span:nth-of-type(3) {
  top:22px;
}

.openbtn span:nth-of-type(3)::after {
  content:"Menu";/*3つ目の要素のafterにMenu表示を指定*/
  position: absolute;
  top:6px;
  left:0;
  color: #fff;
  font-size: 0.6rem;
  text-transform: uppercase;
}

/*activeクラスが付与されると線が回転して×になり、Menu⇒Closeに変更*/

.openbtn.active span:nth-of-type(1) {
    top: 11px;
    left: 14px;
    transform: translateY(6px) rotate(-45deg);
    width: 30%;
}

.openbtn.active span:nth-of-type(2) {
  opacity: 0;
}

.openbtn.active span:nth-of-type(3){
    top: 23px;
    left: 14px;
    transform: translateY(-6px) rotate(45deg);
    width: 30%;
}

.openbtn.active span:nth-of-type(3)::after {
  content:"Close";/*3つ目の要素のafterにClose表示を指定*/
    transform: translateY(0) rotate(-45deg);
  top:6px;
  left:2px;
}
header {
	background: url("../img/fv-ph.jpg")no-repeat center;
	width: 100vw;
	height: 100vh;
	background-size: cover;
}


header::before {
background: rgba(0,0,0,0.3);
content: '';
width: 100%;
height: 100%;
position: absolute;
top: 0;
left: 0;
}
nav {
	width: 90%;
	margin: 30px auto;
	background-color: #fff;
	padding: 20px;
	border-radius: 30px;
}
nav a img {
	height: 32px;
	margin: 0 auto;
}
.navbar-brand {
	padding-left: 30px;
}
.fv-ti {
  position: absolute;
  top: 60%;
  left: 50%;
  transform: translate(-50%,-50%);
}
nav a img.ptn {
	height: 43px;
}
.fv-open {
	width: 350px;
}
.fv-logo {
	width: 380px;
}
.fv-ti p {
	margin-top: 70px;
	color: #fff;
	font-size: 1.3vw;
	text-align: center;
	line-height: 2;
}
.fv-ti img {
	margin: 0 auto;
}
/*.slick-prev:before, .slick-next:before {
    font-family: 'slick';
    font-size: 20px;
    line-height: 1;
    opacity: .75;
    color: white;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}*/
.slick-slide img {
	border-radius: 20px;
}
.slick-slide {
	margin-right: 20px;
}
.fv-sliders {
	position: relative;
	top: -40px;
}
.cont01 {
	margin-top: 70px;
	position: relative;
}
.captain {
	padding-top: 100px;
}
.captain img {
	border-radius: 0 30px 30px 0;
	width: 600px;

}
.cont01 h2 {
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
    font-size: 8rem;
    color: #53360F;
    margin-right: 2%;
    font-family: "Noto Serif JP", serif;
    font-weight: 600;
    text-align: left;
    line-height: 2;
    position: absolute;
    right: 5%;
}
.captain-txt {
    background-color: #fff;
    padding: 30px;
    border-radius: 30px;
    position: relative;
    top: -180px;
    left: 40%;
    line-height: 2;
    width: 56%;
}
.captain-txt span {
  color: #ff0000;
}
.cont02 {
	padding-left: 4%;
	padding-right: 4%;
}
.cont02 .summary {
	width: 33%;
	color: #fff;
  letter-spacing: 0;
  display: flex;
  flex-direction: column;
}
.summ01 {
	background-color: #1067A9;
	padding: 20px 30px;
	position: relative;
}
.summ02 {
	background-color: #404040;
	padding: 20px 30px;
	position: relative;
}
.summary h2 {
	font-size: 2rem;
	font-weight: 700;
	margin-bottom: 20px;
	text-align: center;
	color: #fff;
}

.riyouryou-tit {
	background-color: #fff;
	padding: 3px 30px;
	border-radius: 30px;
	text-align: center;
	margin-bottom: 10px;
	font-size: 1.4rem;
	color: #000;
}
.riyouryou-tit span {
	font-size: 1.2rem;
}
.summary ul {
	display: flex;
}
.li-item {
	text-align: right;
	width: 44%;
	padding: 10px 0;
}
.li-cont {
	text-align: left;
	width: 80%;
	padding: 10px 0;
	padding-left: 20px;
}
.summ-logo img {
	width: 150px;
	margin: 20px auto;
}
.li-comm {
	text-align: right;
	font-size: 1.3rem;
}
.summ01-cont {
	border-top: 1px solid #192D79;
	margin-top: 20px;
	padding-top: 20px;
}
.summ02 .summ01-cont {
	border-top: 1px solid #231815;
	margin-top: 20px;
	padding-top: 20px;
}
ul.li-attention {
	display: block;
}
.li-arrow {
	position: relative;
	bottom: 0;
	text-align: center;
  margin-top: auto;
}
.li-arrow img {
	margin: 10px auto 0;
}
.li-arrow:hover {
  transform: translateY(3px);
  transition: .4s;
}
.li-arrow p {
  margin-top: 20px;
  color: #fff000;
  font-size: 1.3rem;
  letter-spacing: 1px;
}
.li-arrow p:hover {
  color: #ff6514;
  transition: .4s;
}
.li-campaign {
background-color: #FFFFC3;
padding: 10px 20px;
font-size: 1.4rem;
color: #000;
margin-bottom: 20px;
}
.term {
	text-align: center;
	margin-bottom: 10px;
}
.cam-tit {
	font-size: 1.8rem;
	text-align: center;
	font-weight: 900;
}
.cam-tit02 {
	text-align: center;
	font-size:1.9rem;
	font-weight: 900;
}
.cam-tit::before {
	content:'';
	display: inline-block;
	background-image: url(../img/camline-l.png);
	width: 13px;
	height: 9px;
	background-size: contain;
	vertical-align: middle;
}
.cam-tit::after {
	content:'';
	display: inline-block;
	background-image: url(../img/camline-r.png);
	width: 13px;
	height: 9px;
	background-size: contain;
	vertical-align: middle;
}
.li-campaign ul {
	display: block;
}
.li-campaign li {
	margin-bottom: 5px;
}
.summ02 .li-attention {
	margin-bottom: 30px;
}
.summ03 h2 span {
	font-size: 1.4rem;
	margin-left: 10px;
}
.summ03 {
	background-color: #155369;
	padding: 20px 30px;
	position: relative;
	padding-bottom: 80px;
  height: 100%;
}
.summ04 {
	background-color: #808080;
	padding: 20px 30px;
	position: relative;
	padding-top: 112px;
}
.summ01 img.fukidashi,
.summ02 img.fukidashi,
.summ03 img.fukidashi,
.summ04 img.fukidashi {
	position: absolute;
	top: -30px;
	width: 150px;
}
.summ04 img.fukidashi {
    top: -33px;
    }
.li-campaign p {
	margin-bottom: 10px;
}
.cont03 {
	padding-top: 100px;
}
.tit-area img {
	margin: 20px auto;
	width: 200px;
}
.tit-area h2 {
	font-size: 2rem;
	text-align: center;
	margin-bottom: 20px;
}
.tit-area .guide {
	text-align: center;
	margin-bottom: 20px;
}
.cont03-main-ph {
	height: 400px;
	background: url("../img/spa-main.jpg")no-repeat;
	background-size: cover;
}
.spa25 {
	background-color: #1067A9;
}
.kojima {
	background: url("../img/wave.png") repeat-x;
	background-size: inherit;
	display: flex;
	padding: 20px;
	color: #fff;
  padding-left: 5%;
}
.kojima img {
	width: 200px;
	position: relative;
	top: -50px;
}
.kojima-text {
	padding-left: 20px;
}
.kojima-text span {
	font-size: 2.2rem;
	font-weight: 800;
}
.cont03-inner {
	padding-left: 7%;
	padding-right: 7%;
      position: relative;
    padding-bottom: 100px;
}
.cont03-inner h2 img {
	width: 200px;
	margin-bottom: 40px;
}
.cont03-inner h3 {
	font-size: 2.4rem;
	color: #fff;
	font-weight: 800;
	margin-bottom: 30px;
}
.floor-info {
	color: #fff;
}
.floor-info span {
	font-size: 1.8rem;
	color: #fff000;
}
.sauna-num {
  display: flex;
  margin-bottom: 30px;
  margin-top: 30px;
  font-size: 1.4rem;
}
.sauna-num li {
  border: 1px solid #fff;
  padding: 10px 20px;
  color: #fff;
  text-align: center;
}
.sauna-num li.sauna-num-first {
  background-color: #fff;
  color: #000;
}
.spa25-txt,
.gym-txt {
  color: #fff;
}
.cont03-inner .col-lg-6,
.cont04-inner .col-lg-6,
.cont05-inner .col-lg-6,
.cont06-inner .col-lg-6,
.cont06-inner .col-lg-6,
.cont07-inner .col-lg-6 {
  padding-left: 0;
  padding-right: 0;
}
.spa25-setsumei {
  padding: 0 50px;
  top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    position: relative;
}
.spa25-setsumei-l {
  padding: 0 30px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  position: relative;
}
.spa25-maparea {
  margin-bottom: 40px;
}
.spa25_map,
.spa26_map,
.gym_map,
.work25_map,
.work26_map {
  transform: rotate(-5deg);
  max-width: 700px;
  margin: 0 auto;
}
.cont03-inner img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.spa-slider {
  margin-top: 50px;
  margin-bottom: 50px;
}
.leaf-line01 {
    position: absolute;
    bottom: -2.3%;
    right: 0;
    width: 50%;
    z-index: 3;
}
.cont04 {
   background-color: #192D79;
   position: relative;
}
.leaf-line02 {
    position: absolute;
    top:0;
    width: 50%;
}

.cont04-inner {
  padding-left: 7%;
  padding-right: 7%;
  position: relative;
  padding-bottom: 100px;
  padding-top: 100px;
}
.cont04-inner h2 img {
  width: 250px;
  margin-bottom: 40px;
}
.spa26-setsumei,
.gym-setsumei {
    padding: 0 50px;
    top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  position: relative;
}
.spa26-setsumei-l,
.gym-setsumei-l {
    padding: 0 30px;
    top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  position: relative;
}
.spa26-setsumei h3,
.spa26-setsumei-l h3,
.gym-setsumei h3,
.gym-setsumei-l h3 {
  color: #fff;
  margin-bottom: 40px;
}
.spa-ph img,
.gym-ph img,
.work-ph img {
  width: 100%;
  height: 350px;
  object-fit: cover;
}
.information-cate {
  letter-spacing: 0;
}
.information-cate .info-cate01 {
  position: relative;
}
.information-cate .info-cate01 .pop01 {
    position: absolute;
    top: 60px;
    left: 70%;
    width: 30%;
    max-width: 130px;
}
.information-cate .info-cate01 .qr {
    width: 40%;
    margin-bottom: 20px;
}
.floor26 img{
      margin-left: auto;
}
.cont04-inner .floor-info {
  padding-left: 50px;
}
.spa26-maparea {
  margin-bottom: 100px;
}
.information-cate {
  background-color: #FFF4B7;
  padding: 30px;
  border-radius: 20px;

}
.logo-right {
  margin-left: auto;
}
.info-tit {
  bottom: 30px;
  display: flex;
  margin-bottom: 40px;
}
.info-tit img {
  width: 100px;
}
.info-tit h2 {
  font-size: 2.4rem;
  font-weight: 800;
  text-align: left;
}
.info-tit span {
  font-size: 1.8rem;
  margin-left: 20px;
}
.info-cate01 {
  width: 32%;
}
.info-cate02 {
  width: 20%;
}
.info-cate03 {
  width: 40%;
  margin-left: 20px;
}
.gym-info .info-cate02 {
  width: 28%;
}

.info-cate-inner {
  border: 1px solid #707070;
  padding: 20px 10px;
  font-size: 1.4rem;
  background-color: #fff;
  height: 100%;
}
.info-cate-inner h3,
.info-cate-inner02 h3
 {
  font-size: 2rem;
  text-align: center;
  border-bottom: 1px solid #707070;
  padding-bottom: 10px;
  margin-bottom: 10px;
}
.info-cate-inner ul,
.info-cate-inner02 ul {
    display: flex;
}
.info-cate-inner .li-item,
.info-cate-inner02 .li-item {
    width: 35%;
}
.info-cate-inner .li-cont,
.info-cate-inner02 .li-cont {
    width: 90%;
}
.info-cate-inner ul.line-touroku {
display: block;
}
.info-cate-inner02 {
    border: 1px solid #707070;
    padding: 20px 10px;
    font-size: 1.4rem;
    background-color: #fff;
    height: auto;
}
.info-cate01 {
  margin-right: 15px;
}
.info-cate-inner img.qr {
  width: 50%;
  margin: 0 auto;
}
.info-cate03 img {
  width: 70%;
  margin: 20px auto;
}
.atten {
  font-size: 1.3rem;
}
.add::before {
  content: '';
  background: url(../img/icon-address.png);
  display: inline-block;
  width: 26px;
  height: 26px;
background-size: contain;
  vertical-align: middle;
  margin-right: 10px;
}
.train::before {
  content: '';
  background: url(../img/icon-train.png);
  display: inline-block;
  width: 26px;
  height: 26px;
background-size: contain;
  vertical-align: middle;
  margin-right: 10px;
}
.gmaps a{
  display: flex;
}
.gmap {
  margin-right: 10px;
  margin-left: 10px;
}
.gmap span {
  border: 1px solid #ddd;
  background-color: #fff;
  padding: 7px 10px;
  font-size: 1.6rem;
  font-weight: 800;
  text-align: center;
}
.gmap::before {
  content: '';
  background: url(../img/map-pin.png);
  display: inline-block;
  width: 26px;
    height: 35px;
background-size: contain;
  vertical-align: middle;
  margin-right: 10px;
}
.info-access a {
  color: #222;
}
.kensaku span{
  padding: 7px;
  background-color: #c6c6c6;
  border: #777;
  border-radius: 10px;
  font-size: 1.6rem;
  text-align: center;
}
.info-access h3 {
  font-size: 1.8rem;
  margin-top: 20px;
  margin-bottom: 10px;
}
.info-access {
  font-size: 1.4rem;
}
.cont05 .gym-leaf {
  width: 80%;
  margin: 0 auto;
}
.cont05-main-ph {
    height: 400px;
    background: url(../img/gym-main.jpg) no-repeat;
    background-size: cover;
    background-position: center;
}
.gym {
  background-color: #404040;
  padding-bottom: 100px;
}
.cont05-inner {
    padding-left: 7%;
    padding-right: 7%;
    position: relative;
    padding-bottom: 30px;
    padding-top: 0;
}
.campaign-gym {
  /*background: url("../img/campaign01.png")no-repeat center;
  background-size: 100%;
  width: 100%;
  height: 380px;*/
  position: relative;
}
.campaign-bg {
    width: 100%;
    height: auto;
    display: block;
}
.campaign-content {
    position: absolute;
    inset: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}
.cam-syo {
    position: absolute;
    top: 36%;
    left: 20px;
    font-size: 1.4rem;
    line-height: 1.8;
    width: 37%;
}
.cam-kikan {
    background-color: #fff;
    border-radius: 10px;
    position: absolute;
    top: 58%;
    right: 20px;
    padding: 10px 20px;
    font-size: 1.3rem;
    line-height:1.4;
}
.cam-kikan span {
  font-size: 2rem;
}
.cam-kikan h4 {
  text-align: center;
  font-size: 1.3rem;
  margin-bottom: 5px;
}

.cont05-inner .floor-info {
  padding: 100px 30px 50px;
}

.gym-info .info-cate02{
  position: relative;
}
.gym-info .info-cate02 .qr {
    width: 40%;
    margin-bottom: 20px;
}
.gym-info .info-cate02 .pop01 {
  position: absolute;
  top: 60px;
  left: 70%;
  width: 30%;
  max-width: 130px;
}
.gym-info .info-cate03{
  position: relative;
}
.gym-info .info-cate03 .pop02 {
  position: absolute;
  top: 60px;
  left: 75%;
  width: 25%;
  max-width: 130px;
}
.cont06-inner {
    padding-left: 7%;
    padding-right: 7%;
    position: relative;
    padding-bottom: 100px;
    padding-top: 70px;
}
.cont06 .work-leaf {
  width: 80%;
  margin: 0 auto;
}
.cont06-main-ph {
    height: 400px;
    background: url(../img/work-main.jpg) no-repeat;
    background-size: cover;
}
.cont06-inner h3 span {
  font-size: 2.6rem;
  color: #fff000;
  border-bottom: 8px solid #ff0000;
  padding-bottom: 5px;
  font-weight: 800;
}
.work25 {
    background-color: #155369;
}
.cont06-inner h2 img {
  width: 250px;
}
.cont06-inner h3 {
    color: #fff;
    margin-bottom: 50px;
    line-height: 1.8;
    /*margin-top: 50px;*/
}
.work-maparea {
  margin-bottom: 100px;
}
.work25-info h3 {
  color: #000;
  margin-top: 0;
  margin-bottom: 0;
}
.work25-info .info-cate01 .qr {
    width: 40%;
    margin-bottom: 20px;
}
.work25-info .info-cate01 {
  position: relative;
}
.work25-info .info-cate01 .pop01 {
    position: absolute;
    top: 60px;
    left: 70%;
    width: 30%;
    max-width: 130px;
}
.work25-setsumei {
  padding: 0 50px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  position: relative;
}
.work25-setsumei-l {
  padding: 0 30px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  position: relative;
}
.cont07 {
   background-color: #808080;
   position: relative;
}
.leaf-line03 {
    position: absolute;
    top:0;
    left: 50%;
    width: 50%;
}
.cont07-inner {
  padding-left: 7%;
  padding-right: 7%;
  position: relative;
  padding-bottom: 100px;
  padding-top: 100px;
}
.work26 {
  background-color: #808080;
}
.work26 .floor26 img {
    margin-left: auto;
    width: 250px;
}
.work26-maparea {
  margin-bottom: 20px;
}
.cont07-inner h3 {
    color: #fff;
    margin-bottom: 50px;
    line-height: 1.8;
}
.cont07-inner h3 span {
  font-size: 2.6rem;
  color: #fff000;
  border-bottom: 8px solid #ff0000;
  padding-bottom: 5px;
  font-weight: 800;
}

.work26-info .info-cate02 {
  position: relative;
}
.work26-info .info-cate02 .pop03 {
    position: absolute;
    top: 60px;
    left: 70%;
    width: 30%;
    max-width: 130px;
}
.work26-info h3 {
    color: #000;
    margin-bottom: 0;
    line-height: 1.8;
    margin-top: 0;
}
.work26-info .info-cate01 {
  width: 28%;
}
.work26-info .info-cate02 {
  width: 44%;
}
.campaign-work {
    background: url(../img/work-pc-cam-back.png) no-repeat;
    background-size: cover;
    background-position: center;
    width: 100%;
    padding: 20px;
    border-radius: 20px;
    border: 2px solid #299A00;
    position: relative;
    margin-bottom: 100px;
    margin-top: 150px;
}
.campaign-gym {
    background: url(../img/gym-pc-cam-back.png) no-repeat;
    background-position: center;
    background-size: cover;
    width: 100%;
    padding: 80px 20px 20px;
    border-radius: 20px;
    border: 2px solid #FA8700;
    position: relative;
    margin-bottom: 100px;
    margin-top: 50px;
}
.work-cam-catch {
  font-size: 2rem;
  font-weight: 800;
  text-align: center;
  margin-bottom: 30px;
}
.campaign-work h2.campaign-ti {
    position: absolute;
    top: 100px;
    left: 32%;
    font-size: 5rem;
    font-weight: 800;
    color: #000;
    -webkit-text-stroke: 5px #fff;
    text-stroke: 5px #fff;
    paint-order: stroke;
    z-index: 40;
}
.campaign-gym h2.campaign-ti {
    position: absolute;
    top: 60px;
    left: 32%;
    font-size: 5.5rem;
    font-weight: 800;
    color: #000;
    -webkit-text-stroke: 5px #fff;
    text-stroke: 5px #fff;
    paint-order: stroke;
    z-index: 40;
}
.gentei img {
  margin-left: auto;
  width: 120px;
}
.campaign-syo {
  padding-right: 20px;
  font-size: 1.4rem;
    letter-spacing: 0;
    font-weight: 700;
}
.campaign-syo h4 {
  background-color: #fff;
  border-radius: 30px;
  text-align: center;
  color: #000;
  font-size: 1.8rem;
  padding: 5px;
  margin-bottom: 10px;
}
.campaign-syo li {
  margin-bottom: 10px;
}
.campaign-gym .entry-bt {
    background: url(../img/entry-bt01.png) no-repeat;
    width: 300px;
    width: 100%;
    height: 100px;
    background-size: contain;
    position: absolute;
    bottom: 0;
}
.campaign-gym .entry-bt:hover {
    transition: all 0.3s ease 0.1s;
    background: url(../img/entry-bt01_h.png) no-repeat;
    background-size: contain;
    width: 100%;
    height: 100px;
}
.campaign-work .entry-bt {
    background: url("../img/entry-bt03.png") no-repeat;
    width: 300px;
    width: 100%;
    height: 100px;
    background-size: contain;
    position: absolute;
    bottom: 0;
}
.campaign-work .entry-bt:hover {
    transition: all 0.3s ease 0.1s;
    background: url("../img/entry-bt03_h.png") no-repeat;
    background-size: contain;
    width: 100%;
    height: 100px;
}
.nairan {
  position: absolute;
  bottom: 50px;
}

.cont08 .work-leaf {
  width: 80%;
  margin: 0 auto;
}
.pt-flow {
  width: 30%;
  margin-right: 15px;
}
.pt-flow img {
    border-radius: 10px;
    margin-bottom: 10px;
    width: 100%;
    height: 220px;
    object-fit: cover;
}
.pt-arrow {
  margin-right: 15px;

}
.work26-info .info-cate-inner img {
  width: 250px;
  margin: 20px auto;
}
.card-header {
  background-color: #fff;
  font-size: 1.6rem;
}
.cont08 .tit-area h2 {
    font-size: 4rem;
    text-align: center;
    margin-bottom: 70px;
    margin-top: 30px;
}
.cont08 .accordion h3 {
  font-size: 2rem;
  font-weight: 800;
  text-align: center;
  color: #000;
  cursor: pointer;
  padding: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.cont08 .card-body {
  padding-bottom: 50px;
}
.cont08 .card {
  background-color: unset;
  border: none;
}
.work26-info .line-touroku {
  margin-top: 20px;
}
.cont08 .accordion h3::after {
  content:'';
  display: inline-block;
  background: url("../img/arrow02.png");
  width: 23px;
  height: 12px;
  background-size: contain;
  vertical-align: middle;
  margin-left: 40px;
}
.accordion .card .card-header {
    margin-bottom: 0;
    border-bottom: 1px solid #ddd;
}
footer .footer-main {
  background-color: #192D79;
  padding: 30px;
  color: #fff;
  text-align: center;
}
footer .footer-main .f-logos {
  margin-top: 40px;
  margin-bottom: 40px;
}
footer .copy {
  color: #fff;
  font-size: 1.2rem;
  text-align: center;
  background-color: #155369;
  padding: 10px;
  font-weight: 400;
}
.f-logo img {
  margin: 20px auto 50px;
  width: 200px;
}
.f-logos img {
  width: 100px;
  margin: 0 30px;
}
.f-logos02 img {
  width: 20px;
}
.f-logos02 a {
  margin: 30px;
  color: #fff;
  font-size: 1.3rem;
}
footer {
  margin-top: 130px;
}
.campaign-bnr {
    position: relative;
    top: 20%;
    left: 68%;
    width: 30%;
    max-width: 100%;
}
.campaign-bnr img {
  width: 100%;
  height: auto;
  display: block;
}

/* 共通 */
.banner-link {
  position: absolute;
  top: 0;
  width: 50%;
  height: 100%;
}

/* 左右 */
.banner-link.left {
  left: 0;
}

.banner-link.right {
  right: 0;
}
a.anchor{
    display: block;
    padding-top: 70px;
    margin-top: -70px;
}
/*.campaign-gym .entry-bt,
.campaign-work .entry-bt {
    background: url(../img/entry-bt01.png) no-repeat;
    background-size: contain;
    width: 300px;
    height: 85px;
}
.campaign-gym .entry-bt:hover,
.campaign-work .entry-bt:hover {
transition : all 0.3s ease 0.1s;
background: url("../img/entry-bt01_h.png")no-repeat;
background-size: contain;
    width: 300px;
    height: 85px;
}*/
.info-cate-inner .entry-bt {
    background: url(../img/entry-bt01.png) no-repeat;
    background-size: contain;
    width: 100%;
    height: 83px;
    margin: 20px auto;
    background-position: center;
}
.info-cate-inner .entry-bt:hover {
transition : all 0.3s ease 0.1s;
background: url("../img/entry-bt01_h.png")no-repeat;
background-size: contain;
width: 100%;
    height: 83px;
    margin: 20px auto;
    background-position: center;
}
.taikenkai {
  background-color: #FDFFE8;
  border: 1px solid #FF7F00;
  border-radius: 10px;
  padding: 20px 30px;
  margin-top: 30px;
  font-size: 1.4rem;
}
.taikenkai h2 {
  text-align: left;
  margin-bottom: 20px;
}
.pre-time01 {
  border-bottom: 1px solid #ccc;
  padding-bottom: 10px;
  
}
.taiken-l ul {
    display: flex;
    align-items: start;
}
.taikenkai .day {
  width: 37%;
}
.taikenkai h3 {
  margin-bottom: 10px;
}
.taikenkai .pre-entry {
  text-align: center;
  padding-top: 30px;
}
.taikenkai .entry-bt {
    background: url(../img/entry-bt01.png) no-repeat;
    background-position: center;
    width: 80%;
    height: 100px;
    background-size: contain;
    margin: 0 auto;
    position: relative;
}
.taikenkai .entry-bt:hover {
  width: 80%;
  transition : all 0.3s ease 0.1s;
background: url("../img/entry-bt01_h.png")no-repeat;
background-size: contain;
width: 80%;
    height: 100px;
    background-position: center;
}
.taikenkai h2 span {
  font-size: 1.6rem;
  margin-left: 20px;
}
.morning {
  justify-content: end;
}
.spa26-maparea img,
.spa26-maparea img,
.work-maparea img,
.work26-maparea img {
  width: 100%;
  height: 100%;
}
.work26-info .info-cate-inner .entry-bt {
    background: url(../img/entry-bt03.png) no-repeat;
    background-size: contain;
    width: 100%;
    height: 83px;
    margin: 20px auto;
    background-position: center;
}
.work26-info .info-cate-inner .entry-bt:hover {
transition : all 0.3s ease 0.1s;
background: url("../img/entry-bt03_h.png")no-repeat;
background-size: contain;
width: 100%;
    height: 83px;
    margin: 20px auto;
    background-position: center;
}




























/*パソコンで見たときは"pc"のclassがついた画像が表示される*/
.pc { display: block !important; }
.sp { display: none !important; }
.tb { display: none !important; }
/* スマートフォンで見たときは"sp"のclassがついた画像が表示される */
@media only screen and (max-width: 590px) {
.pc { display: none !important; }
.tb { display: none !important; }
.sp { display: block !important; }
}
@media screen and (min-width:591px) and (max-width:920px){
.pc { display: none !important; }
.tb { display: block !important; }
.sp { display: none !important; }
}








/* タブレット */
@media only screen and (min-width: 591px) and (max-width: 991px) {
    .openbtn {
        top: -4px;
        right: 5px;
    }
    #header {
        width: 90%;
        position: fixed;
        z-index: 999;
        height: auto;
        margin: 4px 50px;
        top: 20px;
    }
nav .akeno-bt {
    font-size: 1.4rem;
    padding: 20px 30px 20px 15px;
    width: 90%;
    margin-bottom: 20px;
}
.navbar-nav .nav-link {
    margin-bottom: 25px;
}
.nav-sns i {
  margin: 20px;
  font-size: 3rem;
}
nav .contact-bt {
  margin-top: 30px;
}
.navbar-expand-lg .navbar-nav {
    align-items: normal;
}
.navbar-collapse {
    background-color: #efefef;
    padding-top: 50px;
}
.navbar-collapse {
    background-color: #efefef;
    padding-top: 30px;
    padding-bottom: 30px;
    margin-bottom: 20px;
}
.campaign-bnr img {
    width: 90%;
  }
.campaign-bnr {
    position: relative;
    top: 11%;
    left: 53%;
    width: 50%;
    max-width: 100%;
}
.fv-ti p {
    font-size: 2.0vw;
  }
.cont01 h2 {
  font-size: 7rem;
}
.captain {
    padding-top: 232px;
}
.captain-txt {
    top: -80px;
    left: 27%;
    width: 70%;
}
.summary ul {
    display: block;
    border-bottom: 1px solid #ccc;
    padding-bottom: 10px;
}
.summary ul:last-child {
  border-bottom: none;
}
.summary ul.b-none {
  border-bottom:none;
}
.li-item {
    text-align: left;
    width: 100%;
    padding: 10px 0 0;
}
.li-cont {
    text-align: left;
    width: 100%;
    padding: 10px 0;
    padding-left: 0;
}
.li-comm {
  margin-top: 20px;
}
.spa25-setsumei,
.spa25-setsumei-l,
.spa26-setsumei,
.spa26-setsumei-l,
.gym-setsumei,
.gym-setsumei-l,
.work25-setsumei,
.work25-setsumei-l {
    padding: 30px 0;
    top: 0;
    left: 0;
    transform: unset;
    position: relative;
}

.cont06-inner h2 img {
    width: 30%;
}
.spa25_map, .spa26_map, .gym_map, .work25_map, .work26_map {
    transform: rotate(-5deg);
    max-width: 500px;
    margin: 50px auto 20px;
}
.cont06-inner h3 {
    margin-bottom: 30px;
    margin-top: 40px;
  }
.work-maparea {
    margin-bottom: 50px;
}
.work26 .floor26 img {
    width: 40%;
    margin-bottom: 30px;
    margin-left: 0;
}
.cont07-inner h3 {
  margin-top: 30px;
}
.cont07-inner h3 {
    margin-bottom: 30px;
  }
.info-cate01 {
    width: 100%;
    margin-bottom: 20px;
}
.information-cate .info-cate01 .qr {
    width: 25%;
  }
.info-cate02 {
    width: 100%;
}
.info-access .col-lg-4 {
  padding-left: 0;
  padding-right: 0;
  margin-bottom: 20px;
}
.gmaps a {
    display: flex;
    justify-content: center;
}
.cont05-inner .floor-info {
    padding: 0 30px 50px;
}

.spa26-setsumei h3, .spa26-setsumei-l h3, .gym-setsumei h3, .gym-setsumei-l h3 {
    color: #fff;
    margin-bottom: 30px;
    margin-top: 40px;
}
.spa26-maparea {
    margin-bottom: 0;
}
.gym-info .info-cate-inner02 {
  margin-bottom: 20px;
}
.gym-info .info-cate02 {
    width: 100%;
}
.info-cate03 {
    width: 100%;
    margin-left: 0;
    margin-top: 20px;
}
.gym-info .info-cate02 .qr {
    width: 25%;
  }
.gym-info .info-cate01 {
  margin-bottom: 0;
}
.cont06-inner .work25-info h3 {
  margin-top: 0;
}
.work26-info .info-cate01 {
    width: 100%;
}
.work26-info .info-cate02 {
    width: 100%;
}
.cont07-inner {
    padding-left: 5%;
    padding-right: 5%;
    }
.cont07-camarea {
  background: url(../img/work-pc-cam-back.png)no-repeat;
  background-size: cover;
  border-radius: 10px;
  border:2px solid #299A00;
  padding: 20px;
  background-position: center;
}
.cont05-camarea {
  background: url(../img/gym-pc-cam-back.png)no-repeat;
  background-size: cover;
  background-position: center;
  border-radius: 10px;
  border:2px solid #FA8700;
  padding: 20px;
}
.cont07-camarea h3 {
        font-size: 3.7rem;
        font-weight: 800;
        color: #000;
        margin-bottom: 10px;
        margin-top: 10px;
        text-align: center;
        line-height: 1.5;
        -webkit-text-stroke: 5px #fff;
  text-stroke: 5px #fff;
  paint-order: stroke;
    }
.cont05-camarea h3 {
        font-size: 3.7rem;
        font-weight: 800;
        color: #000;
        margin-bottom: 10px;
        margin-top: 10px;
        text-align: center;
        line-height: 1.5;
        -webkit-text-stroke: 5px #fff;
  text-stroke: 5px #fff;
  paint-order: stroke;
    }
.cam-tokuten {
  margin: 10px;
  background-color: #fff;
  padding: 10px;
  border-radius: 10px;
  margin-bottom: 30px;
}
.cam-tokuten h4 {
  background-color: #0027FF;
  border-radius: 30px;
  padding: 5px;
  text-align: center;
  color: #fff;
  font-size: 1.3rem;
  margin-bottom: 15px;
}

.cam-kikan {
    background-color: #fff;
    border-radius: 10px;
    position: static;
    padding: 10px 20px;
    font-size: 1.3rem;
    line-height: 1.4;
    margin-top: 30px;
    text-align: center;
}
.cam-kikan span {
    font-size: 1.8rem;
}
.cont05-camarea img.limit100 {
  margin-left: auto;
  width: 100px;
}
.entry-bt img {
  width: 60%;
        margin: 0 auto;
}
.cont05-camarea h3:after {
  content: '';
  display: inline-block;
  background: url("../img/limited100.png");
  width: 100px;
  height: 100px;
  background-size: cover;
}
.cont05-camarea {
  margin-bottom: 50px;
}
.cam-tokuten h4,
.cam-kikan h4 {
  font-size: 1.6rem;
}
.w-toku img {
  margin: 20px auto;
}
.cont03-inner .slider img {
  width: 23vw;
  height: 180px;
  object-fit: cover;
}
.fv-sliders .slider img {
    width: 100%;
    height: 130px;
    object-fit: cover;
}
.taiken-l {
  margin-top: 20px;
}
.taiken-c {
  border: 1px solid #ccc;
  padding: 20px;
  margin-top: 20px;
}
.cont05-camarea .taikenkai h3 {
  font-size: 2.2rem;
        font-weight: 800;
        color: #000;
        margin-bottom: 20px;
        margin-top: 0;
        text-align: center;
        line-height: 1.5;
        -webkit-text-stroke: 5px #fff;
        text-stroke: 5px #fff;
        paint-order: stroke;
}
.cont05-camarea .taikenkai h3:after {
  content: none;
}
.taiken-r {
  text-align: center;
}
.work-ph {
  margin-top: 100px;
}










}






/* スマホ */
@media screen and (max-width: 590px) {
        #header nav.navbar {
        padding-bottom: 10px;
    }
        #header {
        width: 100%;
        position: fixed;
        z-index: 999;
        height: auto;
        margin: 0;
    }
        .navbar-brand {
        width: 50%;
    }
        .navbar-brand img {
        min-height: 50px;
    }
        .navbar-expand-lg .navbar-collapse {
        padding-top: 30px;
        background-color: #efefef;
        padding-bottom: 30px;
        margin-bottom: 20px;
    }
nav {
  border-radius: 0;
}
.navbar-brand {
    padding-left: 0;
}
#header.HeightMin {
  height: auto;
}
.campaign-bnr {
  display: none;
}
.fv-ti {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 80%;
}
.fv-ti p {
    margin-top: 245px;
    color: #fff;
    font-size: 4vw;
    text-align: center;
    line-height: 2.5;
}
.slider img {
    width: 48vw;
    height: 140px;
    object-fit: cover;
}
.slick-slide img {
    border-radius: 10px;
}
.slick-slide {
    margin-right: 6px;
}
.navbar-collapse > ul > li {
        display: block;
        width: 100%;
    }
  .navbar-nav li {
    margin-right: 0;
    position: relative;
    padding: 20px 0;
}
.nav-link {
    display: block;
    padding: 0 0 3px 1rem;
}
.navbar-nav {
    align-items: unset;
    background-color: #efefef;
}
.nav-justified .nav-item {
  text-align: left;
}

.navbar-collapse > ul > li {
        display: block;
        width: 100%;
    }

.cont01 {
    margin-top: 0;
    }
.cont01 h2 {
    font-size: 5rem;
    margin-right: 2%;
    line-height: 1.8;
    right: 1%;
}
.captain {
    padding-top: 183px;
}
.captain img {
    width: 90%;
}
.captain-txt {
    padding: 30px 20px;
    border-radius: 0;
    top: 20px;
    left: 0;
    line-height: 2;
    width: 92%;
    margin: 0 15px;
    margin-top: 30px;
    background-color: unset;
}
.cont02 {
    margin-top: 100px;
  }
.cont02 .summary {
    width: 100%;
  }
.li-item {
    text-align: left;
    width: 50%;
    padding: 5px 0;
  }
.cont02 .summ02 {
  margin-top: 100px;
  padding: 20px 15px;
}
.cont02 .summ03 {
  margin-top: 100px;
  padding: 20px 15px;
  padding-bottom: 43px;
}
.cont02 .summ01 {
  padding: 20px 15px;
}
.cont02 .summ04 {
        padding: 20px 15px;
        padding-top: 42px;
    }
.li-campaign {
    padding: 10px 10px;
    }
.li-cont {
    padding: 5px 0;
  }
.cont03-main-ph {
    background-position: center;
  }
.cam-tit {
    font-size: 1.7rem;
  }
.kojima {
    display: block;
    margin-bottom: 70px;
  }
.spa25-setsumei,
.spa25-setsumei-l,
.spa26-setsumei,
.spa26-setsumei-l,
.gym-setsumei,
.gym-setsumei-l,
.work25-setsumei,
.work25-setsumei-l {
       transform: unset;
        left: 0;
        padding: 20px 0 40px;
    }
.sauna-num {
    margin-bottom: 20px;
    margin-top: 20px;
}
.cont03-inner h3 {
  margin-bottom: 20px;
}
.cont03-inner img {
  margin-top: 30px;
}
.cont04-inner h2 img {
    width: 200px;
    }
.sauna-num li {
  padding: 10px;
}

.slick-next {
    right: -5.5%;
  }
.slick-prev {
    left: -5.5%;
  }
.leaf-line01 {
    bottom: -15px;
  }
.cont03-inner {
    padding-bottom: 40px;
}
.floor26 img {
    margin-left: 0;
}
.spa-ph img, .gym-ph img, .work-ph img {
    width: 100%;
    height: 210px;
    object-fit: cover;
    margin-top: 30px;
}
.cont04-inner .floor-info {
    padding-left: 0;
    margin-bottom: 40px;
}
.spa25_map, .spa26_map, .gym_map, .work25_map, .work26_map {
    width: 100%;
}
.spa26-maparea {
    margin-bottom: 30px;
    margin-top: 70px;
}
.info-tit {
    display: block;
  }
.information-cate {
    padding: 30px 15px;
  }
.info-tit img {
    width: 100px;
    margin: 20px auto;
}
.info-cate01,
.info-cate02 {
    width: 100%;
    margin-bottom: 20px;
}
.info-access .col-lg-4 {
  padding-left: 0;
  padding-right: 0;
  margin-bottom: 20px;
}
.gmap span {
    padding: 7px 20px;
  }
.gmap {
    margin-left: 0;
}
.cont05 .gym-leaf {
    width: 100%;
  }
.cont05-inner .campaign-gym {
  background: url("../img/gym-cam-cate.png")no-repeat;
  position: relative;
  background-size: contain;
  height: 620px;
}
.cont05-inner .campaign-gym .cam-syo {
        position: absolute;
        top: 170px;
        left: 40px;
        font-size: 1.4rem;
        letter-spacing: 0;
        width: 80%;
 }
.campaign-gym .entry-bt, 
.campaign-work .entry-bt {
    position: absolute;
    top: 411px;
    left: 6%;
    max-width: 300px;
    width: 100vw;
}
.cont05-inner .floor-info {
    padding: 20px 10px 50px;
    margin-top: 50px;
}
.gym-info .info-cate02 {
    width: 100%;
}
.info-cate-inner02 {
  margin-bottom: 20px;
}
.info-cate03 {
    width: 100%;
    margin-left: 0;
}
.info-cate-inner ul.line-touroku {
    display: block;
    margin-top: 20px;
}
.gym-info .info-cate03 .pop02 {
    width: 35%;
    top: 22px;
    left: 72%;
  }
.cont06 .work-leaf {
    width: 100%;
  }
.tit-area h2 {
    line-height: 1.8;
  }
.cont06-main-ph {
    height: 275px;
    background: url(../img/work-main.jpg) no-repeat;
    background-size: cover;
    background-position: 45%;
}
.work-maparea {
    margin-bottom: 50px;
}
.work25_map {
  margin-top: 50px;
}
.cont07-inner {
    padding-left: 5%;
    padding-right: 5%;
    }
.cont07-camarea {
  background: url(../img/work-cam-back.png)no-repeat;
  background-size: cover;
  border-radius: 10px;
  border:2px solid #299A00;
  padding: 20px;
  margin-bottom: 70px;
}
.cont05-camarea {
  background: url(../img/gym-cam-back.png)no-repeat;
  background-size: cover;
  border-radius: 10px;
  border:2px solid #FA8700;
  padding: 20px;
}
.cont07-camarea h3 {
        font-size: 3.7rem;
        font-weight: 800;
        color: #000;
        margin-bottom: 10px;
        margin-top: 10px;
        text-align: center;
        line-height: 1.5;
        -webkit-text-stroke: 5px #fff;
  text-stroke: 5px #fff;
  paint-order: stroke;
    }
.cont05-camarea h3 {
        font-size: 3.7rem;
        font-weight: 800;
        color: #000;
        margin-bottom: 10px;
        margin-top: 10px;
        text-align: center;
        line-height: 1.5;
        -webkit-text-stroke: 5px #fff;
  text-stroke: 5px #fff;
  paint-order: stroke;
    }
.information-cate .info-cate-inner .li-item {
  width: 59%;
}
.gmaps {
  margin: 0 auto;
}
.cam-tokuten {
  margin: 10px;
  background-color: #fff;
  padding: 10px;
  border-radius: 10px;
  margin-bottom: 30px;
}
.cam-tokuten h4 {
  background-color: #0027FF;
  border-radius: 30px;
  padding: 5px;
  text-align: center;
  color: #fff;
  font-size: 1.3rem;
  margin-bottom: 15px;
}

.cam-kikan {
    background-color: #fff;
    border-radius: 10px;
    position: static;
    padding: 10px 20px;
    font-size: 1.3rem;
    line-height: 1.4;
    margin-top: 30px;
}
.cam-kikan span {
    font-size: 1.8rem;
}
.w-toku {
  margin-top: 10px;
  margin-bottom: 10px;
}
.cont07-camarea .entry-bt {
  margin-top: 20px;
  margin-bottom: 20px;
}

.leaf-line03 {
    left: 20%;
    width: 80%;
}

.work26-maparea {
    margin-bottom: 70px;
}
.work26-info .info-cate01,
.work26-info .info-cate02 {
    width: 100%;
}
.cont07-inner .work26-info h3 {
        margin-top: 0;
    }
.work26-info .info-cate02 .pop03 {
    position: absolute;
        top: 30px;
        left: 80%;
  }
.cont08 .tit-area h2 {
    font-size: 2.5rem;
    margin-bottom: 50px;
  }
.cont08 .work-leaf {
    width: 100%;
  }
.pt-flow {
    width: 100%;
    margin-right: 0;
}
.pt-arrow img {
  transform: rotate(90deg);
  margin-bottom: 10px;
}
.cont08 .accordion h3::after {
  margin-left: 10px;
}
#header .nav-btn-area a img.line-fix {
  display: block;
}
#header .nav-btn-area a img.line-float {
  display: none;
}
nav a img {
    height: 46px;
  }
nav a.navbar-brand img {
  margin: 0;
}
.kojima-text {
    padding-left: 10px;
}
.spa26-setsumei h3, .spa26-setsumei-l h3, .gym-setsumei h3, .gym-setsumei-l h3 {
    color: #fff;
    margin-bottom: 30px;
}
.info-cate01 {
  margin-bottom: 0;
} 
.cont06-inner h3 {
    margin-bottom: 50px;
        margin-top: 30px;
  }
.work25-info .info-cate-inner {
  margin-bottom: 20px;
}
.work25-setsumei h3,
.work25-setsumei-l h3 {
  margin-top: 0;
  margin-bottom: 20px;
}
.spa26 .info-cate01 {
  margin-bottom: 20px;
}
.cont06-inner .info-cate-inner h3 {
  margin-bottom: 20px;
        margin-top: 0;
}
.cont07-inner .col-lg-7,
.cont07-inner .col-lg-5 {
  padding-left: 0;
  padding-right: 0;
}
.cont07-inner .floor-info {
  margin-top: 30px;
  margin-bottom: 30px;
}
.cont07-inner h3 span {
    font-size: 2.4rem;
  }
.work26-info .info-cate01 {
  margin-bottom: 20px;
}
footer .footer-main img {
  margin: 20px auto;
}
.f-logos02 img {
    width: 40px;
}
.f-logos02 a {
    margin: 20px;
    }
.f-logos02 a img {
  margin: 0 auto;
}
footer .footer-main .f-logos {

    margin-bottom: 0;
}
.cont05-camarea img.limit100 {
  margin-left: auto;
  width: 100px;
}
.cont05-inner {
  padding-bottom: 0;
}
.info-tit h2 {
    text-align: center;
}
.taikenkai h2 {
  font-size: 2.4rem;
  text-align: center;
}
.taikenkai h2 span {
  font-size: 1.4rem;
  margin-left: 0;
}
.taikenkai {
  padding: 20px;
}
.cont05-camarea .taikenkai h3 {
   font-size: 2rem;
   margin-top: 0;
 }
.taikenkai .taiken-c {
  border: 1px solid #ccc;
  padding: 10px;
  margin-top: 30px;
}

.summ04 img.fukidashi {
    top: -33px;
    }








































}

/*スマホ横*/
@media (orientation: landscape) and (max-height: 450px) {
  .fv-ti p {
    margin-top: 0px;
    line-height: 1.5;
}
.fv-ti {
    top: 53%;
    }
.campaign-bnr {
        position: relative;
        top: 22%;
        left: 72%;
        width: 35%;
        max-width: 100%;
    }

}

