@charset "UTF-8";

/* 後で消す */
/*
#clinic {margin-top: 200px;}
#access,#monshin,#time,#doctorsfile,#surgery,#feature,#purpose,#news,#sns,#topcover,#others,#map,#movie  {display:none;}
*/


/* ==================== index ==================== */

#header {
	height: 130px;
}
#header-clinic ul li{
	width: 130px;
}
.scroll #header{
	height: 100px;
}
.scroll #header-clinic ul li{
	width: 100px;
}
#footer {
	margin-top: 0;
}
#TSUKAHARA_TXT #logo-sub {
	display: block;
}
#header-info {
	top: 42px;
}

#purpose {
	font-family: "hannari";
	text-align: center;
	border: 1px solid #95702C;
	max-width:754px;
	margin: 5vw auto;
}
#purpose a{
	padding: 4vw;
	display: block;
	text-decoration: none !important;
	aspect-ratio: 1 / 1;
	margin:0 auto;
	text-align: center;
	display: flex;
	align-items: center;
	justify-content: center;
}

#purpose .title {
	font-size:2.53rem;
	margin-bottom: 3.2vw;
	letter-spacing: -0.3em;
	color:#000;
}
#purpose .maincopy {
	font-family: "hannari";
	font-size: 4rem;
	line-height: 160%;
	margin-bottom: 5vw;
	color: #95702C;
}
#purpose .maincopy .dash{
	font-size:1.86rem;
	letter-spacing: -0.3em;
	display: flex;
	justify-content: center;
	align-items: center;
	margin: 1.5vw auto 0 auto;
	line-height: 1.2;
}
#purpose .maincopy .dash::before,
#purpose .maincopy .dash::after {
  content: '';
  height: 1px;
  background-color: #95702C;
  width: 10%;
}
#purpose .copy {
	font-size: 2rem;
	line-height: 2;
	color:#000;
	margin-bottom:4vw;
}
#purpose .more {
	letter-spacing: 1px;
	color:#95702C;
	font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
}
#purpose .more:after{
	content:'';
	display: inline-block;
	width:8px;
	height:8px;
	border-right: 1px solid #95702C;
	border-bottom: 1px solid #95702C;
	transform: rotate(-45deg);
	margin-left:5px;
}
#purpose p {
	margin: 0;
}
#purpose #SPlogo {
	width: 130px;
	margin: 0 auto;
	padding-top: 40px;
}



/* ===== clinic ===== */
.is-annex #clinic-list{
	display: flex ;
	flex-direction: column-reverse;
}

#clinic{
	border-bottom: 1px solid #ddd;
	margin-bottom:  60px;
	color:#151515;
	font-size:0.93rem;
}
#clinic .clinic-box {
	margin-bottom: 100px;
	border:1px solid #95702C;
	background-color:#EEE9DE;
	padding: 60px;
	position:relative;
}
#clinic .clinic-box._annex { /* annex */
	flex-direction: row-reverse;
}
#clinic .clinic-box-txtcol {
	max-width: 450px;
	color: #151515;
	font-size: 0.93rem;
}

#clinic ._annex .clinic-box-txtcol{ /* annex */
	float: right;
}

#clinic .clinic-box-title {
	background-image: url('/c/wp-content/themes/tsukahara/img/cataracts/circle.png');
	background-repeat: no-repeat;
	background-size: auto 99.9%;
	background-position-x: 90%;
	background-position-y: 50%;
	box-sizing: border-box;
	margin-bottom: 8px;
	line-height: 2;
	height: min(168px,17vw);
	padding-top: min(38px,5.7vw);
	font-size: min(2.4rem,3.2vw);
}
#clinic ._annex .clinic-box-title { /* annex */
	background-position-x: min(98%,21vw);
	padding-top: min(42px,5.7vw);
	font-size: min(2.4rem,2.6vw);
}
#clinic .clinic-box-title > span {
	border-bottom: 1px solid #95702C;
	display: inline-block;
}
#clinic .clinic-box-title .hannari {
	font-family: "hannari";
	white-space:nowrap;
}
#clinic .clinic-box-subtitle {
	color: #95702C;
	font-size: 1.2rem;
	font-weight: bold;
	margin-bottom: 1em;
	clear:both;
}
#clinic .clinic-box-imgcol {
	width: 33vw;
	max-width: 540px;
	position: absolute;
	top: -40px;
	left: 59%;
}
#clinic ._annex .clinic-box-imgcol { /* annex */
	left: auto;
	right: 60%;
}
#clinic .clinic-box-img {
	line-height: 0;
	margin:0 auto;
}
#clinic ._annex .clinic-box-img { /* annex */
}
#clinic .clinic-box-img img {
	display: block;
	box-shadow: 0 3px 20px 0 rgba(0, 0, 0, 0.16);
	width: 100%;
}
.font-annex { /* annex */
	letter-spacing: -0.22em;
}

