/*@import url('https://fonts.googleapis.com/css2?family=Baloo+Paaji+2&display=swap');*/
/* baloo-paaji-2-regular - latin */
@font-face {
  font-display: swap;
  font-family: 'Baloo Paaji 2';
  font-style: normal;
  font-weight: 400;
  src: local('Baloo Paaji 2 Regular'), local('BalooPaaji2-Regular'),
    url('../fonts/baloo-paaji-2-v1-latin-regular.woff2') format('woff2'),
    /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
    url('../fonts/baloo-paaji-2-v1-latin-regular.woff') format('woff');
  /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}

body {
  font-family: 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', sans-serif;
  overflow-x: hidden;
  background: #f9f9f9;
}

/*---------------------------------------
     TYPOGRAPHY              
  -----------------------------------------*/
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 200;
  line-height: normal;
}

h1 {
  font-size: 2.0em;
}

h2 {
  color: #353535;
  font-size: 2em;
}

p,
dd,
li {
  color: #757575;
  font-size: 14px;
  font-weight: normal;
  line-height: 24px;
}

/* アンチエイリアス*/
.anti-letter {
  -o-transform: rotate(0.028deg);
  -ms-transform: rotate(0.028deg);
  -moz-transform: rotate(0.028deg);
  -webkit-transform: rotate(0.028deg);
  transform: rotate(0.028deg);
}

/*---------------------------------------
     GENERAL               
  -----------------------------------------*/
html {
  -webkit-font-smoothing: antialiased;
}

a {
  color: #202020;
  text-decoration: none !important;
}

