@charset "utf-8";
/* CSS Document */

html {
	font-size: 62.5%;
}

body {
	font-family: "Noto Sans JP", sans-serif, "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", "MS PGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro";
	font-size: 1.6rem;
	line-height: 1.8;
	word-wrap: break-word;
	overflow-wrap: break-word;
	min-width: 1024px;
	-webkit-text-size-adjust: 100%;
}

h2 {
	font-family: "Noto Serif JP", serif;
	font-size: 2.8rem;
	line-height: 1.5;
	text-align: center;
	padding-bottom: 16px;
	margin: 30px 0 40px;
	position: relative;
	letter-spacing: 0.3em;
}

h2::after {
	content: '';
	border-bottom: 6px solid #7ac1ab;
	border-radius: 9999px;
	position: absolute;
	bottom: 0;
	left: 50%;
	transform: translateX(-50%);
	width: 60px;
}

h3 {
	font-family: "Noto Serif JP", serif;
	font-size: 2.2rem;
	font-weight: 700;
	line-height: 1.8;
	color: #17664f;
	margin-bottom: 20px;
	clear: both;
	text-align: left;
}

h4 {
	font-size: 2.0rem;
	line-height: 1.5;
	padding: 10px;
	margin: 30px 0;
	clear: both;
	background-color: #dfefe8;
}

*:not(h2, h3, h4, h5) + h3, 
*:not(h2, h3, h4, h5) + h4 {
	margin-top: 50px;
}

h5 {
	border-top: 1px solid;
	border-bottom: 1px solid;
	font-size: 18px;
	line-height: 1.5;
	padding: 10px 0;
	margin: 30px 0;
	clear: both;
}

*:not(h2, h3, h4, h5) + h5 {
	margin-top: 40px;
}


p {
	margin-bottom: 30px;
}

table {
	width: 100%;
	margin-bottom: 30px;
	word-break: break-all;
	word-wrap: break-word;
}

table tr th {
	border: 1px solid;
	padding: 30px;
	text-align: left;
	vertical-align: top;
}

table tr td {
	border: 1px solid;
	padding: 30px;
	vertical-align: top;
	background: #FFF;
}

table tr td *:last-child {
	margin-bottom: 0;
}

ul {
	margin-bottom: 30px;
}

ul li {
	padding-left: 26px;
	position: relative;
}

ul li::before {
	content: '';
	width: 10px;
	height: 10px;
	border-radius: 100%;
	position: absolute;
	left: 8px;
	top: calc(1em - 6px);
}

ol {
	margin: 0 0 30px 26px;
}

ol li {
	padding-left: 0;
	position: static;
}

ul li + li, 
ol li + li {
	margin-top: 15px;
}

li ul {
	margin: 10px 0 0;
}

li ol {
	margin: 10px 0 0 26px;
}

iframe {
	border: none;
}

hr {
	height: 1px;
	border: none;
	border-top: 1px solid;
	margin: 50px 0;
	clear: both;
}

a {
	text-decoration: underline;
}

a:hover {
	text-decoration: none;
}

a img {
	backface-visibility: hidden;
}

a:hover img {
	filter: Alpha("opacity=80");
	opacity: 0.8;
}

button {
	line-height: 1.8;
}

video {
	max-width: 100%;
	height: auto;
}


/*__________ TAB-SP __________*/
@media screen and (max-width: 959px) {}


/*__________ TAB __________*/
@media screen and (max-width: 959px) and (min-width: 768px) {

	body {
		min-width: 768px;
	}

}


/*__________ SP __________*/
@media screen and (max-width: 767px) {

	body {
		/* min-width: 100%; */
		min-width: 320px;
	}

	table tr th, 
	table tr td {
		padding: 20px;
	}

}


/* --------------------------------------------------------------
WRAP,HEADER,FOOTER
-------------------------------------------------------------- */
#wrap {
	position: relative;
}

#wrap.followpage {
	background: url(../images/common/bgFollow.webp) no-repeat;
	background-attachment: fixed;
	/*background-size: cover;*/
	background-position: right top;
	background-size: 1200px 590px;
}
/*__________ TAB __________*/
@media screen and (max-width: 959px) and (min-width: 768px) {
	#wrap.followpage {
		background-size: 640px 315px;
	}
}
/*__________ SP __________*/
@media screen and (max-width: 767px) {
	#wrap.followpage {
		background-size: 480px 236px;
	}
}




