@charset "utf-8";

/* CSS Document */

body {
  color: rgb(51, 51, 51);
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  line-height: 1;
  text-align: left;
  background: #FFF;
}

a:hover img {
  opacity: 0.64;
}

nav a:hover {
  opacity: 0.8;
}

h2 a, h3 a {
  text-decoration: none;
}

h2 a:hover img, h3 a:hover img {
  opacity: 1;
}

div:after, ul:after, dl:after, .ac:after {
  content: "";
  display: block;
  clear: both;
}

img {
  max-width: 100%;
  height: auto;
}

.slide {
  position: relative;
}

.slide .image {
  width: 100%;
  height: 100%;
  position: relative;
}

.slide .image li {
  width: 100%;
  height: 100%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  top: 0;
  left: 0;
}


/* header */

.header {
  position: relative;
}

.header nav li {
  font-weight: bold;
  text-align: center;
  letter-spacing: 0.2em;
}

.header nav li a {
  display: block;
  padding: 1em 0;
  text-decoration: none;
  box-sizing: border-box;
  border-bottom: 1px solid rgba(0, 0, 0, 0.12);
}

.header nav li:first-child {
  border-bottom: 1px solid rgba(0, 0, 0, 0.12);
}
.header nav li:first-child .title{
  border-bottom: 1px solid rgba(0, 0, 0, 0.12);
}

.header nav li li:first-child {
  border-bottom: none;
}

.header nav li li a {
  border-bottom: none;
  padding: 0;
}

.header .slide {
  width: 100%;
  height: 100%;
}


/* footer */

footer {
  box-shadow: 0px 0px 0.5em 1px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0px 0px 0.5em 1px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0px 0px 0.5em 1px rgba(0, 0, 0, 0.1);
}

.footer {
  padding: 4em 4em 4em;
}

.footer .left address {
  margin: -0.5em 0;
  line-height: 2;
  letter-spacing: 0.1em;
}

.footer .left .copylight {
  margin-top: 3em;
  line-height: 1;
}

.footer nav li {
  display: block;
}

.footer nav a {
  text-decoration: none;
}


/* 共通*/

.link a {
  display: block;
  box-sizing: border-box;
  width: 32em;
  margin: 0 auto;
  background: rgba(0, 0, 0, 0.64);
  color: #FFF;
  font-family: "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Meiryo UI", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", Avenir, "Open Sans", "Helvetica Neue", Helvetica, Arial, Verdana, Roboto, sans-serif;
  line-height: 4;
  letter-spacing: 0.5em;
  text-align: center;
  text-decoration: none;
}

.link a:hover {
  opacity: 0.8;
  transition: 0.5s;
}

.link a span {
  padding-left: 1.5em;
  background: url(../img/arw02.png) center left / 1rem no-repeat;
}

.explanation {
  position: absolute;
  bottom: 1rem;
  right: 2em;
  color: #FFF;
  text-align: right;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.5);
  letter-spacing: 0.2em;
}

.thum ul {
  height: 21px;
  margin: 0 auto;
  position: absolute;
  bottom: 7px;
  right: 0;
  left: 0;
  z-index: 99;
}

.thum li {
  width: 21px;
  height: 21px;
  float: left;
  text-indent: -9999px;
  cursor: pointer;
  position: relative;
}

.thum li span {
  width: 7px;
  height: 7px;
  text-indent: -9999px;
  border-radius: 50%;
  border: 1px solid #FFF;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  box-sizing: border-box;
}

.thum li:hover span, .thum li.on span {
  background: #FFF;
}

.plan h3 {
  font-size: 150%;
  margin-bottom: 1.25em;
  position: relative;
}

.plan h3 .span {
  display: block;
  width: 6.2em;
	letter-spacing: 0.2em;
	text-indent: 0.2em;
  margin: 0 auto;
}

