@charset "utf-8";
/*568px以下のサイズ用*/
@media screen and (max-width: 568px){
/*TOPページ-------------*/
/*SPヘッダ・メイン画像---*/	
.sptop-hed-wrap {
  width: 100%;
	float: left;
	display: block;
	background-color: #FFFFFF;
	position: fixed;
	z-index: 999;
	top: 0;
	left: 0;
}	
.sptop-hed-rogo {
  width: 15%;
	float: left;
	display: block;
}
.sptop-hed-name {
  width: 79%;
	float: left;
	display: block;
	font-size: 14px;
	line-height: 1.5em;
	letter-spacing: 0.05em;
	padding-left: 2%;
	padding-right: 4%;
	padding-top: 5px;
}
.sptop-hed-name img {
  width: 260px;
	height: auto;
	padding-top: 5px;
}
.sptop-main-photo {
  width: 100%;
	float: left;
	display: block;
	margin-top: 60px;
}
/*トップページ背景画像のスライダー*/
.topslider-copy-wrap {
  width: 100%;
	float: left;
	background-color: #FFFFFF;
	 position: relative;
	 z-index: 1;
	display: none;
}
.topside-copy {
  width: 6%;
 float: left;
	padding-top: 295px;
	color: #293f38;
	-webkit-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
	font-size: 15px;
	line-height : 1.0em;
  letter-spacing : 0.08em;
	font-family: "vdl-v7marugothic", sans-serif;
font-weight: 500;
font-style: normal;
	background-color: #FFFFFF;
	display: flex;
align-items: center;
}
.topslider-wrap {
  width: 94%;
	float: left;
  position: relative;
  display: block;
  z-index: 1;
	height: 900px;
	top: 0;
}

.topslider {
	width: 100%;
	margin-right: auto;
	margin-left: auto;
	position: absolute;
	clear: both;
	height: 900px;
	left: -1px;
}

.topslider ul{
	margin:0;
	padding:0;
	list-style:none;
}

.li-01{
  width: 100%;
	height: 900px;
  position: absolute;
  top: 0;
  left: 0;
  animation-iteration-count: infinite;
  animation-duration: 24s;
  background-image: url("../images/top/main01.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: left bottom;
}

.li-02{
	width:100%;
	height: 900px;
	position:absolute;
	top:0;
	left:0;
	animation-iteration-count:infinite;
	animation-duration:24s;
   background-image: url("../images/top/main02.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: left bottom;
}
.li-03{
	width:100%;
	height: 900px;
	position:absolute;
	top:0;
	left:0;
	animation-iteration-count:infinite;
	animation-duration:24s;
   background-image: url("../images/top/main03.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: left bottom;
}

.li-01{
	animation-name:slider;
	animation-delay:-3s;
}
.li-02{
	animation-name:slider;
	animation-delay:5s;
	opacity:0;
}
.li-03{
	animation-name:slider;
	animation-delay:13s;
	opacity:0;
}
@keyframes slider{
	0%{
		opacity:0;
	}
	20.83%{
		opacity:1;
	}
	33.33%{
		opacity:1;
	}
	45.83%{
		opacity:0;
	}
	100%{
		opacity:0;
	}	
}
.top-navbox {
	width: 100%;
	clear: both;
	position: absolute;
	z-index: 10;
	top: 0;
	left: 0;
	display: none;
}
.top-nav-wrap {
	position: fixed;
	width: 94%;
	clear: both;
	z-index: 999;
	top: 0;
	left: 6%;
	display: none;
justify-content: space-between;
}

.top-maintex {
	width: 97%;
	clear: both;
	position: absolute;
	z-index: 3;
	top: 110px;
	left: 2px;
	text-align: right;
	margin-right: 3%;
	font-size: 13px;
	line-height: 1.5em;
	letter-spacing: 0.05em;
	color: #FFFFFF;
	display: none;
}
.top-maincopy {
	width: 97%;
	clear: both;
  position: absolute;
  z-index: 3;
  top: 450px;
  left: 0;
  text-align: right;
	margin-right: 3%;
	display: none;
}
/*発熱風邪症状のある患者さまへここから----------------*/
.top-maingazo-shita {
	width: 88%;
	float: left;
background-color: #FFFFFF;
	  color : #705B50;
	padding-left: 6%;
	padding-right: 6%;
	padding-top: 30px;
	padding-bottom: 30px;
 }
.top-maingazo-shita-title {
	font-size: 19px;
	letter-spacing: 0.03em;
	font-family: "vdl-logona", sans-serif;
font-weight: 400;
font-style: normal;
 }
  .marquee-inline {
    overflow: hidden;
    white-space: nowrap;
    height: 40px;
    line-height: 40px;
    font-size: 16px;
    margin: 0px 0px 0px 0px;
	 letter-spacing: 0.04em; 
  }
  .marquee-inline h3 {
    display: inline-block;
    padding-left: 100%;
    animation: marquee 15s linear infinite;
  }
  @keyframes marquee {
    0%   { transform: translateX(0); }
    100% { transform: translateX(-100%); }
  }
/*発熱風邪症状のある患者さまへここまで----------------*/

/*topお知らせ、診療時間*/
.top-news-jikan-wrap {
	width: 90%;
	float: left;
	padding-top: 40px;
	padding-bottom: 60px;
	padding-left: 5%;
	padding-right: 5%;
	display: flex;
 justify-content: space-between;
	flex-wrap: wrap;
}

.top-news-title-ichiran-wrap {
	width: 100%;
	float: left;
}
.top-news-title {
	width: 35%;
	float: left;
	padding-bottom: 10px;
}
	.top-news-title img {
	width: 80px;
	height: auto;
}
.top-news-ichiran {
	width: 63%;
	float: left;
	font-size : 14px;
  line-height : 1.6em;
  letter-spacing : 0.08em;
	padding-top: 60px;
	padding-left: 0%;
	padding-right: 2%;
	text-align: right;
}
.top-news-ichiran img {
	vertical-align: middle;
	padding-left: 10px;
}
.top-news-ichiran a {
	color : #42210B;
	text-decoration: none;
}
.top-news-ichiran a:hover {
	text-decoration: none;
	color: #DB6429;
}

.top-news-wrap {
	width: 92%;
	float: left;
	border-radius : 5px;
	background : #FFFFFF;
	padding-left: 4%;
	padding-right: 4%;
	padding-top: 10px;
	padding-bottom: 10px;
	margin-left: 0%;
	border: 1px solid #C4BEB7;
}
.top-news-tex {
	width: 100%;
	float: left;
	height: 240px;
	overflow: scroll;
   overflow-x: visible;
}
.top-news-innar {
	width: 100%;
	float: left;
	padding-top: 15px;
	padding-bottom: 15px;
	background-image: linear-gradient(to right, #422C1C 30%,rgba(255,255,255,0) 0%);
background-position: bottom;
background-size: 10px 2px;
background-repeat: repeat-x;
}
.top-news-innar table {
	width: 100%;
}
.top-news-innar th {
	text-align: left;
	font-size: 10px;
	line-height: 1.7em;
	 letter-spacing : 0.03em;
    color : #808080;
	vertical-align: top;
	padding-top: 3px;
	width: 100%;
	float: left;
	padding-bottom: 5px;
}
.top-news-innar th img {
	padding-left: 10px;
}
.top-news-innar td {
	vertical-align: top;
	font-size: 14px;
	line-height: 1.7em;
	 letter-spacing : 0.07em;
	width: 100%;
	float: left;
}

/*診療時間------------*/
/*時間表-----------*/
  .top-jikan-wrap {
  width:96%;
  float: left;
	  background : #FFFFFF;
	  padding-top: 10px;
	  padding-left: 2%;
	  padding-right: 2%;
	  border-radius : 5px;
	  margin-left: 0%;
	  border: 1px solid #C4BEB7;
	  margin-top: 30px;
 }
.top-jikanhyo {
  width: 100%;
  float: left;
	background : #FFFFFF;
	padding-bottom: 15px;
	color : #422c1c;
 }
.top-jikanhyo table {
    width: 100%;
}
.top-jikanhyo td img {
   vertical-align: middle;
	padding-bottom: 5px;
}
.top-jikan-title {
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 1em;
	width: 40%;
	font-size: 16px;
	letter-spacing: 0.08em;
	line-height: 1.5em;
}
.top-jikan-week {
	 text-align: center;
	width: 10%;
}
.top-jikan-time {
	padding-top: 8px;
	padding-bottom: 8px;
	padding-left: 1em;
	font-size: 14px;
	letter-spacing: 0.03em;
	line-height: 1.5em;
}
.top-jikan-line {
	border-bottom: 1px solid #422c1c;
}
.top-jikan-kensa {
	 font-size: 14px;
	letter-spacing: 0.03em;
	line-height: 1.5em;
}

.top-jikanhyo-kyushin {
	padding-top: 10px;
	font-size: 14px;
	letter-spacing: 0.05em;
	line-height: 1.5em;
	padding-right: 0.5em;
	text-align: right;
}
.top-jikanhyo-uketuke {
	padding-top: 15px;
	font-size: 15px;
	letter-spacing: 0.05em;
	line-height: 1.5em;
	padding-right: 0.5em;
}
/*トップークリニック理念*/
.top-rinen-wrap {
	width: 90%;
	float: left;
	padding-left: 5%;
	padding-right: 5%;
	background-image: url(../images/top/fukuro_haikei.png);
	background-repeat: no-repeat;
	background-position: right bottom;
	background-size: 150px auto;
	padding-top: 20px;
}
.top-rinen-img {
	width: 90%;
	float: left;
	padding-left: 5%;
	padding-right: 5%;
}
.top-rinen-tex {
	width: 100%;
	float: left;
	font-family: "vdl-v7marugothic", sans-serif;
font-weight: 500;
font-style: normal;
	font-size : 20px;
  line-height : 1.6em;
  letter-spacing : 0.08em;
	-webkit-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
	padding-top: 40px;
	padding-right: 0%;
	padding-bottom: 30px;
}
/*トップー主な診療------*/
.top-main-title {
	width: 100%;
	float: left;
  padding-top: 80px;
	padding-bottom: 40px;
  font-size: 32px;
  line-height: 1.3em;
	letter-spacing: 0.05em;
	color : #705B50;
 font-family: "vdl-logomaru", sans-serif;
font-weight: 400;
font-style: normal;
	text-align: center;
}
.top-main-title-en {
  font-size: 32px;
  line-height: 1.3em;
	letter-spacing: 0.05em;
	color : #DB6429;
	text-align: center;
	padding-bottom: 10px;
}
.top-main-title img {
	padding-bottom: 20px;
}
.top-3box-wrap {
	width: 100%;
	float: left;
	padding-left: 0%;
	padding-right: 0%;
	display: flex;
 justify-content: space-between;
	flex-wrap: wrap;
}
.top-3box {
	width: 92%;
	float: left;
	padding-top: 15px;
	padding-bottom: 20px;
	padding-left: 4%;
	padding-right: 4%;
	 background : #938173;
	border-radius : 23px;
	margin-bottom: 30px;
}
.top-3box-haikei01,.top-3box-haikei02,.top-3box-haikei03 {
	width: 100%;
	float: left;
	padding-top: 90px;
	padding-bottom: 90px;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	font-size : 30px;
  line-height : 1.6em;
  letter-spacing : 0.05em;
  color : #FFFFFF;
	text-align: center;
	font-family: "vdl-logomaru", sans-serif;
font-weight: 400;
font-style: normal;
}
.top-3box-haikei01 {
	background-image: url(../images/top/ser_haikei01.jpg);
}
.top-3box-haikei02 {
	background-image: url(../images/top/ser_haikei02.jpg);
}
.top-3box-haikei03 {
	background-image: url(../images/top/ser_haikei03.jpg);
}
.top-3box-title-en {
	font-size: 20px;
	line-height: 1.5em;
	letter-spacing: 0.03em;
}
.top-3box-tex {
	width: 92%;
	float: left;
	font-size: 14px;
	line-height: 1.7em;
	letter-spacing: 0.05em;
	background : #FFFFFF;
	padding-top: 20px;
	padding-bottom: 20px;
	padding-left: 4%;
	padding-right: 4%;
	margin-top: 20px;
}
.top-3box-bo {
	width: 100%;
	float: left;
	padding-top: 30px;
}
.top-og-bo {
	width: 170px;
	display: block;
	text-decoration: none;
	font-size : 16px;
	line-height : 1.3em;
	letter-spacing : 0.05em;
	transition: .3s;
    font-weight: 600;
	padding-top: 7px;
	padding-bottom:7px;
	color : #DB6429;
	border: 3px solid #DB6429;
	background-color: #FFFFFF;
	 border-radius : 21px;
	text-align: center;
}
.top-og-bo-c {
	margin-left: auto;
	margin-right: auto;
}
.top-og-bo-r {
	margin-left: auto;
}
.top-br-bo {
	width: 170px;
	display: block;
	text-decoration: none;
	font-size : 16px;
	line-height : 1.3em;
	letter-spacing : 0.05em;
	transition: .3s;
    font-weight: 600;
	padding-top: 7px;
	padding-bottom:7px;
	color : #FFFFFF;
	border: 3px solid #705B50;
	background-color: #705B50;
	 border-radius : 21px;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}
.top-og-bo:hover {
	background-color: #DB6429;
	color : #FFFFFF;
}.top-br-bo:hover {
	background-color: #DB6429;
	color : #FFFFFF;
	border: 3px solid #DB6429;
}
.top-og-bo-s {
	font-size: 12px;
	 font-weight: 600;
}
.top-shinryo-bo {
	width: 100%;
	float: left;
	padding-top: 20px;
	padding-bottom: 80px;
}
/*トップー当院の特徴----*/
/*トップ角丸ボックス*/
.top-kadomaru-r {
	width: 82%;
	float: right;
	background : #FFFFFF;
	border-radius : 50px 0px 0px 50px;
	margin-bottom: 0px;
	padding-right: 6%;
	padding-top: 50px;
	padding-left: 6%;
}
.top-toku-title-en,.top-qa-title-en {
	width: 100%;
	float: left;
	padding-top: 0px;
	padding-bottom: 10px;
	font-size: 32px;
	line-height: 1.3em;
	letter-spacing: 0.05em;
	color : #DB6429;
}
.top-toku-title-en {
	text-align: left;
	background-image: url(../images/top/toku_title_line.png);
	background-repeat: no-repeat;
	background-position: right bottom;
}
.top-qa-title-en {
	background-image: url(../images/top/qa_title_line.png);
	background-repeat: no-repeat;
	background-position: left bottom;
}
.top-toku-title-en img,.top-qa-title-en img {
	vertical-align: middle;
	padding-right: 10px;
	width: auto;
	height: 28px;
}
.top-toku-title-jp,.top-qa-title-jp {
	float: left;
  padding-top: 10px;
	padding-bottom: 40px;
  font-size: 32px;
  line-height: 1.3em;
	letter-spacing: 0.05em;
	color : #705B50;
	text-align: right;
}
.top-toku-title-jp {
	width: 100%;
}
.top-qa-title-jp {
	width: 100%;
	max-width: 628px;
}

.top-toku-l {
	width: 100%;
	float: left;
   padding-left: 0%;
	padding-top: 30px;
}
.top-toku-r {
	width: 37%;
	float: left;
	padding-left: 4%;
	padding-top: 20px;
	text-align: right;
	display: none;
}
.top-toku-l-innar-top {
	width: 100%;
	float: left;
}
.top-toku-l-innar-bot {
	width: 100%;
	float: left;
	font-size : 14px;
  line-height : 1.6em;
  letter-spacing : 0.08em;
	padding-top: 5px;
	padding-left: 0%;
	padding-bottom: 30px;
}
.top-toku-l-innar-bot ul {
	list-style-type:none;
}
.top-toku-l-innar-bot li {
	padding-left:15px;
background-image:url("../images/top/toku_list_maru.png");
background-repeat:no-repeat;
background-position:0px 4px;
}
.top-toku-l-innar-top table {
	width: 100%;
}
.top-toku-l-innar-top th {
	text-align: left;
	width: 10%;
	max-width: 60px;
	border-bottom: 1px solid #938173;
	padding-bottom: 5px;
}
.top-toku-l-innar-top td {
	width: 88%;
	border-bottom: 1px solid #938173;
	padding-left: 2%;
}
.top-toku-num {
	width: 35px;
	height: 35px;
	color: #FFFFFF;
	font-size: 26px;
	font-weight: 600;
	display: flex;
	justify-content: center;
	align-items: center;
	background-color: #293F38;
	border-radius : 5px;
}
.top-toku-subtitle {
	font-size : 18px;
    line-height : 1.3em;
     letter-spacing : 0.06em;
    color : #DB6429;
	font-weight: bold;
}
/*トップー症状チェック--------*/
.top-chek_haikei {
	width: 82%;
	float: left;
	padding-top: 30px;
	margin-left: 5%;
	margin-right: 5%;
	padding-left: 4%;
	padding-right: 4%;
	padding-bottom: 30px;
	background : #938173;
	margin-bottom: 100px;
}
.top-chek_copy {
	width: 100%;
	float: left;
	font-size : 18px;
  line-height : 1.6em;
  letter-spacing : 0.05em;
  color : #FFFFFF;
	text-align: left;
	padding-bottom: 30px;
}
.top-chek_wh-box {
	width: 92%;
	float: left;
	 background : #FFFFFF;
	border-radius : 9px;
	padding-left: 4%;
	padding-right: 4%;
	padding-top: 40px;
	margin-bottom: 30px;
	display: flex;
 justify-content: space-between;
	flex-wrap: wrap;
}
.top-chek_innar {
	width: 100%;
	float: left;
	 font-size : 18px;
  line-height : 1.3em;
  letter-spacing : 0.05em;
}
.top-chek_innar ul {
	list-style-type:none;
}
.top-chek_innar li {
	padding-left:38px;
background-image:url("../images/top/chek.png");
background-repeat:no-repeat;
background-position:0px 2px;
	padding-bottom: 40px;
}
.top-chek_bo_l {
	width: 100%;
	float: left;
	padding-right: 0%;
}
.top-chek_bo_l a,.top-chek_bo_r a {
	margin-left: auto;
		margin-right: auto;
}
.top-chek_bo_r {
	width: 100%;
	float: left;
	padding-left: 0%;
	padding-top: 15px;
}
/*トップーよくある質問-------*/
/*トップ角丸ボックス*/
.top-kadomaru-l {
	width: 82%;
	float: left;
	background : #FFFFFF;
	border-radius : 0px 50px 50px 0px;
	margin-bottom: 100px;
	padding-left: 6%;
	padding-right: 6%;
	padding-top: 50px;
}
.top-qa-wrap {
	width: 100%;
	float: left;
	margin-bottom: 40px;
}
.top-qa-l {
	width: 90%;
	float: left;
	text-align: center;
	padding-left: 5%;
	padding-right: 5%;
}
.top-qa-r {
	width: 100%;
	float: left;
	padding-top: 30px;
   padding-left: 0%;
	padding-right: 0%;
}
/*アコーディオン*/
.top-qa-r-innar {
	width: 100%;
	float: left;
}
.top-qa-icon {
	width: 100%;
	float: left;
	padding-bottom: 5px;
}
.top-qa-icon img {
	width: 35px;
	height: auto;
}
.top-qa-acco-wrap {
	width: 100%;
	float: left;
}
.accordion {
	width: 100%;
	float: left;
}
.toggle {
	display: none;
}
.Label-qa {		/*タイトル*/
	padding: 10px 25px 8px 15px;
	display: block;
	font-size: 16px;
	letter-spacing: 0.05em;
	line-height: 1.3em;
	cursor:pointer;
	color : #422C1C;
	background:#E5DAC7;
}

.Label-qa::before{	/*タイトル横の矢印*/
 content:url("../images/top/qa_yaji.png");
	/*width: 20px;
	height: 20px;
	border-top: 6px solid #FFFFFF;
	border-right: 6px solid #FFFFFF;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	*/
	position: absolute;
	top:calc( 50% - 10px );
	right: 10px;
}
.Label-qa,
.content-qa {
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	transform: translateZ(0);
	transition: all 0.2s;
}
.content-qa {		/*本文*/
	height: 0;
	margin-bottom:40px;
	padding:0 20px;
	overflow: hidden;
	border: 1px solid #705B50;
	background:#FFFFFF;
	font-size: 15px;
	line-height: 1.6em;
	letter-spacing: 0.05em;
}

.toggle:checked + .Label-qa + .content-qa {	/*開閉時*/
	height: auto;
	padding:20px ;
	transition: all .3s;
}
.toggle:checked + .Label-qa::before {
	transform: rotate(-180deg) !important;
}
.top-qa-bo {
	width: 100%;
	float: left;
}
.top-qa-bo a {
	margin-left: auto;
	margin-right: auto;
}
/*スマホ-画像位置変更---------*/
.top-sp-imgbox {
	width: 100%;
	float: left;
	display: block;
}	
/*診療ご案内---------*/
.m-con-maincopy-haikei {
	width: 91%;
	float: left;
	padding-left: 5%;
	padding-right: 5%;
	background-color: #FFFFFF;
	padding-bottom: 60px;
	margin-bottom: 80px;
	display: flex;
flex-direction: column;
 }
.m-con-side-copy {
  width: 6%;
 float: left;
	padding-top: 20px;
	color: #293f38;
	-webkit-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
	font-size: 15px;
	line-height : 1.0em;
  letter-spacing : 0.08em;
	font-family: "vdl-v7marugothic", sans-serif;
font-weight: 500;
font-style: normal;
	background-color: #FFFFFF;
	display: none;
align-items: center;
}
.m-con-maincopy-l {
	width: 100%;
	float: left;
	order: 2;
	padding-top: 30px;
	padding-right: 0%;
 }
.m-con-maincopy-l-og {
	font-size : 25px;
  line-height : 1.6em;
  letter-spacing : 0.08em;
  color : #DB6329;
	padding-bottom: 40px;
	font-weight: 600;
 }
.m-con-maincopy-r {
	width: 100%;
	float: left;
	padding-right: 0%;
	order: 1;
	padding-top: 40px;
 }
/*タイトル------------*/
.m-con-title-en,.dise-title-en-01,.dise-title-en-02,.ronbun-title-en {
	width: 90%;
	float: left;
	margin-left: 5%;
	margin-right: 5%;
	color : #705b50;
	font-size : 36px;
	letter-spacing : 0.01em;
	line-height: 1.0;
	font-family: "futura-pt", sans-serif;
	font-weight: 500;
	font-style: normal;
	background-repeat: no-repeat;
	background-position: left bottom;
 }
.m-con-title-en {
	background-image: url(../images/m-content/m_con_title_line.png);
 }
.dise-title-en-01 {
	background-image: url("../images/kogenbyo/dise_titlebar_01.png");
	padding-top: 85px;
 }
.dise-title-en-02 {
	background-image: url("../images/kogenbyo/dise_titlebar_02.png");
 }
.ronbun-title-en {
	background-image: url("../images/staff/ronbun_title_bar.png");
 }
.m-con-title-en-og {
	color : #db6329;
	font-size : 58px;
 }
.m-con-title-jp,.dise-title-jp-01,.dise-title-jp-02,.ronbun-title-jp {
	width: 95%;
	float: left;
	margin-left: 0%;
	padding-right: 5%;
	padding-bottom: 40px;
	color : #705B50;
	font-size : 28px;
  letter-spacing : 0.05em;
	line-height: 1.5em;
 font-family: "vdl-logomaru", sans-serif;
font-weight: 400;
font-style: normal;
	text-align: right;
	min-width: 250px;
	max-width: 600px;
 }

.m-con-sogo-haikei,.m-con-kogen-haikei,.m-con-vaccin-haikei {
	float: left;
	width: 90%;
	background-repeat: no-repeat,no-repeat;
	background-position: center bottom,left top;
	background-size: 100%, 150px 570px;
	padding-left: 5%;
	padding-right: 5%;
	padding-bottom: 280px;
}
.m-con-sogo-haikei {
	background-image: url("../images/m-content/m_con_img02.png"),url("../images/m-content/m_con_og_l.png");
		margin-bottom: 100px;
}
.m-con-kogen-haikei {
	background-image: url("../images/m-content/m_con_img03.png"),url("../images/m-content/m_con_og_l.png");
		margin-bottom: 100px;
}
.m-con-vaccin-haikei {
	background-image: url("../images/m-content/m_con_img04.png"),url("../images/m-content/m_con_og_l.png");
		margin-bottom: 60px;
}
.m-con-riumachi-haikei {
	float: left;
	width: 90%;
	background-repeat: no-repeat;
	background-position: right top;
	background-image: url("../images/m-content/m_con_br_r.png");
	background-size: 150px 570px;
	margin-bottom: 100px;
	padding-left: 5%;
	padding-right: 5%;
}

.m-con-sogo-wakubox {
	float: left;
	width: 90%;
   border: 1px solid #D8CCC7;
   padding-top: 40px;
   padding-bottom: 40px;
	padding-left: 5%;
	padding-right: 5%;
   background-color: #FFFFFF;
	border-radius : 0px 30px 30px 0px;
	margin-left: 0%;
	margin-top: 60px;
	max-width: 880px;
}
.m-con-vaccin-wakubox {
	margin-bottom: 40px;
}
.m-con-riumachi-wakubox {
	
	float: right;
	width: 90%;
   border: 1px solid #D8CCC7;
   padding-top: 40px;
   padding-bottom: 40px;
	padding-left: 5%;
	padding-right: 5%;
   background-color: #FFFFFF;
	border-radius : 30px 0px 0px 30px;
	margin-right: 0%;
	margin-top: 60px;
	max-width: 880px;
}
.m-con-subtitle {
	font-size : 20px;
  line-height : 1.5em;
  letter-spacing : 0.05em;
  color : #DB6429;
	padding-top: 30px;
	padding-bottom: 5px;
	font-weight: 600;
}
.m-con-subtitle img {
	vertical-align: middle;
	padding-right: 10px;
}
.m-con-line-box {
	float: left;
	width: 100%;
   border-top: 1px solid #C6AB7A;
	border-bottom: 1px solid #C6AB7A;
   padding-top: 20px;
   padding-bottom: 20px;
	margin-bottom: 10px;
}
.m-con-innar2-l {
	float: left;
	width: 100%;
   padding-right: 0%;
}
.m-con-innar2-r {
	float: left;
	width: 100%;
   padding-left: 0%;
}
.m-con-innar1 {
	float: left;
	width: 100%;
}
.m-con-innar3 {
	float: left;
	width: 100%;
}
.m-con-line-box ul {
   list-style-type:none;
}
.m-con-line-box li {
  padding-left:10px;
background-image:url("../images/m-content/m_con_ten.png");
background-repeat:no-repeat;
background-position:0px 13px;
	margin-bottom: 5px;
}
.m-con-bo-box {
	width: 100%;
	float: left;
	padding-top: 30px;
}
.m-con-bo,.m-con-bo-02 {
	display: block;
	text-decoration: none;
	font-size : 16px;
	line-height : 1.3em;
	letter-spacing : 0.05em;
	transition: .3s;
    font-weight: 600;
	padding-top: 5px;
	padding-bottom: 5px;
	color : #FFFFFF;
	background-color: #DB6429;
	border: 3px solid #DB6429;
	 border-radius : 21px;
	text-align: center;
	margin-left: auto;
}
.m-con-bo {
	width: 170px;
}
.m-con-bo-02 {
	width: 220px;
}
.m-con-bo:hover,.m-con-bo-02:hover {
	background-color: #FFFFFF;
	color : #DB6429;
		border: 3px solid #DB6429;
}

.m-con-renkei-wh-box {
	width: 90%;
	float: left;
	 background : #FFFFFF;
	border-radius : 9px;
	padding-left: 5%;
	padding-right: 5%;
	padding-top: 40px;
	margin-bottom: 30px;
}
.m-con-renkei-innar {
	width: 100%;
	float: left;
	padding-left: 0%;
	font-size: 17px;
	line-height: 1.5em;
	letter-spacing: 0.05em;
 }
.m-con-renkei-innar ul {
	list-style-type:none;
}
.m-con-renkei-innar li {
	padding-left: 23px;
background-image:url("../images/m-content/m_con_maru.png");
background-repeat:no-repeat;
background-position:0px 8px;
	padding-bottom: 20px;
}
/*診療ご案内【当院で行える検査】*/
.kensa-maincopy-l {
	width: 100%;
	float: left;
	padding-top: 60px;
	padding-right: 0%;
 }
.kensa-maincopy-r {
	width: 100%;
	padding-left: 0%;
	padding-right: 0%;
	float: left;
	padding-top: 30px;
	text-align: center;
 }
.kensa-og-haikei {
	float: left;
	width: 94%;
	margin-right: 6%;
	background-repeat: no-repeat,no-repeat;
	background-position: right bottom,left top;
	background-image: url("../images/m-content/kensa/kensa_img02.png"),url("../images/m-content/m_con_og_l.png");
	background-size: 220px auto,150px 570px;
		margin-bottom: 50px;
	padding-bottom: 440px;
}
.kenssa-og-wakubox {
	float: left;
	width: 90%;
   border: 1px solid #D8CCC7;
   padding-top: 20px;
   padding-bottom: 50px;
	padding-left: 5%;
	padding-right: 5%;
   background-color: #FFFFFF;
	border-radius : 0px 30px 30px 0px;
	margin-left: 0%;
	margin-top: 60px;
	max-width: 880px;
}
.kensa-line-box {
	float: left;
	width: 100%;
   border-top: 1px solid #C6AB7A;
	border-bottom: 1px solid #C6AB7A;
   padding-top: 20px;
   padding-bottom: 20px;
	margin-bottom: 10px;
	font-size : 17px;
  line-height : 1.7em;
  letter-spacing : 0.05em;
}
.kensa-echo-wrap {
	width: 100%;
	float: left;
	display: flex;
 justify-content: space-between;
	flex-direction: column;
	padding-top: 40px;
}
.kensa-echo-l {
	width: 100%;
	float: left;
	padding-right: 0%;
	padding-top: 20px;
	order: 2;
}
.kensa-echo-r {
	width: 100%;
	float: left;
	font-size : 17px;
  line-height : 1.7em;
  letter-spacing : 0.05em;
	order: 1;
}
.kensa-echo-r-copy {
	font-size : 19px;
  line-height : 1.7em;
  letter-spacing : 0.05em;
	padding-bottom: 30px;
}
.kensa-echo-l-innar {
	width: 100%;
	float: left;
	padding-bottom: 0px;
}
.kensa-echo-r-innar {
	width: 100%;
	float: left;
	padding-bottom: 0px;
}
.kensa-echo-wakubox {
	margin-bottom: 80px;
}
/*診療ご案内【診療時間／MAP】*/
.rec-wakubox {
	width: 80%;
	float: left;
   border: 1px solid #D8CCC7;
   padding-top: 50px;
   padding-bottom: 50px;
	padding-left: 5%;
	padding-right: 5%;
   background-color: #FFFFFF;
	border-radius : 0px 30px 30px 0px;
	margin-left: 5%;
	margin-right: 5%;
	margin-top: 60px;
	margin-bottom: 60px;
}
/*spでトップの時間表に入れ替え*/	
	.rec-jikan-wrap-sp {
	width: 96%;
	float: left;
	display: block;
	padding-top: 10px;
	  padding-left: 2%;
	  padding-right: 2%;
	  border-radius : 5px;
	  border: 1px solid #C4BEB7;
}
	.rec-jikan-time-sp {
	font-size: 13px;
	letter-spacing: 0.03em;
	padding-top: 8px;
	padding-bottom: 8px;
	padding-left: 0em;
}
.rec-jikanhyo-uketuke-sp {
	padding-top: 10px;
	font-size: 14px;
	letter-spacing: 0.03em;
	line-height: 1.5em;
}
/*----------------------------*/	
.rec-waku-innar-l {
	width: 96%;
	float: left;
	background : #FFFFFF;
	border: 1px solid #C4BEB7;
	border-radius : 5px;
	padding-left: 2%;
	padding-right: 2%;
	padding-top: 10px;
	padding-bottom: 20px;
	max-width: 600px;
	display: none;
}
.rec-jikanhyo {
  width: 100%;
  float: left;
	background : #FFFFFF;
	font-family: "a-otf-ud-shin-go-pr6n", sans-serif;
font-weight: 300;
font-style: normal;
 }
.rec-jikanhyo table {
    width: 100%;
}
.rec-jikanhyo td img {
   vertical-align: middle;
	padding-bottom: 5px;
}
.rec-jikan-title {
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 1em;
	width: 40%;
	font-size: 18px;
	letter-spacing: 0.08em;
	line-height: 1.5em;
}
.rec-jikan-week {
	 text-align: center;
	width: 10%;
	font-size: 17px;
	letter-spacing: 0.03em;
	line-height: 1.5em;
}
.rec-jikan-time {
	padding-top: 8px;
	padding-bottom: 8px;
	padding-left: 1em;
	font-size: 17px;
	letter-spacing: 0.03em;
	line-height: 1.5em;
}
.rec-jikan-line {
	border-bottom: 1px solid #422c1c;
}
.rec-jikan-kensa {
	 font-size: 15px;
	letter-spacing: 0.05em;
	line-height: 1.5em;
}

.rec-jikanhyo-kyushin {
	padding-top: 10px;
	font-size: 16px;
	letter-spacing: 0.05em;
	line-height: 1.5em;
	padding-right: 0.5em;
	text-align: right;
}
.rec-jikanhyo-uketuke {
	padding-top: 15px;
	font-size: 16px;
	letter-spacing: 0.05em;
	line-height: 1.5em;
	padding-right: 0.5em;
}
.rec-waku-innar-r {
	width: 90%;
	float: left;
   text-align: center;
	padding-left: 5%;
	padding-right: 5%;
	padding-bottom: 30px;
	padding-top: 40px;
}
/*アクセス------------*/
.acc-waku-innar-l {
	width: 90%;
	float: left;
	padding-right: 5%;
	padding-left: 5%;
	padding-bottom: 30px;
}
.acc-waku-innar-r {
	width: 100%;
	float: left;
}
.acc-map {
	width: 100%;
	float: left;
	 font-size : 15px;
  line-height : 1.6em;
  letter-spacing : 0.05em;
  color : #705B50;
	font-family: "vdl-logona", sans-serif;
font-weight: 400;
font-style: normal;
}
.acc-tex {
	width: 100%;
	float: left;
	padding-top: 30px;
	font-size: 15px;
	line-height: 1.6em;
	letter-spacing: 0.05em;
}
.acc-tex img {
	vertical-align: middle;
	padding-right: 10px;
}
.acc-tex p {
	padding-bottom: 20px;
}
.google-box {
	width: 100%;
	float: left;
	margin-bottom: 80px;
	margin-top: 80px;
}
	
	
/*施設ご紹介【施設紹介／医療設備】*/
.shisetu-br-haikei {
	width: 100%;
	float: left;
   padding-top: 50px;
   padding-bottom: 50px;
   background-color: #705B50;
	margin-bottom: 20px;
}
.infiniteslide li {
	margin-right: 20px;
	width: auto;
	height: 280px;
		}
.infiniteslide li img {
	width:auto;
	height: 280px;
		}

/*医療設備-----------*/
.setubi-maincopy {
	font-size : 18px;
  line-height : 1.7em;
  letter-spacing : 0.05em;
  padding-top: 30px;
	padding-left: 4%;
	padding-right: 4%;
 }
.setubi-4box-wrap {
	width: 90%;
	float: left;
	padding-top: 30px;
   padding-bottom: 100px;
	display: flex;
 justify-content: space-between;
	flex-wrap: wrap;
	padding-left: 5%;
	padding-right: 5%;
}
.setubi-4box {
	width: 94%;
	float: left;
  background : #705B50;
	 border-radius : 5px;
	padding-bottom: 20px;
	padding-left: 3%;
	padding-right: 3%;
	margin-bottom: 30px;
}
.setubi-4box-title {
	width: 100%;
	float: left;
    font-size : 18px;
  line-height : 1.5em;
  letter-spacing : 0.06em;
  color : #FFFFFF;
	text-align: center;
	padding-top: 25px;
	padding-bottom: 20px;
}
.setubi-4box-photo {
	width: 100%;
	float: left;
	text-align: center;
}
/*診療ご案内【施設基準／診療報酬掲示】*/
.shisetukijun-l {
	width: 100%;
	float: left;
}
.shisetukijun-komoku {
	border-bottom: 1px solid #C6AB7A;
   font-size: 17px;
	line-height: 1.7em;
	letter-spacing: 0.05em;
	padding-top: 20px;
}
.shisetukijun-tex {
   font-size: 15px;
	line-height: 1.7em;
	letter-spacing: 0.05em;
	padding-top: 5px;
}	

	
	
	

/*関節リウマチ-----------*/
.riumachi-towa-title {
	padding-top: 85px;
}
.riumachi-or-haikei-l {
	width: 100%;
	float: left;
	background-repeat: no-repeat;
	background-position: left top;
	background-image: url("../images/m-content/m_con_og_l.png");
	background-size: 150px 570px;
		margin-bottom: 20px;
}
.riumachi-wakubox-l {
	width: 80%;
	float: left;
   border: 1px solid #D8CCC7;
   padding-top: 50px;
   padding-bottom: 50px;
	padding-left: 5%;
	padding-right: 5%;
   background-color: #FFFFFF;
	border-radius : 0px 30px 30px 0px;
	margin-left: 5%;
	margin-right: 5%;
	margin-top: 60px;
	margin-bottom: 60px;
	display: flex;
flex-direction: column;
}
.riumachi-waku-innar-l {
	width: 100%;
	float: left;
    font-size: 18px;
	line-height: 1.7em;
	letter-spacing: 0.05em;
	order: 2;
}
.riumachi-waku-innar-r {
	width: 90%;
	float: left;
   text-align: center;
	order: 1;
	padding-left: 5%;
	padding-right: 5%;
	padding-bottom: 30px;
}
.riumachi-wakubox {
	width: 80%;
	float: left;
   border: 1px solid #D8CCC7;
   padding-top: 0px;
	padding-left: 5%;
	padding-right: 5%;
	padding-bottom: 40px;
   background-color: #FFFFFF;
	border-radius : 30px;
	margin-left: 5%;
	margin-right: 5%;
	margin-bottom: 80px;
}
.riumachi-wakubox-wrap {
	width: 100%;
	float: left;
	padding-bottom: 0px;
	display: flex;
 justify-content: space-between;
	flex-wrap: wrap;
}
.riumachi-waku-wrap-ueaki {
	padding-top: 0px;
}
.riumachi-waku-2box {
	width: 100%;
	float: left;
}
.riumachi-waku-1box {
	width: 100%;
	float: left;
}
.riumachi-waku-2box-tex {
	width: 100%;
	float: left;
}
.riumachi-waku-2box-img {
	width: 100%;
	float: left;
	text-align: center;
	padding-top: 30px;
}
.riumachi-subtitle {
	width: 100%;
	float: left;
	font-size : 20px;
  line-height : 1.5em;
  letter-spacing : 0.05em;
  color : #705b50;
	padding-bottom: 5px;
	font-family: "vdl-logomaru", sans-serif;
font-weight: 400;
font-style: normal;
	background-image: linear-gradient(to right, #705B50 30%,rgba(255,255,255,0) 0%);
background-position: bottom;
background-size: 10px 3px;
background-repeat: repeat-x;
	padding-top: 50px;
}
.riumachi-subtitle img {
	vertical-align: middle;
	padding-right: 5px;
	height: 35px;
	width: auto;
}
.riumachi-subtitle-big {
	font-size : 26px;
  line-height : 1.5em;
  letter-spacing : 0.05em;
  color : #db6429;
}
.riumachi-tex-box {
	width: 100%;
	float: left;
	padding-top: 30px;
	font-size : 16px;
  line-height : 1.7em;
  letter-spacing : 0.05em;
}
.riumachi-ten-list,.riumachi-kaku-list {
   list-style-type:none;
}
.riumachi-ten-list li {
  padding-left:10px;
background-image:url("../images/m-content/m_con_ten.png");
background-repeat:no-repeat;
background-position:0px 13px;
	margin-bottom: 10px;
	 line-height : 1.5em;
}
.riumachi-kaku-list li {
  padding-left:20px;
background-image:url("../images/riumachi/list_kaku.png");
background-repeat:no-repeat;
background-position:0px 6px;
background-size:14px 14px;	
	margin-bottom: 10px;
	 line-height : 1.5em;
}
.riumachi-taisei-haikei {
	float: left;
	width: 100%;
	background-repeat: no-repeat,no-repeat;
	background-position: left bottom,right top;
	background-size: 100%,150px 410px;
	background-image: url("../images/m-content/m_con_img02.png"),url("../images/riumachi/taisei_og_haikei.png");
	margin-bottom: 30px;
	padding-bottom: 230px;
}
.riumachi-wakubox-r {
	width: 80%;
	float: right;
   border: 1px solid #D8CCC7;
   padding-top: 40px;
   padding-bottom: 40px;
	padding-left: 5%;
	padding-right: 5%;
   background-color: #FFFFFF;
	border-radius : 30px 0px 0px 30px;
	margin-right: 5%;
	margin-left: 5%;
	margin-top: 60px;
	margin-bottom: 40px;
	max-width: 880px;
}
.riumachi-taisei-list {
	font-size: 18px;
	line-height: 1.5em;
	letter-spacing: 0.05em;
	padding-bottom: 20px;
}
.riumachi-chui_haikei {
	width: 80%;
	float: left;
	padding-top: 40px;
	margin-left: 5%;
	margin-right: 5%;
	padding-left: 5%;
	padding-right: 5%;
	padding-bottom: 40px;
	background : #938173;
	margin-bottom: 100px;
}
.riumachi-chui_l {
	width: 100%;
	float: left;
	padding-right: 0%;
}
.riumachi-chui_r {
	width: 100%;
	float: left;
	padding-left: 0%;
}
.riumachi-chui-list {
	list-style-type:none;
	font-size: 18px;
	line-height: 1.6em;
	letter-spacing: 0.05em;
}
.riumachi-chui-list li {
	padding-left: 23px;
background-image:url("../images/m-content/m_con_maru.png");
background-repeat:no-repeat;
background-position:0px 8px;
	padding-bottom: 35px;
}
/*膠原病疾患---------------*/
.dese-innar-2box-l {
	width: 100%;
	float: left;
    padding-right: 0%;
	font-size : 16px;
  line-height : 1.7em;
  letter-spacing : 0.06em;
}
.dese-innar-2box-r {
	width: 100%;
	float: left;
    padding-left: 0%;
	font-size : 16px;
  line-height : 1.7em;
  letter-spacing : 0.06em;
	padding-top: 20px;
}
.dese-towa-tex {
	font-size : 18px;
  line-height : 1.7em;
  letter-spacing : 0.06em;
}
.dese-towa-copy {
	font-size : 23px;
  line-height : 1.5em;
  letter-spacing : 0.06em;
	color : #DB6329;
	padding-bottom: 20px;
}
.dese-towa-img {
	text-align: center;
	padding-top: 30px;
}
.dese-2box-wrap {
	width: 100%;
	float: left;
    padding-top: 30px;
}
.dese-towa-tatebar {
	background-image: none;
	background-repeat: no-repeat;
	background-position: left top;
}
/*膠原病疾患一覧------*/	
.dise-ichiran-haikei {
	float: left;
	width: 100%;
	background-repeat: no-repeat;
	background-position: right top;
	background-image: url("../images/kogenbyo/dise_ichiran_haikei.png");
	background-size: 150px 550px;
	margin-bottom: 0px;
}
.dise-ichran-wakubox {
	float: right;
	width: 80%;
   border: 1px solid #D8CCC7;
   padding-top: 40px;
   padding-bottom: 60px;
	padding-left: 5%;
	padding-right: 5%;
   background-color: #FFFFFF;
	border-radius : 30px 0px 0px 30px;
	margin-right: 5%;
	margin-left: 5%;
	margin-top: 80px;
}
.dise-ichran-wakubox table {
	width: 100%;
	border-top: 1px solid #C6AB7A;
	font-size: 16px;
	line-height: 1.5em;
	letter-spacing: 0.05em;
}
.dise-ichran-wakubox td {
	width: 100%;
	float: left;
	border-bottom: 1px solid #C6AB7A;
	vertical-align: top;
	padding-top: 10px;
	padding-bottom: 10px;
}
/*代表的な膠原病疾患--------*/	
.dise-br-haikei {
	width: 88%;
	float: left;
   padding-top: 60px;
   padding-bottom: 20px;
	padding-left: 6%;
	padding-right: 6%;
   background-color: #705B50;
	margin-bottom: 100px;
}
.dise-3box-wrap {
	width: 100%;
	float: left;
   padding-bottom: 0px;
	display: flex;
 justify-content: space-between;
	flex-wrap: wrap;
}
.dise-3box {
	width: 94%;
	float: left;
   background : #FFFFFF;
	border: 1px solid #D8CCC7;
	border-radius : 16px;
	padding-top: 10px;
	padding-left: 3%;
	padding-right: 3%;
	margin-bottom: 40px;
}
.dise-3box-title-r,.dise-3box-title-g,.dise-3box-title-y {
	width: 100%;
	float: left;
	background-repeat: no-repeat;
	background-position: center top;
	background-size: cover;
	font-size : 24px;
  line-height : 1.5em;
  letter-spacing : 0.05em;
  color : #FFFFFF;
	font-family: "vdl-logomaru", sans-serif;
font-weight: 400;
font-style: normal;
	text-align: center;
	padding-top: 25px;
	padding-bottom: 30px;
}
.dise-3box-title-r {
	background-image: url(../images/kogenbyo/dise_title_haikei_r.png);
}
.dise-3box-title-g {
	background-image: url(../images/kogenbyo/dise_title_haikei_g.png);
}
.dise-3box-title-y {
	background-image: url(../images/kogenbyo/dise_title_haikei_y.png);
}
.dise-3box-title-en {
	 font-size : 21px;
  line-height : 1.3;
  letter-spacing : 0.01em;
	font-family: "futura-pt", sans-serif;
font-weight: 600;
font-style: normal;
	padding-top: 40px;
}
.dise-3box-tex {
	width: 98%;
	float: left;
	padding-left: 1%;
	padding-right: 1%;
	font-size : 15px;
  line-height : 1.5em;
  letter-spacing : 0.05em;
	padding-top: 15px;
	padding-bottom: 20px;
	border-bottom: 1px solid #ADA19A;
}
.dise-3box-bo-r,.dise-3box-bo-g,.dise-3box-bo-y {
	width: 100%;
	float: left;
	font-size : 18px;
  line-height : 1.5em;
  letter-spacing : 0.06em;
	text-align: center;
	font-weight: 600;
}
.dise-3box-bo-r a,.dise-3box-bo-g a,.dise-3box-bo-y a {
	width: 100%;
	float: left;
	display: block;
	font-size : 18px;
	line-height : 1.5em;
	letter-spacing : 0.06em;
	text-align: center;
	padding-top: 18px;
	padding-bottom: 18px;
	text-decoration: none;
	background-repeat: no-repeat;
	background-position: right 65%;
}
.dise-3box-bo-r a {
		color : #DB6429;
	background-image: url(../images/kogenbyo/dise_yaji_r.png);
}
.dise-3box-bo-g a {
		color : #49685D;
	background-image: url(../images/kogenbyo/dise_yaji_g.png);
}
.dise-3box-bo-y a {
		color : #DB6429;
	background-image: url(../images/kogenbyo/dise_yaji_y.png);
}
.dise-3box-bo-r a:hover,.dise-3box-bo-g a:hover,.dise-3box-bo-y a:hover {
	color : #422C1C;
}
	
/*スタっフ紹介-医師紹介------*/
.staf-doc-wakubox {
	width: 80%;
	float: left;
	border: 1px solid #D8CCC7;
	padding-top: 40px;
	padding-bottom: 50px;
	padding-left: 5%;
	padding-right: 5%;
	background-color: #FFFFFF;
	border-radius : 0px 30px 30px 0px;
	margin-left: 5%;
	margin-right: 5%;
	margin-top: 60px;
	margin-bottom: 60px;
}
.staf-doc-aisatu-box {
	width: 100%;
	float: left;
	padding-top: 240px;
	padding-right: 0%;
	font-size: 16px;
	letter-spacing: 0.08em;
	line-height: 1.7em;
	background-image: url(../images/staff/sp_doc_photo.png);
	background-repeat: no-repeat;
	background-position: top center;
	background-size: 100%;
}
.staf-doc-name {
	text-align: right;
	padding-top: 10px;
}
.staf-pro-haikei {
	float: left;
	width: 100%;
	background-repeat: no-repeat;
	background-position: right top;
	background-image: url("../images/staff/doc_br_haikei.png");
	background-size: 150px 511px;
	margin-bottom: 0px;
}
.staf-pro-wakubox {
	float: right;
	width: 82%;
   border: 1px solid #D8CCC7;
   padding-top: 0px;
   padding-bottom: 30px;
	padding-left: 5%;
	padding-right: 5%;
   background-color: #FFFFFF;
	border-radius : 30px 0px 0px 30px;
	margin-right: 5%;
	margin-left: 5%;
	margin-top: 60px;
}
.staf-pro-ryakureki {
	width: 100%;
	font-size: 16px;
	line-height: 1.6em;
	letter-spacing: 0.06em;
}
.staf-pro-ryakureki th {
	text-align: left;
	width: 100%;
	float: left;
	vertical-align: top;
	font-size: 15px;
	letter-spacing: 0.03em;
	border-right: 0px solid #705b50;
	white-space: nowrap;
	padding-top: 10px;
}
.staf-pro-ryakureki td {
	width: 100%;
	float: left;
	vertical-align: top;
	padding-bottom: 10px;
	padding-left: 0%;
	border-bottom: 1px solid #705b50;
}
.staf-shikaku-tex-box {
	width: 100%;
	float: left;
	padding-top: 30px;
	font-size : 16px;
  line-height : 1.6em;
  letter-spacing : 0.05em;
}
.m-con-line-box li {
  padding-left:10px;
background-image:url("../images/m-content/m_con_ten.png");
background-repeat:no-repeat;
background-position:0px 13px;
	margin-bottom: 5px;
}
.staf-shikaku-tex-box ul {
	 list-style-type:none;
}
.staf-shikaku-tex-box li {
  padding-left:10px;
background-image:url("../images/m-content/m_con_ten.png");
background-repeat:no-repeat;
background-position:0px 13px;
	margin-bottom: 8px;
}
.staf-sikaku-2box {
	width: 100%;
	float: left;
}
.staf-sikaku-1box {
	width: 100%;
	float: left;
	padding-bottom: 0px;
}

.staf-jusho-l {
	width: 100%;
	float: left;
	padding-right: 0%;
}
.staf-jusho-r {
	width: 100%;
	float: left;
	padding-left: 0%;
	text-align: center;
	padding-bottom: 30px;
	padding-top: 20px;
}
.staf-jusho-l table {
	width: 100%;
}
.staf-jusho-l th {
	text-align: left;
	width: 100%;
	float: left;
	vertical-align: top;
	font-size: 15px;
	letter-spacing: 0.03em;
	line-height: 1.3em;
	border-right: 0px solid #422C1C;
}
.staf-jusho-l td {
	width: 100%;
	float: left;
	vertical-align: top;
	padding-bottom: 15px;
	padding-left: 0%;
}
.staf-jusho-come {
	font-size: 15px;
	line-height: 1.6em;
	letter-spacing: 0.05em;
	padding-top: 10px;
}
.staf-jusho-l sup {
	font-size: 12px;
}
/*スタッフ紹介-実績・著書・論文*/
.jiseki-tex01 {
	width: 100%;
	float: left;
	font-size : 17px;
  line-height : 1.7em;
  letter-spacing : 0.05em;
}
.jiseki-tex-indent {
	text-indent: 1em;
}
.jiseki-imgbox {
	width: 100%;
	float: left;
	padding-top: 30px;
}
/*国際学会発表--------*/
.gakai-wakubox {
	padding-top: 40px;
	margin-bottom: 80px;
}	
.gakai-wrap {
	width: 100%;
	float: left;
	padding-bottom: 0px;
	display: flex;
 justify-content: space-between;
	flex-wrap: wrap;
}
.gakai-innar {
	width: 98%;
	float: left;
	border-left: 2px solid #db6329;
	padding-left: 2%;
	margin-bottom: 25px;
}
.gakai-innar-en {
	width: 98%;
	float: left;
	border-left: 2px solid #db6329;
	padding-left: 2%;
	font-size: 14px;
	line-height: 1.5em;
	letter-spacing: 0.05em;
	font-family: "noto-sans", sans-serif;
font-weight: 400;
font-style: normal;
	margin-bottom: 30px;
}
/*サイトマップ----------*/
	.site-home-sp {
	padding-left: 40px;
}
.site-link-wrap {
	width: 100%;
	float: left;
	display: flex;
 justify-content: space-between;
	flex-wrap: wrap;
}
.site-link-1st,.site-link-oya {
	width: 100%;
	float: left;
	font-size : 17px;
	line-height : 1.5em;
	letter-spacing : 0.05em;
	color : #705b50;
	padding-bottom: 5px;
	margin-top: 0px;
	border-bottom: 1px solid #C6AB7A;
	font-weight: 600;
	margin-bottom: 20px;
}
.site-link-1st {
	background-image: url(../images/sitemap/saite_yaji.png);
	background-repeat: no-repeat;
	background-position: right center;
}
.site-link-1st a,.site-link-2nd a {
	text-decoration: none;
	color : #705b50;
}
.site-link-1st:hover,.site-link-2nd a:hover {
	text-decoration: none;
	color : #DB6329;
}
.site-link-1st img,.site-link-oya img {
	vertical-align: middle;
	padding-right: 5px;
	width: 30px;
	height: auto;
}
.site-link-2nd {
	width: 100%;
	float: left;
	font-size : 16px;
	line-height : 1.5em;
	letter-spacing : 0.05em;
    font-weight: 600;
	padding-top: 0px;
	padding-bottom: 10px;
}
.site-link-2nd ul {
   list-style-type:none;
	padding-left: 1em;
}
.site-link-2nd li {
  padding-left:22px;
background-image:url("../images/sitemap/list_maru.png");
background-repeat:no-repeat;
background-position:0px 6px;
	margin-bottom: 10px;
	 line-height : 1.5em;
}
	

	
	/*アンカーポイント----------*/
.anchor {
	height: 1px;
display: block;
padding-top: 90px;
margin-top: -90px;
}

/*テンプレートここから----------------------------------------------------*/
.container {
	width: 90%;
	display: block;
	clear: both;
	margin-left: 5%;
  margin-right: 5%;
  padding-left: 0px;
	padding-right: 0px;
}	
/*スマホdrawerメニュー*/
body .drawer .drawer--left {
  display: block;
  z-index: 10;
  }
  .header {
  display: block;
}

/*テンプレート用ダミーボックス*/
.content-100box {
width: 100%;
	float: left;
  height: 300px;
}
/*ヘッダ・グローバルナビ------*/ 
.hed-all-wrap {
  width: 100%;
  float: left;
	background-color: #FFFFFF;
}
.main-title-left {
  width: 6%;
 float: left;
	background-color: #FFFFFF;
	margin-top: 60px;
}

.main-titlehaikei-wrap {
	width: 94%;
	float: left;
	background-image:url("../images/temp/maintitle_haikei.jpg");
	background-repeat: no-repeat;
	background-position: right bottom;
	background-size: 180%;
	border-radius : 0px 0px 0px 50px;
	margin-top: 60px;
}
/*PCグローバルナビ*/
.hed-nav-wrap {
	position: fixed;
	width: 100%;
	float: left;
	z-index: 999;
	top: 0;
	left: 0;
	display: none;
justify-content: space-between;
}
.hed-rogo {
  width: 9.5%;
  float: left;
}

.hed-right {
    width: 65%;
	float: left;
	min-width: 890px;
}

/*PCグローバルナビ*/
.nav-wrap {
  width: 100%;
 float: left;
  display: none;
}
.menu {
  position: relative;
  width: 100%;
  float: left;
		display: none;
 justify-content: flex-end;
}
/*h1テキスト----------*/
.hed-freetex {
	width: 100%;
 float: left;
	padding-top: 5px;
	padding-bottom: 15px;
	text-align: right;
  font-size: 13px;
	line-height: 1.3em;
	letter-spacing: 0.05em;
  color: #FFFFFF;
	display: none;
}
/*メインタイトル--------*/

.main-title {
	width: 84%;
	float: right;
	padding-right: 3%;
	padding-left: 3%;
	background : rgba(2, 15, 10, 0.75);
	padding-top: 20px;
	padding-bottom: 15px;
	margin-bottom: 40px;
	margin-top: 40px;
}
.main-title-jp {
	font-size :24px;
	line-height : 1.3em;
	letter-spacing : 0.05em;
	padding-bottom: 5px;
	border-bottom: 1px solid #FFFFFF;
	font-weight: 600;
	color: #FFFFFF;
}
.main-title-jp-long {
	font-size :18px;
	line-height : 1.3em;
	letter-spacing : 0.05em;
	padding-bottom: 5px;
	border-bottom: 1px solid #FFFFFF;
	font-weight: 600;
	color: #FFFFFF;
}
.main-title-jp-s {
	font-size : 16px;
}
.main-title-en {
	font-size : 18px;
	line-height : 1.3;
	letter-spacing : 0.02;
	color: #FFFFFF;
	text-align: right;
	font-family: "noto-sans", sans-serif;
   font-weight: 400;
   font-style: normal;
}
.pankuzubox {
	float: left;
	width: 97%;
	font-size : 13px;
    color : #705B50;
	line-height: 1.5em;
	letter-spacing: 0.05em;
	padding-right: 3%;
	padding-top: 15px;
	padding-bottom: 20px;
	text-align: right;
	background-color: #FFFFFF;
	display: none;
	}

/*フッタ-------*/
footer,section {
  width: 100%;
  float: left;
 }
	
 .futa-haikei {
	float: left;
	width: 92%;
	 padding-top: 60px;
	padding-bottom: 25px;
	padding-left: 4%;
	padding-right: 4%;
	background-color : #dc5e24;
	background-image: url(../images/temp/futa_haikei.png);
	background-repeat: no-repeat;
	background-position: left top;
	background-size: 100% auto;
}

.futa-wrap-01 {
  width: 100%;
  float: left;
 }
.futa-rogo {
	width: 100%;
	float: left;
	color: #FFFFFF;
	font-size : 18px;
  line-height : 1.3em;
  letter-spacing : 0.05em;
 }
.futa-rogo span {
	text-align: right;
	display: block;
 }
.futa-kamoku {
	font-size : 14px;
  line-height : 1.3em;
  letter-spacing : 0.05em;
	padding-bottom: 5px;
 }
.futa-line {
	border-bottom: 1px solid #FFFFFF;
	padding-bottom: 3px;
 }
.futa-name-en {
	font-size : 14px;
  line-height : 1.3em;
  letter-spacing : 0.05em;
	padding-left: 0;
	padding-top: 5px;
 }
 .futa-address {
	font-size : 15px;
  line-height : 1.7em;
  letter-spacing : 0.08em;
	padding-bottom: 0px;
	 padding-top: 5px;
}
.futa-tel {
	width: 100%;
	float: right;
	text-align: center;
	padding-top: 20px;
 } 
.futa-wrap-02 {
  width: 100%;
  float: left;
	padding-top: 20px;
	
 }
.futa-left {
	float: left;
	width: 100%;
	padding-top: 10px;
}
.futa-center {
	float: left;
	width: 100%;
	padding-top: 20px;
}
.futa-right {
	float: left;
	width: 100%;
	padding-top: 20px;
}
.futa-wrap-02-aki {
  width: 2.35%;
  float: left;
	max-width: 40px;
	display: none;
 }
.futa-wrap-02-aki02 {
  width: 3.35%;
  float: left;
	max-width: 50px;
	display: none;
 }
/*MAP-google-------*/
.futa-map {
  width: 100%;
  float: left;
 }
.futa-map img {
  width: 100%;
  height: auto;
 }

.futa-google {
  width: 100%;
  float: left;
	color: #FFFFFF;
	padding-top: 15px;
	font-size : 14px;
  line-height : 1.6em;
  letter-spacing : 0.05em;
 }
.futa-google img {
  vertical-align: middle;
	padding-right: 10px;
 }
.futa-google  a:link,.futa-google  a:visited,.futa-google  a:active {
 color : #FFFFFF;
 text-decoration: none;
}
.futa-google a:hover{
 color: #422c1c;
 text-decoration: none;
}
/*アクセス--------*/
.futa-access-box {
float: left;
	width: 100%;
  color : #FFFFFF;
}
.futa-access-box img {
   vertical-align: middle;
	padding-right: 10px;
}
.futa-access-box p {
   padding-bottom: 20px;
}
/*時間表-----------*/
  .futa-jikan-wrap {
  width:96%;
  float: left;
	  background : #FFFFFF;
	  padding-top: 10px;
	  padding-left: 2%;
	  padding-right: 2%;
	  border-radius : 5px;
 }
.futa-jikanhyo {
  width: 100%;
  float: left;
	background : #FFFFFF;
	padding-bottom: 20px;
 }
.futa-jikanhyo table {
    width: 100%;
}
.futa-jikanhyo td img {
   vertical-align: middle;
	padding-bottom: 5px;
}
.futa-jikan-title {
    color: #FFFFFF;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 1em;
	width: 40%;
	font-size: 15px;
	letter-spacing: 0.08em;
	line-height: 1.5em;
}
.futa-jikan-week {
    color: #FFFFFF;
	 text-align: center;
	width: 10%;
}
.futa-jikan-time {
	padding-top: 8px;
	padding-bottom: 8px;
	padding-left: 1em;
	color : #422c1c;
	font-size: 14px;
	letter-spacing: 0.03em;
	line-height: 1.5em;
}
.futa-jikan-line {
	border-bottom: 1px solid #422c1c;
}
.futa-jikan-kensa {
	 font-size: 12px;
	letter-spacing: 0.03em;
	line-height: 1.5em;
	color : #422c1c;
}

.futa-jikanhyo-kyushin {
	padding-top: 10px;
	font-size: 13px;
	letter-spacing: 0.05em;
	line-height: 1.5em;
	 color : #422c1c;
	padding-right: 0.5em;
	text-align: right;
}

/*futa問診票--------*/

.futa-monshin-bana {
	width: 100%;
	float: left;
 }

/*futaリンク*/
.futa-link-title {
  float: left;
  width: 100%;
  padding-top: 15px;
  padding-bottom: 0px;
  display:none;
  align-items:center;
	font-size: 26px;
line-height: 1.5em;
letter-spacing: 0.06em;
	}
.futa-link-title:after {
  margin-left:20px;
  border-top:1px solid #FFFFFF;
  content:"";
  flex-grow:1;
	}
.futa-link {
	float: left;
	width: 89%;
	padding-left: 11%;
	color: #FFFFFF;
	font-size : 15px;
  line-height : 1.5em;
  letter-spacing : 0.05em;
	display: none;
	}

.futa-link a {
 color : #FFFFFF;
 text-decoration: none;
}
.futa-link a:hover {
 color: #422c1c;
 text-decoration: none;
}
#futa-copyright {
  clear: both;
  width: 100%;
  padding-top: 10px;
  padding-bottom: 60px;
  text-align: center;
  font-size : 14px;
  line-height : 1.5em;
  letter-spacing : 0.03em;
}

/*ページトップボタン----*/
#page-top {
  position: fixed;
	right: 10px;
  z-index: 99999;
}
#page-top img {
    width: 60px;
	height: auto;
}	
/*サイドナビ------------*/
.sidenav-box {
	position: fixed;
	top: 320px;
	right: 0;
	display: none;
	overflow: hidden;
	margin: 0;
	-webkit-transform: translateY(-45%);
	transform: translateY(-45%);
    z-index: 30;
	clear: both;
}

/*スマホ固定お知らせ-------*/
#futa-kotei-wrap {
  float: left;
  width: 100%;
  position: fixed;
  bottom: 0;
  display: block;
}
.futa-kotei-innar {
  float: left;
  width: 33.333%;
}
		

/*デザイン関連共通*/
.icon-center {
	vertical-align: middle;
}
.toka {
}
.sp-img {
}
.moji-18 {
	font-size: 18px;
	line-height: 1.7em;
	letter-spacing: 0.05em;
}
.moji-20 {
	font-size: 19px;
	line-height: 1.7em;
	letter-spacing: 0.05em;
}
/*pcとスマホで改行を変える*/
.br-pc { 
  display:none; 
}
.br-sp { 
  display:block; 
}
	
	
	
/*メディアクエリ閉じタグ--------*/
}
