@media screen and (max-width:750px){
#wrapper {
	width: 100%;
	max-height: 100%;
}
body{
	-webkit-text-size-adjust:100%;
}
img {
	max-width : 100% ;
	height : auto ;
}
/* スマホ以外を非表示 */
.hidden_pc{	display:none;}
.hidden_sp{	display:block;}
/***********************/
/* 共通                */
/***********************/
.pc_left,
.pc_right{
	float:none;
}
.sp_left{
	float:left;
}
.sp_right{
	float:right;
}
/* 矢印画像の大きさ　*/
.arrow-size{
	height:12px;
}
p{
	font-size: 90%;
}
h1{
	font-size: 120%;
	text-align: center;
}
h2{
	font-size: 150%;
}
h3 {
	font-size:90%;
	text-align: left;
}

h4{
}
h4:before {/*�^���v�f*/
}
h5{
	line-height:1.5rem;
	font-size: 60%;
}
/***********************/
/* ヘッダー            */
/***********************/
header{
	background: white;
}
/* ナビ */
header div.pc_left a img{
	padding: 0;
	width:100%;
	background: #fff3e7;
}
header div.pc_right{
	padding: 0;
	width:70%;
	height: auto;
	line-height: 1.8rem;
	margin-left: auto;
	margin-right: auto;
}
/* メニュー用 */
nav.globalMenuSp {
    position: fixed;
    z-index: 2;
    top: 0;
    left: 0;
    background: #fff;
    color: #000;
    text-align: center;
    transform: translateY(-100%);
    transition: all 0.6s;
    width: 100%;
}

nav.globalMenuSp ul {
    background: #ccc;
    margin: 0 auto;
    padding: 0;
    width: 100%;
}

nav.globalMenuSp ul li {
    font-size: 1.1em;
    list-style-type: none;
    padding: 0;
    width: 100%;
    border-bottom: 1px dotted #333;
}

/* 最後はラインを描かない */
nav.globalMenuSp ul li:last-child {
    padding-bottom: 0;
    border-bottom: none;
}

nav.globalMenuSp ul li a {
    display: block;
    color: #000;
    padding: 1em 0;
}

/* このクラスを、jQueryで付与・削除する */
nav.globalMenuSp.active {
    transform: translateY(0%);
}

.navToggle {
    display: block;
    position: fixed;    /* bodyに対しての絶対位置指定 */
    right: 13px;
    top: 12px;
    width: 42px;
    height: 51px;
    cursor: pointer;
    z-index: 3;
    background: #666;
    text-align: center;
}

.navToggle span {
    display: block;
    position: absolute;    /* .navToggleに対して */
    width: 30px;
    border-bottom: solid 3px #eee;
    -webkit-transition: .35s ease-in-out;
    -moz-transition: .35s ease-in-out;
    transition: .35s ease-in-out;
    left: 6px;
}

.navToggle span:nth-child(1) {
    top: 9px;
}

.navToggle span:nth-child(2) {
    top: 18px;
}

.navToggle span:nth-child(3) {
    top: 27px;
}

.navToggle span:nth-child(4) {
    border: none;
    color: #eee;
    font-size: 9px;
    font-weight: bold;
    top: 34px;
}
/* 最初のspanをマイナス45度に */
.navToggle.active span:nth-child(1) {
    top: 18px;
    left: 6px;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

/* 2番目と3番目のspanを45度に */
.navToggle.active span:nth-child(2),
.navToggle.active span:nth-child(3) {
    top: 18px;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    transform: rotate(45deg);
}
/***********************/
/* メイン部            */
/***********************/
/* メインメニューの案内画像　*/
table.main_info{
}
table.main_info td a img{
	width:45%;
	padding:1em;
}

/***********************/
/* 中央コンテンツ　*/
/***********************/
#contents {
	width:100%;
}
#main_contents{
	width:100%;
}
/* メインメニューの案内画像　*/
div.main_info a img{
	width:45%;
	padding:0.3em;
}
/* コンテンツブロック　*/
div.contents1,
div.contents2,
div.contents3,
div.contents4{
	height: auto;
}
div.contents1,
div.contents2,
div.contents3,
div.contents4{
	padding:0.3rem 0.5rem ;
}

#main_contents_L,
#main_contents_R{
	clear: both;
	width:100%;
}
#main_contents_L img{
}
#main_contents_R img{
	width:98%;
}
#main_contents_L1{
	width:100%;
	clear: both;
	padding-right: 0;
}
#main_contents_L2{
	width:100%;
	clear: both;
}
#main_contents_L1 img,
#main_contents_L2 img {
    width: 100%;
}
/* シータ           */
#theta{
	margin-left: 0;
}

/* スタッフ 募集            */
.sp_wid98 {
	width: 98%;
}
table.bosyu td {
	white-space:normal;
}
/* 医師紹介 */
ul.staff {
	width: 80%;
  border-radius :8px;/*角の丸み*/
  box-shadow :0px 0px 5px silver;/*5px=影の広がり具合*/
  padding:0.5rem;
	margin:1rem auto;
}
ul.staff li {
  line-height: 1.2;
  padding: 0.2em 0;
}
img.staff_img{
	margin:0 ;
}
div#contents img.img_cont{
	width: 90%;
}

/***********************/
/* 　フッター　*/
/***********************/
footer{
	background: white;
}
footer div.pc_left a img{
	width: 100%;
}
/***********************/
/* �t�b�^�[            */
/***********************/
.navbar_sp {
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-align-items: center;
	align-items: center;
	position:fixed;
	bottom: 0;

}
.svg_nav{
	height: 90px;
	width: 90px;
	padding-right: 0.5em;
}



}
