﻿@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/css2?family=Noto+Serif+JP:wght@300;400;500;600;700;900&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');
@import url('//fonts.googleapis.com/css2?family=Zen+Old+Mincho:wght@400;500;600;700;900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@100;300;400;500;700;900&display=swap');
/* Google font Icon */
@import url("https://fonts.googleapis.com/css2?family=Material+Symbols+Rounded:opsz,wght,FILL,GRAD@20..48,100..700,0..1,-50..200");


/*========================
メインページヘッダー
========================*/
.mainimg {
  width: 100%;
  max-width: 1240px;
  height: 360px;
  margin: 0 auto;
  position: relative;
  background-position:center center;
  background-repeat:no-repeat;
  -moz-background-size: cover;
  background-size: cover;
  z-index: -1;
}
@media screen and (max-width: 1000px) {
.mainimg {
  height: 320px;
  }
}
@media screen and (max-width: 767px) {
.mainimg {
  height: 300px;
  }
}
@media screen and (max-width: 640px) {
.mainimg {
  height: 240px;
  }
}
@media screen and (max-width: 480px) {
.mainimg {
  height: 200px;
  }
}

.header_aboutus{background-image:url(../img/aboutus/header.png);}
.header_message{background-image:url(../img/message/header.png);}
.header_service{background-image:url(../img/service/header.png);}
.header_OST{background-image:url(../img/OST/header.png);}
.header_SD{background-image:url(../img/SD/header.png);}
.header_RA{background-image:url(../img/RA/header.png);}
.header_recruit{background-image:url(../img/recruit/header.png);}