#clinic .consultationtbl{
	margin: 0 0 10px 0;
	width: 100%;
}
#clinic .consultationtbl,
#clinic .consultationtbl td,
#clinic .consultationtbl th{
	border:1px solid #9FA0A0;
	text-align:center;
	vertical-align:middle;
}
#clinic .consultationtbl th{
	width:14.28%;
	background-color:#FAF8F4;
	padding: 4px;
}
#clinic .consultationtbl td{
	background-color:#fff;
	padding: 10px 0;
}
#clinic .consultationtbl td span {
	display: block;
	margin: 5px 5px 0;
}
#clinic .consultationtbl + p{
	margin-bottom:0;
}
/*#clinic .clinic-pickup {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	align-items: flex-start;
	margin-top: 510px;
	margin-bottom: 20px;
}
#clinic .clinic-pickup-item {
	width: 47.5%;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
#clinic .clinic-pickup h3 {
	float: left;
	color: #95702C;
	margin-bottom: 10px;
	width: 9em;
	font-size: 1.2rem;
	font-weight: bold;
}
#clinic .clinic-pickup .btn-wrap {
	float: right;
}*/

@media screen and (max-width: 1118px) {

	#purpose{
	}
	#purpose a{
		padding: 40px 30px 30px 30px;
	}
	#purpose .title{
		font-size: 3vw;
	}
	#purpose .maincopy {
		font-size: 5vw;
	}
	#purpose .maincopy .dash{
		font-size: 2.5vw;
	}
	#purpose .maincopy .dash::before,
	#purpose .maincopy .dash::after {
	}
	#purpose .copy {
		font-size: 2.6vw;
	}
	#purpose p {
	}

	#clinic .clinic-box {
		padding: 4.5%;
		margin-bottom: 5vw;
	}
	#clinic .clinic-box-txtcol,
	#clinic .clinic-box-imgcol{
		position:static !important;
		width: auto;
		max-width:none;
	}
	#clinic ._annex .clinic-box-txtcol{
		float: none;
	}
	#clinic .clinic-box-imgcol{
		margin: 30px 0;
	}
	#clinic .clinic-box-title {
		font-size:1.8rem;
		height: 9rem;
		padding-top: 2.3rem !important;
		background-position-x: 11.5rem;
	}
	#clinic ._annex .clinic-box-title { /* annex */
		font-size:1.8rem;
		background-position-x: 13.5rem;
	}
	.font-annex {
		letter-spacing: -3px;
	}
	#clinic .clinic-pickup {
		margin-top:2em;
	}
}

@media screen and (max-width: 834px) {
	#clinic .clinic-pickup{
		display:block;
	}
	#clinic .clinic-pickup-item {
		width: 100%;
	}
}

@media screen and (max-width: 544px) {
	#purpose{
		margin-top: 0;
	}
	#purpose .title{
		font-size: 4.5vw;
	}
	#purpose .maincopy {
		font-size: 7vw;
	}
	#purpose .maincopy .dash{
		font-size: 4vw;
	}
	#purpose .maincopy .dash::before,
	#purpose .maincopy .dash::after {
	}
	#purpose .copy {
		font-size: 4vw;
	}
	#purpose p {
	}
	#clinic .clinic-box-title {
		font-size:1.5rem !important;
		height: 8rem;
		padding-top: 2.1rem !important;
		background-position-x: 10.5rem !important;
	}
}




