@charset "UTF-8";

@media screen and (min-width: 768px){
  a[href^="tel:"]{
    pointer-events: none;
  }

  .for-sp{
    display: none;
  }
}


@media screen and (max-width:1280px) {
  
  body{
    font-size: 1rem;
    padding-top:4rem;
  }
  /*header-boader-----------------------*/
  header{
    position:static;
  }
  
  
  .header-inner3{
    display: none;
  }

  
  
  .topcontainer{
    display: flex;
    justify-content: space-between;
  
    padding: 0 20px;
    
  }
  .header-komennto{
    width: 80%;
  }
  .nav{
    width: 20%;
  }
  
  
  
  .logo {
    font-size: 24px;
    padding: 2rem 0 0;
    max-width: 60%;
    margin: 0 auto;
  }
  
  /* ここから下がハンバーガーメニューに関するCSS */
    
  /* チェックボックスを非表示にする */
  .drawer_hidden {
    display: none;
  }
  
  /* ハンバーガーアイコンの設置スペース */
  .drawer_open {
    display: flex;
    height: 60px;
    width: 60px;
    justify-content: center;
    align-items: center;
    position: relative;
    z-index: 100;/* 重なり順を一番上にする */
    cursor: pointer;
  }
  
  /* ハンバーガーメニューのアイコン */
  .drawer_open span,
  .drawer_open span:before,
  .drawer_open span:after {
    content: '';
    display: block;
    height: 3px;
    width: 25px;
    border-radius: 3px;
    background: #fff;
    transition: 0.5s;
    position: absolute;
    
    
  }
  
  /* 三本線の一番上の棒の位置調整 */
  .drawer_open span:before {
    bottom: 8px;
  }
  
  /* 三本線の一番下の棒の位置調整 */
  .drawer_open span:after {
    top: 8px;
  }
  
  /* アイコンがクリックされたら真ん中の線を透明にする */
  #drawer_input:checked ~ .drawer_open span {
    background: rgba(106, 104, 104, 0);
    
  }
  
  /* アイコンがクリックされたらアイコンが×印になように上下の線を回転 */
  #drawer_input:checked ~ .drawer_open span::before {
    bottom: 0;
    transform: rotate(45deg);
    background: #545252;
  }
  
  #drawer_input:checked ~ .drawer_open span::after {
    top: 0;
    transform: rotate(-45deg);
    background: #545252;
  }
    
  /* メニューのデザイン*/
  .nav_content {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 100%; /* メニューを画面の外に飛ばす */
    z-index: 99;
    background: #fff;
    transition: .5s;
    background-color:#fdfdfd;
    text-align: center;
    
  }
  
  .nav_content a{
    display: block;
    padding: 1rem;
    text-align: center;
    width: 100%;
    margin: 0 auto;
    color:#626363;
    font-size: 1.2rem;
  }
  
  .h-sub a{
    background-color:#fdfdfd;
    color: #626363;
    border-bottom: 1px solid #fdfdfd;
  }
  
  .nav_content li{
    width: 100%;
    text-align: center;
    border-bottom: 1px solid #fdfdfd;
  }
  
  /* メニュー黒ポチを消す */
  .nav_list {
    list-style: none;
  }
  
  /* アイコンがクリックされたらメニューを表示 */
  #drawer_input:checked ~ .nav_content {
    left: 0;/* メニューを画面に入れる */
  }
  
   /*header---------------------------*/
    /*hederが480px以下の場合ここの記述が適用される　*/
    .nav{
      width: 50px;
    }
    .top-boder{
      display: flex;
      width: 100%;
      height: 70px;
      align-items: center;
    }
    
    .logo-1{
      width: 50%;
    
      
      display: block;
    }
  
    .logo-2{
      margin: 0 auto;
    }
    .header-inner{
      display: flex;
      flex-direction: column;
      justify-content: space-between;
      align-items: center;
      margin-bottom: 0;
      /*margin-top: 1rem;*/
      width: 100%;
      height: auto;
      
    }
  
    .box-m{
      margin-bottom: 2rem;
    }
  
    .header-inner a{
      width: 100%;
      margin-bottom: 1.5rem;
      font-size: 2rem;
    }
    .header-inner2{
      display: flex;
      flex-direction: column;
      justify-content: center;
      align-items: center;
      width: 100%;
      margin: 1rem 0;
    }
  .header-border{
    font-size: 0.6rem;
    height: 80px;
    width: 95%;
    text-align: left;
    padding-top: 0.4rem;
  }
  .container{
    width: 90%;
   }
   .header-inner2 address{
    width: 100%;
   
  }
  .header-inner2 .header-btn{
    width: 100%;
    margin: 1.5rem 0;
  }
  .header-inner2 .header-btn img{
    width: 100%;
    margin:0 auto;
    border-radius: 10px;
    max-width: 50%;
  }
  
  .header-inner2 .header-btn a{
    display: block;
    width: 30%;
    margin:0 auto;
    border-radius: 10px;
  }
  
  .tel{
    display: block;
    text-align: center;
    font-size: 2rem;
    margin:0 auto;
    padding-left: 0;
    background-image: none;
  }
  .nitiji{
    text-align: center;
    font-size: .6rem;
  }
  
  .map-box2 a{
    font-size: 1.5rem;
  }
  
  /*動くところ--------------------------*/
  .main-visual{
    height: 90px;
    height: auto;
  }
  
  .main-gazou{
    border-radius: 15px;
    height: auto;
  }
  
  /*鍼灸院について--------------------------*/
  .main-title{
    font-size: 1.5rem;
    margin-bottom: 1rem;
  }
  
  .jikosyoukai{
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-top: 0;
  }
  
  .kao{
    width: 80%;
    margin-bottom: 1rem;
    
    
  }
  
  .kao img{
    display: block;
    width: 60%;
    margin: 0 auto;
    border-radius: 30px;
    
  }
  
  
  
  /*特徴*/
  .sabisu{
    width: 100%;
    margin-top: 3rem;
    display: flex;
    justify-content: center;
    text-align: left;
    max-width: 100%;
  }
  
  .box{
    width: 30%;
    margin: 0 auto;
  }

  .r-img{
    width: 50%;
  }
  
  .container2{
    width: 50%;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    
    
  }
  
  .box3{
    width: 90%;
    margin: 0 auto;
  }
  
  .main-title3{
    font-size: 1.5rem;
    padding: 2rem 0;
  }
  
  .main-title2 {
    font-size: 1.5rem;
    
    
  }
  
  .box2{
    width: 90%;
    margin: 0 auto;
  }
  
  .map{
    width: 100%;
    max-width: 300px;
    height: 300px;
    max-height: 300px;
    margin:1rem auto;
  }
  
  .map-box{
    display: flex;
    flex-direction: column;
    justify-content:center;
    

  }
  
  .map-btn{
    width: 50%;
    
  }
  
  .map-btn img{
    display: block;
    width: 90%;
    height: 60px;
    margin: 0 auto;
    border-radius: 10px;
    max-width: 40%;
    
  }
  
  .map-tel{
    font-size: 1.5rem;
    width: 100%;
    color: #ff3a55;
    
  }
  .map-bunnsyou{
    font-size: 0.9rem;
  }
  
  .setumei{
    width: 90%;
  }

  
  
  .bunnsyo {
    line-height: 1.8rem;
    margin-bottom: 2rem;
  }
  
  .map-box{
    display: none;
  }
  
  .goriyou{
    margin-bottom: 3rem;
    height: auto;
  
  }
  
  .main-btn {
    margin: 0 auto;
  }
  
  .main-btn a{
    display: block;
    margin-left: auto;
    text-align: center;
  }
  
  .footer-toiawase{
    display: flex;
    flex-direction: column;
    justify-content:center;
    
  }
  
  .footer-box{
    width: 100%;
  
  }
  
  .footer-ro-ra{
  
    /*width: 100%;
    height: auto;
    margin: 0 auto;
    max-width: 400px;*/
    display: none;
  
  }

  
  
  .footer-box2{
    width: 100%;
  }
  
  .footer-map{
    width: 100%;
    max-width: 300px;
    height: 300px;
    max-height: 300px;
    margin:2rem auto;
    
  }
  
  
  .ryoukinn-box{
    width: 100%;
    margin-bottom: 1rem;
  }
  
  /*footer--list*/
  .last-footer{
    display: flex;
    flex-direction: column;
    background-color: #3468C0;
    justify-content: left;
    padding-top: 2rem;
  }
  
  .footer-listbox a{
    color: #fdfdfd;
    
  }
  
  .footer-listbox{
    margin: 0;
  }
  
  .footer-listbox a:hover{
    text-decoration: underline;
  }
  
  .footer-title{
    font-size: 1.2rem;
    padding: 0.5rem 0;
    
  }
  
  
  /*subページ---------------------*/
  .sub-h2{
    height: 5rem;
    background-color: #3468C0;
    font-size: 1.5rem;
    text-align: center;
    line-height: 5rem;
  }
  
  .sub-main{
    width: 100%;
    margin-bottom: 1rem;
  }
  
  .sub-title{
    font-size: 1.2rem;
    text-align: center;
    
  }
  
  .sub-container{
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: auto;
    width: 60%;
    margin: 0 auto;
    
  }
  
  .sub-aside{
    width: 100%;
    
  }
  
  .side-toiawase{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    
  }
  .tel-aside{
    text-align: center;
    font-size: 2rem;
    font-weight:bold;
    color: #ff3a55;
    text-align: center;
    background-position: center left;
    background-size: 5%;
  }

  .sub-aside-address a{
    font-size: 2rem;
  }
  
  .nitiji-aside{
    
    text-align: center;
    
    
  }
  
  .sub-jikosyoukai{
    flex-direction: column;
    justify-content: center;
    width: 100%;
  }
  
  .sub-jikosyoukai iframe{
    display: block;
    width: 100%;
  }
  
  .aisatu{
    width: 100%;
  }
  
  .kao{
    margin: 0 auto;
    margin-bottom: 1rem;
  }
  
  
  .sub-title{
    
    font-size: 1.2rem;
    margin-bottom: 1rem;
  }
  
  .sub-title2{
    font-size: 1.2rem;
    text-align: center;
    padding-bottom: 0.3rem;
    margin-bottom: .3rem;
  }
  
  .top-boder{
    position: fixed;
    width: 100%;
    top: 0px;
    font-size: 0;
    opacity: 1;
    z-index: 999;
  
  }
  
  table {
    width: 100%;
    text-align: center;
    margin-bottom: 3rem;
  }
  th, td {
    
    border: 1px solid #cccaca;
    
  }
  
  th{
    color: #3468C0;
  }
  
  .sejutu-title{
    width: 70%;
    background-color: #3468C0;
    color: #fdfdfd;
    text-align: left;
    padding-left: 2rem;
  }
  
  
  .sejutu-ryoukinn{
    width: 30%;
  }
  
  .moji{
    font-size: 0.8rem;
  }
  
  .sabisu2-menu{
    display: block;
    padding: 2rem 0;
   font-size: 1.5rem;
   
    padding: 2rem 1rem 2rem;
    color: #3468C0;
    font-weight:900;
  }
  
  .setumei h2{
    font-size: 1.5rem;
    font-weight: bolder;
    margin-bottom: 1rem;
    color: #3468C0;
  }
  
  .ryoukinn-g{
    width: 100%;
    margin: 0 auto;
    display: flex;
    justify-content: center;
    flex-direction: column;
    
  }
  .ryoukinn-g img{
    display: block;
    width: 80%;
    margin-bottom: 2rem;
    margin-left: auto;
    margin-right: auto;
    margin-top: 0;
  
  }

 
  
  .sub-aside-address{
    font-style: normal;
  }
  
  .btn-p{
    padding: 2rem;
  }

}

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