header ul {
	margin: 0;
}

header ul li {
	padding-left: 0;
	position: static;
}

header ul li::before {
	content: none;
}

header ul li + li {
	margin-top: 0;
}

header p, 
footer p {
	margin-bottom: 0;
}

#header {
	position: -webkit-sticky;
	position: sticky;
	top: 0;
	z-index: 97;
}

#header.fixed {
	/*box-shadow: -1px 1px 1px rgba(0,0,0,0.2);
	box-shadow: -1px 5px 15px rgba(0,0,0,0.1);*/
}


#headerArea {
	min-width: 1024px;
	margin: 0 auto;
	padding: 20px 12px 0;
	display: grid;
	grid-template-columns: auto auto;
	column-gap: 20px;
}

#headerArea p.logo {
	max-width: 450px;
}

#headerArea p.logo a {
	display: block;
	text-decoration: none;
	color: #333;
	font-family: "Noto Serif JP", serif;
	padding: 10px 0 20px 86px;
	line-height: 1.5;
	font-size: 2.0rem;
	font-weight: bold !important;
	background: url("../images/common/headparts.png") no-repeat;
	background-position: left top;
	background-size: 80px 80px;
}
/*__________ TAB __________*/
@media screen and (max-width: 959px) and (min-width: 768px) {
	#headerArea p.logo {
		max-width: 390px;
	}
}
/*__________ SP __________*/
@media screen and (max-width: 767px) {
	#headerArea p.logo {
		max-width: 260px;
	}
}



/* ハンバーガーグロナビ */
.header {
  position: relative;
}

.hamburger {
  position: fixed;
  top: 20px;
  right: 30px;
  z-index: 100;
  width: 48px;
  height: 48px;
  border: none;
  background: transparent;
  cursor: pointer;
}

.hamburger__line {
  position: absolute;
  left: 11px;
  width: 26px;
  height: 2px;
  background-color: #333;
  transition: all .4s;
}

.hamburger__line:nth-of-type(1) {
  top: 14px;
}
.hamburger__line:nth-of-type(2) {
  top: 23px;
}
.hamburger__line:nth-of-type(3) {
  top: 32px;
}

/* メニューオープン時 */
.hamburger.active .hamburger__line:nth-of-type(1) {
  transform: translateY(9px) rotate(-45deg);
}
.hamburger.active .hamburger__line:nth-of-type(2) {
  opacity: 0;
}
.hamburger.active .hamburger__line:nth-of-type(3) {
  transform: translateY(-9px) rotate(45deg);
}

.nav {
  position: fixed;
  top: 0;
  left: 0;
  width: 300px;
  height: 100vh;
  background-color:rgba(122, 193, 171, 0.9);
  /*box-shadow: 2px 0 4px rgba(0,0,0,.1);*/
  transform: translateX(-100%);
  transition: transform .4s;
  z-index: 90;
}

.nav.active {
  transform: translateX(0);
}

#nav-menu .menu {
  height: 100vh;
	overflow-y: auto;
}

.nav ul {
  margin: 0;
  padding: 30px 10px 0;
  list-style: none;
}
.nav ul ul {
  padding: 10px 10px 0;
}

.nav ul li {
  padding: 15px 20px;
}
.nav ul li::before {
	display: none;
}

.nav ul li + li {
  margin-top: 0;
}

.nav ul li a { 
	color: #FFF;
	text-decoration: none;
	line-height: 110%;
	display: block;
}
.nav ul li a span { 
	display: block;
	font-size: 12px;
}
.nav ul li a:hover { 
	color: rgba( 255, 255, 255, 0.7);
}





/*__________ SP __________*/
@media screen and (max-width: 767px) {
	
	.hamburger {
	  top: 0;
	  right: 5px;
	}
	
	.nav {
	  width: 190px;
	}
	.nav ul li {
	  padding: 10px 5px;
	}
}




