﻿@charset "UTF-8";

@import url('//fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100;300;400;500;600;700;900&display=swap');
@import url('//fonts.googleapis.com/css?family=Quicksand:300,400,500,700');
@import url('//fonts.googleapis.com/css2?family=Noto+Serif+JP:wght@300;400;500;600;700;900&display=swap');
@import url('//fonts.googleapis.com/css?family=Abel');
@import url('//fonts.googleapis.com/css2?family=Josefin+Sans:wght@300;400;500;600;700&display=swap');
@import url('//fonts.googleapis.com/css2?family=Zen+Kaku+Gothic+New:wght@400;500;700;900&display=swap');
@import url('//fonts.googleapis.com/css2?family=Zen+Maru+Gothic:wght@400;500;700;900&display=swap');


/*========================
ヘッダー
========================*/
header {
  width: 100%;
  height: 840px;
  padding: 0;
  margin: 0 auto;
  background-image:url(../img/header.png);
  background-position:bottom center;
  background-repeat:no-repeat;
  -moz-background-size:cover;
  background-size:cover;
}
@media screen and (max-width: 1240px) {
header {height: 680px;}
}
@media screen and (max-width: 1000px) {
header {height: 540px;}
}
@media screen and (max-width: 840px) {
header {height: 420px;}
}
@media screen and (max-width: 640px) {
header {height: 320px;}
}
@media screen and (max-width: 480px) {
header {height: 260px;}
}


/*========================
イントロダクション
========================*/
.introwrap {
  width: 100%;
  padding: 0;
  margin: 0 auto;
  background-image:url(../img/intro.png);
  background-position:center center;
  background-repeat:no-repeat;
  -moz-background-size:cover;
  background-size:cover;
  position: relative;
}

/* クリニックロゴ*/
.intrologo {
  width: 100%;
  padding: 0 24px;
  text-align: center;
  position: absolute;
  top: -48px;
}
.intrologo img {
  width: 100%;
  max-width: 200px;
  margin-bottom: 12px;
}
.intrologo h1 {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 900;
  color: #2C52A5;
  line-height: 1.3;
  font-size: 1.6em;
  letter-spacing: 0.04em;
  text-shadow:
    3px 3px 3px #FFF, -3px -3px 3px #FFF,
    -3px 3px 3px #FFF,  3px -3px 3px #FFF,
    3px 0px 3px #FFF, -3px -0px 3px #FFF,
    0px 3px 3px #FFF,  0px -3px 3px #FFF;
}
@media screen and (max-width: 960px) {
.intrologo img {
  max-width: 160px;
  }
.intrologo h1 {
  font-size: 1.4em;
  }
}
@media screen and (max-width: 480px) {
.intrologo img {
  max-width: 140px;
  }
.intrologo h1 {
  font-size: 1.25em;
  }
}

/* 導入文*/
.introinner {
  width: 100%;
  max-width: 840px;
  padding: 0 32px 42px;
  margin: 0 auto;
  padding-top: 140px;
}
.introinner h2 {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 900;
  color: #2C52A5;
  line-height: 1.3;
  font-size: 2.6em;
  text-shadow:
    3px 3px 3px #FFF, -3px -3px 3px #FFF,
    -3px 3px 3px #FFF,  3px -3px 3px #FFF,
    3px 0px 3px #FFF, -3px -0px 3px #FFF,
    0px 3px 3px #FFF,  0px -3px 3px #FFF;
  text-align: center;
  margin-bottom: 24px;
}
.introinner p {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  color: #222;
  font-size: 1.05em;
  text-shadow:
    1px 1px 1px #FFF, -1px -1px 1px #FFF,
    -1px 1px 1px #FFF,  1px -1px 1px #FFF,
    1px 0px 1px #FFF, -1px -0px 1px #FFF,
    0px 1px 1px #FFF,  0px -1px 1px #FFF;
}
.rehabtype {
  width: 100%;
  margin: 0 auto;
  padding: 18px;
  border: 3px solid #2F55A6;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  color: #2F55A6;
  font-size: 1.2em;
  line-height: 1.5;
  text-align: center;
  background:rgba(255,255,255,0.5);
  border-radius: 12px;
  -webkit-border-radius: 12px;
  -moz-border-radius: 12px;
  margin-top: 24px;
}
.rehabtype br{
  display: none;
}