a,
input,
button,
.form-control {
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

a:hover,
a:active,
a:focus {
  color: #29ca8e;
  outline: none;
}

::-webkit-scrollbar {
  width: 8px;
  height: 8px;
}

::-webkit-scrollbar-thumb {
  cursor: pointer;
  background: #202020;
}

section {
  position: relative;
  padding: 100px 0;
}

#contact,
footer {
  background: #ffffff;
  text-align: center;
}

img {
  display: block;
  height: auto;
  max-width: 100%;
  margin: auto;
}

/*colの高さ揃え　row要素にいれる*/
.row-eq-height {
  display: flex;
  flex-wrap: wrap;
}

/*電話リンク無効(jsあり)*/
.is-eventNone {
  pointer-events: none;
}

/*------------------------------------------
     オーバレイ設定
  -----------------------------------------*/
/*index画面*/
.overlay {
  background: #418d84;
  /* fallback for old browsers */
  background: -webkit-linear-gradient(to top, #167fd9, #020e50);
  /* Chrome 10-25, Safari 5.1-6 */
  background: linear-gradient(to top, #167fd9, #020e50);
  /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
  /*オーバレイの透明度を設定*/
  opacity: 0.6;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/*姿勢矯正実例 画面*/
.overlay-2 {
  background: #418d84;
  /* fallback for old browsers */
  background: -webkit-linear-gradient(to top, #16d9d9, #02312d);
  /* Chrome 10-25, Safari 5.1-6 */
  background: linear-gradient(to top, #16d9d9, #02312d);
  /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
  /*オーバレイの透明度を設定*/
  opacity: 0.5;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/*---------------------------------------
     BUTTONS               
  -----------------------------------------*/
.section-btn {
  background: #29ca8e;
  border: 0;
  border-radius: 50px;
  color: #ffffff;
  font-size: 16px;
  font-weight: normal;
  padding: 12px 30px;
  transition: 0.5s 0.2s;
}

.section-btn:hover,
.section-btn:focus {
  background: #202020;
  color: #ffffff;
}

a.boxlink {
  display: inline-block;
  padding: 0.3em 1em;
  text-decoration: none;
  color: #4d58b2;
  border: solid 1px #4d58b2;
  border-radius: 8px;
  transition: .4s;
  font-weight: normal;
  font-size: 1.2em;
  margin: auto;
  background: #ffffff;
}

a.boxlink:hover {
  background: #67c5ff;
  color: white;
}

/*---------------------------------------
       PRE LOADER              
  -----------------------------------------*/
/*
.preloader {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 99999;
  display: flex;
  flex-flow: row nowrap;
  justify-content: center;
  align-items: center;
  background: none repeat scroll 0 0 #ffffff;
}
.spinner {
  border: 1px solid transparent;
  border-radius: 3px;
  position: relative;
}
.spinner:before {
  content: '';
  box-sizing: border-box;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 45px;
  height: 45px;
  margin-top: -10px;
  margin-left: -10px;
  border-radius: 50%;
  border: 1px solid #575757;
  border-top-color: #ffffff;
  animation: spinner .9s linear infinite;
}
@-webkit-@keyframes spinner {
  to {
    transform: rotate(360deg);
  }
}
@keyframes spinner {
  to {
    transform: rotate(360deg);
  }
}
*/
/*---------------------------------------
      MENU              
  -----------------------------------------*/
.custom-navbar {
  border: none;
  margin-bottom: 0;
  padding: 15px 0 0 0;
}

/*上部メニューの治療室タイトル*/
.custom-navbar .navbar-brand {
  color: #ffffff;
  font-size: 21px;
  font-weight: 500;
  letter-spacing: -1px;
  letter-spacing: 0.7pt;
  display: inline-block;
  vertical-align: center;
}

.navbar-brand {
  font-family: 'Baloo Paaji 2', 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', sans-serif;
  background: url("../image/test2.gif") no-repeat left center;
  background-size: contain;
  padding-left: 50px;
}

.top-nav-collapse {
  background: #ffffff;
}

.custom-navbar .navbar-nav {
  margin-left: 6em;
}

.custom-navbar .nav li a {
  font-size: 15px;
  font-weight: normal;
  color: #f0f0f0;
  padding-right: 15px;
  padding-left: 15px;
}

.custom-navbar .nav li a:hover {
  background: transparent;
  color: #29ca8e;
}

.custom-navbar .navbar-nav > li > a:hover,
.custom-navbar .navbar-nav > li > a:focus {
  background-color: transparent;
}

.custom-navbar .nav li.active > a {
  background-color: transparent;
  color: #29ca8e;
}

.custom-navbar .navbar-toggle {
  border: none;
  padding-top: 10px;
}

.custom-navbar .navbar-toggle {
  background-color: transparent;
}

.custom-navbar .navbar-toggle .icon-bar {
  background: #29ca8e;
  border-color: transparent;
}

/*7画面サイズ以上だったら適応*/
@media(min-width:576px) {
  .custom-navbar {
    border-bottom: 0;
    background: 0 0;
  }

  .custom-navbar.top-nav-collapse {
    background: #ffffff;
    -webkit-box-shadow: 0 1px 30px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 1px 30px rgba(0, 0, 0, 0.1);
    box-shadow: 0 1px 30px rgba(0, 0, 0, 0.1);
    padding: 10px 0;
  }

  .top-nav-collapse .navbar-brand {
    color: #252525;
  }

  .top-nav-collapse .nav li a {
    color: #575757;
  }

  .top-nav-collapse .nav .section-btn a {
    color: #ffffff;
  }
}

/*---------------------------------------
      トップ最新情報画面
  -----------------------------------------*/
.top-info {
  margin: 0px 0;
  padding: 10px;
  text-align: center;
  font-size: 1.2em;
  background-color: #f9fdfd;
}

.top-info a:before {
  font-family: 'Glyphicons Halflings';
  content: "\e084";
  font-weight: 900;
  padding-right: 5px;
  font-size: 1.5em;
  vertical-align: middle;
  color: #f58b5c;
}

/*---------------------------------------
      トップ画面
  -----------------------------------------*/
#home {
  vertical-align: middle;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  padding-top: 12em;
  text-align: center;
}

/*トップh1*/
#home h2 {
  color: #ffffff;
  margin-top: 10px;
  margin-bottom: 30px;
  letter-spacing: 0.7pt;
  text-shadow: 0 0 10px #08ffec;
  font-weight: lighter;
}

.ayata {
  font-family: 'Baloo Paaji 2', 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', sans-serif;
  font-size: 34px;
  letter-spacing: 4.5pt
}

.home-info {
  margin-top: 7em;
}

/*姿勢矯正+カイロ治療*/
.home-info h3 {
  color: #e1e3fc;
  font-size: 1.3em;
  font-weight: normal;
  letter-spacing: 4px;
  text-transform: uppercase;
  margin: 10px 0;
  margin-bottom: 30px;
  text-shadow: 0 0 10px #00ebff;
}

.home-info p {
  color: #f0fffb;
  font-size: 1em;
  font-weight: 100;
  letter-spacing: 2.5px;
  text-transform: uppercase;
  margin: 0 auto;
}

/*-----------------------------------------*/
/*サブ画面home-*/
/*-----------------------------------------*/
.sub-home {
  text-align: left;
}

.sub-home h3 {
  color: #d6d5ff;
  font-size: 1.1em;
  font-weight: normal;
  letter-spacing: 4pt;
  text-transform: uppercase;
  margin: 10px 0;
  text-shadow: 0 0 10px #d6f6f8;
}

.sub-home p {
  color: #f0fffb;
  font-size: 1.1em;
  font-weight: 100;
  letter-spacing: 2.5px;
  max-width: 70%;
}

/*---------------------------------------
      スライダー設定
  -----------------------------------------*/
#top-slider {
  margin: 15px 0;
}

/*---------------------------------------
     書籍紹介
  -----------------------------------------*/
#book {
  padding: 15px 0;
  background-color: #dce6e6
}

#book h2 {
  display: inline;
  color: #146cb7;
  vertical-align: middle;
}

.book-icon {
  display: inline;
  max-height: 35px;
}
}

#book p {
  color: #115367;
  font-size: 1.1em;
  margin: 20px;
}