/* ===== surgery ===== */
#surgery {
	padding: 0;
}
#surgery .pad {
	padding-top: 0;
	padding-bottom: 0;
}
#surgery .slider>div {
	width: 300px;
	float: left;
	margin: 0 30px 0 0;
}
#surgery .simply-scroll {
	width: 100%;
	height: auto;
	margin-bottom: 60px;
	overflow: hidden;
}
#surgery .simply-scroll .simply-scroll-clip {
	width: 100%;
	height: auto;
}

/* ===== feature ===== */
#feature {
	padding-bottom: 90px;
	border-bottom: 1px solid #ddd;
	margin-bottom: 90px;
}
.feature {
	position: relative;
	overflow: hidden;
}
.feature .feature-img {
	box-shadow: 0 0 15px rgba(0, 0, 0, 0.4);
	display: block;
	width: 100%;
}
.feature img {
	display: block;
	width: 100%;
}
.feature .cataract-point img {
	max-width: 344px;
	margin: 0 auto;
}
.feature p {}
.feature-inner {
	background-color: #EEE9DE;
	border: 1px solid #95702C;
	padding: 7%;
	box-sizing: border-box;
}
.feature-body {
	margin-bottom: 40px;
}

/* ===== movie ===== */
#movie {
	background-color: #EEE9DE;
}
#movie .youtube {
	position: relative;
	padding-bottom: 56.25%;
	height: 0;
	overflow: hidden;
	margin-bottom: 80px;
}
#movie .youtube iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
#movie h3 {
	font-weight: bold;
	color: #95702C;
	margin: 0 0 30px 0;
}
#movie .btn {
	text-align: center;
	font-size: 1rem;
	line-height: 1;
	cursor: pointer;
	color: #fff!important;
	display: block;
	margin: 0 auto;
	padding: 1em;
	background-color: #95702C;
	text-decoration: none!important;
	width: 306px;
}
#movie .btn:after {
	content: '';
	display: inline-block;
	width: 16px;
	height: 16px;
	margin: 0 0 0 10px;
	background-position: center;
	background-image: url(/c/wp-content/themes/tsukahara/img/icon/newpage.png);
	background-repeat: no-repeat;
	background-size: contain;
	text-decoration: none!important;
	transform: rotate(0);
	border: none;
	position: static;
}
@media screen and (max-width:500px) {
	#movie .btn {
		width: auto;
	}
	#movie .youtube {
		margin-bottom: 50px;
	}
}

/* ===== cataract ===== */
#cataract {
	width: 94.5%;
	margin: 0 -5% 150px 0;
	padding: 65px 7% 0 0;
}
#cataract .feature-text {
	width: 50%;
}
#cataract .feature-img {
	width: 45%;
	position: absolute;
	right: 2%;
	top: 15px;
}

/* ===== equipment ===== */
#equipment {
	padding: 60px 0 0 0;
	margin: 0 0 0 -15px;
}
#equipment .feature-inner {
	width: 55%;
	float: right;
}
#equipment .feature-img {
	width: 47%;
	position: absolute;
	z-index: 1;
	top: 20px;
	left: 15px;
}

/* ===== others ===== */
/*#others {
	margin-bottom: 160px;
}
#others .bar {
	background-size: auto 40%;
}
#others .bt-contact .bar {
	background-image: url('/c/wp-content/themes/tsukahara/img/index/icon_contact.svg');
	background-repeat: no-repeat;
	background-position: 22.5% 50%;
}
#others .bt-prevention .bar {
	background-image: url('/c/wp-content/themes/tsukahara/img/index/icon_prevention.svg');
	background-repeat: no-repeat;
	background-position: 18.5% 50%;
}
#others .bt-recruit .bar {
	background-image: url('/c/wp-content/themes/tsukahara/img/index/icon_recruit.svg');
	background-repeat: no-repeat;
	background-position: 28% 50%;
}*/

/* ===== #news, #time, #monshin ===== */
#news, #time, #monshin {
	margin-bottom: 120px;
}

/* ===== news ===== */
#news dt {
	max-width: 24%;
}
#news dd {
	margin-bottom: 0;
}
#news .more {
	font-weight: normal;
}