/* 多言語プラグインの国旗アイコン */
.gtranslate_wrapper {
	position: fixed;
	right: 20px;
	top: 80px;
	z-index: 9999;
}
a.glink img {border: solid 1px #CCC !important;}
/*__________ SP __________*/
@media screen and (max-width: 767px) {
	.gtranslate_wrapper {
		right: 10px;
		top: 50px;
	}
}




#footerArea {
	width: 1024px;
	margin: 0 auto;
	padding: 50px 12px;
	display: grid;
	grid-template-columns: 430px auto;
	grid-column-gap: 30px;
	text-align: left !important;
}

#footerArea #footAdd p.logo {
	margin-bottom: 15px;
}

#footerArea #footAdd p.logo img {
	width: 400px;
}
/*__________ SP __________*/
@media screen and (max-width: 767px) {
	#footerArea #footAdd p.logo img {
		width: 280px;
	}
}

#footerArea #footAdd p strong {
	font-size: 2.2rem;
	font-family: "Noto Serif JP", serif;
	line-height: 150%;
}

#footerArea #footAdd #footFree {
	background-color: #fff;
	border-radius: 10px;
	font-size: 1.4rem;
	padding: 20px;
	margin-top: 20px;
	font-family: "Noto SansJP", sans-serif;
	text-align: left;
}

#footerArea #footAdd #footFree p.tit {
	padding: 5px 10px;
	margin-bottom: 10px;
	font-weight: bold;
	font-size: 1.8rem;
	background-color: #1f8f51;
	color: #FFF;
}

#footerArea #footAdd #footFree img {
	width: 130px;
	height: 130px;
	float: left;
	margin: 0 20px 0 0;
}

/*__________ SP __________*/
@media screen and (max-width: 767px) {
		#footerArea #footAdd #footFree img {
		width: 150px;
		height: 150px;
		float: none;
		display: block;
		margin: 0 auto 10px;
	}	
}


#footerArea #footCont #footNav ul {
	display: flex;
	flex-wrap: wrap;
	margin: -10px 0 30px -20px;
}

#footerArea #footCont #footNav ul li {
	font-size: 1.4rem;
	margin: 10px 0 0 20px;

}

#footerArea #footCont #footNav ul li::before {
	top: 7px;
}

#copy p {
	padding: 10px 0;
	font-family: "Noto Serif JP", serif;
	font-size: 1.2rem;
	color: #999;
	text-align: center;
}

p#fixedBtn {
	position: fixed;
	top: 70%;
	right: 10px;
	transform: translateY(-50%);
	z-index: 96;
}

p#fixedBtn img {
	border-radius: 100%;
	width: 200px;
}


#pageTop p {
	position: fixed;
	right: 10px;
	bottom: 10px;
	margin-bottom: 0;
	z-index: 96;
	display: block;
}

#pageTop p a {
	border-radius: 100%;
	display: block;
}

#pageTop p a img {
	border-radius: 100%;
	width: 44px;
}


/*__________ TAB-SP __________*/
@media screen and (max-width: 959px) {

	#headerArea {
		padding: 0 10px;
	}

	#headerArea #headCont {
		display: none;
	}

	#headerArea button#btnMenu {
		display: block;
		justify-self: end;
	}

	#headerArea button#btnMenu img {
		width: 46px;
	}


	#footerArea {
		padding: 50px 10px;
	}

	#copy p {
		padding: 10px;
	}

}


/*__________ TAB __________*/
@media screen and (max-width: 959px) and (min-width: 768px) {

	#headerArea {
		min-width: 768px;
	}

	#headerArea p.logo a {
		padding: 15px 0 20px 66px;
		font-size: 1.8rem;
		background-position: left 13px;
		background-size: 60px 60px;
	}

	#footerArea {
		width: 768px;
		grid-template-columns: 330px auto;
	}

	#footerArea #footAdd p.logo img {
		width: 306px;
	}

	#copy p {
		width: 768px;
	}

}


/*__________ SP __________*/
@media screen and (max-width: 767px) {

	#headerArea {
		min-width: 320px;
	}

	#headerArea p.logo a {
		padding: 5px 0 10px 46px;
		font-size: 1.2rem;
		background-position: left 3px;
		background-size: 40px 40px;
	}

	#footerArea {
		width: auto;
		min-width: 320px;
		max-width: 520px;
		display: block;
	}

	#footerArea #footAdd {
		margin-bottom: 20px;
		text-align: center;
	}

	#footerArea #footAdd p strong {
		font-size: 2.0rem;
	}

	#footerArea #footCont #footNav ul {
		display: none;
	}

	#copy p {
		width: auto;
		min-width: 320px;
		max-width: 520px;
		text-align: left;
	}

}


