@charset "UTF-8";
html{
font-family:"ヒラギノ丸ゴ Pro W4","ヒラギノ丸ゴ Pro","Hiragino Maru Gothic Pro","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","HG丸ｺﾞｼｯｸM-PRO","HGMaruGothicMPRO";
}

/* チェックボックスを隠す */

/*固定表示タップして電話バナー*/
.btn{
  display: block;
  width: 80px;
  padding: 10px 20px;
  position: fixed;
  bottom: 20px;
  right: 400px;
  z-index: 2;
}

/*タップして電話発信アニメーション*/
.puru{
  animation-duration: 2.0s;
  animation-name: purupuru;
  animation-iteration-count: infinite;
}

@keyframes purupuru {
    0%, 40%, 60%, 80% {
      transform: scale(1.0);
    }
    50%, 70% {
      transform: scale(0.95);
    }
  }


  .css-br::after {
    content: "\A" ;
    white-space: pre;
  }


/*トップ〜あなたに寄り添う整体院*/
.top{
  background-color: rgb(255, 115, 22);
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 20px;
  color: rgb(255, 254, 254);
  font-size: 16px;
}

/*ナビゲーションメニュー*/
.d-flex{
  display: flex;
  margin: 0 auto;
}

.menu{
  display: none;
}

.d-flex a{

  color: #000;
  font-size: 18px;
  line-height: 40px;
  text-align: center;
}

.d-flex li{
  margin: 20px 20px 0px 10px;
}


.d-flex a:hover{
  color:rgb(255, 102, 0);
}



.logo{
  width:80%;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
}

.logo img{
  width: 100%;
}

.announce{
  width: 40%;
  margin: 0 auto;
}

.tell{
  font-size: 30px;
  text-align: center;
  padding-top: 2px;
  padding-bottom: 2px;
}

.tapbtn2{
  margin-top: 30px;
}

#container {
  width: 100%;
  margin: 0 auto;
}

.time{
  font-size: 20px;
  text-align: center;
padding-top: 5px;
 
}

.holiday{
  font-size: 14px;
  text-align: center;
  padding-top: 2px;
}



/*メインビジュアル*/
.main-visual{
  width: 80%;
  margin: 0 auto;
  padding-top: 10px;
     /*じわっと画像が表示される*/
     animation: fadeIn 5s ease 0s 1 normal;
     -webkit-animation: fadeIn 5s ease 0s 1 normal;
}

  /* じわっと画像が表示される ---------一度追加していたら不要*/
  @keyframes fadeIn { 
    0% {opacity: 0} 
    100% {opacity: 1} 
}
 
/*古いブラウザ用---------一度追加していたら不要*/
@-webkit-keyframes fadeIn {
    0% {opacity: 0}
    100% {opacity: 1}
}


.main{
  background-image: url(./image/haikei.jpg);
  background-size: cover;
}

header{
  background-image: url(./image/haikei.jpg);
}



.main-visual img{
  width: 100%;
  margin: 0 auto;
  padding-bottom: 40px;
  padding-top: 10px;
}

.main-visual a{
  font-size: 23px;
  color:rgb(255,115,22);
  font-weight: bold;
padding-bottom: 10px;

}

/*整体師養成スクールはこちらの文字のアニメーション設定*/

.ponpon{
  animation: fuwafuwa 2s infinite;
}

@keyframes fuwafuwa {
  0% {
    transform: translateY(0px);
  }
  50% {
    transform: translateY(-10px);
  }
  100% {
    transform: translateY(0px);
  }
}

/*ここまでアニメーション*/

.taisaku{
  width: 80%;
  margin: 0 auto;
  padding-bottom: 100px;
}



.kansensho img{
 width: 100%;

}


h2{
  margin-bottom: 100px;
  padding-top: 10px;
  padding-bottom: 10px;
  text-align: center;
  color: #fff;
  font-size: 40px;
  background-color: rgb(255, 115, 22);
}

/*お知らせセクション*/
/*画面をスクロールするとしたからふわっと表示*/
.scroll_up {
  transition: 0.8s ease-in-out;
  transform: translateY(30px);
  opacity: 0;
}
.scroll_up.on {
  transform: translateY(0);
  opacity: 1.0;
}

