

* {
  box-sizing: border-box;
}
body {
  margin: 0;
  -webkit-font-smoothing: antialiased;
  font-family: Verdana,"游ゴシック Medium","Yu Gothic Medium","游ゴシック体",YuGothic,sans-serif;
  letter-spacing: 0.05em;

}

ul {
  margin: 0;
  padding: 0;
}

li {
  margin: 0;
  padding: 0;
  list-style: none;
}

a {
  text-decoration: none;
  color: #323A45;
  transition: all .3s;
}

a:hover {
  color: #0dc0c0;
  text-decoration: none;
}

h1,h2,h3,h4{
  margin-top: 10px;
  margin-bottom: 10px;
  font-weight: bold;
  color: #333;
}

h4{
  font-size: 25px;
}

h3{
  font-size: 30px;
}

h2{
  font-size: 40px;
}


h1 {
  font-size: 50px;
}

p{
  color: #333;
  text-align: left;
}

/*-----------animated-----------*/
.soon{
  -webkit-animation-duration:3s;
  animation-delay:3s;
}


.slower{
  -webkit-animation-duration:5s;
  animation-delay:5s;
}


/*---sticky------------*/

.sticky{
  position: -webkit-sticky;
  position: sticky;
  top: 0;
}

.sticky2{
  position: -webkit-sticky;
  position: sticky;
  top: 10%;
}

/*-------btn-sticky-----------*/

.btn-sticky {
  display: inline-block;
  padding: 1em 2.5em;
  text-decoration: none;
  background: #f7f7f7;
  border-left: solid 6px #B39A86;/*左線*/
  font-weight: bold;
  box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.29);
}
.btn-sticky:active {
  box-shadow: inset 0 0 2px rgba(128, 128, 128, 0.1);
  transform: translateY(2px);
}

/*-------btn-sticky2-----------*/
.btn-sticky2 {
  display: inline-block;
  padding: 0.5em 1em;
  text-decoration: none;
}
.btn-sticky2:active {
  transform: translateY(10px);
}

  /*-------  cta-btn  -----------*/
  .cta-btn {/*ボタンの下地*/
    background: #B39A86;
    box-shadow: 0px 0px 0px 5px #B39A86;
  }

  /*---------------------*/

main{
  max-width: 1200px;
  margin: 0 auto;
  background-color: #ffcc99;
}

/*----------------------*/

header {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9999;
    width: 100%;
    height: 80px;
    background-color: white;
}

.logo{
    position: fixed;
    padding: 0 30px;
    top: 0;
    left: 0;
    z-index: 50;
}

/*----------under-nav---------*/
.under-nav{
  width:  100%;
  height: 400px;
  padding: 100px;
  background-color: #eee;
}
.column{
  margin: 0 auto;
  width: 460px;
}

.column-list{
  text-align: center;
  float: left;
}

.column-list li{
  text-align: center;
  margin: 15px;
}

.under-btn{
  width: 200px;
}

/*----------footer---------*/
footer{
  color: #FFF;
  text-align: center;
  background-color:#B39A86;
  height:600px;
}

.tel h4{
  padding-top: 50px;
  margin-top:0;
}

.tel h2{
  font-size: 30px;
}

.tel p{
  margin: 0 auto;
  padding-top: 50px;
  padding-bottom: 25px;
  text-align: center;
}

.tel-nmb{
  color: #FFF;
}

/*-----------low-hero-----------*/
#low-hero{
  height: 1200px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
  background-image: url(../img4/low-back-pain-top.jpg);
  margin: 0 auto;
  margin-top: 80px;
  margin-bottom: 100px;
}

/*---------low-section1-------------*/
#low-section1{
  margin: 0 auto;
  padding-top: 150px;
  width: 1200px;
  height: 700px;
  background-color: #FFF;
}

#low-section1 h1{
  text-align: center;
}

#low-section1-text{
  margin:0 auto;
  width: 600px;
  padding:0 50px;
  text-align: left;
}

/*---------lower-back---------*/
#lower-back {
  margin: 0 auto;
  margin-top: -100px;
  padding: 0;
  position: relative;
  height: 1200px;
  width: 1000px;
}

#lower-back-box01{
  height: 600px;
  width: 900px;
  margin: 0 auto;
  display: flex;
  align-items: flex-start;
  gap: 30px;
  box-sizing: border-box;
}

.low-back-img{
  width:40%;
}