.plan h3 .span2 {
  display: block;
  width: calc(50% - 3.9em);
  height: 1px;
  background: rgba(0, 0, 0, 0.24) !important;
  margin: auto 0;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
}

.plan h3 .span3 {
  display: block;
  width: calc(50% - 3.9em);
  height: 1px;
  background: rgba(0, 0, 0, 0.24) !important;
  margin: auto 0;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
}

.plan dl dt {
  width: calc((100% - 2em) / 3);
  float: left;
  text-align: left;
  padding: 3px;
  margin-right: 1em;
  border: 1px solid rgba(0, 0, 0, 0.12);
  box-sizing: border-box;
}

.plan dl dt a {
  display: block;
  width: 100%;
  padding-top: calc(100% / 1.5);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.plan dl dd {
  width: calc((100% - 2em) / 1.5);
  float: left;
}

.plan dl dd a.title {
  display: block;
  font-weight: bold;
  line-height: 1.5;
  text-decoration: none;
  margin: -0.25em 0 0.5em;
}

.plan dl dd a:hover {
  text-decoration: underline;
}

.plan dl dd span a{
	display: block;
	background: url(../img/arw01.png) top 0.25em left / 1em no-repeat;
	padding-left: 1.25em;
  font-size: 80%;
  line-height: 1.5;
  text-align: left;
}

.subPage .ancestor img {
  width: 6em;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  z-index: 98;
}

.subPage .plan {
  padding: 3em 0 2em;
  background: rgba(201, 160, 99, 0.12);
}

.subPage .plan h3 span {
  background-color: #f6f0e6;
}

.subPage {
  height: 100%;
}

.subPage .lead {
  position: relative;
  padding: 3rem 0 6em;
  background: url(../img/sdw02.png) top left / 2px repeat-x;
}

.subPage .lead .catch {
  margin: -0.5em 0 calc(3rem - 0.5em);
  line-height: 2;
  letter-spacing: 0.2em;
}

.pageNav {
  text-align: center;
  letter-spacing: 0.05em;
}

.pageNav li {
  display: inline-block;
  position: relative;
  margin-right: 1.5em;
}

.pageNav li:last-child {
  margin-right: 0;
}

.pageNav li::after {
  position: absolute;
  right: -1.5em;
  top: 0%;
  content: "｜";
}

.pageNav li:last-child::after {
  content: "";
}

.pan li {
  display: inline-block;
  position: relative;
  margin-right: 3em;
}

.pan li:last-child {
  margin-right: 0;
}

.pan li::after {
  position: absolute;
  right: -2em;
  top: 0;
  content: "＞";
}

.pan li:last-child::after {
  content: "";
}

.subPage h2 {
  display: inline-block;
  width: 100%;
  margin-bottom: 3.5rem;
  position: relative;
  font-size: 250%;
  letter-spacing: 0.25em;
  text-indent: 0.25em;
  text-align: center;
}

.subPage h2 span {
  display: block;
  margin-bottom: 1rem;
  font-size: 40%;
  letter-spacing: 0.2em;
}

.subPage h2:after {
  width: 6rem;
  height: 1px;
  position: absolute;
  bottom: -1.75rem;
  content: '';
  display: inline-block;
  left: calc(50% - 3rem);
  background-color: #C9A063;
}


.post .date{
	display: inline-block;
	width: 100%;
	margin-bottom: 3.5rem;
	position: relative;
	font-size: 150%;
	letter-spacing: 0.25em;
	text-indent: 0.25em;
	text-align: center;
}
.post .date:after{
	width: 6rem;
	height: 1px;
	position: absolute;
	bottom: -1.75rem;
	content: '';
	display: inline-block;
	left: calc(50% - 3rem);
	background-color: #C9A063;
}

.post .title{
	margin-bottom: 1em;
	font-size: 150%;
	text-align: center;
}

.post .text{
	line-height: 1.75;
	letter-spacing: 0.05em;
	margin:-0.375em 0 calc(-0.375em + 6em);
}

.post .text2{
	line-height: 1.75;
	letter-spacing: 0.05em;
	margin:-0.375em 0 calc(-0.375em + 1.5rem);
}

.post .img{
	margin:0 0 1.5rem;
}

.font {
  font-family: "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Meiryo UI", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", Avenir, "Open Sans", "Helvetica Neue", Helvetica, Arial, Verdana, Roboto, sans-serif;
}


/* index */

#index {
  height: 100%;
}