.book-p {
  padding: 5% 10% 10px 10%;
}

/*---------------------------------------
      画像フェードイン
  -----------------------------------------*/
.fadein {
  opacity: 0;
  transform: translateX(30px);
  transition: all 1s;
}

.fadein-l {
  opacity: 0;
  transform: translateX(-30px);
  transition: all 1s;
}

.fadein-n {
  opacity: 0;
  transform: translateX(0);
  transition: all 1s;
}

/*---------------------------------------
      メインコンテンツ
  -----------------------------------------*/
/*h2タイトル*/
.section-title {}

/*p*/
.box-text {
  font-size: 1.1em;
  padding: 15% 10% 0 0;
  line-height: 26px;
}

.box {
  padding: 50px 0;
  background-color: #ffffff;
}

.box2 {
  position: relative;
  padding: 50px 0;
}

.box2 h2 {
  text-align: right;
}

/*治療体験談*/
.box3 {
  position: relative;
  padding: 50px 0;
}

.box3 h2 {
  text-align: center;
  letter-spacing: 2pt;
  padding-bottom: 30px;
}

.taiken {
  position: relative;
  height: 400px;
  padding: 10px;
  border-radius: 10px;
  /* CSS3草案 */
  -webkit-border-radius: 10px;
  /* Safari,Google Chrome用 */
  -moz-border-radius: 10px;
  /* Firefox用 */
  background-color: #ffffff;
}

.taiken h3 {
  text-shadow: 0 0 10px #2285b9;
  color: #274a4b;
}

/*---------------------------------------
      治療室案内
  -----------------------------------------*/
.annai {
  font-family: 'Baloo Paaji 2', 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', sans-serif;
  position: relative;
  padding: 50px 0;
  background-color: #ffffff;
  text-align: center;
  padding: 50px 10px;
}

.annai p {
  line-height: 2em;
  font-size: 1.1em;
  margin: 0 auto;
}

.annai h2 {
  text-align: center;
  letter-spacing: 6px;
}