/* ===== sns ===== */
#sns {}
#sns ul {
	display: flex;
	justify-content: space-between;
	margin: 0 -1% 30px -1%;
}
#sns li {
	max-width: 300px;
	border: 1px solid #95702b;
	margin: 0 1%;
}
#sns li img {
	display: block;
	width: 100%;
}
#sns p {
	text-align: center;
	font-size:1.2rem;
	line-height: 1.6;
}
#sns p br {
	display: none;
}
@media screen and (max-width:500px) {
	#sns ul {
		margin: 0 0 16px 0;
		display: block;
	}
	#sns li {
		margin: 0 auto 20px auto;
		max-width: 80%;
	}
	#sns p br {
		display: block;
	}
	#sns {
		margin-bottom: 60px;
	}
}

/* ===== Doctors File ===== */

#doctorsfile{
	text-align:center;
	margin-bottom:120px;
}
#doctorsfile .doctorsfile-txt p{
color:#151515;
font-size:1.06rem;
}
#doctorsfile .doctorsfile-banner{

}
#doctorsfile .doctorsfile-banner img {
	display:block;
	margin:0 auto;
	width:90%;
	max-width:432px;
}






/* ===== time ===== */
#time {}

#time .clinic{
	text-align:center;
	font-family: "hannari";
	color:#95702C;
	font-size: 1.6rem;
	margin-bottom:60px;
}

#time .time-wrap {
	overflow: hidden;
}

#time .time-table {
	float: left;
	width: 48%;
	font-size: 1.2rem;
}
#time .time-table th,
#time .time-table td {
	padding: 8px 12px;
	text-align: center;
}
#time .time-table td{
}
#time .time-table th {
	border-bottom: 1px solid #95702C;
	padding-top: 0;
}
#time .time-table tr:last-child td {

}
#time .time-table th:first-child,
#time .time-table td:first-child {
	text-align: left;
	letter-spacing: 3px;
	padding-left: 0;
}
#time .time-table tr:nth-child(2) td{
	padding-top: 20px;
}
#time .time-summary {
	float: right;
	width: 46.5%;
	border: 1px solid #95702C;
	padding: 36px;
	letter-spacing: 3px;
	box-sizing: border-box;
}
#time .time-summary ul {
	margin: 0 auto;
	display: table;
}
#time .time-summary li {
	margin-bottom: 16px;
}
#time .time-summary li:last-child {
	margin-bottom: 0;
}
#time .time-summary span {
	display: inline-block;
	padding: 3px 7px;
	background-color: #95702C;
	color: #fff;
	margin-right: 16px;
}
#time .time-summary br {
	display: none;
}

/* ===== button list ===== */
.btn-list{
	padding: 40px 0 40px 0;
	clear:both;
	white-space: nowrap;
}
.btn-list ul{
	display: flex;
	justify-content: space-between;
	gap:20px;
	width:100%;
	margin: 0px;
}
.btn-list ul li{
	margin:0 ;
	width:33%;
}
.btn-list ul li a{
	display: block;
	background-color: #95702C;
	color:#fff;
	padding: 10px 10px 10px 10px;
	text-decoration: none;
	text-align: center;
	position: relative;
	transition:  all .3s ;
}
.btn-list ul li a:hover{
	opacity: 0.8;
}
.btn-list ul li a:after{
	content:'';
	display: inline-block;
	width:8px;
	height:8px;
	border-right: 1px solid #fff;
	border-bottom: 1px solid #fff;
	margin-left:5px;
	position: absolute;
	right:14px;
	top:50%;
	transform: translate(0 , -50%) rotate(-45deg);
}
/* ===== monshin ===== */


/* ===== access ===== */
#access {
	background-color: #EEE9DE;
	padding-bottom: 62px;
	text-align: center;
}
#access .section-sub-title {
	margin-bottom: 25px;
}
#access .clinic{
	font-family: "hannari";
	font-size: 2rem;
	margin-bottom:20px;
	white-space: nowrap;
}

#access .address {
	font-size: 0.93rem;
	line-height: 2.0;
	letter-spacing: 1px;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}
#access .address span{
	display: inline-block;
	margin:0 0.4em;
}
#access .tel {
	font-size: 1.4rem;
	font-weight: bold;
	letter-spacing: 3px;
}
#access .access-map{
	width:100%;
	max-width:400px;
	margin:40px auto;
}
#access .access-map img{
	width:100%;
}
#map {
	padding: 0;
}
#map iframe {
	height: 450px;
	width: 100%;
	vertical-align: bottom;
	/* 下の余白対策 */
}