#index h2 {
  display: inline-block;
  width: 100%;
  position: relative;
}

#index h2:after {
  width: 6em;
  height: 1px;
  position: absolute;
  bottom: 2em;
  content: '';
  display: inline-block;
  left: calc(50% - 3em);
  background-color: #C9A063;
}

#index h2 img {
  margin: 0 auto 4em;
}

#index .a .text {}

/*
#index .a .body{
	position: relative;
	padding-bottom: 6em;
	background: url(../img/bg01.jpg) center top / cover no-repeat;
}
*/

#index .a .a01 {
  margin-bottom: 3em;
}

#index .a .a01 .left p {
  line-height: 1.75;
  letter-spacing: 0.15em;
}

#index .a .a01 .right a {
  background: url(../img/arw01.png) center left / 1em no-repeat;
  padding-left: 1.5em;
}

#index .a .a01 .right li {
  line-height: 2;
}

#index .a .a02 .category {
  display: block;
  margin-bottom: 0.75em;
  font-size: 125%;
  font-weight: bold;
  text-align: center;
  letter-spacing: 0.2em;
  position: relative;
}

#index .a .a02 .category .span {
  display: block;
  width: 8.4em;
  margin: 0 auto;
}

#index .a .a02 .category .span2 {
  display: block;
  width: calc(50% - 4em);
  height: 1px;
  background: rgba(0, 0, 0, 0.24);
  margin: auto 0;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
}

#index .a .a02 .category .span3 {
  display: block;
  width: calc(50% - 4em);
  height: 1px;
  background: rgba(0, 0, 0, 0.24);
  margin: auto 0;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
}

#index .a .a02 .detail span {
  display: block;
  text-align: center;
  margin-top: 1em;
  /*text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.5);*/
}

#index .a .link {
  margin: 6em 0 0;
}

#index .d {
  margin: 1em 0 3em;
}

#index .d p{
  margin-top: 1em;
}

#index .d p:first-child{
  margin-top: 0;
}

#index .d img{
  max-width: 700px;
  margin: 0 auto;
}

#index .b {
  background: url(../img/sdw03.png) top 4.5rem left / 2px repeat-x;
}

#index .b h2 {
  padding-top: 4em;
  background: url(../img/icon01.png) center top / auto 2.5em no-repeat;
}

#index .b .slide .title img {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  z-index: 90;
}

#index .b .slide .link a {
  height: 4em;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}

#index .b .exp {
  box-sizing: border-box;
  padding-top: 1.5em;
  position: relative;
}

#index .b .exp .text {
  margin: -0.375em 0;
  line-height: 1.75;
  letter-spacing: 0.2em;
}

#index .b .exp .text2 {
  margin: -0.375em 0;
  line-height: 1.75;
  letter-spacing: 0.2em;
  text-align: center;
}

#index .b .exp .detail {
  width: 12em;
  border: 1px solid rgba(0, 0, 0, 0.24);
  box-sizing: border-box;
}

#index .b .exp .detail a {
  display: block;
  line-height: 3;
  text-align: center;
  text-decoration: none;
  letter-spacing: 0.2em;
  padding-left: 0.2em;
  position: relative;
}

#index .b .exp .detail a:hover {
  transition: 0.5s;
  background: rgba(0, 0, 0, 0.08);
}

#index .c {
  position: relative;
}

#index .c .body {
  margin-bottom: 2.25em;
}