.telLink {
  font-size: 2em;
  line-height: 2em;
}

/*googlemap調整*/
.mymap {
  overflow: hidden;
  text-align: center;
}

.mymap iframe {
  margin-top: -55px;
  margin-left: -3px;
  margin-bottom: 30px;
  -webkit-filter: grayscale(50%);
  filter: grayscale(70%);
}

/*---------------------------------------
      姿勢矯正例
  -----------------------------------------*/
.posture-rei {
  padding-top: 50px;
}

.posture-rei h2 {
  width: 90%;
  color: #246d83;
  margin: 0 auto;
  font-size: 1.7em;
  text-align: center;
  padding: 0.5em 0;
  /*上下の余白*/
  border-top: solid 1px #246d83;
  /*上線*/
  border-bottom: solid 1px #246d83;
  /*下線*/
}

.posture-rei p {
  padding: 20px;
}

.yazi {
  margin: auto;
  margin-top: 190px;
  width: 0;
  border-style: solid;
  border-width: 25px 0 25px 50px;
  border-color: transparent transparent transparent #f2b798;
}

.p-box {
  padding: 10px;
  border-radius: 10px;
  /* CSS3草案 */
  -webkit-border-radius: 10px;
  /* Safari,Google Chrome用 */
  -moz-border-radius: 10px;
  /* Firefox用 */
}

.posture-matome {
  margin-top: 20px;
  padding: 10px;
  border: solid 1.5px;
  border-color: #cdcbe9;
  border-radius: 10px;
  /* CSS3草案 */
  -webkit-border-radius: 10px;
  /* Safari,Google Chrome用 */
  -moz-border-radius: 10px;
  /* Firefox用 */
}

/*---------------------------------------
     治療の紹介
  ---------------------------------------*/
.box-room {
  background-color: #ffffff;
  padding: 50px 0;
}

.box-room p {
  line-height: 25px;
  letter-spacing: 0.5px;
  padding-top: 20px;
}

.room-center {
  padding: 20% 5% !important;
}

.room-center-img {
  margin-top: 50px;
}

.box-room h2 {
  width: 90%;
  color: #246d83;
  margin: 0 auto;
  font-size: 1.7em;
  text-align: center;
  padding: 0.5em 0;
  /*上下の余白*/
  border-top: solid 1px #246d83;
  /*上線*/
  border-bottom: solid 1px #246d83;
  /*下線*/
}

.box-room h4 {
  font-size: 1.6em;
  padding-top: 30px;
}

.box-room h4:before {
  font-family: 'Glyphicons Halflings';
  content: "\e013";
  ;
  ;
  padding-right: 10px;
  display: inline;
  vertical-align: middle;
  color: coral
}

.room-mi {
  font-size: 1.5em;
  margin-bottom: 30px;
  margin-top: 50px;
  padding-top: 6px;
  color: #3e3d50;
  border-bottom: solid 0.5px;
  border-top: solid 0.5px;
  line-height: 30px;
  border-color: #bcc0c7;
}

.room-mi:before {
  font-size: 1.5em;
  vertical-align: middle;
  content: '*';
  color: #d8efa6;
}

/*---------------------------------------
      料金・予約
  ---------------------------------------*/
.yoyaku-tyu {
  width: 60%;
  margin: 20px auto;
  padding: 20px;
  background-color: #ffffff;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
}

.yoyaku-tyu h3 {
  font-size: 1.3em;
  text-align: center;
  padding-bottom: 20px;
  margin-top: 0px;
}

.yoyaku-tyu ul {
  text-align: left;
  list-style-type: square;
  font-size: 1em;
  line-height: 25px;
}

.yoyaku-tyu span {
  font-size: 1.1em;
  color: chocolate;
}

.kaisuken {
  width: 60%;
  margin: 20px auto;
  padding: 10px;
  border: solid 1px #b2a783;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
}

.kaisuken h3 {
  font-size: 1.6em;
  padding: 10px;
  margin-top: 0px;
  margin: 0;
  color: #5f6758;
}