/* --------------------------------------------------------------
CONTENT
-------------------------------------------------------------- */
.waku1 {
	border: 1px solid;
	padding: 30px;
	margin-bottom: 30px;
	clear: both;
	background: #FFF;
}

.waku2 {
	padding: 30px;
	margin-bottom: 30px;
	clear: both;
}

.waku1 > *:first-child:not(.flList), 
.waku2 > *:first-child:not(.flList) {
	margin-top: 0;
}

.waku1 > *:last-child, 
.waku2 > *:last-child {
	margin-bottom: 0;
}

.waku1::before, 
.waku1::after, 
.waku2::before, 
.waku2::after {
	content: '';
	display: table;
}

.waku1::after, 
.waku2::after {
	clear:both;
}

table.respTable2 tr {
	border-bottom: 1px solid;
}

table.respTable2 tr:first-child {
	border-top: 1px solid;
}

table.respTable2 tr th, 
table.respTable2 tr td {
	border: none;
}

table.respTable2 tr th {
	background-color: transparent;
	text-align: left;
	vertical-align: top;
	padding: 30px 30px 30px 0;
}

table.respTable2 tr td {
	padding: 30px 0 30px 30px;
}

table.csTime tr th, 
table.csTime tr td {
	text-align: center;
	padding: 20px;
}

table.csTime tr th {
	border: none;
}

table.csTime tr td {
	border-right: none;
	border-left: none;
	font-size: 2.2rem;
	line-height: 100%;
}

table.csTime tr td:first-child {
	font-size: 1.6rem;
	font-weight: bold;
}

/*__________ SP __________*/
@media screen and (max-width: 767px) {
	table.csTime tr th, 
	table.csTime tr td {
		padding: 10px;
	}
	table.csTime tr td {
		font-size: 1.6rem;
	}
	table.csTime tr td:first-child {
		font-size: 1.6rem;
	}
}

.frameBox {
	margin-bottom: 30px;
}

.facebook{
	overflow-x: auto;
}

iframe.wp-embedded-content {
	max-width: 100%;
}

p.swipeAtt {
	display: none;
}

.anc {
	padding-top: 100px;
	margin-top: -100px;
}

.anc *:last-child {
	margin-bottom: 0;
}

.anc::before, 
.anc::after {
	content: "";
	display: table;
}

.anc::after {
	clear:both;
}

img.rc {
	border-radius: 20px;
}

img.ci {
	border-radius: 100%;
}

ul.columnBox {
	display: grid;
	grid-row-gap: 30px;
	margin-bottom: 30px;
}

ul.columnBox.aic {
	align-items: center;
}

ul.columnBox > li {
	padding-left: 0;
	position: static;
}

ul.columnBox > li > *:last-child {
	margin-bottom: 0;
}

ul.columnBox > li::before {
	content: none;
}

ul.columnBox > li + li {
	margin-top: 0;
}

ul.columnBox.column2 {
	grid-template-columns: repeat(2, 1fr);
	grid-column-gap: 48px;
}
/*__________ SP __________*/
@media screen and (max-width: 767px) {
	ul.columnBox.column2 {
		grid-column-gap: 10px;
	}
}

ul.columnBox.column3 {
	grid-template-columns: repeat(3, 1fr);
	grid-column-gap: 44px;
}

ul.columnBox.column4 {
	grid-template-columns: repeat(4, 1fr);
	grid-column-gap: 48px;
}

ul.columnBox li p.ph {
	margin-bottom: 10px;
}

ul.columnBox li p.name {
	padding-left: 30px;
	position: relative;
}

ul.columnBox li p.name::before {
	content: '';
	border-bottom: 6px solid;
	border-radius: 4px;
	position: absolute;
	top: 9px;
	left: 0;
	width: 20px;
}

.phColumn2 {
	display: grid;
	column-gap: 30px;
	margin-bottom: 30px;
}

.phColumn2.phL {
	grid-template-columns: 300px auto;
}

.phColumn2.phR {
	grid-template-columns: auto 300px;
}

.phColumn2 p.ph {
	margin-bottom: 0;
}

.phColumn2 .sent *:first-child:not(.flList) {
	margin-top: 0;
}