#index .c .left h2 {
  padding-top: 4em;
  background: url(../img/icon02.png) center top / auto 2.5em no-repeat;
}

#index .c .right h2 {
  padding-top: 4em;
  background: url(../img/icon03.png) center top / auto 2.5em no-repeat;
}

#index .c dt img {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}

#index .c p.text {
  margin-bottom: 2em;
  letter-spacing: .2em;
}

#index .c .body4{
  margin-bottom: 6em;
}

#index .c .body4 .image a{
  display: block;
  padding: 3px;
  border: 1px solid rgba(0, 0, 0, 0.12);
  box-sizing: border-box;
}

#index .c table {
  width: 100%;
}

#index .c th {
  width: 9.3254%;
  background: rgba(201, 160, 99, 0.48);
  color: #fff;
  text-align: center;
  letter-spacing: 0.1em;
  line-height: 3;
}

#index .c td {
  font-family: "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Meiryo UI", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", Avenir, "Open Sans", "Helvetica Neue", Helvetica, Arial, Verdana, Roboto, sans-serif;
}

#index .c td:last-of-type {
  text-align: right;
}

#index .c .ahref {
  display: inline-block;
  line-height: 1.5;
  padding-left: 1.5em;
  position: relative;
}

#index .c .ahref {
  background: url(../img/arw01.png) center left / 1em no-repeat;
}

#index .c .body3 {
  padding-bottom: 36%;
  background: url(../img/bg02.jpg) top center / cover no-repeat;
  position: relative;
}
#index .c .body3 .link {
  height: 4rem;
  margin: auto;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

#index .banner ul{
  text-align: center;
}

#index .banner li a{
  display: block;
  border: 1px solid rgba(0, 0, 0, 0.12);
}


/* access */

#access #access01 {
	margin-bottom: 3em;
}

#access #access02 {
	margin-bottom: 6em;
}

#access #access03 {
	margin-bottom: 6em;
}

#access #access02 h3{
	margin-bottom: 1em;
	text-align: center;
	letter-spacing: 0.2em;
	font-size: 125%;
}

#access .contents table {
  border-bottom: 1px solid rgba(0, 0, 0, 0.12);
	width: 100%;
	letter-spacing: 0.05em;
}

#access .contents table th, #access .contents table td {
  padding:1em 0;
  border-top: 1px solid rgba(0, 0, 0, 0.12);
  font-weight: normal;
}

#access .contents .left table th{
	width: 12em;
}
#access .contents .right table th{
	width: 10em;
}

#access #access03 p{
  text-align: center;
  margin-bottom: 1.5rem;
}

/* day */

#day .contents > div{
	margin-bottom: 6em;
}

#day .contents .title {
	margin-bottom: 1em;
	font-size: 125%;
	text-align: center;
	letter-spacing: 0.2em;
}

#day .contents .text,
#day .contents .text2 {
  margin: -.375em 0 calc(3em + -.375em);
  line-height: 1.75;
	letter-spacing: 0.05em;
	text-align: center;
}

#day .contents table {
	width: 100%;
	margin-top: 1.5em;
 	border-bottom: 1px solid rgba(0, 0, 0, 0.12);
	letter-spacing: 0.05em;
}

#day .contents table th{
	width: 8em;
}

#day .contents table th, #day .contents table td {
  padding:0.75em 0;
  border-top: 1px solid rgba(0, 0, 0, 0.12);
  font-weight: normal;
	line-height: 1.5;
	vertical-align: top;
}

#day .d01 .body3{
	margin: 3em 0;
}
#day .contents .d02 .text,
#day .contents .d03 .text{
    margin: -.375em 0 calc(1.5em + -.375em);
}

#day .time{
	text-align: center;
	margin-top: 1.5em;
}
#day .d04{
	clear: both;
}

/* enkai */

#enkai .contents > div{
	margin-bottom: 5em;
}