.kaisuken p {
  color: #847c65;
}

/*---------------------------------------
      カレンダー
  -----------------------------------------*/
.tukical {
  display: inline-block;
  margin: 0 20px;
  font-size: 1.2em;
  text-align: center;
}

.tukical table {
  border-collapse: separate;
  border-spacing: 5px;
}

.tukical td {
  padding: 2px 5px;
}

.month {
  background-color: #e7edf2;
}

.san {
  background-color: #ffd3a8
}

.holi {
  background: #fcecc7;
  border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
}

.toku-holi {
  background: #e6c7fc;
  border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
}

/*---------------------------------------
     よくある質問
  -----------------------------------------*/
.faq {
  margin: 0 auto;
  text-align: left;
}

.faq p {
  line-height: 2em;
  margin: 0.5em 0;
  padding: 5px;
}

.faq h3 {
  font-size: 1.5em;
  padding: 10px;
  text-align: center;
}

.faq h3:before {
  font-family: 'Glyphicons Halflings';
  content: "\e085";
  font-weight: 900;
  padding-right: 5px;
  font-size: 1.5em;
  vertical-align: middle;
  color: #6091ff;
}

.faq h4:before {
  font-family: 'Glyphicons Halflings';
  content: "\e084";
  font-weight: 900;
  padding-right: 5px;
  font-size: 1.5em;
  vertical-align: middle;
  color: #5a9ebc;
}

.panel > .panel-heading h4 {
  font-size: 1em;
  color: #565758;
  line-height: 1.5em;
}

/*アコーディオン設定*/
.panel-heading {
  cursor: pointer;
}

.accordion-toggle a:after {
  font-family: 'Glyphicons Halflings';
  content: "\e113";
  float: right;
}

.accordion-toggle a.collapsed:after {
  font-family: 'Glyphicons Halflings';
  content: "\e114";
  float: right;
}

.panel-heading a,
.panel-heading h4:hover {
  color: inherit;
}

/*---------------------------------------
     ネット予約
  -----------------------------------------*/
/*ネット予約*/
.netyo h1 {
  padding-top: 50px;
}

.netyo h3 {
  font-size: 1.4em;
  font-weight: bold;
  color: #89739f;
  margin-bottom: -20px;
}

.net-tyu {
  width: 80%;
  margin: 20px auto;
  line-height: 30px;
  font-weight: bold;
  font-size: 1.2em;
  color: #727fa2;
  border: solid 3px #4960e0;
  padding: 30px 10px 30px 10px;
  border-radius: 10px;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
}

.net-tyu spam {
  color: #b46ed3;
  font-size: 1.2em;
}

.net-tyu2 {
  margin: 20px auto;
  text-align: left;
  font-weight: bold;
  color: #5f61a0;
  font-size: 1em;
  padding: 10px;
  background-color: aliceblue;
  border-radius: 10px;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
}

/*---------------------------------------
      sitemap             
  -----------------------------------------*/
#sitemap {
  font-family: 'Baloo Paaji 2', 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', sans-serif;
  background-color: #7b8086;
  padding-top: 50px;
  padding-bottom: 80px;
}

#sitemap a {
  color: white;
}

#sitemap h2 {
  padding-bottom: 50px;
  color: white;
}

#sitemap li {
  color: white;
  margin-left: 50px;
  line-height: 2em;
}

/*---------------------------------------
     FOOTER              
  -----------------------------------------*/
footer {
  padding-bottom: 80px;
}

.copyright-text p {
  margin: 5px;
}

/*---------------------------------------
      シンプル
  ---------------------------------------*/
.simple-home {
  background-color: white;
  padding-bottom: 150px;
}

.simple-home h1,
.simple-home h2 {
  text-align: center;
  width: 90%;
  color: #233e46;
  margin: 30px auto;
  font-size: 1.7em;
  padding: 0.5em 0;
  /*上下の余白*/
  border-top: solid 1px #9fa7a8;
  /*上線*/
  border-bottom: solid 1px #9fa7a8;
  /*下線*/
}

