@charset "utf-8";

body {
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", "Hiragino Kaku Gothic ProN", "Hiragino Sans", sans-serif;
  background: #fff;
  color: #111;
  overflow-x: hidden;
}
/* ----------------- 共通 */
a {
  color: #111;
}
a:hover {
  opacity: .9;
}
.h_dl {
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  text-align: center;
}
.br::before {
	content: "\A" ;
	white-space: pre ;
}
.br._sp {
  display: none;
}
.br._sp::before {
	content: "\A" ;
	white-space: pre ;
  display: none;
}
.flex {
  display: flex;
}
.orange {
  color: #ea5414;
}
.fluffy {
  background: #000;
  width: 100px;
  height: 100px;
  animation: fluffy1 3s ease infinite;
}

@keyframes fluffy1 {
  0% { transform:translateY(0) }
  5% { transform:translateY(0) }
  10% { transform:translateY(0) }
  20% { transform:translateY(-15px) }
  25% { transform:translateY(0) }
  30% { transform:translateY(-15px) }
  50% { transform:translateY(0) }
  100% { transform:translateY(0) }
}
.fluffy10 {
  background: #000;
  width: 100px;
  height: 100px;
  animation: fluffy10 10s ease infinite;
}
@keyframes fluffy10 {
  0% { transform:translateY(0) }
  5% { transform:translateY(0) }
  10% { transform:translateY(0) }
  20% { transform:translateY(-15px) }
  25% { transform:translateY(0) }
  30% { transform:translateY(-15px) }
  50% { transform:translateY(0) }
  100% { transform:translateY(0) }
}
/* ----------------- background bg 背景 */
#wrap {
  width: 100%;
}
/* ----------------- header ヘッダー */
.top_line_green {
  display: block;
  width: 100%;
  height: 23px;
  background: #006b66;
}
#gloval-nav {
  display: block;
  height: 25px;
}
#nav-toggle {
  display: none;
}
.header {
  width: 100%;
  max-width: 900px;
  margin: 0 auto;
}
.header .outer {
  width: 100%;
  justify-content: space-between;
}
.header .outer .h1 {
  display: block;
  width: 250px;
  height: 68px;
  background: url(img/logo.png) no-repeat;
  background-size: contain;
  margin: 20px 0;
}
.header .navigation {
  float: right;
}
.header .navigation ul li {
  border-right: solid 2px #ea5514;
  padding: 3px 10px 3px 0;
  margin: 0 0 0 10px;
}
.header .navigation ul li:last-child {
  border-right: none;
}
.header .navigation ul li a {
  color: #006b66;
  font-weight: bold;
}
.tel_box {
  margin: 20px 0;
}
.tel_box .nav_tel {
  display: block;
}
.tel_box .text {
  color: #006b66;
  font-weight: bold;
  margin: 0 0 10px 0;
}
.navigation .sp_box {
  display: none;
}
/* ----------------- main メイン */
#main .content {
  background: #006b66;
  width: 100%;
  max-width: 700px;
  height: 325px;
  margin: 30px auto;
  overflow: hidden;
  position: relative;
}
#main .content .character {
  background: url(img/main_character.png) no-repeat;
  background-size: contain;
  position: absolute;
  top: 0;
  left: 50%;
  font-size: 70px;
  font-weight: bold;
  width: 684px;
  height: 675px;
  margin: -61px 0 0 -330px;
  z-index: 8;
  overflow: hidden;
}
#main .content .catchcopy {
  background: url(img/main_catchcopy.png) no-repeat;
  background-size: contain;
  position: absolute;
  top: 50%;
  left: 50%;
  font-size: 70px;
  font-weight: bold;
  width: 665px;
  height: 112px;
  filter: drop-shadow(2px 2px 0px rgba(255, 255, 255, 1));
  margin: 0px 0 0 -330px;
  transform: rotate(1.5deg);
  -moz-transform: rotate(1.5deg);
  -webkit-transform: rotate(1.5deg);
  z-index: 10;
}
#main .content .text {
  background: url(img/main_text.png) no-repeat;
  background-size: contain;
  position: absolute;
  top: 60%;
  left: 50%;
  font-size: 40px;
  font-weight: bold;
  width: 623px;
  margin: 70px 0 0 -320px;
  z-index: 9;
}
#main .block_three {
  width: 100%;
  max-width: 700px;
  margin: 0 auto;
  justify-content:space-between;
}
#main .block_three .box {
  width: 220px;
  background: #ea5414;
  border-radius: 10px;
  justify-content: center;
  align-items: center;
  margin: 0 10px 0 0;
}
#main .block_three .box:last-child {
  margin: 0;
}
#main .block_three .box .text {
  font-weight: bold;
  color: #fff;
  font-size: 25px;
  padding: 15px;
  line-height: 1.5em;
  text-align: center;
}
#main .free_trial {
  width: 100%;
  text-align: center;
  margin: 30px auto 35px;
}
#main .free_trial .text {
  display: block;
  width: 70%;
  max-width: 700px;
  height: 200px;
  background: url(img/free_trial.png) no-repeat;
  background-size: contain;
  background-position: center;
  text-align: center;
  margin: 30px auto 35px;
}
/* ----------------- about 自宅訪問リハビリマッサージとは？ */
#about {
  width: 100%;
  max-width: 700px;
  margin: 0 auto;
}
#about .h2 {
  font-size: 30px;
  font-weight: bold;
  color: #ea5414;
  letter-spacing: -.09em;
  background-color: #ea5514;
  background-image: url(img/h2_about.png) ;
  background-repeat: no-repeat;
  background-position: center;
  width: 100%;
  height: 40px;
  margin: 0 auto;
}
#about .text {
  font-size: 16px;
  letter-spacing: -.09em;
  margin: 10px 0 0 0;
  line-height: 1.5em;
}
#about .h3 {
  font-size: 30px;
  font-weight: bold;
  color: #ea5414;
  letter-spacing: -.09em;
  background: url(img/h3_about.png) no-repeat;
  margin: 20px auto 0;
  width: 641px;
  height: 29px;
}
#about .three_efficacy .outer {
  background: rgba(0,106,101,.2);
  border-radius: 10px;
  padding: 10px 10px 10px 20px;
  position: relative;
  margin: 20px 0 0 0;
}
#about .three_efficacy .outer .icon {
  position: absolute;
  display: block;
  width: 50px;
  height: 50px;
  background: url(img/icon_efficacy_01.png) no-repeat;
  top: 5px;
  left: -6px;
}
#about .three_efficacy .outer:nth-child(2) .icon {
  background: url(img/icon_efficacy_02.png) no-repeat;
}
#about .three_efficacy .outer:nth-child(3) .icon{
  background: url(img/icon_efficacy_03.png) no-repeat;
}
#about .three_efficacy .outer .inner .h4 {
  font-size: 17px;
  font-weight: bold;
  width: 35%;
  color: #006b66;
  border-bottom: dotted 3px;
  margin: 11px 0 0 0;
  letter-spacing: -.09em;
  text-align: center;
  padding: 0 0 5px 0;
}
#about .three_efficacy .outer .inner .text {
  width: 65%;
  font-size: 13px;
  margin: 0 0 0 30px;
}
#about .use {
  border-bottom: dotted 3px #ea5414;
  padding: 0 0 20px 0;
  margin: 0 0 30px 0;
}
#about .use .box {
  margin: 0 0 -20px 0;
  align-items: center;
}
#about .use .box .h5 {
  color: #fff;
  font-size: 24px;
  background: #ea5414;
  border-radius: 0 30px 30px 0;
  padding: 7px 15px 7px 7px;
}
#about .use .box .text {
  display: block;
  margin: 0 0 0 10px;
}
#about .use .outer  {
  justify-content: space-between;
}
#about .use .outer .inner {
  width: 28%;
}
#about .use .outer .inner img {
  display: block;
  margin: 0 auto 10px;
}
#about .use .outer img.arrow {
  width: 30px;
  height: 75px;
  margin: 34px 0 0 0;
}
#about .use .outer .inner .h6 {
  color: #ea5414;
  font-size: 18px;
  font-weight: bold;
  margin: 0 0 0 0;
  text-align: center;
}
#about .use .outer .inner .text {
  width: 100%;
  font-size: 14px;
  margin: 5px 0 0 0;
}
/* ----------------- cost 費用について */
#cost {
  width: 100%;
  max-width: 700px;
  margin: 0 auto;
}
#cost .box {
  align-items: center;
  margin: 15px 0 15px 0;
}
#cost .box:nth-child(2) {
  margin: 30px 0 0 0;
}
#cost .box .inner {
  margin: 15px 0 15px 0;
}
#cost .box .h3 {
  width: 120px;
  font-size: 20px;
  font-weight: bold;
  color: #fff;
  text-align: center;
  background: #006b66;
  border-radius: 0 50px 50px 0;
  padding: 9px 15px 9px 5px;
  line-height: 1.2em;
}
#cost .box:nth-child(3) .h3 {
  height: 66px;
  display: flex;
  align-items: center;
  justify-content: center;
}
#cost .box .inner img {
  margin: 0 0 0 20px;
}
#cost .box .text {
  width: 80%;
  line-height: 1.2em;
  margin: 0 0 0 20px;
}
#cost .box:first-child .text {
  width: 100%;
  line-height: 1.2em;
  margin: 0 0 0 20px;
}
#cost .box.flex {
  justify-content: space-between;
  align-items: center;
}
#cost .map {
  padding: 20px 0 0 0;
}
#cost .map iframe {
  width: 100%;
  height: 500px;
}
/* ----------------- plan 治療プラン */
#plan {
  width: 100%;
  max-width: 700px;
  margin: 0 auto;
}
#plan .h2 {
  width: 100%;
  height: 80px;
  background: url(img/h2_plan.png) no-repeat;
  background-size: contain;
  margin: 60px 0 30px 0;
}
#plan .outer .inner {
  justify-content: space-between;
  align-items: flex-start;
  margin: 0 0 30px 0;
}
#plan .outer .inner .group {
  width: 70%;
}
#plan .outer .inner img {
  width: 22%;
}
#plan .outer .inner .group .h3 {
  width: 100%;
  font-size: 20px;
  font-weight: bold;
  color: #ea5414;
  border-bottom: 3px dotted #ea5414;
  padding: 0 0 7px 0;
}
#plan .outer .inner .group .text {
  width: 100%;
  margin: 10px 0 0 0;
  line-height: 1.5em;
}
/* ----------------- qa よくある質問 */
#qa {
  width: 100%;
  max-width: 700px;
  margin: 60px auto 0;
}
#qa .h2 {
  border: 2px solid #e95513;
  border-radius: 10px;
  background-color: #fdebd1;
  background-image: url(img/h2_qa.png);
  background-size: 250px 29px;
  background-position: center;
  background-repeat: no-repeat;
  width: 100%;
  height: 55px;
  margin: 0 0 30px 0;
}
#qa .outer {
  justify-content: space-between;
}
#qa .outer .inner {
  width: 32%;
  margin: 0 10px 0 0;
}
#qa .outer .inner:last-child {
  margin: 0;
}
#qa .outer .inner .group {
  align-items: center;
}
#qa .outer .inner .group.answer {
  align-items: flex-start;
  margin: 20px 0 0 0;
}
#qa .outer .inner .group .icon_q {
  display: block;
  font-size: 18px;
  color:#fff;
  background: #006a65;
  border-radius: 50%;
  padding: 6px 5px;
  margin: 0 5px 0 0;
}
#qa .outer .inner .group .h3 {
  font-size: 18px;
  font-weight: bold;
  color:#006a65;
  letter-spacing: -.05em;
}
#qa .outer .inner .group .icon_a {
  display: block;
  width: 30px;
  height: 30px;
  font-size: 18px;
  color:#fff;
  background: #ea5414;
  padding: 5px;
  border-radius: 3px;
  text-align: center;
  margin: 0 10px 0 0;
}
#qa .outer .inner .group .text {
  width: 80%;
  font-size: 14px;
  display: block;
  line-height: 1.2em;
  float: left;
}
#qa .area {
  position: relative;
}
#qa .area .character {
  position: absolute;
  right: -150px;
  top: -60px;
}
#qa .area .character_sp {
  display: none;
}
#qa .area .fukidashi {
  width: 458px;
  height: 102px;
  background: url(img/qa_fukidashi.png) no-repeat;
  background-size: contain;
  margin: 60px 0 0 0;
}
#qa .area .worries {
  margin: 50px 0 0 0;
}
#qa .area .worries .text {
  font-size: 17px;
  font-weight: bold;
  margin: 10px 0 0 0;
}
#qa .voice {

}
#qa .voice .h2 {
  background: url(img/h2_voice.png) no-repeat;
  background-position: center;
  border: none;
  margin: 130px 0 0 0;
}
#qa .voice .message {
  width: 100%;
  justify-content: space-between;
  flex-wrap: wrap;
  margin: 20px 0 0 0;
}
#qa .voice .message img {
  width: 49%;
}
#qa .voice .photo {
  width: 98%;
  justify-content: space-between;
  margin: 20px 0 0 0;
}
/* ----------------- profile プロフィール*/
#qa .profile {
  width: 88%;
  border-top: 1px #e95513 solid;
  border-bottom: 1px #e95513 solid;
  padding: 3px 0;
  margin: 60px auto 30px;
}
#qa .profile .container {
  border-top: 2px #e95513 solid;
  border-bottom: 2px #e95513 solid;
  position: relative;
  padding: 20px 0;
  justify-content: space-between;
  align-items: center;
}
#qa .profile .container img {
position: absolute;
top: -12px;
left: -56px;
}
#qa .profile .container .left {
  width: 36%;
  margin: 0 0 0 100px;
}
#qa .profile .container .left p {
  display: block;
  line-height: 0.8em;
}
#qa .profile .container .left .box {
  justify-content: space-between;
  align-items: center;
}
#qa .profile .container .left .box .job {
  font-size: 14px;
  font-weight: bold;
  margin: -25px 0 0 0;
}
#qa .profile .container .left .box .name {
  font-size: 27px;
  font-weight: bold;
  color: #006a65;
}
#qa .profile .container .left .box .name .yomi {
  display: block;
  font-size: 13px;
  font-weight: bold;
  color: #111;
  text-align: right;
}
#qa .profile .container .left .qualification {
  font-size: 13px;
  font-weight: bold;
  margin: 20px 0 0;
  line-height: 1.5em;
}
#qa .profile .container .right {
  width: 46%;
  font-size: 13px;
}
#qa .profile .container .right .box {
  padding: 0 10px 0 25px;
}
#qa .profile .container .right .box p {
  display: block;
  line-height: 1.35em;
}
/* ----------------- footer フッター */
#footer {
  width: 100%;
}
#footer .container {
  width: 100%;
  max-width: 700px;
  margin: 0 auto;
}
#footer .container .box .logo {
  width: 34%;
  height: 85px;
  background: url(img/logo.png) no-repeat;
  background-size: contain;
  background-position: center;
  margin: 0 10px 0 0;
}
#footer .container .box .tel {
  width: 65%;
  height: 85px;
  display: block;
  background: url(img/footer_tel.png) no-repeat;
  background-size: contain;
  background-position: center;
}
#footer .container .box .line {
  display: block;
  background: #8a8a8a;
  width: 2px;
  height: 80px;
  margin: 10px 10px 10px 5px;
}
#footer .text {
  font-size: 14px;
  height: 60px;
  color: #fff;
  background: #006a65;
  line-height: 1.0em;
  text-align: center;
  padding: 5px 0;
  margin: 20px 0 0 0;
  align-items: center;
  justify-content: center;
}
#back_to_top {
  width: 60px;
  height: 100px;
  position: fixed;
  right: 10px;
  bottom: 10px;
  background: url('img/qa_character_sp.png') no-repeat;
  background-size: auto;
  background-size: contain;
  -webkit-transition: 0.2s linear;
  -moz-transition: 0.2s linear;
  -o-transition: 0.2s linear;
  transition: 0.2s linear;
  filter: drop-shadow(2px 2px 2px rgba(76,76,76,.8));
}
#back_to_top:hover {
  background: url('img/qa_character_sp.png') no-repeat;
  background-size: auto;
  background-size: contain;
  -webkit-transition: 0.2s linear;
  -moz-transition: 0.2s linear;
  -o-transition: 0.2s linear;
  transition: 0.2s linear;
  -webkit-animation: spin 1.5s linear infinite;
  -moz-animation: spin 1.5s linear infinite;
  -ms-animation: spin 1.5s linear infinite;
  -o-animation: spin 1.5s linear infinite;
  animation: spin 1.5s linear infinite;
}