.container-map{
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
}
.container-map > .cell{
	width: calc( (100% - 80px) / 2 );
	min-width:375px;
	margin: 40px 20px;
}

/* ===== slider ===== */
#topcover {
	position: relative;
	overflow: hidden;
	width: 100%;
	height: 100vh;
}
#copcover .fadechange {
	background: #000;
}
#topcover .item {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	opacity: 0;
	/*
		animation-fill-mode:forwards;
		animation-iteration-count:1;
		*/
}
#topcover .item img {
	display: block;
	width: 100%;
	height: 100vh;
}
#topcover .bg {
	background-position: 50% 50%;
	background-size: cover;
	background-repeat: no-repeat;
	height: 100%;
	width: 100%;
}
#topcover .no_1 .bg {
	background-image: url(/c/wp-content/themes/tsukahara/img/index/slide/01.jpg);
}
#topcover .no_2 .bg {
	background-image: url(/c/wp-content/themes/tsukahara/img/index/slide/02.jpg);
}
#topcover .no_3 .bg {
	background-image: url(/c/wp-content/themes/tsukahara/img/index/slide/03.jpg);
}
#topcover .no_4 .bg {
	background-image: url(/c/wp-content/themes/tsukahara/img/index/slide/04.jpg);
}

#topcover .no_5 .bg {
	background-image: url(/c/wp-content/themes/tsukahara/img/index/slide/05.jpg);
}
#topcover .no_6 .bg {
	background-image: url(/c/wp-content/themes/tsukahara/img/index/slide/06.jpg);
}
#topcover .no_7 .bg {
	background-image: url(/c/wp-content/themes/tsukahara/img/index/slide/07.jpg);
}
#topcover .no_8 .bg {
	background-image: url(/c/wp-content/themes/tsukahara/img/index/slide/08.jpg);
}