#enkai .contents .title {
	margin-bottom: 1em;
	font-size: 125%;
	text-align: center;
	letter-spacing: 0.2em;
}

#enkai .contents .text,
#enkai .contents .text2 {
  margin: -.375em 0 calc(1.5em + -.375em);
  line-height: 1.75;
	letter-spacing: 0.05em;
	text-align: center;
}

#enkai .contents > div *:last-child{
	margin-bottom: 0;
}

#enkai .contents table {
	width: 100%;
	margin-top: 1.5em;
 	border-bottom: 1px solid rgba(0, 0, 0, 0.12);
	letter-spacing: 0.05em;
}

#enkai .contents table th{
	width: 8em;
}

#enkai .contents table th, #enkai .contents table td {
  padding:0.75em 0;
  border-top: 1px solid rgba(0, 0, 0, 0.12);
  font-weight: normal;
	line-height: 1.5;
	vertical-align: top;
}

#enkai .contents .e01 img,
#enkai .contents .e02 img,
#enkai .contents .e03 img{
	margin: 0 auto 1.5em;
}

#enkai .contents .e04 {
	margin-bottom: 6em;
}

#enkai .contents .e04 .body {
	margin-top: 5.5em;
}
#enkai .contents .e04 table {
	margin-bottom: 1.5em;
}
#enkai .contents .e04 .text {
    margin: -.375em 0 calc(2.5em + -.375em);
}
#enkai .contents .e04 .body .right .text{
    margin: -.375em 0 calc(1.5em + -.375em);
	text-align: left;
}
#enkai .contents .e04 .body .right .text:last-child{
    margin: -.375em 0 ;
}

/* contact */

#contact .contents {
  padding-top: 3rem;
	text-align: center;
}

#contact .contents .title{
	display: inline-block;
	padding:0 0 0 1.25em;
	margin-bottom: 1em;
	font-size: 150%;
	letter-spacing: 0.2em;
}

#contact .contents .left .title{
  background: url(../img/mark_tel.png) top left / 18px no-repeat;
}
#contact .contents .left p img{
	margin:0 auto;
}
#contact .contents .left p span{
	display: block;
	margin-top: 1em;
	letter-spacing: 0.1em;
}

#contact .contents .right .title{
  background: url(../img/mark_mail.png) top left / 18px no-repeat;
}

#contact .contents .right p{
	letter-spacing: 0.05em;
}

#contact .contents .right a.ahref{
	background: url(../img/arw01.png) center left / 1em no-repeat;
    padding-left: 1.5em;
}

#contact .contents .right p.text{
	line-height: 1.75;
	margin: calc(-0.375em + 1.5em) 0 -0.375em;
}

/* inn */

#inn .contents>div {
  margin-bottom: 6em;
}

#inn .contents img {
  margin-left: auto;
  margin-right: auto;
}

#inn .contents .catch {
  margin-bottom: 1em;
  font-size: 150%;
  text-align: center;
  letter-spacing: 0.2em;
}

#inn .contents .text {
  margin: -.375em 0 calc(1.5em + -.375em);
  line-height: 1.75;
}

#inn .contents .text2 {
  margin: -.375em 0 calc(1.5em + -.375em);
  line-height: 1.75;
}

#inn .contents .text3{
	margin:-0.375em 0 calc(-0.375em + 3rem);
  line-height: 1.75;
}

#inn .contents .image {
  margin-bottom: 1.5em;
}


/* onsen */

#inn .o02 .catch {
  padding-top: 3em;
}

#inn .o02 ul li span {
  display: block;
  text-align: center;
  letter-spacing: 0.2em;
  margin-top: 1em;
}

#inn .o04 .body {
  margin: 1.5em auto;
}

#inn .o04 .left p {
  margin: -0.375em 0;
  line-height: 1.75;
}

#inn .o04 table {
  border-bottom: 1px solid rgba(0, 0, 0, 0.12);
}