body{
  font-size: 1rem;
  padding-top:4rem;
}
/*header-boader-----------------------*/
header{
  position:static;
}


.header-inner3{
  display: none;
}

.topcontainer{
  display: flex;
  justify-content: space-between;

  padding: 0 20px;
  
}
.header-komennto{
  width: 80%;
}
.nav{
  width: 20%;
}

.main-title2 {
  font-size: 1.5rem;
  padding: 1rem 0;
  
}

.logo {
  font-size: 24px;
  padding: 2rem 0 0;
  width: 100%;
}

/* ここから下がハンバーガーメニューに関するCSS */
  
/* チェックボックスを非表示にする */
.drawer_hidden {
  display: none;
}

/* ハンバーガーアイコンの設置スペース */
.drawer_open {
  display: flex;
  height: 60px;
  width: 60px;
  justify-content: center;
  align-items: center;
  position: relative;
  z-index: 100;/* 重なり順を一番上にする */
  cursor: pointer;
}

/* ハンバーガーメニューのアイコン */
.drawer_open span,
.drawer_open span:before,
.drawer_open span:after {
  content: '';
  display: block;
  height: 3px;
  width: 25px;
  border-radius: 3px;
  background: #fff;
  transition: 0.5s;
  position: absolute;
  
  
}

/* 三本線の一番上の棒の位置調整 */
.drawer_open span:before {
  bottom: 8px;
}