/* ===== news ticker ===== */
.news-ticker {
	position: absolute;
	bottom: 98px;
	right: 21px;
	background-color: #fff;
	padding: 15px 15px 0 15px;
	line-height: 1.4;
	max-width: 394px;
	height: 190px;
	border: 1px solid #95702C;
	z-index: 2;
	width:82%;
}
.news-ticker header {
	display: flex;
	width: 100%;
	justify-content: space-between;
	margin: 0 0 10px 0;
}
.news-ticker header .title {
	font-weight: bold;
	font-size: 22px;
	color: #95702C;
}
.news-ticker header .title .en {
	margin-right: 20px;
}
.news-ticker header .title .sub {
	font-weight: normal;
	font-size: 14px;
	color: #333;
}
.news-ticker .slick-slider {
	margin: 0;
}
.news-ticker .slick-list {
	overflow: hidden;
	/* border: 1px solid red; */
}
.news-ticker .slick-dots {
	text-align: center;
}
.news-ticker .slick-dots li {
	width: 8px;
	height: 8px;
	border-radius: 50%;
	overflow: hidden;
	margin: 0 10px;
}
.news-ticker .panel {
	opacity: 0.2;
	width: 100%;
	height: 114px;
	transition: opacity 1s ease-in-out;
	/*border: 1px solid blue;*/
}
.news-ticker .panel.slick-current {
	opacity: 1;
}
.news-ticker .panel a {
	color: #000;
	display: block;
}
.news-ticker .panel .date {
	display: block;
	margin: 0 0 5px 0;
}
.news-ticker .panel .title {
	margin: 0;
	font-weight: bold;
	margin: 0 0 2px 0;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
.news-ticker .more {}
.news-ticker .summary {
	margin: 0;
	display: -webkit-box;
	overflow: hidden;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
}
.news-ticker .more a {
	display: inline-block;
	padding: 7px 40px 7px 20px;
	font-size: 1rem;
	line-height: 1;
	background-color: #95702C;
	cursor: pointer;
	color: #fff;
	transition: all 0.3s ease-out;
	position: relative;
	margin: 0;
}
.news-ticker .more a::before {
	content: '';
	display: inline-block;
	position: absolute;
	right: 15px;
	top: 10px;
	width: 7px;
	height: 7px;
	border-top: 1px solid #fff;
	border-right: 1px solid #fff;
	transform: rotate(45deg);
}
.news-ticker .more a:hover {
	opacity: 0.7;
}

.btn-toplist{
	position: absolute;
	z-index: 5;
	bottom:0;
	left:0;
	width:100%;
	font-size:20px;
}
.btn-toplist ul{
	display: flex;
	margin:0 auto;
	justify-content: center;
	width:90%;
	max-width:960px;
	overflow: hidden;
}
.btn-toplist ul li{
	width:33.3%;
	padding: 6px 0;
	padding:0;
	overflow: hidden;
}
.btn-toplist ul li:first-child{
	border-radius: 8px 0 0 0;
}
.btn-toplist ul li:last-child{
	border-radius:  0 8px 0 0;
}


.btn-toplist ul li:last-child a{
	border-right:none;
}

.btn-toplist ul li a{
	display: block;
	font-family: "hannari";
	color:#fff;
	letter-spacing: 0;
	padding: 21px 20px;
	white-space: nowrap;
	text-align: center;
	border-right:1px solid rgba(255, 255, 255, 0.4);
	background-color: #95702C;
	transition: all .3s;
}
.btn-toplist ul li a:hover{
	background-color: #b79048;
}
.btn-toplist ul li a:after{
	content:'';
	width:6px;
	height:6px;
	display: inline-block;
	border-right:1px solid #fff;
	border-bottom:1px solid #fff;
	transform: rotate(-45deg);
	vertical-align: middle;
	margin-left: 10px;
}

@media screen and (max-width:1000px) {
	.btn-toplist ul li a{
		padding: 12px 20px;
	}
}
@media screen and (max-width:810px) {
	.btn-toplist{
		font-size:16px;
	}
	.btn-list{
		padding:0;
	}
	.btn-toplist ul li{
		width:30%;
	}
	.btn-toplist ul li:last-child{
		width:40%;
	}
	.btn-toplist ul li a{
		padding: 8px 20px;
	}

}
@media screen and (max-width:500px) {
	.news-ticker {
		position: static;
		width: auto;
		margin-bottom: 40px;
		margin: 20px 20px 20px 20px;
		height: 175px;
	}
	.news-ticker .panel {
		height: 105px;
		/*border: 1px solid red;*/
	}
	.btn-toplist{
		font-size:15px
	}
	.btn-toplist ul li{
		width:auto !important;
		border-radius: 0 !important;
	}
	.btn-toplist ul li a{
		padding: 6px 20px;
	}
}

/* ===== contact ===== */

#contact h3{
  color: #95702C;
  font-weight: bold;
}
#contact .container-info{
	border:1px solid #95702C;
	margin: 40px 0;
	color:#95702C;
	padding:14px 0;
	position: relative;
}
#contact .container-info.-contact:after{
	content:'';
	display: block;
	width:16px;
	height:16px;
	position: absolute;
	right:12px;
	bottom:12px;
	background-image: url('/c/wp-content/themes/tsukahara/img/icon/window.svg');
	background-repeat: no-repeat;
	background-position: 50%;
}
#contact .container-info > dl{
	display: flex;
	align-items: center;
	justify-content: center;
}

#contact .container-info > dl > *{
	flex:1;
	padding: 5px 0;
	position: relative;
}
#contact .container-info > dl > dt{
	text-align: center;

}
#contact .container-info > dl > dd{
	text-align: center;
	margin:0;
	border-left:1px solid #95702C;
}
#contact .container-info > dl > dd img{
	display: block;
	max-width:70%;
	margin:0 auto;
}
#contact .container-info > dl > dd.tel table{
	color:#000;
	font-weight: normal;
	font-size: 13px;
	margin:0 auto;
}
#contact .container-info > dl > dd.tel table *{
	text-align: left;
	vertical-align: middle;
	padding: 10px 10px ;
}
#contact .container-info > dl > dd.tel table th{
	
}
#contact .container-info > dl > dd.tel table td{
	font-weight: bold;
	font-size:24px;
	letter-spacing: 0.05em;

}