@media screen and (max-width: 960px) {
.introinner {
  padding-top: 120px;
  }
.introinner h2 {
  font-size: 2.4em;
  }
}
@media screen and (max-width: 767px) {
.introinner {
  padding: 0 24px 42px;
  padding-top: 120px;
  }
.introinner h2 {
  font-size: 2.2em;
  }
}
@media screen and (max-width: 640px) {
.introinner {
  padding-top: 100px;
  }
.introinner h2 {
  font-size: 2em;
  }
.rehabtype {
  padding: 12px;
  margin-top: 18px;
  }
.rehabtype br{
  display: block;
  }
}
@media screen and (max-width: 480px) {
.introinner {
  padding-top: 84px;
  }
}


/*========================
リハビリに関してのお願いごと
========================*/
.please {
  width:100%;
  max-width: 1240px;
  height: auto;
  margin: 0 auto;
  padding:0 32px;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: space-between;
  justify-content: center;
  align-items:center;
  flex-wrap: wrap;
}
.please_img {
  width: 320px;
}
.please_detail {
  flex: 1;
  margin: 0 0 0 40px;
}
.please_detail h3 {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 900;
  color: #2C52A5;
  line-height: 1.3;
  font-size: 2em;
  margin-bottom: 18px;
}
@media screen and (max-width: 960px) {
.please {
  flex-direction: column;
  display:block;
  }
.please_img {
  width: 100%;
  text-align: center;
  }
.please_img img {
  width: 100%;
  max-width: 300px;
}
.please_detail {
  margin: 32px 0 0 0;
  }
.please_detail h3 {
  text-align: center;
  }
}
@media screen and (max-width: 640px) {
.please {
  padding:0 24px;
  }
.please_img img {
  max-width: 240px;
  }
}
@media screen and (max-width: 480px) {
.please_detail h3 {
  font-size: 1.5em;
  }
.please_img img {
  max-width: 200px;
  }
}

/*丸数字リスト*/
.please_detail ol{
  counter-reset: my-counter;
  list-style: none;
  padding: 0;
}
.please_detail ol > li{
  padding-left: 2.4em;
  position: relative;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  margin-bottom: 18px;
  font-size: 1.1em;
}
.please_detail ol > li:before{
  content: counter(my-counter);
  counter-increment: my-counter;
  background-color: #2F55A6;
  color: #FFF;
  display: block;
  float: left;
  line-height: 36px;
  margin-left: -1.8em;
  text-align: center;
  height: 36px;
  width: 36px;
  border-radius: 50%;
  font-family: 'Quicksand', sans-serif;
  font-weight: 500;
  font-size: 24px;
}
@media screen and (max-width: 640px) {
.please_detail ol > li{
  padding-left: 1.8em;
  margin-bottom: 15px;
  }
.please_detail ol > li:before{
  line-height: 28px;
  margin-left: -1.8em;
  height: 28px;
  width: 28px;
  font-size: 20px;
  }
}


/*========================
運動器リハビリテーションとは
========================*/
/*リハビリテーションはマッサージとは違います*/
.whatcol {
  width:100%;
  margin: auto;
  padding:0;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: space-between;
  justify-content: center;
  align-items:center;
}
.whatcol_img {
  max-width: 320px;
  margin: 0 30px 0 0;
}
.whatcol_text {
  flex: 1;
}
@media screen and (max-width: 960px) {
.whatcol {
  flex-direction: column;
  display:block;
  }
.whatcol_img {
  display: none;
  }
}

/*当院のリハビリ治療の特徴*/
.ourrehabwrap {
  width: 100%;
  padding: 8px;
  margin: 0 auto;
  background: #FFF;
  box-shadow: 0px 0px 8px 0px rgba(0,0,0,0.4);
}
.ourrehabinner {
  width: 100%;
  padding: 32px 32px;
  margin: 0 auto;
  border: 2px solid #2F55A6;
  background-image:url(../img/linedraw.png);
  background-position:right bottom;
  background-repeat:no-repeat;
  -moz-background-size:auto 96%;
  background-size:auto 96%;
}
.ourrehabinner h3{
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 900;
  color: #2C52A5;
  line-height: 1.4;
  font-size: 1.6em;
  margin-bottom: 30px;
}
@media screen and (max-width: 480px) {
.ourrehabinner {
  padding: 32px 24px;
  -moz-background-size:contain;
  background-size:contain;
  }
.ourrehabinner h3{
  font-size: 1.4em;
  margin-bottom: 24px;
  }
}