.news{
  display: flex;
  width: 95%;
  margin: 0 auto;
  font-size: 18px;
  border: #000 solid 1px;
  padding: 20px 10px;
  margin-top: 20px;
  margin-bottom: 20px;
  background-color: #fff;

}

.news p{
  width:50%;
}

/*お知らせ画像サイズ*/
.box img{
 width: 80%;
}

.hpcampain{
  margin: 0 auto;
}

.hpcampain p{
 width: 90%;

}

.box {
  width: 80%;
  height: 400px;
  margin: 0 auto; 
  border: 1px solid #000;      /* わかりやすくボーダーを引く */
  overflow-y: scroll;          /* 縦方向にスクロール可能にする */
  margin-top: 50px;
  margin-bottom: 100px;
  background-color: rgb(255, 179, 38);
}


.midashi span{
  width: 80%;
  padding-left: 20px;
  font-size: 1.2rem;
  background: linear-gradient(transparent 50%,yellow 50%);
}

.midashi{
  margin: 0 auto;
  margin-bottom: 30px;
}

.bunshou{
  padding-left: 20px;
  font-size: 1.0rem;
  line-height: 30px;
}

/*院長紹介セクション*/

.incho{
  width: 100%;
margin: 0 auto;
font-size: 20px;
line-height: 40px;

}
/*院長写真*/
.incho img{
  width: 300px;
  margin: 0 auto;
  margin-bottom: 20px;
}

.picture{
  text-align: center;
}

.incho span{
  color: rgb(248, 3, 3);
  font-weight: bold;
}


.koment{
  width: 80%;
  margin: 0 auto;
  margin-bottom: 100px;
}



/*整体院は何をしてくれるの？セクション*/
.seitaiin{
  width: 80%;
  margin: 0 auto;
  font-size: 23px;
  line-height: 50px;
  margin-bottom: 50px;

}


.ok{
  width: 100%;
  margin: 0 auto;
  text-align: center;
  font-size: 35px;
  margin-bottom: 100px;
}
  