/* 三本線の一番下の棒の位置調整 */
.drawer_open span:after {
  top: 8px;
}

/* アイコンがクリックされたら真ん中の線を透明にする */
#drawer_input:checked ~ .drawer_open span {
  background: rgba(106, 104, 104, 0);
  
}

/* アイコンがクリックされたらアイコンが×印になように上下の線を回転 */
#drawer_input:checked ~ .drawer_open span::before {
  bottom: 0;
  transform: rotate(45deg);
  background: #545252;
}

#drawer_input:checked ~ .drawer_open span::after {
  top: 0;
  transform: rotate(-45deg);
  background: #545252;
}
  
/* メニューのデザイン*/
.nav_content {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 100%; /* メニューを画面の外に飛ばす */
  z-index: 99;
  background: #fff;
  transition: .5s;
  background-color:#fdfdfd;
  text-align: center;
  
}

.nav_content a{
  display: block;
  padding: 1rem;
  text-align: center;
  width: 100%;
  margin: 0 auto;
  color:#626363;
  font-size: 1.2rem;
}

.h-sub a{
  background-color:#fdfdfd;
  color: #626363;
  border-bottom: 1px solid #fdfdfd;
}

.nav_content li{
  width: 100%;
  text-align: center;
  border-bottom: 1px solid #fdfdfd;
}