/* ==================== media ==================== */
@media (max-width: 1250px) {
	#header-info {
		top: 30px;
	}
	.scroll #header-info {
		top: 16px;
	}
	.pad {
		padding: 0 30px;
	}
	.section-title-wrap .more {
		margin-bottom: 30px;
	}
	.feature-base {
		padding: 50px;
	}
	#feature .section-title {
		margin-bottom: 11px;
	}
	/*
	#time .time-table, #time .time-summary {
		float: none;
		width: 85%;
		margin: 0 auto 30px;
		box-sizing: border-box;
	}
	*/
	/* ===== surgery ===== */
	#surgery .simply-scroll {
		margin-bottom: 5vw;
	}
	#surgery .slider>div {
		width: 250px;
		float: left;
		margin: 0 20px 0 0;
	}
}
@media screen and (max-width: 1062px) {
	#others .bt-contact .bar, #others .bt-secondopinion .bar, #others .bt-recruit .bar {
		background-position: 13px 50%;
	}
	#clinic .clinic-box-subtitle{
		margin-top: 2em;
	}
}
@media screen and (max-width: 980px) {
	#time ul.monshin {
		display: block;
	}
	#time ul.monshin li {
		width: auto;
	}
}

/*
		tab
*/
@media screen and (max-width: 834px) {
	/* ===== slider ===== */
	#topcover {
		height: 450px;
	}
	#TSUKAHARA_TXT {
		padding-top: 3px;
	}
	/* ===== surgery ===== */
	#surgery .simply-scroll {
	}
	#surgery .slider>div {
		width: 250px;
		float: left;
		margin: 0 20px 0 0;
	}
	#vision {
		padding-bottom: 100px;
	}
	#vision .section-sub-title {
		margin-bottom: 100px;
	}
	.feature-base {
		padding: 30px;
	}
	#cataract {
		margin-bottom: 0px;
		width: 100%;
		padding-right: 0;
	}
	#equipment {
		margin-left: 0;
	}
	#feature .feature-inner, #feature .feature-text {
		width: auto;
	}
	#feature .feature-img {
		position: static;
		float: none;
		margin: 10px auto 0 auto;
		width: auto;
		box-shadow: 0 0 8px rgba(0, 0, 0, 0.3)
	}
	#feature .feature-body {
		margin-bottom: 40px;
	}
	#feature .feature-text {
		margin-bottom: 30px;
	}
	#others .bt-contact .bar, #others .bt-secondopinion .bar, #others .bt-recruit .bar {
		background-size: auto 13px;
		background-position: 9px 50%;
	}

	/* ===== #news ===== */
	#news dl {
		display: block;
	}
	#news dt, #news dd {
		width: 100%;
	}
	#news dt {
		position: relative;
		max-width: none;
	}
	#news a.btn {
		position: absolute;
		top: 0;
		right: 0;
	}
	#news dt .section-sub-title {
		width: 70%;
		margin-bottom: 20px;
	}
	#news dt .more {
		width: 30%;
		text-align: right;
	}
	#news dd {
		margin-bottom: 65px;
	}
}