#inn .o04 table th, #inn .o04 table td {
  padding: 0.75em 0;
  margin: -0.25em 0;
  border-top: 1px solid rgba(0, 0, 0, 0.12);
  line-height: 1.5;
  font-weight: normal;
}


/* meal */

#inn .m01 .text, #inn .m03 .text {
  margin: -.375em 0 calc(3em + -.375em);
}


/* room */

#inn .r01 {
  margin-top: 6em;
}
#inn .r01 .text2, #inn .r02 .text2, #inn .r03 .text2 {
  display: block;
  margin-top: 0.75em;
}

#inn .att {
  padding: 3em 0 6em;
  background: rgba(201, 160, 99, 0.08);
}

#inn .att h3 {
  font-size: 150%;
  margin-bottom: 1.5rem;
  position: relative;
}

#inn .att .span {
  display: block;
  width: 7.4em;
	letter-spacing: 0.2em;
	text-indent: 0.2em;
  margin: 0 auto;
}

#inn .att .span2 {
  display: block;
  width: calc(50% - 4.8em);
  height: 1px;
  background: rgba(0, 0, 0, 0.24) !important;
  margin: auto 0;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
}

#inn .att .span3 {
  display: block;
  width: calc(50% - 4.8em);
  height: 1px;
  background: rgba(0, 0, 0, 0.24) !important;
  margin: auto 0;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
}

#inn .att p {
  margin: -0.375em 0;
  line-height: 1.75;
}

#guide .header{
	width: 100%;
	height: auto;
}
#guide .contents2 .text .span{
	display: block;
	font-size: 200%;
	font-weight: bold;
	margin-bottom: 1.5rem;
}
#guide .contents2 .text .span2{
	display: block;
	font-size: 150%;
	font-weight: bold;
	margin-bottom: 1.5rem;
}

#guide .a{
  padding-bottom: 6em;
}

#guide .a h3 {
	font-size: 150%;
  margin: 0 0 3rem;
	position: relative;
}

#guide .a h3 .span {
  display: block;
  width: 9.8em;
	letter-spacing: 0.2em;
	text-indent: 0.2em;
  margin: 0 auto;
}

#guide .a h3 .span2 {
  display: block;
  width: calc(50% - 5.7em);
  height: 1px;
  background: rgba(0, 0, 0, 0.24);
  margin: auto 0;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
}

#guide .a h3 .span3 {
  display: block;
  width: calc(50% - 5.7em);
  height: 1px;
  background: rgba(0, 0, 0, 0.24);
  margin: auto 0;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
}

#guide .a dl{
	margin-bottom: 3em;
}

#guide .a dl:last-child{
	margin-bottom: 0;
}

#guide .a dt{
	font-size: 125%;
	font-weight: bold;
	letter-spacing: 0.2em;
	text-align: center;
}

#guide .a dd{
	letter-spacing: 0.2em;
	line-height: 1.75;
	text-align: center;
	margin: 1.5em 0 0;
}

#guide .a dd .image{
	margin: 0 0 1.125em;
	position: relative;
}

#guide .a dd .image img{
	margin: 0 auto;
}

#guide .a dd .image span{
	display: block;
	color: #fff;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.5);
	position: absolute;
	bottom: 0.625em;
	right: 1em;
}

/* qanda */
#qanda .a p{
	text-align: center;
	margin-bottom: 6em;
}

/* news */

#news header {
  height: 50%;
}
.koyado{
    display: block;
    font-family: cursive;
    font-size: 25px;
    color: black;
    font-family: HG行書体;
    width: 500px;
    margin: 40px auto;
    padding: 1em;
    text-align: center;
    border: 2px solid ;
    border-radius:10px;
    border-bottom:4px solid black;
    text-decoration: none;
    
}

.koyado:hover{
    color:white;
    background-color: #663333;
   
}