.phColumn2 .sent > *:last-child {
	margin-bottom: 0;
}

.flow {
	background: no-repeat center bottom / 30px 20px;
	padding-bottom: 50px;
}

.phColumn2.phL.flow {
	background-position: left 135px bottom;
}

.phColumn2.phR.flow {
	background-position: right 135px bottom;
}

ul.flList {
	display: flex;
	flex-wrap: wrap;
	margin: -15px 0 30px -30px;
}

ul.flList li {
	margin: 15px 0 0 30px;
}
/*__________ SP __________*/
@media screen and (max-width: 767px) {
	ul.flList {
		margin: -15px 0 30px -20px;
	}
	
	ul.flList li {
		margin: 15px 0 0 10px;
	}
}


.iconTraffic {
	background-repeat: no-repeat;
	background-position: left top;
	background-size: 80px 80px;
	padding-left: 110px;
	min-height: 80px;
	margin-bottom: 30px;
}

.waku1.iconTraffic, 
.waku2.iconTraffic {
	background-position: left 30px top 30px;
	padding-left: 140px;
}

/*.que, 
.ans {
	background-repeat: no-repeat;
	background-position: left top;
	background-size: 50px 50px;
	position: relative;
	min-height: 40px;
}

.que > *:last-child, 
.ans > *:last-child {
	margin-bottom: 0;
}

.que {
	padding: 5px 0 0 52px;
	font-weight: bold;
	margin-bottom: 20px;
}

.ans {
	border-top: 1px solid;
	padding: 25px 0 0 52px;
	margin-bottom: 40px;
}

.waku2 .ans {
	border-color: #fff;
}

.que .icon, 
.ans .icon {
	font-size: 3.0rem;
	font-weight: bold;
	color: #fff;
	line-height: 1;
	margin-bottom: 0;
	position: absolute;
	left: 0;
}

.que .icon {
	top: 0;
}

.ans .icon {
	top: 20px;
}

.numBox {
	counter-reset: num;
}

.numBox > *:last-child {
	margin-bottom: 0;
}

.numBox .numTit {
	font-size: 2.4rem;
	font-weight: bold;
	padding: 10px 0 0 66px;
	position: relative;
	min-height: 56px;
}

.numBox .numTit .num {
	border-radius: 10px;
	line-height: 1;
	text-align: center;
	width: 56px;
	min-height: 56px;
	padding: 5px;
	position: absolute;
	top: 0;
	left: 0;
	display: grid;
	align-items: center;
}*/


/*__________ TAB-SP __________*/
@media screen and (max-width: 959px) {

	.youtube iframe, 
	.ggmap iframe, 
	.ggcal iframe, 
	.instagram iframe {
		max-width: 100%;
	}

	.anc {
		padding-top: 46px;
		margin-top: -46px;
	}

}


/*__________ TAB __________*/
@media screen and (max-width: 959px) and (min-width: 768px) {

	ul.columnBox.column4 {
		grid-template-columns: repeat(2, 214px);
		justify-content: center;
	}

}