/*
		sp
*/
@media screen and (max-width:679px) {
	.pad {
		padding: 0 20px;
	}
	#feature .section-title {
		float: left;
	}
	#feature .section-title-wrap .more {
		float: right;
	}
	#feature .photo {
		box-shadow: none;
	}
	#cataract {
		width: auto;
		margin:0 0 50px 0;
		padding: 0;
	}
	#feature .section-title {
		float: none;
	}
	#equipment {
		margin-left: 0;
		padding-top: 0;
	}
	#cataract-text, #equipment-text {
		width: auto;
		position: static;
		float: none;
	}
	#cataract-img {
		width: auto;
		position: static;
	}
	#cataract-text img {
		display: block;
		width: 80%;
		margin: 0 auto 30px;
	}
	#equipment-img {
		width: auto;
		position: static;
		margin: 30px auto 0 auto;
		top: 0;
	}

}
@media screen and (max-width:500px) {
	#TSUKAHARA_TXT {
		padding-top: 0;
	}
	#topcover{
		margin-top:60px;
	}
	#topcover .fadechange {
		overflow: hidden;
		aspect-ratio: 1167 / 657;
		position: relative;
	}
	#topcover .item img{
		height:auto;
	}
	#topcover {
		margin-bottom: 0px;
		height: auto;
	}
	#vision {
		padding: 0 30px 50px 30px;
		margin-bottom: 35px;
	}
	#vision .section-sub-title {
		margin-bottom: 30px;
	}
	#vision p.pagy-copy {
		margin-top: 0px;
		font-size: 7vw;
	}
	#vision #point img {
		width: 98%;
	}
	#vision #point-copy {
		font-size: 1.05rem;
	}
	#purpose a{

	}
	/* ===== surgery ===== */
	#surgery .simply-scroll {
		margin-bottom: 60px;
	}
	#surgery .slider>div {
		width: 200px;
		float: left;
		margin: 0 15px 0 0;
	}
	/* ===== cataract & feature ===== */
	#cataract, #feature {
		width: auto;
		padding: 0;
	}
	#cataract {
		margin-right: 0;
	}
	#feature {
		margin-bottom: 50px;
	}
	.feature-inner {
		border: none;
		padding: 7% 0 0;
	}
	#feature .feature-img, .feature .feature-img {
		box-shadow: none;
	}
	#feature .feature-text {
		margin-left: 7%;
		margin-right: 7%;
	}
	.feature-base {
		padding: 25px;
	}
	#surgery .section-title {
		margin-bottom: 10px;
	}
	.more a {
		font-size: 3.5vw;
		padding: 2px 10px;
	}
	.more a::after {
		width: 6px;
		height: 6px;
		right: -2px;
	}
	#others {
		margin-bottom: 66px;
	}
	#others ul.cols_3 {
		text-align: center;
	}
	#others ul.grid {
		display: block;
	}
	#others ul.cols_3 li {
		display: inline-block;
		width: 47%;
		padding: 0;
	}
	#others .bt-contact .bar, #others .bt-secondopinion .bar, #others .bt-recruit .bar {
		background-size: auto 10px;
	}
	/* ===== #news, #time, #monshin ===== */
	#news, #time, #monshin {
		margin-bottom: 60px;
	}

	/* ===== #time ===== */
	#time {
		margin-bottom: 65px;
	}
	#time .section-sub-title {
		margin-bottom: 0;
	}
	.btn-toplist{
		position: static;
		margin-top:20px;
	}
	.btn-toplist ul{
		display: block;
		border-radius: 8px;
	}
	.btn-toplist ul li{
		border-bottom:1px solid #C1B49B;
	}
	.btn-toplist ul li:last-child{
		border-bottom:none;
	}
	.btn-toplist ul li a{
		padding: 6px 12px;
		text-align: left;
	}
	.btn-toplist ul li a::after{
		margin-left:4px;
	}

	.btn-list ul{
		display: block;
		margin:0 auto;
		width:90%;
	}
	.btn-list ul li{
		margin: 0px auto 18px auto;
		width: auto;
		display: block;
	}
	.btn-list ul li:last-child{
		margin-bottom:0;
	}

	#contact .container-info > dl{
		flex-direction: column;
	}
	#contact .container-info > dl dd{
		border:none;
	}
	#contact .container-info > dl > dd.tel table td{
		font-size:20px;
	}
	#contact .container-info > dl > dd.tel table,
	#contact .container-info > dl > dd.tel table tr,
	#contact .container-info > dl > dd.tel table td,
	#contact .container-info > dl > dd.tel table th{
		display: block;
	}
	#contact .container-info > dl > dd.tel table th{
		padding:0 0 6px 0;
		text-align: center;
	}
	#contact .container-info > dl > dd.tel table td{
		padding:0;
		text-align: center;
	}

	#clinic .clinic-box-subtitle{
	margin: 2em  0 .5em 0;
	}

	/*
	#time .time-table, #time .time-summary {
		width: 100%;
	}
	#time .time-table th, #time .time-table td {
		padding: 20px 5px;
		font-size: 0.95rem;
	}
	#time .time-table th:first-child, #time .time-table td:first-child {
		width: 100px;
		white-space: nowrap;
	}
	#time .time-summary {
		padding: 30px 20px;
		margin-bottom: 0;
		letter-spacing: 2px;
		font-size: 1.2rem;
		text-align: center;
	}
	#time .time-summary span {
		margin-bottom: 10px;
	}
	*/
	/* ===== #map ===== */
	#map iframe {
		height: 350px;
	}
	#access p {
		font-size: 1.1rem;
	}
	#access p br {
		display: block;
	}
	#access .tel {
		font-size: 1.6rem;
	}
}