@media screen and (max-width: 820px) {

.pc {
	display: none;
}

.sp {
	display: block;
	font-size: 13px;
	font-family: "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "游ゴシック", YuGothic, "メイリオ", Meiryo, sans-serif;
	color: #000;
}

.sp font {
	font-size: 13px;
	font-family: "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "游ゴシック", YuGothic, "メイリオ", Meiryo, sans-serif;
}

.sp img {
	max-width: 100%;
	height: auto;
}

.sp .alignright {
	float: right;
	margin: 0 0 20px 20px;
}

.clear {
 display: inline-table;
 overflow: hidden;
}

/* mac \*/
* html .clear {
 height: 1%;
}
.clear {
 display: block;
}
/* macend */

.sp table {
	font-size: 12px;
}

.sp .header {
	position: relative;
	height: 100px;
	background: url(../img/sp/header_back.png) no-repeat center 0;
	background-size: cover;
}

.sp .header h1 {
	position: relative;
	padding: 15px 0 0 10px;
	text-indent: -9999px;
}

.sp .header h1 a {
	display: block;
	background: url(../img/sp/logo.png) no-repeat 0 0;
	background-size: 220px;
	width: 220px;
	height: 66px;
}

.sp .header .tel {
	position: absolute;
	top: 0;
	right: 50px;
 font-size: 10px;
}

.sp .header .tel img {
	display: block;
	margin: 0 auto;
}

.sp .header .tel a {
	display: block;
	width: 46px;
	height: 44px;
	padding: 4px 2px 2px;
	background-color: #FFF;
	text-decoration: none;
	color: #26A376;
	text-align: center;
}

.menubt {
	display: block;
	margin: 0;
 z-index: 3;
 width: 50px;
 height: 50px;
 display: block;
 right: 0;
 top: 0;
 position: absolute;
	background-color: #26A376;
	cursor: pointer;
}
  
.menubt span {
 width: 36px;
 height: 3px;
 display: block;
 background: #fff;
 border-radius: 0;
 position: absolute;
 right: 5px;
 top: 17px;
 transition: all 0.4s;
 transform: rotate(0deg);
}
  
.menubt .top {
 -webkit-transform: translateY(-250%);
 -ms-transform: translateY(-250%);
 transform: translateY(-250%);
}
  
.menubt .bottom {
 -webkit-transform: translateY(250%);
 -ms-transform: translateY(250%);
 transform: translateY(250%);
}
  
.menubt .menuclick1 {
 transform: rotate(-215deg);
}
  
.menubt .menuclick2 {
 background-color: rgba(255,255,255,0);
}
  
.menubt .menuclick3 {
 transform: rotate(215deg);
}

.menubt .text-menu {
 color: #fff;
 padding-top: 33px;
 text-align: center;
 font-size: 10px;
}

.sp .header nav {
	display: none;
	position: relative;
	width: 100%;
	top: -10px;
	right: 0;
	z-index: 10;
	background-color: #F3FCF9;
	border: 1px solid #CCC;
}

.sp .header nav ul {
	margin: 0;
	padding: 8px;
	list-style: none;
}

.sp .header nav ul li {
	margin: 0 0 8px;
	padding: 0;
}

.sp .header nav ul li:last-child {
	margin: 0;
}

.sp .header nav ul li a {
	display: block;
	padding: 10px;
	background-color: #26A376;
	color: #FFF;
	text-decoration: none;
}

.sp .header nav ul li.parent {
	position: relative;
	padding: 0 10px 0 20px;
}

.sp .header nav ul li.parent:before {
	position: absolute;
	width: 14px;
	height: 4px;
	background-color: #26A376;
	top: 8px;
	left: 0;
	content: "";
}

.sp .header nav ul li.parent ul {
	display: flex;
	flex-wrap: wrap;
	margin: 8px 0 0;
	padding: 0;
}

.sp .header nav ul li.parent ul li {
	width: 48%;
	margin: 0 1% 8px;
}

.sp .header nav ul li.parent ul li a {
	background-color: #FFF;
	border: 2px solid #26A376;
	color: #26A376;
	padding: 6px;
}

/*footer*/
.sp .footer {
	border-top: 2px solid #27A377;
	padding: 0 20px;
	font-size: 12px;
}

.sp .footer dl {
	margin: 10px 0 20px;
}

.sp .footer dl dt {
	font-size: 14px;
	margin-bottom: 4px;
	font-weight: bold;
}

.sp .footer dl dd {
	margin: 0;
}


/*pagetop*/
.pagetop {
	position: fixed;
	bottom: 20px;
	right: 10px;
}

.pagetop img {
	width: 40px;
	height: 40px;
}

/*inner*/
.sp .inner {
	background-color: #FFF;
	padding: 20px;
}

.sp .inner h2 {
	padding: 4px;
	font-size: 18px;
	font-weight: bold;
	position: relative;
	border-bottom: 2px solid #CCC;
}

.sp .inner h2.bk {
	padding-left: 38px;
	border-radius: 8px 8px 0 0;
	background-color: #b2df7f;
}

.sp .inner h2.bk:after {
	position: absolute;
	width: 42px;
	height: 30px;
	background: url(../img/sp/futaba.png) no-repeat 0 0;
	background-size: 42px;
	content: "";
	bottom: -2px;
	left: -12px;
}

.sp .inner h3 {
	position: relative;
	font-size: 15px;
	padding: 4px 8px;
	border-bottom: 3px solid #d8d8d8;
 background: #f9f9f9;
}

.sp .inner h3:before {
  position: absolute;
  bottom: -14px;
  left: 1em;
  width: 0;
  height: 0;
  content: '';
  border-width: 14px 12px 0 12px;
  border-style: solid;
  border-color: #d8d8d8 transparent transparent transparent;
}

.sp .inner h3:after {
  position: absolute;
  bottom: -10px;
  left: 1em;
  width: 0;
  height: 0;
  content: '';
  border-width: 14px 12px 0 12px;
  border-style: solid;
  border-color: #f9f9f9 transparent transparent transparent;
}

.sp .inner div p:last-child {
	margin-bottom: 30px;
}

.sp .inner h2:before {
	position: absolute;
	content: "";
	bottom: -2px;
	left: 0;
	background-color: #26A376;
	width: 100px;
	height: 2px;
}


/*koumoku*/
.koumoku ul {
	margin: 0;
	padding: 0;
	list-style: none;
	display: flex;
	flex-wrap: wrap;
}

.koumoku ul li {
	width: 48%;
	margin: 0 1% 8px;
	padding: 0;
}

.koumoku ul li a {
	display: block;
	padding: 4px;
	color: #000;
	background: url(../img/sp/arrow-01.png) #F3FCF9 no-repeat 96% center;
	background-size: 6px;
	border-bottom: 1px dotted #26A376;
}


/*news*/	
.sp .news table {
	width: 100%;
}

.sp .news table td {
	width: auto;
}

.sp .news table td:nth-of-type(2) {
	white-space: nowrap;
}


/*time*/


/*about*/	
.sp .about .about01 {
	margin: 0;
	width: 100%;
	border-collapse: collapse;
}

.sp .about .about01 th {
	width: 80px;
	font-weight: normal;
	text-align: left;
	vertical-align: top;
	padding: 8px;
	border-bottom: 1px solid #CCC;
}

.sp .about .about01 td {
	padding: 8px;
	border-bottom: 1px solid #CCC;
}

.sp .about .about02 {
	width: 100%;
	margin: 0 0 30px;
}

.sp .about .about02 th {
	display: block;
	text-align: left;
}

.sp .about .about02 td {
	display: block;
	border-bottom: 1px dashed #CCC;
	margin: 0 0 4px;
	padding: 0 0 4px;
}

/*policy*/	
.policy table {
	width: 100%;
}

.policy table td font {
	line-height: 1.6;
}


/*second*/
.second .inner {
	line-height: 1.6;
}

.second .inner h2 {
	border: 2px solid #AAA;
}

.second .inner img {
	max-width: 100%;
	height: auto;
}


/*access*/
.second .inner .map img {
	display: block;
	margin: 0 auto 20px;
}

.accessUl {
	margin: 0 0 20px;
	padding: 0;
	list-style: none;
}

.accessUl li {
	margin: 0 0 6px;
}

/*cataract*/
.second .inner.cataract h2 {
	line-height: 24px;
	background: url(../img/icon_cataract.gif) no-repeat 0 0;
	padding: 0 0 0 30px;
}

.second .inner.cataract p {
	margin: 0 0 30px;
}

.sp .inner.cataract h2:before {
	display: none;
}

.cataractDl {
	margin: 0 0 30px;
}

.cataractDl dt {
  color: #26A376;
		font-weight: 600;
}

.cataractDl dd {
	margin: 0 0 20px;
}

/*cataract*/
.second .inner.diabetes h2 {
	line-height: 24px;
	background: url(../img/icon_diabetes.gif) no-repeat 0 0;
	padding: 0 0 0 30px;
}

.sp .inner.diabetes h2:before {
	display: none;
}

.second .inner.diabetes p {
	margin: 0 0 30px;
}

.diabetesDl {
	margin: 0 0 30px;
}

.diabetesDl dt {
  color: #26A376;
		font-weight: 600;
}

.diabetesDl dd {
	margin: 0 0 20px;
}


/*eyelids*/
.second .inner.eyelids h2 {
	line-height: 24px;
	background: url(../img/icon_eyelids.gif) no-repeat 0 0;
	padding: 0 0 0 30px;
}

.sp .inner.eyelids h2:before {
	display: none;
}

.second .inner.eyelids p {
	margin: 0 0 30px;
}


/*glaucoma*/
.second .inner.glaucoma h2 {
	line-height: 24px;
	background: url(../img/icon_glaucoma.gif) no-repeat 0 0;
	padding: 0 0 0 30px;
}

.sp .inner.glaucoma h2:before {
	display: none;
}

.second .inner.glaucoma p {
	margin: 0 0 30px;
}

.glaucomaDl {
	margin: 0 0 30px;
}

.glaucomaDl dt {
  color: #26A376;
		font-weight: 600;
}

.glaucomaDl dd {
	margin: 0 0 20px;
}

/*hospital*/
.second .inner.hospital p {
	margin: 0 0 30px;
}

.second .inner.hospital table {
	width: 100%;
	margin: 0 auto 20px;
}

/*laser*/
.second .inner.laser h2 {
	line-height: 24px;
	background: url(../img/icon_laser.gif) no-repeat 0 0;
	padding: 0 0 0 30px;
}

.sp .inner.laser h2:before {
	display: none;
}

.second .inner.laser p {
	margin: 0 0 30px;
}

.laserUl {
	margin: 40px 0;
	padding: 0;
	list-style: none;
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
}

.laserUl li {
	width: 30%;
	margin: 0 2% 20px;
	padding: 0;
	border: 2px solid #CCC;
	padding: 4px 10px;
	border-radius: 100vh;
	text-align: center;
}

/*laser*/
.second .inner.myopia h2 {
	line-height: 24px;
	background: url(../img/icon_myopia.gif) no-repeat 0 0;
	padding: 0 0 0 30px;
}

.sp .inner.myopia h2:before {
	display: none;
}

.second .inner.myopia p {
	margin: 0 0 30px;
}

.myopiaDl {
	margin: 0 0 30px;
}

.myopiaDl dt {
  color: #26A376;
		font-weight: 600;
}

.myopiaDl dd {
	margin: 0 0 20px;
}

/*operation*/
.second .inner.operation p + h3 {
	margin-top: 40px;
	margin-bottom: 20px;
}

.operationTb01 {
	width: 100%;
	margin: 0 0 20px;
	font-size: 12px !important;
}

.operationTb01 td {
	font-size: 12px;
}

.scroll {
	overflow-x: scroll;
}

.operationOl {
	margin: 0 0 30px;
	padding: 0 20px;
}

.operationOl li {
	margin: 0 0 10px;
}

/*privacy*/
.privacy ul {
	padding: 0 20px;
}

.privacy ul li {
	margin: 0 0 10px;
}

.pv {
	border: 1px solid #fc4128;
	padding: 20px;
	color: #fc4128;
}

.pv p {
	margin: 0 !important;
}



}