/*__________ SP __________*/
@media screen and (max-width: 767px) {

	.waku1, 
	.waku2 {
		padding: 20px;
	}

	table.respTable tr th, 
	table.respTable tr td {
		display: block;
		width: 100%!important;
		border-top: none;
	}

	table.respTable tr:first-child th, 
	table.respTable tr:first-child td:first-child {
		border-top: 1px solid;
	}

	table.respTable2  tr th, 
	table.respTable2  tr td {
		border: none;
		display: block;
		padding: 0 0 10px;
		width: 100%!important;
	}

	table.respTable2  tr th:first-child, 
	table.respTable2  tr td:first-child {
		padding: 20px 0 10px;
	}

	table.respTable2  tr td:last-child {
		padding: 0 0 20px;
	}

	p.swipeAtt {
		display: block;
		margin-bottom: 2px;
		font-size: 12px;
	}

	.swipeTable {
		display: block;
		overflow-x: auto;
		margin-bottom: 30px;
	}

	.swipeTable table {
		width: 100%;
		min-width: 600px;
		margin-bottom: 0;
	}

	.ggmap {
		position: relative;
		padding: 30px 0 56.25%;
		height: 0;
		overflow: hidden;
	}

	.ggcal {
		position: relative;
		padding: 30px 0 100%;
		height: 0;
		overflow: hidden;
	}

	.youtube{
		position: relative;
		padding-bottom: 56.25%;
		height: 0;
		overflow: hidden;
	}

	.instagram {
		position: relative;
		padding-bottom: 120%;
		/*padding-top: 30px;*/
		height: 0;
		overflow: hidden;
	}

	.youtube iframe, 
	.ggmap iframe, 
	.ggcal iframe, 
	.instagram iframe {
		position: absolute;
		top: 0;
		left: 0;
		height: 100%;
	}

	ul.columnBox.column2, 
	ul.columnBox.column3, 
	/*ul.columnBox.column4*/ {
		grid-template-columns: initial;
		justify-content: center;
	}
	
		ul.columnBox.column4 {
		grid-template-columns: repeat(2, 160px);
		justify-content: center;
		grid-column-gap: 36px;
	}

	.phColumn2.phL, 
	.phColumn2.phR {
		grid-template-columns: auto;
		row-gap: 30px;
		justify-content: center;
	}

	.phColumn2 p.ph {
		text-align: center;
	}

	.phColumn2.phL p.ph {
		order: 2; 
	}

	.phColumn2.phL .sent {
		order: 1; 
	}

	.phColumn2.phL.flow, 
	.phColumn2.phR.flow {
		background-position: center bottom;
	}

	.iconTraffic {
		background-position: center top;
		padding-left: initial;
		padding-top: 100px;
		min-height: initial;
	}

	.waku1.iconTraffic, 
	.waku2.iconTraffic {
		background-position: center top 20px;
		padding: 120px 20px 20px;
	}

}



/* WEB予約ボタン */
#webReserve {
	display: block;
	width: 200px;
	height: 200px;
	position: fixed;
	right: 10px;
	bottom: 20%;
	margin-bottom: 0;
	z-index: 96;
}
#webReserve a {
	border-radius: 100%;
}
#webReserve a img {
	border-radius: 100%;
}

/*__________ TAB __________*/
@media screen and (max-width: 959px) and (min-width: 768px) {
	#webReserve {
		width: 120px;
		height: 120px;
		bottom: 20%;
	}
}
/*__________ SP __________*/
@media screen and (max-width: 767px) {
	#webReserve {
		width: 100px;
		height: 100px;
		bottom: 60px;
	}
}




/* 決済ロゴ横並び */
ul.paylogo {
	margin-bottom: 0;
	margin-top: -20px;
}
ul.paylogo li {
	display: inline-block;
	padding-left: 15px;
}
ul.paylogo li::before {
	display: none;
}
ul.paylogo li img {
	/*width: auto;
	height: 40px;*/
}



/* リンクボタン */
p.btn a {
	border-radius: 30px;
	text-decoration: none;
	padding: 10px;
	display: grid;
	grid-template-columns: auto 20px ;
	column-gap: 10px;
	align-items: center; 
	justify-content: center;
	max-width: 400px;
	margin: 0 auto;
	position: relative;
}
p.btn a::after {
	content: '';
	background: no-repeat center center / contain;
	height: 20px;
}



/* 診療時間用テーブル */
.normalTable {
	margin-bottom: 10px;
}
.normalTable th {
	padding: 20px;
	font-weight: bold;
	color: #00706d;
	background-color: #eff4f2;
	border: 1px solid #36ac8d;
	vertical-align: middle;
	width: 50%;
	text-align: center;
	font-weight: bold;
}
.normalTable td {
	padding: 20px;
	font-size: 1.8rem;
	color: #333;
	text-align: left;
	border: 1px solid #36ac8d;
	font-weight: bold;
}
/*__________ SP __________*/
@media screen and (max-width: 767px) {
	.normalTable th,
	.normalTable td {
		display: block;
		width: 100%;
	}
	.normalTable td {
		border-top: none;
	}
}



/* スマホの時だけ電話番号タップで電話 */
/* PCなど（画面幅が768px以上の場合） */
@media screen and (min-width: 768px) {
  .tel-link {
    pointer-events: none;    /* リンクを無効化 */
    cursor: default;         /* マウスカーソルを通常のものに */
    color: inherit;          /* 文字色を継承してただのテキストに見せる */
    text-decoration: none;   /* 下線を消す */
  }
}