/*チェックマーク*/
.checkmark p{
  background: url(../img/checkmark.png) no-repeat;
  background-position:left top;
  background-size: 2em;
  padding:0 0 0 2.3em;
  margin-bottom: 1em;
  line-height: 1.6;
  font-size: 1.1em;
  font-weight: 700;
}
/*蛍光マーカー*/
.checkmark strong{
  background:rgba(0, 0, 0, 0) linear-gradient(transparent 10%, #FFFF73 0%) repeat scroll 0 0;
  padding: 0 0.05em;
  margin: 0 0.05em;
}
@media screen and (max-width: 480px) {
.checkmark p{
  background-size: 1.7em;
  padding:0 0 0 2em;
  }
}


/*========================
リハビリ治療の流れ
========================*/
.stepbox {
  width:100%;
  height: auto;
  margin: auto;
  padding:0;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: space-between;
  justify-content: center;
  align-items:stretch;
  flex-wrap: wrap;
}
.stepbox_img {
  width: 420px;
  height: auto;
  min-height: 200px;
  background-position:center center;
  background-repeat:no-repeat;
  -moz-background-size:cover;
  background-size:cover;
  border-radius: 18px 0 0 18px;
}
.stepbox_detail {
  flex: 1;
  height: auto;
  background-color: #EEE;
  padding: 24px 32px;
  display: flex;
  align-items:center;
  border-radius: 0 18px 18px 0;
}
.stepbox_detail h5 {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 900;
  color: #2C52A5;
  line-height: 1.4;
  font-size: 1.4em;
  margin-bottom: 8px;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 960px) {
.stepbox_img {
  width: 240px;
  }
}
@media screen and (max-width: 640px) {
.stepbox {
  flex-direction: column;
  display:block;
  }
.stepbox_img {
  width: 100%;
  height: 150px;
  min-height: 0;
  border-radius: 12px 12px 0 0;
  }
.stepbox_detail {
  padding: 18px;
  display: block;
  border-radius: 0 0 12px 12px;
  }
.stepbox_detail h5 {
  text-align: center;
  }
}

.step01 {background-image:url(../img/step01.png);}
.step02 {background-image:url(../img/step02.png);}
.step03 {background-image:url(../img/step03.png);}
.step04 {background-image:url(../img/step04.png);}


/*========================
リハビリ通院の例
========================*/
.casebox {
  width:100%;
  height: auto;
  margin: auto;
  padding:0;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: space-between;
  justify-content: center;
  align-items:stretch;
  flex-wrap: wrap;
  box-shadow: 0px 0px 8px 0px rgba(0,0,0,0.4);
}
.casebox_img {
  flex: 1;
  height: auto;
  background-position:center center;
  background-repeat:no-repeat;
  -moz-background-size:cover;
  background-size:cover;
}
.casebox_detail {
  flex: 2;
  height: auto;
  background-color: #FFF;
  padding: 42px 42px;
  display: flex;
  align-items:center;
}
.casebox_detail h5 {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 900;
  color: #2C52A5;
  line-height: 1.4;
  font-size: 1.6em;
  margin-bottom: 18px;
  letter-spacing: 0.03em;
}
@media screen and (max-width: 767px) {
.casebox {
  flex-direction: column;
  display:block;
  }
.casebox_img {
  width: 100%;
  height: 240px;
  }
.casebox_detail {
  width: 100%;
  padding: 32px;
  display: block;
  }
.casebox_detail h5 {
  text-align: center;
  }
}
@media screen and (max-width: 640px) {

}
@media screen and (max-width: 480px) {
.casebox_img {
  height: 200px;
  }
.casebox_detail {
  padding: 24px;
  }
.casebox_detail h5 {
  font-size: 1.4em;
  letter-spacing: 0;
  }
}

.case01 {background-image:url(../img/case_accident.png);}