/*ページタイトル*/
.mainimg h2 {
  text-align: center;
  text-shadow: 0 0 8px #000;
  font-family: 'Zen Old Mincho', serif;
  font-size: 3.2em;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.06em;
  color: #FFF;
  white-space: nowrap;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.mainimg h2 span{
  display: block;
  font-size: 0.5em;
  margin-top: 20px;
}
@media screen and (max-width: 1000px) {
.mainimg h2 {
  font-size: 2.8em;
  }
}
@media screen and (max-width: 767px) {
.mainimg h2 {
  font-size: 2.6em;
  }
}
@media screen and (max-width: 640px) {
.mainimg h2 {
  font-size: 2.4em;
  }
.mainimg h2 span{
  margin-top: 12px;
  }
}
@media screen and (max-width: 480px) {
.mainimg h2 {
  font-size: 2.1em;
  }
.mainimg h2 span{
  font-size: 0.55em;
  }
}


/*========================
汎用パーツ
========================*/
/*-------------------------
関連リンクバナー
--------------------------*/
/*横並び2列→スマホ縦列*/
.connectlink {
  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: flex-start;
  align-items:flex-start;
}
.connectlink li{
  width: 50%;
  max-width:50%;
  width: calc(100% / 2);
  margin:0 24px 0 0;
}
.connectlink li:last-child{
  margin:0 0 0 0;
}
@media screen and (max-width: 767px) {
.connectlink li{
  margin:0 18px 0 0;
  }
}
@media screen and (max-width: 640px) {
.connectlink li{
  margin:0 12px 0 0;
  }
}
@media screen and (max-width: 480px) {
.connectlink{
  display: block;
  flex-direction: column;
  }
.connectlink li{
  width: 100%;
  max-width:100%;
  margin:0 0 12px 0;
  }
}

/* バナーボタン */
.connectlinkbtn {
	position: relative;
	display: inline-block;
  width: 100%;
	color: #FFF;
	background-color: #2E56A6;
	text-decoration: none;
	padding: 1.6em 0.5em;
	transition: 0.3s;
  line-height: 1;
  letter-spacing: 0.06em;
  font-size: 1.15em;
  font-weight: 700;
  white-space: nowrap;
  text-align: center;
}
.connectlinkbtn:hover{
	background-color: #5878B8;
}
.connectlinkbtn:before {
  position: absolute;
  border: 1px solid #FFF;
  content: "";
  top: 4px;
  bottom: 4px;
  left: 4px;
  right: 4px;
}
.connectlinkbtn:after {
	position: absolute;
  top: 50%;
  right: 12px;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  font-size: 1.5em;
  font-family:"Material Symbols Rounded";
	content: "\e5e1"; /*矢じりのみ矢印*/
  font-variation-settings:
  'FILL' 0,
  'wght' 200
}
@media screen and (max-width: 767px) {
.connectlinkbtn {
  font-size: 1.1em;
	padding: 1.5em 0.5em;
  }
}
@media screen and (max-width: 640px) {
.connectlinkbtn {
  font-size: 1.05em;
	padding: 1.5em 0.5em;
  }
.connectlinkbtn:before {
  top: 3px;
  bottom: 3px;
  left: 3px;
  right: 3px;
  }
.connectlinkbtn:after {
  right: 8px;
  font-size: 1.3em;
  }
}
@media screen and (max-width: 480px) {
.connectlinkbtn {
	padding: 1.3em 0.5em;
  }
}

/*-------------------------
写真横並び2列→スマホ縦列
--------------------------*/
.img2column {
  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;
}
.img2column li{
  width: 50%;
  max-width:50%;
  width: calc(100% / 2);
  margin:0 12px 0 0;
  text-align: center;
}
.img2column li:last-child{
  margin:0 0 0 0;
}
.img2column li img{
  width: 100%;
  max-width: 640px;
  border: 1px solid #BBB;
}
@media screen and (max-width: 480px) {
.img2column {
  display: block;
  flex-direction: column;
  }
.img2column li{
  width: 100%;
  max-width:100%;
  margin:0 0 12px 0;
  }
.img2column li img{
  max-width:92%;
  }
}


/*========================
当院について
========================*/
/*-------------------------
医院情報
--------------------------*/
.clinicinfo{
  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: flex-start;
  align-items:flex-start;
  flex-wrap: wrap;
}
.clinicinfo li:first-child{
  width: 35%;
  max-width: 240px;
  margin: 0 64px 0 0;
}
.clinicinfo li:first-child img{
  width: 100%;
  max-width: 240px;
}
.clinicinfo li:last-child{
  flex: 1;
  margin: 0 0 0 auto;
}
.clinicinfo h1{
  font-weight: 700;
  font-size: 1.3em;
  line-height: 1;
  white-space: nowrap;
  color: #2E56A6;
  margin-bottom: 8px;
}
.clinicinfo h2{
  font-size: 0.8em;
  line-height: 1.5;
  margin-bottom: 18px;
}
@media screen and (max-width: 1240px) {
.clinicinfo li:first-child{
  width: 30%;
  max-width: 200px;
  margin: 0 48px 0 0;
  }
.clinicinfo li:first-child img{
  max-width: 200px;
  }
}
@media screen and (max-width: 767px) {
.clinicinfo {
  display: block;
  flex-direction: column;
  }
.clinicinfo li:first-child{
  width: 100%;
  max-width: 100%;
  margin: 0 0 24px 0;
  }
.clinicinfo li:first-child img{
  max-width: 164px;
  }
}
@media screen and (max-width: 480px) {
.clinicinfo li:first-child img{
  max-width: 124px;
  }
}

/*専用駐車場完備*/
.parkingavailable{
  position: relative;
  font-weight: 700;
  color: #2E56A6;
  font-size: 1.1em;
  letter-spacing: 0.06em;
  line-height: 1;
  padding: 0.1em 0 0 1.8em;
}
.parkingavailable:before{
	position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  font-size: 1.5em;
  font-family:"Material Symbols Rounded";
	content: "\e531"; /*車*/
  font-variation-settings:
  'FILL' 1,
  'wght' 400
}

/*-------------------------
初めてご来院の方へ
--------------------------*/
.bringthings {
  width:100%;
  margin: 0 auto;
  padding:24px 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;
  flex-wrap: wrap;
}
.bringthings li{
  width: 25%;
  max-width:25%;
  width: calc(100% / 4);
  padding: 0 6px;
  text-align: center;
}
.bringthings li img{
  width: 100%;
  max-width: 240px;
}
@media screen and (max-width: 640px) {
.bringthings {
  max-width: 360px;
  padding: 18px 0 12px;
  }
.bringthings li{
  width: 50%;
  max-width:50%;
  width: calc(100% / 2);
  padding: 0 12px 18px;
  }
.bringthings li img{
  max-width: 200px;
  }
}
@media screen and (max-width: 480px) {
.bringthings li{
  padding: 0 6px 12px;
  }
}

/*-------------------------
当院の基本方針
--------------------------*/
.policylist ol {
  counter-reset: original-counter;
  list-style: none;
  padding: 0;
  margin: 0;
}
.policylist ol li {
  line-height: 1.6;
  padding-left: 2.4em;
  margin-bottom: 1em;
  font-size: 1.05em;
  font-weight: 500;
  position: relative;
}
.policylist ol li:before {
  content: counter(original-counter);
  counter-increment: original-counter;
  background-color: #2E56A6;
  border-radius: 50%;
  box-sizing: border-box;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 1.8em;
  width: 1.8em;
  color: #FFF;
  font-family: 'Zen Old Mincho', serif;
  font-size: 1.05em;
  font-weight: 900;
  line-height: 1;
  position: absolute;
  top: -0.2em;
  left: 0;
}

/*-------------------------
院内ギャラリー
--------------------------*/
.clinicgallery {
  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: flex-start;
  align-items:flex-start;
  flex-wrap: wrap;
}
.clinicgallery li {
  width: 50%;
  max-width:50%;
  width: calc(100% / 2);
  padding:0 12px 24px 12px;
  box-sizing: border-box;
}
.clinicgallery img {
  width:100%;
  border: 1px solid #BBB;
}
@media screen and (max-width: 1000px) {
.clinicgallery li {
  padding:0 6px 18px 6px;
  }
}
@media screen and (max-width: 640px) {
.clinicgallery{
  display: block;
  flex-direction: column;
}
.clinicgallery li {
  width: 100%;
  max-width: 100%;
  padding:0 6px 15px 6px;
  }
}

/* 写真ギャラリーキャプション */
.clinicgallery .caption {
  font-size: 0.9em;
  margin-top: 8px;
  line-height: 1.6;
  padding: 0 5px;
  margin-left:1em;
  text-indent:-1em;
}
.clinicgallery .caption:before{
  content: "▲";
}


/*========================
ごあいさつ
========================*/
/*-------------------------
院長プロフィール
--------------------------*/
.incho {
  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: flex-start;
  align-items:flex-start;
----*/
}
.incho li:first-child{
  width: 320px;
}
.incho li:first-child img{
  width: 100%;
  max-width: 320px;
}
.incho li:last-child{
  flex: 1;
  margin: 0 0 0 48px;
  padding: 12px 0 0;
}
.incho h3{
  font-size: 1.8em;
  line-height: 1;
  white-space: nowrap;
  font-weight: 500;
  letter-spacing: 0.08em;
  margin: 12px 0 10px;
}
.incho h6{
  color: #AAA;
  font-size: 1.2em;
  line-height: 1;
  white-space: nowrap;
  font-weight: 300;
  letter-spacing: 0.08em;
  margin: 0 0 24px;
}
.incho h4{
  font-size: 1.05em;
  line-height: 1.8;
  font-weight: 500;
  letter-spacing: 0.06em;
  margin: 0 0 24px;
}
.incho h5{
  line-height: 1.8;
  letter-spacing: 0.06em;
  margin: 0 0 18px;
}
@media screen and (max-width: 1000px) {
.incho li:first-child{
  width: 260px;
  }
.incho li:last-child{
  margin: 0 0 0 42px;
  }
}
@media screen and (max-width: 767px) {
.incho li:first-child{
  width: 220px;
  }
.incho li:last-child{
  margin: 0 0 0 32px;
  }
}
@media screen and (max-width: 640px) {
.incho{
  display: block;
  flex-direction: column;
  }
.incho li:first-child{
  width: 100%;
  }
.incho li:first-child img{
  max-width: 200px;
  }
.incho li:last-child{
  margin: 24px 0 0 0;
  padding: 0;
  }
}
@media screen and (max-width: 480px) {
.incho li:first-child{
  text-align: center;
  }
}


/*========================
診療案内
========================*/
/*-------------------------
診療リンクボックス
--------------------------*/
.servicelist {
  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: flex-start;
  align-items:stretch;
  flex-wrap: wrap;
}
.servicelist li {
  width: 50%;
  max-width:50%;
  width: calc(100% / 2);
  height: auto;
  padding:0 12px 24px;
  box-sizing: border-box;
}
.servicelist li a{
  text-decoration: none;
}
@media screen and (max-width: 840px) {
.servicelist {
  display: block;
  flex-direction: column;
  }
.servicelist li {
  width: 100%;
  max-width:100%;
  padding:0 0 32px;
  }
}
@media screen and (max-width: 640px) {
.servicelist li {
  padding:0 0 24px;
  }
}

/*個別ボックス*/
.servicebox{
  width:100%;
  height: 100%;
  margin:0 auto;
  padding:6px;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: space-between;
  justify-content: flex-start;
  align-items:center;
  position: relative;
  background: #FFF;
  box-shadow: 0px 0px 12px 0px rgba(0,0,0,0.3);
}
.servicebox_img{
  width: 186px;
  height: 100%;
  min-height: 186px;
  background-position:center center;
  background-repeat:no-repeat;
  -moz-background-size:cover;
  background-size:cover;
}
.servicebox_detail {
  flex: 1;
  padding: 1.2em 1.25em;
}
.servicebox .linkarrow {
  position: absolute;
  right: 0.5em;
  bottom: 0.5em;
  background: #2D55A5;
  clip-path: polygon(100% 0, 0% 100%, 100% 100%);
  width: 1.2em;
  height: 1.2em;
}
a .servicebox:hover{
  background: #FDF9E8;
}
@media screen and (max-width: 1024px) {
.servicebox_img{
  width: 142px;
  min-height: 240px;
  }
}
@media screen and (max-width: 840px) {
.servicebox{
  max-width: 640px;
}
.servicebox_img{
  width: 142px;
  min-height: 142px;
  }
}
@media screen and (max-width: 480px) {
.servicebox_img{
  width: 124px;
  min-height: 196px;
  }
.servicebox_detail {
  padding: 1em 1.2em;
  }
}

.thumb_ortho{background-image:url(../img/service/thumb_ortho.png);}
.thumb_rehab{background-image:url(../img/service/thumb_rehab.png);}
.thumb_OST{background-image:url(../img/service/thumb_OST.png);}
.thumb_SD{background-image:url(../img/service/thumb_SD.png);}
.thumb_RA{background-image:url(../img/service/thumb_RA.png);}
.thumb_accident{background-image:url(../img/service/thumb_accident.png);}
.thumb_checkup{background-image:url(../img/service/thumb_checkup.png);}
.thumb_salon{background-image:url(../img/service/thumb_salon.png);}

.servicebox_detail h2{
  color: #2E56A6;
  font-weight: 700;
  line-height: 1.5;
  font-size: 1.15em;
  margin-bottom: 8px;
  text-align: center;
}
.servicebox_detail p{
  line-height: 1.6;
  font-size: 0.95em;
  color: #333;
  font-weight: 400;
}
@media screen and (max-width: 1024px) {
.servicebox_detail p{
  font-size: 0.9em;
  }
}
@media screen and (max-width: 480px) {
.servicebox_detail h2{
  font-size: 1.1em;
  }
}

/*-------------------------
幅広い症状に対応しています
--------------------------*/
.symptomlist{
  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: flex-start;
  align-items:flex-start;
}
.symptomlist li{
  width: 50%;
  max-width:50%;
  width: calc(100% / 2);
  margin:0 42px 0 0;
}
.symptomlist li:last-child{
  margin:0 0 0 0;
}
@media screen and (max-width: 1024px) {
.symptomlist p{
  font-size: 0.9em;
  }
}
@media screen and (max-width: 767px) {
.symptomlist {
  display: block;
  flex-direction: column;
  }
.symptomlist li{
  width: 100%;
  max-width:100%;
  margin:0 0 0 0;
  }
.symptomlist p{
  font-size: 0.95em;
  }
}

/* 見出し */
.symptomlist h3{
  display:flex; 
  align-items:center;
  font-size: 1.15em;
  font-weight: 700;
  color: #2C53A5;
  margin: 1.5em 0 0.5em;
  line-height: 1.5;
}
.symptomlist h3:after {
  margin-left:0.5em; 
  border-top:1px solid #2C53A5; 
  content:""; 
  flex-grow:1;
}

/*ボタン*/
.symptomlist .btn {
	display: inline-block;
	color: #2C53A5;
	background-color: #FFF;
  border: 1px solid #2C53A5;
	text-decoration: none;
	padding: 0.8em 2.4em 0.8em 1.2em;
	transition: 0.3s;
	position: relative;
  line-height: 1;
  white-space: nowrap;
  font-size: 0.9em;
  font-weight: 700;
  letter-spacing: 0.08em;
  margin: 0 0.3em 0.3em 0;
}
.symptomlist .btn:after {
	position: absolute;
  top: 50%;
  right: 6px;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  font-size: 1.4em;
  font-family:"Material Symbols Rounded";
	content: "\e5c8"; /*矢印*/
  font-variation-settings:
  'FILL' 0,
  'wght' 300
}
.symptomlist .btn:hover{
	background-color: #2C53A5;
  color: #FFF;
	transition: 0.3s;
}


/*========================
骨粗しょう症
========================*/
/*-------------------------
骨折を起こしやすい人の特徴
--------------------------*/
.OSTrisk {
  width:100%;
  margin: 0 auto;
  padding:24px 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;
  flex-wrap: wrap;
}
.OSTrisk li{
  width: 20%;
  max-width:20%;
  width: calc(100% / 5);
  padding: 0 8px;
  text-align: center;
}
.OSTrisk li img{
  width: 100%;
  max-width: 180px;
}
@media screen and (max-width: 767px) {
.OSTrisk li{
  width: 33.33%;
  max-width:33.33%;
  width: calc(100% / 3);
  padding: 0 8px;
  text-align: center;
  }
}
@media screen and (max-width: 480px) {
.OSTrisk li{
  padding: 0 5px;
  }
}


/*========================
採用情報
========================*/
.recruitwrap {
  width: 100%;
  margin: 0 auto;
  padding: 18px 18px 12px;
  background: #EEE;
  margin: 64px auto 0;
}
.recruitwrap article{
  width: 100%;
  max-width: 840px;
  margin: 0 auto;
  padding: 18px 24px;
}
.recruit_title {
  margin-top: -42px;
  position: relative;
  padding: 18px 18px;
  background-color: #2E56A6;
  color: #FFF;
  line-height: 1.5;
  font-size: 1.3em;
  font-weight: 600;
}
.recruit_title span{
  font-size: 0.85em;
}
@media screen and (max-width: 640px) {
.recruitwrap article{
  padding: 18px 0;
  }
}

/*募集要項テーブル*/
.recruittable {
  width: 100%;
  border-collapse: collapse;
}
.recruittable tr{
  border-bottom: 1px solid #666;
}
.recruittable th{
  width: 25%;
  font-weight: 500;
  line-height: 100%;
  text-align: left;
  padding: 0.6em;
  line-height: 1;
  white-space: nowrap;
  font-size: 0.9em;
}
.recruittable td{
  font-weight: normal;
  line-height: 100%;
  text-align: left;
  padding: 0.6em 0;
  line-height: 1.7;
}
@media screen and (max-width: 480px) {
.recruittable {
  font-size: 0.95em;
  }
.recruittable th{
  padding: 0.5em 0.5em;
  }
.recruittable td{
  padding: 0.5em 0.5em;
  }
}