/* メニュー黒ポチを消す */
.nav_list {
  list-style: none;
}

/* アイコンがクリックされたらメニューを表示 */
#drawer_input:checked ~ .nav_content {
  left: 0;/* メニューを画面に入れる */
}

 /*header---------------------------*/
	/*hederが480px以下の場合ここの記述が適用される　*/
  .nav{
    width: 50px;
  }
  .top-boder{
    display: flex;
    width: 100%;
    height: 75px;
    align-items: center;
  }
  


  .logo-2{
    margin: 0 auto;
    width: 100%;
  }
  .header-inner{
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 0;
    /*margin-top: 1rem;*/
    width: 100%;
    height: auto;
    
  }

  .box-m{
    margin-bottom: 2rem;
  }

  .header-inner a{
    width: 100%;
    margin-bottom: 1.5rem;
    font-size: 2rem;
  }
  .header-inner2{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    margin: 1rem 0;
  }
.header-border{
  font-size: 0.6rem;
  height: 80px;
  width: 95%;
  text-align: left;
  padding-top: 0.4rem;
}
.container{
  width: 90%;
 }
 .header-inner2 address{
  width: 100%;
 
}
.header-inner2 .header-btn{
  width: 100%;
  margin: 1.5rem 0;
}
.header-inner2 .header-btn img{
  width: 100%;
  margin:0 auto;
  border-radius: 10px;
  max-width: 100%;
}