.simple-home h3,
.simple-home h4 {
  text-align: center;
}

.simple-home ul {
  width: 80%;
  margin: 20px auto;
  line-height: 25px;
  padding: 30px 10px 30px 30px;
  text-align: left;
  list-style-type: square;
  border-radius: 10px;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
}

.simple-home p {
  width: 80%;
  margin: 0 auto;
  line-height: 28px;
  padding: 20px 0;
}

.simple-home dt {
  line-height: 30px;
}

.simple-home dd {
  line-height: 25px;
}

/*---------------------------------------
     SOCIAL ICON              
  -----------------------------------------*/
.social-icon {
  position: relative;
  padding: 0;
  margin: 0;
}

.social-icon li {
  display: inline-block;
  list-style: none;
  padding-left: 10%;
  padding-top: 5px;
}

.social-icon img {
  width: 16px;
}

/*
.social-icon li a {
  border-radius: 50px;
  color: #202020;
  font-size: 15px;
  width: 35px;
  height: 35px;
  line-height: 35px;
  text-decoration: none;
  text-align: center;
  position: relative;
  margin: 5px 5px 5px 0;
}
.social-icon li a:hover {
  background: #536976;
  color: #ffffff;
}
 Font Awesome hatena bookmark 
.fa-hatena:before {
  content: "B!";
  font-family: Verdana;
  font-weight: bold;
  letter-spacing: 0px;
}
*/
/*---------------------------------------
     RESPONSIVE STYLES              
  -----------------------------------------*/
@media only screen and (max-width: 1200px) {
  .custom-navbar .navbar-nav {
    margin-left: 3em;
  }

  .home-info {
    margin-top: 0;
  }

  .simple-home {
    margin-top: 80px;
  }
}

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

  .box h2,
  .box2 h2 {
    font-size: 1.8em;
  }

  section {
    padding: 60px 0;
  }

  /*ナビの上下余白指定*/
  .custom-navbar .navbar-nav {
    margin-left: 40px;
    margin-bottom: -15px;
    margin-top: -10px;
  }

  /*ナビメニュー文字サイズ指定*/
  .custom-navbar .nav li a {
    font-size: 15px;
    padding-right: 15px;
    padding-left: 20px;
  }

  footer {
    padding-bottom: 40px;
  }

  .yoyaku-tyu,
  .kaisuken {
    width: 85%;
  }

  .sub-home {
    margin-left: -25px;
  }

  .posture-rei h2 {
    font-size: 1.5em;
  }
}

/*--------------------------------------------------------------------------*/
/*タブレット対応*/
@media screen and (max-width: 767px) {
  section {
    padding: 30px 0;
  }

  /*    top画面画像ずれ補正*/
  #home {
    margin-bottom: -30px;
  }

  .sub-home {
    margin-top: -15%;
  }

  /*    index トップ文字位置調整*/
  .home-info {
    margin-top: -70px;
  }

  .ayata {
    font-size: 27px;
  }

  #home h2 {
    font-size: 23px;
  }

  /*ナビメニュー文字サイズ指定*/
  .custom-navbar .nav li a {
    font-size: 14px;
    padding-right: 0px;
    padding-left: 22px;
  }

  .custom-navbar .navbar-nav {
    margin-left: 0px;
  }

  /*index h2*/
  .box h2,
  .box2 h2 {
    font-size: 1.5em;
    line-height: 120%;
    padding-right: 20px;
  }

  .box-text {
    font-size: 1em;
    padding: 10px;
    padding-left: 10px;
  }

  /*index 院長プロフィールタイトルセンタリング*/
  .intyo {
    margin: 20px 0;
    padding-right: 0px !important;
    text-align: center !important;
  }

  /*姿勢矯正例*/
  .row-eq-height {
    margin: 5px;
  }

  .posture-rei h2 {
    width: 100%;
    font-size: 1.3em;
  }

  .posture-matome {
    width: 90%;
    margin: 10px auto;
  }

  .simple-home ul {
    width: 90%;
  }

  /*料金・予約*/
  .yoyaku-tyu,
  .kaisuken {
    width: 100%;
    padding: 5px;
  }

  /*  カレンダー  */
  .tukical {
    margin: 0 10px;
    font-size: 1em;
  }

  .tukical table {
    border-spacing: 2px;
  }

  .tukical td {
    padding: 2px 3px;
  }

  .p-box p {
    padding: 5px 0
  }

  /*    サイトマップ*/
  #sitemap li {
    margin-left: 0px;
  }

  .box-room h4 {
    text-align: center !important;
  }
}