.low-back-pain2{
  display: block;
  width: 500px;
  height: 500px;
  position: relative;
  z-index: 3;
}

.lower-back-text{
  width: 60%;
  text-align: left;
}

.lower-back-text01{
  text-align: left;
  font-size: 48px;
  font-weight: 700;
  text-shadow: 2px -2px 0 rgba(255,255,255,0.8),
                -2px 2px 0 rgba(0,0,0,0.25),
                0 4px 8px rgba(0,0,0,0.15);
  letter-spacing: .02em;
}

#lower-back-box02{
  height: 700px;
  width: 900px;
  margin: 0 auto;
  padding: 0;
  display: flex;
  align-items: flex-start;
  gap: 30px;
  box-sizing: border-box;
}

.low-back-pain3{
  display: block;
  width: 500px;
  height: 500px;
  position: relative;
  z-index: 3;
}


/*---------muscles---------*/
#muscles {
  margin: 0 auto;
  padding: 0 100px;
  width: 1200px;
  height: 1900px;
}

#muscles-img1{
  height: 380px;
  width: 100%;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
  background-image: url(../img4/low-back-pain4.jpg);
  margin: 0 auto;
}

#muscles-text{
  width: 1000px;
  text-align: left;
  margin-top: 0;
  padding: 0 100px;
}

#muscles-img2{
  height: 380px;
  width: 100%;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
  background-image: url(../img4/low-back-pain5.jpg);
  margin: 0 auto;
}
/*---------low-back-pain-consept-----------*/
#low-back-pain-consept{
  width: 1200px;
  height: 3000px;
  margin: 0 auto;
  margin-top: 100px;
  padding: 0;
}

#consept-img{
  height: 800px;
  width: 800px;
  margin: 0 auto;
  position: relative;
}


.low-back-pain-img{
  height: 800px;
  width: 800px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
  background-image: url(../img4/low-back-pain6.jpg);
  margin: 0 auto;
  position: absolute;
  outline: 10px solid rgb(255, 255, 255);
  display: inline-block;
  box-shadow:-20px 20px 11px -7px #555,
  -10px 8px 13px rgba(255,255,255,0.8) inset;

}

.low-back-pain-img2{
  height: 800px;
  width: 800px;
  position:absolute;
  top:0;
  left:0;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
  background-image: url(../img4/low-back-pain6-2.png);
  margin: 0 auto;
}

#low-back-pain-consept2{
  width: 1200px;
  height: 2100px;
  background: linear-gradient(to bottom,#e0dcd5, #eae9e4);
  margin: 0 auto;
  margin-top: 50px;
  padding: 0;
}

#low-back-pain-consept-text01{
  display: block;
  width: 700px;
  height: 300px;
  font-weight: bold;
  margin: 0 auto;
  padding: 100px 0;
}

.low-back-pain-consept-box1{
  width: 1200px;
  height: 800px;
  padding: 0 100px;
  display: flex;
  align-items: flex-start;
  gap: 50px;
  box-sizing: border-box;
}

.low-back-pain-consept-box1-text,
.low-back-pain-consept-box1-img{
  width: 50%;
}

.low-back-pain-img3{
  width: 400px;
  height: 800px;
  margin: 0 auto;
}

.low-back-pain-consept-text02{
  display: block;
  width: 1000px;
  height: 300px;
  font-weight: bold;
  margin: 0 auto;
}

.low-back-pain-consept-box2{
  width: 1200px;
  height: 400px;
  padding: 0 100px;
  display: flex;
  align-items: flex-start;
  gap: 10px;
  box-sizing: border-box;
}

.low-back-pain-consept-box2-text,
.low-back-pain-consept-box2-img{
  width: 50%;
}

.low-back-pain-consept-box2-img{
  width: 100%;
  height: 300px;
  object-fit: cover;
  display: block;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
  background-image: url(../img4/low-back-pain8.png);
  margin: 0 auto;
}

.low-back-pain-consept-box2-text{
  width: 100%;
}

.low-back-pain-consept-box3{
  margin: 50px auto;
  width:900px;
  background-color: #ffff;
  height: 300px;
  display: flex;
  align-items: center;
  gap: 10px;
}

.low-back-pain-consept-box3-text{
  width: 600px;
  margin: 0 auto;
  text-align: center;
}