.ok p{
  background: linear-gradient(transparent 70%, #a7d6ff 70%);

  animation-name: fadein;
    animation-duration: 3s;
    /*animation-iteration-count: 2;*/


}

.fade{
  margin-top: 10vh;
  text-align: center;
  opacity : 0;
  transition: opacity 3s;
}
 
.fade.view{
  opacity: 1;
}

.ok span{
  color: rgb(252, 2, 2);
  font-weight: bold;
  
}

.ok img{
  width: 60%;
  margin-top: 50px;
 
}

.table1{
  width: 90%;
  margin: 0 auto;
  margin-top: 50px;
  margin-bottom: 50px;
  
}

table , td, th {
	border: 2px solid #595959;
	border-collapse: collapse;
}

.td1{
	padding: 10px;
  line-height: 30px;
	width: 350px;
	height: 40px;
  font-size: 20px;

}

.th1 {
  height: 50px;
  width: 200px;
  font-size: 22px;
  vertical-align: middle;

}

.seitai{
  background-color: rgb(248, 155, 34);
  border: 5px solid rgb(248, 155, 34);
  font-size: 32px;
  font-weight: bold;
  text-shadow:1px 1px 0 #FFF, -1px -1px 0 #FFF,
              -1px 1px 0 #FFF, 1px -1px 0 #FFF,
              0px 1px 0 #FFF,  0-1px 0 #FFF,
              -1px 0 0 #FFF, 1px 0 0 #FFF;
              vertical-align: middle;
}


.kanjya{
  border: 5px solid rgb(248, 155, 34);
  padding: 10px;
  line-height: 30px;
	width: 350px;
	height: 40px;
  font-size: 20px;
}

.konpon{
  border: 5px solid rgb(248, 155, 34);
  padding: 10px;
  line-height: 30px;
	width: 350px;
	height: 40px;
  font-size: 20px;
}

.konpon span{
  color: rgb(247, 4, 4);
  font-weight: bold;
}

.kanjya span{
  color: rgb(247,4,4);
  font-weight: bold;
}

h4{
  width: 350px;
  margin: 0 auto;
  text-align: center;
  font-size: 30px;
  margin-bottom: 20px;
  background: linear-gradient(transparent 70%, #a7d6ff 70%);
}

.hitokotowaku{
  width: 90%;
  margin: 0 auto;
}

.hitokoto{
  width: 90%;
  margin: 0 auto;
font-size: 20px;
line-height: 40px;
margin-bottom: 30px;
}

.nayami{
  width: 90%;
  margin: 0 auto;
  display: flex;
  font-size: 20px;
  line-height: 40px;
  margin-bottom: 50px;
}

.nayami span{
  color: rgb(252, 1, 1);
  font-weight: bold;
}

.nayami img{
  width: 65%;
  margin-top: 90px;
  margin-left: 100px;

}

.omakase{
  width: 90%;
  margin: 0 auto;
  text-align: center;
  font-size: 40px;
  background: linear-gradient(transparent 70%, #fca266 70%);
  margin-bottom: 50px;
}
/*当院の施術対応*/
.taiou{
  text-align: center;
  margin-bottom: 20px;
  font-size: 35px;
}

.sejyutu{
  width: 90%;
  margin: 0 auto;
  border: #000 1px solid;
  font-size: 25px;
  background-color: rgb(253, 241, 135);
  padding: 30px 50px;
  line-height: 35px;
  margin-bottom: 100px;

  /*animation-name: fadein;
    animation-duration: 3s;
    animation-iteration-count: 2;*/

    /*じわっと画像が表示される*/
    animation: fadeIn 5s ease 1s 1 normal;
    -webkit-animation: fadeIn 5s ease 1s 1 normal;


}
@keyframes fadein {
from {
    opacity: 0;
    transform: translateY(20px);
}
to {
    opacity: 1;
    transform: translateY(0);
}
}

/*明整体院についてセクション*/


.tuite{
  max-width: 1000px;
  margin: 0 auto;
  padding: 0 16px;
}

.praivate-img{
  width: 350px;
}

.praivate-img img{
  width: 100%;
}

.waku{
  width: calc(100% - 350px);
  padding-left: 30px;
}

.waku p{
  width: 100%;
  font-size: 20px;
  line-height: 30px;
  
}



.praivate{
  width: 100%;
  display: flex;
  margin: 0 auto;
  padding-bottom: 50px;
}


.one{
  text-align: center;
  background: rgb(250, 248, 147);
  padding-top: 5px;
  padding-bottom: 5px;
  font-size: 20px;
  margin-bottom: 20px;
}

.about{
  font-size: 20px;
  line-height: 30px;
 
}

.praivate2{
  display: flex;
  width: 100%;
  margin: 0 auto;
  margin-bottom: 100px;
}




/*治療の流れセクション*/

.chiryou{
  max-width: 1000px;
  margin: 0 auto;
  padding: 0 16px;
}

.nagare{
  display: flex;
  width:100%;
  margin: 0 auto;
  margin-top: 30px;

}



.counseling p{
  width: 100%;
  font-size: 20px;
  line-height: 30px;
  margin-left: 30px;
  
}


.nagare2{
  width: 100%;
  margin: 0 auto;
  display: flex;
  margin-top: 30px;
  margin-bottom: 50px;

}



/*料金セクション*/

.ryoukin {
  width: 200px;
  font-size: 22px;
  vertical-align: middle;
  text-align: center;
}

.kingaku{
    width: 300px;
    font-size: 22px;
    vertical-align: middle;
    text-align: center;
}

.table2{
  width: 60%;
  margin: 0 auto;
  margin-top: 50px;
  height: 150px;
  margin-bottom: 30px;
}



.campaign{
  display: block;
  margin: 0 auto;
}

.campaign p{
  line-height: 30px;
  font-size: 20px;
  text-align: center;
}

.campaign span{
  color: rgb(248, 1, 1);
  font-weight: bold;
}

.campaign img{
  padding-top: 30px;
  padding-bottom: 100px;
  width: 50%;
}



/*キャンペーンバナーのキラッと光る設定*/
.reflection-img{
  position    :relative;
  overflow    :hidden;
}

.reflection {
  height      :100%;
  width       :30px;
  position    :absolute;
  top         :-180px;
  left        :0;
  background-color: #fff;
  opacity     :0;
  transform: rotate(45deg);
  animation: reflection 2s ease-in-out infinite;
  -webkit-transform: rotate(45deg);
  -webkit-animation: reflection 2s ease-in-out infinite;
  -moz-transform: rotate(45deg);
  -moz-animation: reflection 2s ease-in-out infinite;
  -ms-transform: rotate(45deg);
  -ms-animation: reflection 2s ease-in-out infinite;
  -o-transform: rotate(45deg);
  -o-animation: reflection 2s ease-in-out infinite;
}

@keyframes reflection {
  0% { transform: scale(0) rotate(45deg); opacity: 0; }
  80% { transform: scale(0) rotate(45deg); opacity: 0.5; }
  81% { transform: scale(4) rotate(45deg); opacity: 1; }
  100% { transform: scale(50) rotate(45deg); opacity: 0; }
}
@-webkit-keyframes reflection {
  0% { -webkit-transform: scale(0) rotate(45deg); opacity: 0; }
  80% { -webkit-transform: scale(0) rotate(45deg); opacity: 0.5; }
  81% { -webkit-transform: scale(4) rotate(45deg); opacity: 1; }
  100% { -webkit-transform: scale(50) rotate(45deg); opacity: 0; }
}
@-moz-keyframes reflection {
  0% { -moz-transform: scale(0) rotate(45deg); opacity: 0; }
  80% { -moz-transform: scale(0) rotate(45deg); opacity: 0.5; }
  81% { -moz-transform: scale(4) rotate(45deg); opacity: 1; }
  100% { -moz-transform: scale(50) rotate(45deg); opacity: 0; }
}
@-ms-keyframes reflection {
  0% { -ms-transform: scale(0) rotate(45deg); opacity: 0; }
  80% { -ms-transform: scale(0) rotate(45deg); opacity: 0.5; }
  81% { -ms-transform: scale(4) rotate(45deg); opacity: 1; }
  100% { -ms-transform: scale(50) rotate(45deg); opacity: 0; }
}
@-o-keyframes reflection {
  0% { -o-transform: scale(0) rotate(45deg); opacity: 0; }
  80% { -o-transform: scale(0) rotate(45deg); opacity: 0.5; }
  81% { -o-transform: scale(4) rotate(45deg); opacity: 1; }
  100% { -o-transform: scale(50) rotate(45deg); opacity: 0; }
}

.voice{
  width: 70%;
  margin: 0 auto;
  display: flex;
  justify-content: space-around;
  margin-top: 50px;
}

.voice img{
  width: 90%
}

.voice2{
  width: 70%;
  margin: 0 auto;
  display: flex;
  justify-content: space-around;
  margin-top: 30px;

}

.voice2 img{
  width:90%;
}

.voice3{
  width: 70%;
  margin: 0 auto;
  display: flex;
  justify-content: space-around;
  margin-top: 30px;
  margin-bottom: 100px;

}
.voice3 img{
  width: 90%;
}

/*ご予約・お問い合わせセクション*/
.reserve{
  width: 90%;
  margin: 0 auto;
  display: flex;
  justify-content: space-around;
  margin-top: 50px;
  margin-bottom: 100px;

}

.reserve img{
  width: 100%;
}

.access{
  line-height: 40px;
  font-size: 25px;
}

.saigo{
  width: 100%;
text-align: center;
}

.sales{
  margin-top: 30px;

}

.adress{
  margin-top: 30px;
}

.logo2{
  width: 80%;
  margin: 0 auto;
  text-align: center;
  margin-bottom: 20px;

}

.tell2{
  width: 100%;
  font-size: 40px;
  text-align: center;
  margin-bottom: 25px;
}


.icon{
  display:flex;
  width: 500px;
  justify-content: space-around;
  margin: 0 auto;

}

.icon img{
  width: 30%;
}


.instagram{
  width: 50%;
  text-align: center;
  line-height: 40px;
  font-size: 30px;
  margin-bottom: 100px;
}

.fb{
  width: 50%;
  text-align: center;
  line-height: 40px;
  font-size: 30px;
  margin-bottom: 100px;

}



footer{
  padding-top: 20px;
  padding-bottom: 20px;
  text-align: center;
  background-color: rgb(121, 119, 119);
  color: #fff;
  font-size: 20px;
}

.flowbtn:hover{
  -webkit-transform:translateY(-5px);
  -ms-transform:translateY(-5px);
  transform:translateY(-5px);
  text-decoration:none;
  }

/*ここからタブレットサイズ（画面の横幅が900px）*/

@media only screen and (max-width: 900px){
  #container {
    width: 100%;
  }

  .tell{
    font-size: 20px;
  }
  
  .header-nav{
    flex-wrap: wrap;
    justify-content: center;
  }

  .header-nav li{
    width: 20%;
    text-align: center;
  }
 
  .header-nav a{
    font-size: 12px;
line-height: 2px;
  }

}

/*ここからSPサイズ（画面の横幅が559pxまで）*/

@media only screen and (max-width: 559px){

 
/* ハンバーガーメニュー */


.menu, .menu span {
  display: inline-block;
  -webkit-transition: all .4s;
  transition: all .4s;
  box-sizing: border-box;
  
}

.menu {
  display: block;
  cursor: pointer;
  position: fixed;
  z-index: 10;
  top: 40px;
  right: 5px;
  color: #fff;
  width: 50px;
  height: 50px;
  background-color: #2b1e16;
  border-radius: 10px;  
  transition: all .4s;/*アニメーションの設定*/
  
}

.menu span {
  position: absolute;
  left: 12px;
  width: 50%;
  height: 2px;
  background-color: rgb(247, 243, 243);
  z-index: 10;
}
.menu span:nth-of-type(1) {
  top: 14px;
}
.menu span:nth-of-type(2) {
  top: 23px;
}
.menu span:nth-of-type(3) {
  bottom: 14px;
}
.menu.active span:nth-of-type(1) {
  -webkit-transform: translateY(8px) rotate(45deg);
  transform: translateY(8px) rotate(45deg);
}
.menu.active span:nth-of-type(2) {
  opacity: 0;
}
.menu.active span:nth-of-type(3) {
  -webkit-transform: translateY(-8px) rotate(-45deg);
  transform: translateY(-8px) rotate(-45deg);
}



.d-flex{
  position: fixed;
  top: 0;
  right: 0;
  z-index: 10;
  width: 100%;
  height: 100vh;
  opacity: 0;
  background-color: #fff;
  transition: all 0.3s ease-in-out;
  visibility: hidden;
}


.d-flex.active {
  right: 0;
  opacity: 1;
  -moz-transform: translateX(0);
  -webkit-transform: translateX(0);
  transform: translateX(0);
  visibility: visible;
}
.d-flex ul {
  
  margin: 5px 0;
  padding: 5px 0;
  display: inline-block;
}
.d-flex ul li {
  width: 90%;
  padding: 10px;
margin: 0 auto;
  list-style-type: none;
}
.d-flex ul li a {
 
  display: block;
  padding: 10px 0;
  font-size: 18px;
  transition: all 0.2s ease-in-out;
  text-align: center;
  text-decoration: none;
  color: rgb(8, 8, 8);
  background-color: rgb(255, 115, 22);
  font-weight: bold;
  text-shadow:1px 1px 0 #FFF, -1px -1px 0 #FFF,
              -1px 1px 0 #FFF, 1px -1px 0 #FFF,
              0px 1px 0 #FFF,  0-1px 0 #FFF,
              -1px 0 0 #FFF, 1px 0 0 #FFF;
              
}
.d-flex ul li a:hover {
  color: #f65d5d;
}




/*はンバーガーメニューここまで*/


/* タップして電話発信ボタン非表示 */
.tapbtn2{
  display: none;
}

/*固定表示しているタップして電話バナー*/
.btn{
  bottom: 20px;
right: 150px;
}


.tapbtn img{
  width: 200px;
}

.logo{
  width: 80%;
  margin-left: 0;
}

.logo img{
  width: 100%;
}

.announce{
  width: 100%;
 
}

.tell{
  width: 90%;
  text-align: center;
  font-size: 14px;
}

.time{
  width: 100%;
  font-size: 14px;
}


.tapbtn2 img{
  width: 100%;
}

.top{
  font-size: 12px;
}

/*メインビジュアルの大きさ*/
.main-visual img{
  width: 100%;
}

.main-visual{
  width: 100%;
}

.ponpon{
  font-size: 12px;
}

.taisaku{
  width: 100%;
}

.taisaku img{
  width: 100%;
 }

/*見出し文字の大きさ*/
h2 {
    font-size: 25px;
}

/*お知らせセクション*/
.news{
  width: 100%;
  margin: 0 auto;
  font-size: 14px;
  padding: 5px 5px;
  margin-top: 5px;
  margin-bottom: 10px;
}

.news img{
  width: 150px;
}

.box {
  width: 100%;
  height: 350px;
}

/*コストコ*/
.poster{
  font-size: 12px;
}

.hpcampain{
padding-left: 12px;
}

.midashi{
  margin-bottom: 10px;
}
/*ホームページ限定割引*/
.midashi span{
  font-size: 12px;
}

.bunshou{
  font-size: 11px;
  line-height: 16px;
}

.bunshou2{
  font-size: 12px;
}

/*院長紹介*/
.incho{
  width: 100%;
font-size: 14px;
line-height: 25px;

}


.incho img{
  width: 30%;
}

/*整体院は何をしてくれるの？セクション*/
.seitaiin{
width: 90%;
font-size: 14px;
line-height: 20px;
}

.ok{
width: 90%;
font-size: 14px;
}



.ok img{
  width: 80%;
}

/*整体とマッサージの違いセクション*/
.table1{
width: 90%;
font-size: 14px;
}

.td1{
width: 200px;
font-size: 14px;
}

.th1 {
width: 70px;
font-size: 14px;
}

.seitai{
font-size: 16px;
}

.kanjya{
width: 200px;
font-size: 14px;
}

.konpon{
width: 200px;
font-size: 14px;
}

/*院長からのひとことセクション*/

h4{
  font-size: 20px;
}

.hitokoto{
width: 90%;
font-size: 14px;
line-height: 22px;
}

.nayami{
width: 90%;
font-size: 14px;
line-height: 22px;
}

.nayami img{
margin-top: 160px;
margin-left:10px;
width: 150px;
}

.omakase{
width: 100%;
font-size:  16px;
text-align: center;
}

/*当院の施術対応*/
.taiou{
font-size: 20px;
}

.sejyutu{
width: 90%;
font-size: 16px;
}

/*明整体院について*/

.waku{
  width: 100%;
  margin: 0 auto;
  padding-left: 0;
}



.praivate{
width: 100%;
display: block;

}

.praivate-img{
  width: 100%;
}


.praivate2{
  width: 100%;
 display: block;
}
.praivate2 img{
  width: 100%;
}

.tuite .one{
font-size: 20px;
margin-bottom: 20px;
}

.about p{
font-size: 16px;

}

/*治療の流れセクション*/
.nagare{
width:100%;
display: block;
}


.chiryou img{
  width: 100%;
}

.counseling{
font-size: 16px;
}

.counseling p{
  margin-left: 0;
  font-size: 18px;
}

.nagare2{
width: 100%;
display: block;

}
/*料金セクション*/
.ryoukin {
  width: 80px;
  font-size: 18px;
}

.kingaku{
    width: 100px;
    font-size: 18px;
}

.table2{
  width: 90%;
}

.campaign{
  width: 90%;
}

.campaign p{
  width: 90%;
  margin: 0 auto;
  font-size: 13px;
 
}


.reflection-img img{
  width: 80%;
  display: block;
 margin: 0 auto;
}

/*患者さまの声セクション*/
.voice{
  width: 100%;
  display: block;
  text-align: center;
}
.voice img{
  padding-bottom: 20px;
}
.voice2{
  width: 100%;
  display: block;
  text-align: center;
  margin-top: 0px;
}
.voice2 img{
  padding-bottom: 20px;
}
.voice3{
  width: 100%;
  display: block;
  text-align: center;
  margin-top: 0;
}
.voice3 img{
  padding-bottom: 20px;
}
/*ご予約・お問い合わせセクション*/
.reserve{
  width: 90%;
  display: block;
  text-align: center;
  }
  
  .reserve img{
    width: 300px;
  }

  .reserve p{
    font-size: 18px;
  }
  
  .logo2 img{
    padding-top: 40px;
    width: 200px;
  }



  
  
  .icon{
    width: 300px;
  }
  .icon p{
    font-size: 16px;
  }
/*footerセクション*/
footer {
    font-size: 15px;
}

}





  