/*--------------------------------------------------------------------------*/
/*ハンバーガメニューブレイクポイント*/
@media screen and (max-width: 575px) {
  .custom-navbar {
    background: #ffffff;
    -webkit-box-shadow: 0 1px 30px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 1px 30px rgba(0, 0, 0, 0.1);
    box-shadow: 0 1px 30px rgba(0, 0, 0, 0.1);
    padding: 5px;
    text-align: center;
  }

  /*ハンバーガーメニューli設定*/
  .custom-navbar .nav li a {
    line-height: normal;
    padding: 12px;
  }

  .custom-navbar .nav li a:hover {
    background: #c4deef;
    color: white;
  }

  .custom-navbar .navbar-brand,
  .top-nav-collapse .navbar-brand {
    color: #202020;
    font-weight: normal;
  }

  .custom-navbar .nav li a,
  .top-nav-collapse .nav li a {
    color: #000000;
    border-bottom: 1px dashed #8f8f9a;
  }

  .custom-navbar .navbar-nav {
    margin: 0px 0;
  }

  /*index トップ文字*/
  .home-info h1 {
    font-size: 1.6em;
  }

  .ayata {
    font-size: 27px;
  }

  /*    top画面画像ずれ補正*/
  #home {
    margin-top: 60px;
    margin-bottom: -70px;
  }

  /*index トップ文字位置調整*/
  .home-info {
    margin-top: -200px;
  }

  /*  サブホーム画面タイトル文字調整*/
  .sub-home {
    margin-top: -30%;
    margin-left: 0px;
  }

  .sub-home p {
    font-size: 1em !important;
    max-width: 70%;
  }

  /*    index h2*/
  .box h2,
  .box2 h2 {
    position: relative;
    font-size: 1.5em;
    line-height: 120%;
    text-align: center;
    padding-bottom: 10px;
  }

  .box h2:before,
  .box2 h2:before {
    content: '';
    position: absolute;
    bottom: -0.5px;
    display: inline-block;
    width: 150px;
    height: 2px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    background-color: black;
    border-radius: 2px;
  }

  .box-text {
    padding: 10px;
  }

  /*    姿勢矯正実例*/
  .posture-rei h2 {
    width: 100%;
    font-size: 1em;
  }

  .yazi {
    margin: auto;
    margin-bottom: 20px;
    margin-top: 20px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 50px 25px 0 25px;
    border-color: #f2b798 transparent transparent transparent;
  }

  .p-box {
    width: 90%;
    margin: 0 auto;
  }

  .p-box p {
    padding: 20px
  }

  .row-eq-height {
    margin: 0;
  }

  .room-mi {
    font-size: 1.3em;
    text-align: center;
    padding-top: 4px;
  }

  /*    治療室紹介*/
  .room-mi:before {
    content: none;
  }

  /*治療紹介*/
  .box-room p {
    padding: 10px 20px;
  }

  .room-center {
    padding: 0 20px !important;
  }

  .room-center-img {
    margin-top: 0px;
  }

  .box-room {
    padding: 0 0;
  }

  .box-room h2 {
    margin-top: 50px;
  }

  /*    サイトマップボタン化*/
  #sitemap li {
    margin-left: 50px;
    margin: 10px 0;
    text-align: center;
    list-style-type: none;
    padding: 5px;
    font-size: 1.1em;
    background-color: #717172;
  }

  #sitemap li a {
    display: block;
  }

  #sitemap h2 {
    padding-bottom: 0px;
  }

  #sitemap li:hover {
    background-color: #37373e;
    transition: background-color 800ms;
  }
}