.header-inner2 .header-btn a{
  display: block;
  width: 30%;
  margin:0 auto;
  border-radius: 10px;
}

.tel{
  display: block;
  text-align: center;
  font-size: 2rem;
  margin:0 auto;
  padding-left: 0;
  background-image: none;
}
.nitiji{
  text-align: center;
  font-size: .6rem;
}

.map-box2 a{
  font-size: 1.5rem;
}

/*動くところ--------------------------*/
.main-visual{
  height: 90px;
  height: auto;
}

.main-gazou{
  border-radius: 15px;
  height: auto;
}

/*鍼灸院について--------------------------*/
.main-title{
  font-size: 1.5rem;
  margin-bottom: 1rem;
}

.jikosyoukai{
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-top: 0;
}

.kao{
  width: 80%;
  margin-bottom: 1rem;
  
  
}

.kao img{
  display: block;
  width: 60%;
  margin: 0 auto;
  border-radius: 30px;
  
}



/*特徴*/
.sabisu{
  width: 100%;
  margin-top: 3rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: left;
}

.box{
  width: 80%;
  margin: 0 auto;
}

.container2{
  width: 80%;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  
  
}

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

.main-title3{
  font-size: 1.5rem;
  padding: 2rem 0;
}

.main-title2 {
  font-size: 1.5rem;
	
	
}

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

.map{
  width: 100%;
  max-width: 300px;
  height: 300px;
  max-height: 300px;
  margin:1rem auto;
}

.map-box{
  display: flex;
  flex-direction: column;
  justify-content:center;
  
}

.map-btn{
  width: 100%;
}

.map-btn img{
  display: block;
  width: 90%;
  height: 60px;
  margin-bottom: 0.5rem;
  border-radius: 10px;
}

.map-tel{
  font-size: 1.5rem;
  width: 100%;
  color: #ff3a55;
  
}
.map-bunnsyou{
  font-size: 0.9rem;
}

.setumei{
  width: 90%;
}

.bunnsyo {
  line-height: 1.8rem;
  margin-bottom: 2rem;
}

.map-box{
  display: none;
}

.goriyou{
  margin-bottom: 3rem;
  height: auto;

}

.main-btn {
  margin: 0 auto;
}

.main-btn a{
  display: block;
  margin-left: auto;
  text-align: center;
  margin-top: 1rem;
}

.footer-toiawase{
  display: flex;
  flex-direction: column;
  justify-content:center;
  
}

.footer-box{
  width: 100%;

}

.footer-ro-ra{

  /*width: 100%;
  height: auto;
  margin: 0 auto;
  max-width: 400px;*/
  display: none;

}

.footer-box2{
  width: 100%;
}

.footer-map{
  width: 100%;
  max-width: 300px;
  height: 300px;
  max-height: 300px;
  margin:2rem auto;
  
}


.ryoukinn-box{
  width: 100%;
  margin-bottom: 1rem;
}

/*footer--list*/
.last-footer{
  display: flex;
  flex-direction: column;
  background-color: #3468C0;
  justify-content: left;
  padding-top: 2rem;
}

.footer-listbox a{
  color: #fdfdfd;
  
}

.footer-listbox{
  margin: 0;
}

.footer-listbox a:hover{
  text-decoration: underline;
}

.footer-title{
  font-size: 1.2rem;
  padding: 0.5rem 0;
  
}