.low-back-pain-consept-box3-img{
  width: 300px;
  height: 300px;
  object-fit: cover;
  display: block;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
  background-image: url(../img4/low-back-pain9.jpg);
  margin: 0 auto;
}



/*---------low-review-----------*/
#low-review{
  margin: 100px auto;
  width: 900px;
  height: 2000px;
}

.low-review-wrapper {
  margin: 0 auto;
  padding: 50px 0;
  width: 900px;
  height: 500px;
}

.low-review-title{
  width: 900px;
  height: 80px;
  text-align: left;
}

.low-review-box{
  width: 900px;
  height: 300px;
  margin: 0 auto;
  padding: 50px 100px;
  background-color: #ffff;
  text-align: center;
}


/*------low-menu-------------*/

#low-menu{
  width: 1200px;
  height: 3400px;
  margin: 100px auto;
  background-color: #e0dcd5;
}

.low-menu-box{
  width: 800px;
  height: 700px;
  margin: 50px 200px;
  padding: 30px;
  background-color: #FFF;
}

.low-menu-title-box{
  width:740px;
  height: 200px;
  margin: 0 50px;
  margin-bottom: 50px;
  display: flex;
  align-items: center;
  gap: 10px;
}

.low-menu-title{
  width: 440px;
}

.low-menu-text{
  margin:0 50px;
}

.low-menu-img{
  width: 300px;
  height: 200px;
}

.low-menu-img1{
  width: 300px;
  height: 200px;
  object-fit: cover;
  display: block;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
  background-image: url(../img4/low-back-pain10.jpg);
  margin: 0 auto;
}

.low-menu-img2{
  width: 300px;
  height: 200px;
  object-fit: cover;
  display: block;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
  background-image: url(../img4/low-back-pain11.jpg);
  margin: 0 auto;
}

.low-menu-img3{
  width: 300px;
  height: 200px;
  object-fit: cover;
  display: block;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
  background-image: url(../img4/low-back-pain12.jpg);
  margin: 0 auto;
}

.low-menu-img4{
  width: 300px;
  height: 200px;
  object-fit: cover;
  display: block;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
  background-image: url(../img4/low-back-pain13.jpg);
  margin: 0 auto;
}



.ribbon {
  margin: 50px;
  display: inline-block;
  position: relative;
  height: 60px;
  line-height: 60px;
  text-align: center;
  padding: 7px 0;
  font-size: 18px;
  background: #B39A86;
  color: #FFF;
  box-sizing: border-box;
  box-shadow: 0 2px 2px rgba(0, 0, 0, 0.25);
}

.ribbon h2 {
  margin: 0;
  padding: 0 30px;
  border-top: dashed 2px rgba(255, 255, 255, 0.5);
  border-bottom: dashed 2px rgba(255, 255, 255, 0.5);
  line-height: 42px;
  color: #fff;
}

 .ribbon:after {
  position: absolute;
  content: '';
  width: 0px;
  height: 0px;
  z-index: 1;
}

.ribbon:after {
  top: -2px;
  right: -2px;
  border-width: 32px 15px 32px 0px;
  border-color: transparent #e0dcd5 transparent transparent;
  border-style: solid;
}

/*------map-------------*/

#map{
  width: 1200px;
  height: 1300px;
  margin: 0 auto;
  margin-top: 100px;
  background-color: #eee;

}

#map-title-box{
  width:1100px;
  height: 300px;
  margin:0 auto;
  display: flex;
  align-items: center;
  gap: 10px;
}

.map-title{
  width:800px;
  height: 200px;
  margin:0 auto;
  margin-top: 100px;
  text-align: center;
}

.emboss-raiset2{
  text-align: center;
  font-size: 40px;
  font-weight: 700;
  text-shadow: 2px -2px 0 rgba(255,255,255,0.8),
                -2px 2px 0 rgba(0,0,0,0.25),
                0 4px 8px rgba(0,0,0,0.15);
  letter-spacing: .02em;
}


#map-img{
  width: 300px;
  height: 300px;
  object-fit: cover;
  display: block;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
  background-image: url(../img4/low-back-pain14.png);
  margin: 0 auto;
  margin-top: 100px;
}

#ggmap {
position: relative;
padding-bottom: 56.25%;
padding-top: 30px;
height: 0;
overflow: hidden;
}

#ggmap iframe,
#ggmap object,
#ggmap embed {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
}

#adress{
  width: 1000px;
  height: 200px;
  margin: 100px;
}