/*--------------------------------------------------------------------------*/
/*スマホ対応*/
@media screen and (max-width: 480px) {
  section {
    padding: 30px 0;
  }

  .home-info h1 {
    font-size: 1.5em !important;
  }

  /*書籍紹介*/
  #book p {
    color: #115367;
    font-size: 1em;
    margin: 5px;
  }

  #book h2 {
    display: inline;
    color: #146cb7;
    font-size: 1.5em;
  }

  .book-p {
    padding: 5px 3px 0 5px;
  }

  .section-title {
    margin: 0 auto;
  }

  .box h2,
  .box2 h2 {
    font-size: 1.4em;
  }

  .box-text {
    font-size: 1em;
    padding: 0;
  }

  .box2 li {
    margin-left: -20px;
  }

  .box3 h2 {
    font-size: 1.5em;
    margin-top: 0;
  }

  .p-box {
    width: 90%;
  }

  .taiken h3 {
    font-size: 1.3em;
    margin-top: 10px;
  }

  /*シンプルページ対応*/
  .simple-home h1,
  .simple-home h2 {
    font-size: 1.4em;
  }

  .simple-home ul,
  .simple-home p {
    width: 100%;
  }

  /*  サブホーム画面タイトル文字調整*/
  .sub-home {
    margin-top: -35%;
  }

  .sub-home h1 {
    font-size: 1.6em !important;
    margin-top: 0px !important;
  }

  .sub-home h3 {
    font-size: 1em !important;
  }

  /*料金・予約*/
  .annai h2,
  .annai h3 {
    font-size: 1.5em;
  }

  .annai p {
    font-size: 1em;
  }

  .telLink {
    font-size: 1.6em;
  }

  .kaisuken h3,
  .yoyaku-tyu h3 {
    font-size: 1.2em
  }

  .kaisuken p {
    font-size: 0.9em !important;
    font-weight: normal;
  }

  .yoyaku-tyu li {
    font-size: 0.8em;
    margin-left: -20px;
  }

  /*  カレンダー  */
  .tukical {
    margin: 0 10px;
    font-size: .8em;
  }

  .tukical table {
    border-spacing: 2px;
  }

  .tukical td {
    padding: 1px 2px;
  }

  .box-room h4 {
    font-size: 1.4em;
  }

  /*  最新情報*/
  .top-info {
    font-size: 1.1em;
  }

  /*  ネット予約*/
  .net-tyu {
    width: 95%;
  }
}

/*--------------------------------------------------------------------------*/
/*トップに戻るボタン*/
#pagetop {
  position: fixed;
  bottom: 20px;
  right: 20px;
  z-index: 999;
}

#pagetop i {
  padding-top: 2px;
  padding-right: 8px;
}

#pagetop a {
  display: block;

  padding-top: 2px;
  border-radius: 30px;
  width: 35px;
  height: 35px;
  background-color: #bac4c3;
  color: #fff;
  font-weight: bold;
  text-decoration: none;
  text-align: center;
  font-size: 2em;
}

#pagetop a:hover {
  text-decoration: none;
  opacity: 0.7;
}

/*ハンバーガーメニュー×に変更*/
.navbar-toggle .icon-bar:nth-of-type(2) {
  top: 1px;
}

.navbar-toggle .icon-bar {
  position: relative;
  transition: all 500ms ease-in-out;
}

.navbar-toggle.active .icon-bar:nth-of-type(1) {
  top: 6px;
  transform: rotate(45deg);
}

.navbar-toggle.active .icon-bar:nth-of-type(2) {
  background-color: transparent;
}

.navbar-toggle.active .icon-bar:nth-of-type(3) {
  top: -6px;
  transform: rotate(-45deg);
}