/*subページ---------------------*/
.sub-h2{
  height: 5rem;
  background-color: #3468C0;
  font-size: 1.5rem;
  text-align: center;
  line-height: 5rem;
}

.sub-main{
  width: 100%;
  margin-bottom: 1rem;
}

.sub-title{
  font-size: 1.2rem;
  text-align: center;
  
}

.sub-container{
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: auto;
  width: 80%;
  margin: 0 auto;
  
}

.sub-aside{
  width: 100%;
  
}

.side-toiawase{
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  
}
.tel-aside{
  text-align: center;
  font-size: 2rem;
  font: weight 500;
  color: #ff3a55;
  text-align: center;
  background-position: center left;
  background-size: 10%;
  
  
  
}

.nitiji-aside{
  
  text-align: center;
  
  
}

.sub-jikosyoukai{
  flex-direction: column;
  justify-content: center;
  width: 100%;
}

.sub-jikosyoukai iframe{
  display: block;
  width: 100%;
}

.aisatu{
  width: 100%;
}

.kao{
  margin: 0 auto;
  margin-bottom: 1rem;
}


.sub-title{
  
  font-size: 1.2rem;
  margin-bottom: 1rem;
}

.sub-title2{
  font-size: 1.2rem;
  text-align: center;
  padding-bottom: 0.3rem;
  margin-bottom: .3rem;
}

.top-boder{
  position: fixed;
  width: 100%;
  top: 0px;
  font-size: 0;
  opacity: 1;
  z-index: 999;

}

table {
  width: 100%;
  text-align: center;
  margin-bottom: 3rem;
}
th, td {
  
  border: 1px solid #cccaca;
  
}

th{
  color: #3468C0;
}

.sejutu-title{
  width: 70%;
  background-color: #3468C0;
  color: #fdfdfd;
  text-align: left;
  padding-left: 2rem;
}


.sejutu-ryoukinn{
  width: 30%;
}

.moji{
  font-size: 0.8rem;
}

.sabisu2-menu{
  display: block;
  padding: 2rem 0;
 font-size: 1.5rem;
 
  padding: 2rem 1rem 2rem;
  color: #3468C0;
  font-weight:900;
}

.setumei h2{
  font-size: 1.5rem;
  font-weight: bolder;
  margin-bottom: 1rem;
  color: #3468C0;
}

.ryoukinn-g{
  width: 100%;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  flex-direction: column;
  
}
.ryoukinn-g img{
  display: block;
  width: 80%;
  margin-bottom: 2rem;
  margin-left: auto;
  margin-right: auto;
  margin-top: 0;

}

.sub-aside-address{
  font-style: normal;
}

.btn-p{
  padding: 2rem;
}

.footer-info{
  margin-top: 2rem;
}

h1{
  width: 100%;
}

.LIB-title{
  font-size: 1.5rem;
  font-weight: bolder;
  margin-bottom: 1rem;
  color: #3468C0;
  padding: 1.5rem 1rem 1rem 1rem;
}

.LIB-link .map-btn{
  font-size: 1rem;
}

.LIB-link .map-btn{
  font-size: 1rem;
}

.LIB-link .map-btn img{
  width: 100%;
  
}

.LIB-btn{
  margin-top: 0.3rem;
}

.LIB-link a{
  font-size: 1rem;
}

.LIB-btn img{
  display: block;
  width: 85%;
  height: auto;
  border-radius: 10px;
}

.LIB-bunnsyo3 {
  line-height: 1.8rem;
  margin-bottom: 0rem;
}

.LIB-messege{
  font-size: 0.9rem;
  text-align: left;
  padding: 0.5rem 2rem 0.5rem 2rem;
}

.container3{
  width: 85%;
  margin: 0 auto;
  margin-top: 3rem;
  margin-bottom: 1.5rem;
  display: flex;
  justify-content: space-between;
  padding-bottom: 0.5rem;
  border: dodgerblue 1px solid;
  text-align: center;
  border-radius: 1rem;
}


}
