@charset "UTF-8";
html, body {
  height: 100%;
}

/* main_img */
.main_img_container {
  height: 100%;
  background-image: url(../img/top/bg02.png);
}

.main_img_content {
  width: 1180px;
  margin: 0 auto;
  height: 100%;
  position: relative;
}
.main_img_content img {
  display: block;
  position: absolute;
  top: 50%;
  bottom: 50%;
  left: 50%;
  margin-top: -181px;
  margin-left: -45px;
}

/* greeting */
.greeting_content {
  width: 1180px;
  margin: 0 auto;
  text-align: center;
  color: #4B3819;
}
.greeting_content h2 {
  font-size: 30px;
  padding: 50px 0;
}
.greeting_content p.greeting_message {
  font-size: 18px;
  line-height: 1.8;
}
.greeting_content p.owner {
  font-size: 14px;
  padding: 60px 0 80px 0;
}

.greeting_container {
  background-image: url(../img/top/bg02.png);
}

/* information */
.information_container {
  background: url(../img/top/bg03.png) repeat-x;
  background-color: #897864;
}

.information_content {
  width: 1180px;
  margin: 0 auto;
  /* background-color: #897864; */
}
.information_content h2 {
  font-family: arial;
  color: #71655B;
  font-size: 40px;
  text-align: center;
  padding-top: 45px;
}
.information_content .info_img {
  width: 240px;
  height: 320px;
  background-color: #D6D1B3;
  display: blcok;
  margin: 0 auto;
  margin-bottom: 37px;
}
.information_content .info_img a img {
  transform: rotate(10deg);
}
.information_content a.title, .information_content p.info_detail {
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
.information_content a.info_link {
  font-size: 18px;
  color: white;
  text-decoration: none;
  display: block;
  margin: 45px auto 50px auto;
  border: 1px solid white;
  padding: 15px 80px;
  width: 126px;
  text-align: center;
}
.information_content a.info_link:hover {
  color: #897864;
  background-color: white;
  border: 1px solid white;
}

.info_item {
  width: 330px;
  float: left;
  margin-left: 48px;
}
.info_item:last-child {
  margin-right: 46px;
}
.info_item p.date {
  color: white;
  font-size: 13px;
  margin-bottom: 10px;
}
.info_item a.title {
  color: white;
  text-decoration: none;
  font-size: 18px;
  border-bottom: 2px solid white;
  padding-bottom: 5px;
  display: block;
  line-height: 1.2;
}
.info_item p.info_detail {
  color: #f6f6f6;
  font-size: 14px;
  margin-top: 10px;
  line-height: 1.4;
}

.info_item_container {
  clear: both;
  overflow: hidden;
  padding-top: 28px;
}

/* information_container */
.information_list .lb {
    width: 780px;
    float: left;
    padding-left: 60px;
}

.information_list {
    clear: both;
    overflow: hidden;
    margin-bottom: 40px;
    margin-top: 55px;
}

ul.info_list li {
    height: 110px;
    clear: both;
    overflow: hidden;
    border-bottom: 1px solid #fff;
    width: 740px;
}

.information_list .rb {
    width: 340px;
    float: left;
}

p.good_design {
  position: absolute;
  bottom: 0;
  color: white;
  font-size: 12px;
  line-height: 1.5;
  margin-bottom: 1em;
}

.information_list p.title {
    color: white;
    font-size: 28px;
    text-align: center;
}

ul.pagenation li {
    display: block;
    float: left;
    border: 1px solid #dcd6c5;
    text-align: center;
    width: 30px;
    padding: 6px 0px;
    color: white;
    margin-left: 10px;
}


ul.pagenation li:hover, ul.pagenation li.current {
    background-color: #dcd6c5;
}

ul.pagenation {
    clear: both;
    overflow: hidden;
    text-align: center;
}

ul.pagenation li:first-child{
    margin-left: 0px;
}

ul.pagenation li a{
font-family: "ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","メイリオ",Meiryo,"ＭＳ Ｐゴシック","MS PGothic",sans-serif;
font-size: 14px;color:#8d816b;
display: block;cursor: pointer;padding: 1px 0;}

ul.pagenation {
    width: 326px;
    margin: 22px auto 10px;
}

.info_list_thumb {
    width: 89px;
    height: 89px;
    float: left;
    padding: 14px 10px 7px 5px;
}

.info_content p.date {
    padding: 22px 11px 11px 0px;
    color: white;
    font-size: 14px;
}

.info_content p.title{
    font-size: 17px;
    text-align: left;
    padding-bottom: 14px;
    font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

.info_content p.text {
    font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    font-size: 14px;
    color: #dcd6c5;
}

ul.pagenation.bottom {
    margin-top: 30px;
    margin-bottom: 57px;
}

.info_content {
    width: 634px;
    float: left;
}

/* food */
.food_about {
  border-top: 4px solid #fff;
  text-align: center;
  background-color: #D4CFB0;
  color: #37261B;
  height: 30px;
}

.food_about_lead {
  background-color: #37261B;
  color: #D4CFB0;
  text-align: center;
  height: 94px;
}

p.food_policy {
  margin: 0;
  width: 1180px;
  margin: 0 auto;
  padding: 8px 10px;
  font-size: 15px;
}

p.food_about_lead_text {
  margin: 0;
  width: 1180px;
  margin: 0 auto;
  padding: 33px 10px;
  font-size: 28px;
}

.food_container, .room_container {
  background-image: url(../img/top/bg02.png);
}

.food_container {
  padding-bottom: 95px;
}

p.ecology_en, p.room_en, p.farm_en {
  text-align: center;
  width: 1180px;
  margin: 0 auto;
  padding: 0 0px 16px 0px;
  font-size: 18px;
}

p.ecology_ja, p.room_ja, p.farm_ja {
  text-align: center;
  width: 1180px;
  margin: 0 auto;
  padding: 0 0px;
  font-size: 26px;
}

.ecology_lead_container, .room_lead_content, .farm_lead_content, .onsen_lead_content {
  color: #4B3819;
  padding: 70px 0 20px 0;
  border-bottom: 1px solid #666;
  margin-bottom: 38px;
}

.ecology_body {
  width: 1180px;
  margin: 0 auto;
}

.ecology_box01 {
  clear: both;
  overflow: hidden;
  margin-bottom: 72px;
}
.ecology_box01 .lb {
  width: 590px;
  float: left;
}
.ecology_box01 .lb img {
  margin-right: 12px;
}
.ecology_box01 .rb {
  width: 590px;
  float: left;
}
.ecology_box01 .rb p {
  color: #4B3819;
  font-size: 15px;
  line-height: 1.7;
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

.ecology_box02 {
  clear: both;
  overflow: hidden;
  margin-bottom: 48px;
}
.ecology_box02 p.lead {
  font-size: 30px;
  text-align: center;
  color: #4B3819;
  margin-bottom: 50px;
}
.ecology_box02 .lb {
  width: 695px;
  float: left;
}
.ecology_box02 .lb p {
  color: #4B3819;
  font-size: 15px;
  line-height: 1.7;
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
.ecology_box02 .lb p span {
  float: right;
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  color: #4B3819;
}
.ecology_box02 .rb {
  float: left;
  margin-left: 30px;
}

a.link_meal {
  display: block;
  float: left;
  padding: 15px 80px;
  background-color: rgba(255, 255, 255, 0.7);
  border: 1px solid #4B3819;
  text-decoration: none;
  color: #4B3819;
  margin-left: 234px;
  margin-right: 20px;
}
a.link_meal:hover {
  background-color: rgba(70, 50, 35, 0.2);
}

a.link_farm {
  display: block;
  float: left;
  padding: 15px 30px;
  background-color: rgba(70, 50, 35, 0.2);
  text-decoration: none;
  color: #4B3819;
  border: 1px solid #4B3819;
}
a.link_farm:hover {
  background-color: rgba(255, 255, 255, 0.7);
}
a.link_farm span {
  background-color: #463222;
  color: white;
  font-size: 12px;
  padding: 5px 10px;
  border-radius: 5px;
  margin-left: 13px;
}

.farm_body {
  width: 1200px;
  margin: 0 auto;
  padding: 0 0px;
}

.link_box {
  width: 1180px;
  margin: 0 auto;
  padding: 0 10px;
  clear: both;
  overflow: hidden;
  padding-bottom: 10px;
}

.information_list .rb {
    width: 270px;
    float:left;
}

.information_list .rb p{
    color: #fff;
    text-align: center;
}

.information_list .rb ul li{
    border-bottom: 1px solid #fff;
    padding: 14px 0 9px 0;
}
.information_list .rb ul li a{
    color: #fff;
    font-size: 14px;
    font-family: "ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","メイリオ",Meiryo,"ＭＳ Ｐゴシック","MS PGothic",sans-serif;
}

a.fb_link {
    margin-top: 31px;
    display: block;
}

a.fb_link:hover{
    opacity: 0.7;
}
/* farm */
.farm_lead_contaienr {
  width: 1180px;
  margin: 0 auto;
}

.farm_box01 {
  clear: both;
  overflow: hidden;
  margin-bottom: 40px;
}
.farm_box01 img {
  display: block;
  float: left;
  height: 286px;
}

.farm_box02 {
  width: 1180px;
  padding: 0 10px;
  clear: both;
  overflow: hidden;
}
.farm_box02 .lb {
  margin-bottom: 50px;
  width: 590px;
  color: #4B3819;
  font-size: 15px;
  line-height: 1.8;
  float: left;
}
.farm_box02 .lb p {
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
.farm_box02 .lb .farm_thumb_block {
  margin-top: 30px;
}
.farm_box02 .lb .farm_thumb_block img {
  display: block;
  float: left;
}
.farm_box02 .lb .farm_thumb_block img:first-child {
  margin-right: 18px;
}
.farm_box02 .rb {
  width: 510px;
  float: right;
  position: relative;
}
.farm_box02 .rb p {
  color: #4B3819;
  line-height: 1.2;
}
.farm_box02 .rb p.sheep {
  position: absolute;
  top: 114px;
  left: 170px;
}
.farm_box02 .rb p.taihi {
  position: absolute;
  top: 322px;
}
.farm_box02 .rb p.meal {
  position: absolute;
  top: 340px;
  left: 350px;
}
.farm_box02 .rb p.caption {
  text-align: center;
  font-size: 16px;
  margin-top: 40px;
}

/* room */
.room_container {
  clear: both;
  overflow: hidden;
  background-image: url(../img/top/room01.png);
  height: 714px;
  background-size: cover;
  background-position: center center;
  position: relative;
}

.room_catch_container {
  width: 1180px;
  margin: 0 auto;
  padding: 0 10px;
}

p.room_en, p.onsen_en {
  text-align: center;
  width: 1180px;
  margin: 0 auto;
  padding: 0 10px 16px 10px;
  font-size: 18px;
  color: white;
}

p.room_ja, p.onsen_ja {
  text-align: center;
  width: 1180px;
  margin: 0 auto;
  padding: 0 10px;
  font-size: 26px;
  color: white;
}

.room_lead_content, .onsen_lead_content {
  border-bottom: none;
}

.room_content {
  width: 520px;
  float: right;
}
.room_content p {
  color: white;
  font-size: 15px;
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  padding: 0 5px;
  line-height: 1.9;
  margin-bottom: 37px;
}
.room_content a.link_room {
  text-align: center;
  border: 1px solid white;
  padding: 15px 0px;
  margin: 0 auto;
  display: block;
  width: 290px;
  font-size: 18px;
  color: white;
  text-decoration: none;
}

.room_select_container {
  width: 100%;
  position: absolute;
  bottom: 0;
  color: white;
  height: 100px;
  background-color: rgba(0, 0, 0, 0.5);
}

.room_select {
  width: 1180px;
  margin: 0 auto;
  font-size: 15px;
}
.room_select p {
  text-align: center;
  margin: 13px 0;
}
.room_select ul {
  clear: both;
  overflow: hidden;
}
.room_select ul li {
  display: block;
  float: left;
  margin-right: 8px;
}
.room_select ul li a {
  text-decoration: none;
  color: white;
  border: 1px solid rgba(255, 255, 255, 0.6);
  border-radius: 5px;
  padding: 14px 11px;
  display: block;
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  letter-spacing: 3px;
}
.room_select ul li a:hover, a.link_room:hover {
  background-color: rgba(255, 255, 255, 0.6);
  color: rgba(0, 0, 0, 0.5);
}

.room_select ul li:last-child {
  margin-right: none;
}

/* design */
.design_container {
  clear: both;
  overflow: hidden;
  margin-bottom: 44px;
}

.design_en {
  font-size: 18px;
  color: #4B3819;
  width: 1180px;
  margin: 60px auto 10px auto;
  padding: 0 10px;
}

.design_ja {
  font-size: 28px;
  color: #4B3819;
  width: 1200px;
  margin: 0 auto 10px auto;
  padding: 0 10px;
}

div.bg-brown {
  background-color: #EBE9D8;
  float: left;
  height: 292px;
  margin-bottom: 43px;
}
div.bg-brown .lb {
  width: 575px;
  padding: 30px 40px 30px 10px;
  float: right;
  font-size: 15px;
  color: #4B3819;
  line-height: 1.7;
}
div.bg-brown .lb p {
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

div.bg-white {
  background-color: white;
  float: left;
  padding-left: 10px;
}

@media screen and (min-width: 1200px) {
  div.bg-brown {
    width: 51%;
  }

  div.bg-white {
    width: 48%;
  }
}
@media screen and (max-width: 1200px) {
  div.bg-brown {
    width: 620px;
  }

  div.bg-white {
    width: 560px;
  }

  .design_content {
    width: 1200px;
    margin: 0 auto;
  }
}
a.link_room02 {
  display: block;
  float: left;
  padding: 15px 80px;
  background-color: rgba(255, 255, 255, 0.7);
  border: 1px solid #4B3819;
  text-decoration: none;
  color: #4B3819;
  margin: 0 18px 0 150px;
}
a.link_room02:hover {
  background-color: rgba(70, 50, 35, 0.2);
}

a.link_other {
  display: block;
  float: left;
  padding: 7px 33px;
  background-color: rgba(70, 50, 35, 0.2);
  text-decoration: none;
  color: #4B3819;
  border: 1px solid #4B3819;
  margin-right: 17px;
}
a.link_other:hover {
  background-color: rgba(255, 255, 255, 0.7);
}
a.link_other span {
  font-size: 13px;
  display: block;
  text-align: center;
  margin-bottom: 2px;
}

/* onsen */
.onsen_container {
  clear: both;
  overflow: hidden;
  background-image: url(../img/top/onsen01.png);
  height: 714px;
  background-size: cover;
  background-position: center center;
  position: relative;
}

.onsen_catch_container {
  width: 1180px;
  margin: 0 auto;
  padding: 0 10px;
}

.onsen_content {
  width: 520px;
  color: white;
}
.onsen_content p {
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  line-height: 1.9;
  margin-left: 15px;
  font-size: 15px;
}

.onsen_detail_container {
  background-image: url(../img/top/bg04.png);
  padding-top: 35px;
  padding-left: 95px;
}
.onsen_detail_container p.title {
  font-size: 18px;
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  color: #4B3819;
}
.onsen_detail_container p.content {
  font-size: 15px;
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  color: #4B3819;
  padding: 10px 0 20px 0;
  line-height: 1.8;
}
.onsen_detail_container p.content.last {
  padding-top: 0;
}

.graph p.title {
  padding-bottom: 25px;
}
.graph table {
  width: 746px;
}
.graph table tr.title {
  border-top: 1px solid #4B3819;
  border-bottom: 1px solid #4B3819;
}
.graph table tr.sum {
  border-top: 1px solid #4B3819;
}
.graph table tr td {
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 13px;
  line-height: 2.5;
}

.onsen_detail_content {
  width: 1000px;
  margin: 0 auto;
  clear: both;
  overflow: hidden;
  padding-bottom: 85px;
}
.onsen_detail_content .lb {
  float: left;
  margin-right: 20px;
  width: 746px;
}
.onsen_detail_content .rb {
  width: 225px;
  float: left;
}
.onsen_detail_content .rb img {
  width: 225px;
  margin-bottom: 20px;
}

.special_container {
  background-image: url(../img/top/nishin01.png);
  padding: 173px 0;
}

.special_content {
  padding: 90px 0px;
  background-color: rgba(255, 255, 255, 0.7);
}
.special_content p {
  text-align: center;
  line-height: 2.3;
  font-size: 20px;
  color: #333;
  width: 1200px;
  margin: 0 auto;
}

/* access */
.access_content {
  width: 1180px;
  margin: 0 auto;
  text-align: center;
  padding-bottom: 15px;
}
.access_content p {
  color: #4B3819;
}
.access_content img {
  margin-bottom: 27px;
}

p.about_en {
  font-size: 18px;
  margin-bottom: 10px;
}

p.about_jp {
  font-size: 28px;
  padding-bottom: 10px;
  border-bottom: 1px solid;
  width: 775px;
  margin: 0 auto 25px auto;
}

p.tel {
  font-size: 15px;
  margin-bottom: 10px;
}

p.address {
  font-size: 15px;
  margin-bottom: 67px;
}
p.address a {
  color: #4B3819;
  text-decoration: none;
}

.access_container {
  padding-top: 85px;
  background-color: #f5f5f5;
}

.link_container {
  background-color: #fff;
}

.link_content {
  clear: both;
  overflow: hidden;
  width: 1180px;
  margin: 0 auto;
  padding-top: 76px;
}
.link_content p {
  text-align: center;
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  color: #4B3819;
}
.link_content ul li i {
  font-size: 21px;
  margin-left: -10px;
}

.tourism {
  width: 332px;
  float: left;
  margin-left: 28px;
}
.tourism p {
  margin-bottom: 67px;
}
.tourism ul li {
  margin-bottom: 50px;
}
.tourism ul li a {
  font-size: 16px;
  color: #4B3819;
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  text-decoration: none;
}
.tourism ul li span {
  display: block;
  font-size: 12px;
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

.related {
  width: 810px;
  float: left;
  overflow: hidden;
}
.related p {
  margin-bottom: 50px;
}
.related ul {
  float: left;
  margin-left: 60px;
}
.related ul li {
  margin-bottom: 50px;
}
.related ul li a {
  font-size: 16px;
  color: #4B3819;
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  text-decoration: none;
}
.related ul li span {
  display: block;
  font-size: 12px;
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

div.border {
  border-right: 1px solid #4B3819;
  margin-top: 10px;
  height: 490px;
  width: 1px;
  float: left;
  margin-bottom: 58px;
}

footer {
  background-color: #3f3534;
  padding-bottom: 22px;
}

.footer_content {
  width: 1180px;
  padding: 0 10px;
  margin: 0 auto;
  clear: both;
  overflow: hidden;
  position: relative;
}
.footer_content img {
  margin: 28px 0 38px;
}
.footer_content p {
  color: #fff;
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
.footer_content .lb {
  float: left;
  width: 570px;
}
.footer_content .lb a {
  color: white;
  text-decoration: none;
}
.footer_content .lb a.takumi {
  width: 248px;
  text-align: center;
  text-decoration: none;
  color: white;
  border: 1px solid white;
  display: block;
  font-size: 18px;
  padding: 18px 0;
}
.footer_content .lb a.takumi span {
  display: block;
  text-align: center;
  font-size: 13px;
  padding-bottom: 5px;
}
.footer_content .lb p.address {
  margin-bottom: 10px;
}

.social {
  width: 630px;
  float: left;
  position: absolute;
  bottom: 0;
  left: 570px;
}

/* footer social */
/* reserve */
div.reserve_container {
  position: fixed;
  width: 1180px;
  margin: 0 auto;
  text-align: right;
  bottom: 0;
  z-index: 101;
  height: 0;
}
div.reserve_container p.reserve {
  display: inline-block;
  background-color: #4B3819;
  font-size: 17px;
  color: white;
  padding: 20px;
  border-radius: 5px 5px 0 0 / 5px 5px 0 0;
  z-index: 102;
  margin-top: -81px;
  float: right;
}
div.reserve_container p.reserve span {
  display: block;
  border: 2px solid white;
  border-radius: 4px;
  text-align: center;
  font-size: 20px;
}

div.reserve_container_bottom {
  position: fixed;
  width: 1180px;
  margin: 0 auto;
  text-align: right;
  bottom: 0;
  z-index: 101;
  height: 0;
}
div.reserve_container_bottom p.reserve {
  display: inline-block;
  background-color: #eee;
  font-size: 17px;
  color: #332B2A;
  padding: 20px;
  border-radius: 5px 5px 0 0 / 5px 5px 0 0;
  z-index: 100;
  margin-top: -81px;
  float: right;
}
div.reserve_container_bottom p.reserve span {
  display: block;
  border: 2px solid #332B2A;
  border-radius: 4px;
  text-align: center;
  font-size: 20px;
}
