@charset "UTF-8";
@import "https://fonts.googleapis.com/css?family=Noto+Sans+JP:400,700&display=swap&subset=japanese";
@import "https://fonts.googleapis.com/css?family=Oswald&display=swap";
@import "https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap";
@import "https://fonts.googleapis.com/css2?family=Caveat:wght@400;500;600;700&display=swap";
body {
  margin: 0px;
  padding: 0px;
  color: #40210f;
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 18px;
  line-height: 2;
  background: #ffffff;
  -webkit-text-size-adjust: none;
}

h1 {
  margin: 0px;
  padding: 0px;
  font-size: 100%;
  font-weight: normal;
  font-family: "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro";
}

h2 {
  margin: 0px;
  padding: 0px;
  font-size: 100%;
  font-weight: normal;
  font-family: "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro";
}
h2 span.option1 {
  text-shadow: none;
  width: auto;
  padding: 2px 5px;
  position: static;
  transform: none;
  display: inline-block;
  font-size: 15px;
  margin-left: 10px;
}
h2 span.option2 {
  text-shadow: none;
  width: auto;
  padding: 2px 5px;
  position: static;
  transform: none;
  display: inline-block;
  font-size: 15px;
  margin-left: 10px;
}

h3 {
  margin: 0px;
  padding: 0px;
  font-size: 100%;
  font-weight: normal;
  font-family: "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro";
}

h4 {
  margin: 0px;
  padding: 0px;
  font-size: 100%;
  font-weight: normal;
  font-family: "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro";
}

h5 {
  margin: 0px;
  padding: 0px;
  font-size: 100%;
  font-weight: normal;
}

p {
  margin: 0px;
  padding: 0px;
  font-size: 100%;
  font-weight: normal;
}

ul {
  margin: 0px;
  padding: 0px;
  font-size: 100%;
  font-weight: normal;
  list-style-type: none;
}

ol {
  margin: 0px;
  padding: 0px;
  font-size: 100%;
  font-weight: normal;
  padding-left: 40px;
  padding-bottom: 15px;
}

li {
  margin: 0px;
  padding: 0px;
  font-size: 100%;
  font-weight: normal;
}

dl {
  margin: 0px;
  padding: 0px;
  font-size: 100%;
  font-weight: normal;
}

dt {
  margin: 0px;
  padding: 0px;
  font-size: 100%;
  font-weight: normal;
}

dd {
  margin: 0px;
  padding: 0px;
  font-size: 100%;
  font-weight: normal;
}

form {
  margin: 0px;
  margin: 0px;
  padding: 0px;
  padding: 0px;
  font-size: 100%;
  font-size: 100%;
  font-weight: normal;
  font-weight: normal;
}

figure {
  margin: 0px;
  padding: 0px;
  font-size: 100%;
  font-weight: normal;
}

textarea {
  font-size: 100%;
}

select {
  font-size: 100%;
}

input[type=text] {
  font-size: 100%;
}

input[type=checkbox] {
  font-size: 100%;
}

input[type=radio] {
  font-size: 100%;
}

input[type=button] {
  font-size: 100%;
}

input[type=submit] {
  font-size: 100%;
}

#menubar {
  display: block;
  font-family: "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro";
  clear: both;
  overflow: hidden;
  border-top: 1px solid #dcdcdc;
  border-bottom: 1px solid #dcdcdc;
  font-size: 18px;
}
@media screen and (max-width: 780px) {
  #menubar {
    display: none;
  }
}
#menubar ul li {
  float: left;
  width: 20%;
}
#menubar ul li a {
  display: block;
  text-decoration: none;
  text-align: center;
  padding: 15px 0;
  border-right: 1px solid #dcdcdc;
}
#menubar ul li a:hover {
  background: #000000;
  color: #fff;
}
#menubar ul li:first-child a {
  border-left: 1px solid #dcdcdc;
}
#menubar ul li.current a {
  background: #000000;
  color: #fff;
}
#menubar ul.ddmenu {
  position: absolute;
  visibility: hidden;
  z-index: 10;
  margin-top: 1px;
  width: 20%;
}
#menubar ul.ddmenu li {
  float: none;
  width: 100%;
}
#menubar ul.ddmenu li a {
  width: 100%;
  border: none;
  background: #604c3f;
  background: rgba(0, 0, 0, 0.7);
  color: #fff;
  padding: 6px 0;
  border-bottom: 1px solid #fff;
}
#menubar ul.ddmenu li a:hover {
  background: #000000;
}

#menubar-s {
  display: none;
  overflow: hidden;
  position: absolute;
  background: rgba(0, 0, 0, 0.6);
  border-top: 1px solid #fff;
  width: 100%;
  height: 100%;
  z-index: 10;
  -webkit-animation-name: menu1;
          animation-name: menu1;
  -webkit-animation-duration: 0.5S;
          animation-duration: 0.5S;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
}
@media screen and (max-width: 780px) {
  #menubar-s {
    display: block;
  }
}
#menubar-s li a {
  display: block;
  text-decoration: none;
  padding: 15px 5%;
  border-bottom: 1px solid #fff;
  background: #d5889a;
  color: #fff;
  font-size: 150%;
}

img {
  border: none;
  max-width: 100%;
  height: auto;
  vertical-align: middle;
}

table {
  border-collapse: collapse;
  font-size: 100%;
  border-spacing: 0;
}

iframe {
  width: 100%;
}

a {
  color: #333;
  transition: 0.5s;
}
a:hover {
  color: #ffff80;
  text-decoration: none;
}

.inner {
  max-width: 1200px;
  margin: 0 auto;
}

header {
  border-top: 10px solid #036eb8;
}
header .inner {
  position: relative;
  height: 140px;
}
header .inner #menubar_hdr {
  display: none;
  position: absolute;
  top: 3%;
  right: 3%;
}
@media screen and (max-width: 780px) {
  header .inner #menubar_hdr {
    display: block;
  }
}
header .inner #menubar_hdr.close {
  width: 50px;
  height: 50px;
  background: #fff url(../images/icon_menu.png) no-repeat center top/50px;
}
header .inner #menubar_hdr.open {
  width: 50px;
  height: 50px;
  background: #fff url(../images/icon_menu.png) no-repeat center bottom/50px;
}
header #logo img {
  width: 350px;
  position: absolute;
  left: 3%;
  top: 38px;
}

#fsize {
  position: absolute;
  right: 3%;
  top: 0px;
  width: 250px;
  background: #fff;
  box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.15);
  border-radius: 0px 0px 4px 4px;
  line-height: 50px;
  padding: 10px 0px;
}
#fsize p {
  float: left;
  font-size: 18px;
  padding: 0 20px;
}
#fsize ul li {
  float: left;
}
#fsize ul a {
  overflow: hidden;
  display: block;
  text-decoration: none;
  text-align: center;
  color: #fff;
}
#fsize ul li#small a::before {
  display: block;
  content: "小";
  font-size: 18px;
  background: #831a1f;
  width: 40px;
  line-height: 40px;
  margin-top: 5px;
  margin-right: 10px;
}
#fsize ul li#large a::before {
  display: block;
  content: "大";
  font-size: 30px;
  background: #ccc;
  width: 50px;
  line-height: 50px;
}
#fsize ul li#large a:hover::before {
  background: #f39700;
}

#headermenu {
  position: absolute;
  right: 3%;
  bottom: 15px;
}
#headermenu li {
  float: left;
  margin-left: 10px;
  margin-top: 5px;
}
#headermenu li a {
  text-decoration: none;
  display: inline-block;
  background: #000000;
  background: linear-gradient(#ffa600, #ff8a00);
  color: #FFF;
  padding: 0px 15px;
  border-radius: 4px;
  border: 1px solid #ff8a00;
}
#headermenu li a:hover {
  color: #ff8a00;
  background: #fff;
}

.contents {
  clear: both;
  overflow: hidden;
  padding: 50px 0px;
  padding: 3%;
}
.contents h2 {
  clear: both;
  margin-bottom: 30px;
  padding: 10px 20px;
  border: 1px solid #dcdcdc;
  font-size: 130%;
  background: #95D7FC;
  background: linear-gradient(#EAF5F9 50%, #BEE5F4);
  box-shadow: 0px 0px 3px 1px #fff inset;
  letter-spacing: 0.1em;
}
.contents h2::first-letter {
  border-left: 3px solid #831a1f;
  padding-left: 20px;
}
.contents h2 + p {
  margin-top: -10px;
}
.contents h3 {
  clear: both;
  margin-bottom: 30px;
  padding: 0px 20px;
  border-bottom: 1px solid #ccc;
  font-size: 130%;
  letter-spacing: 0.1em;
}
.contents h3::first-letter {
  border-left: 3px solid #831a1f;
  padding-left: 20px;
}
.contents h3 + p {
  margin-top: -10px;
}
.contents h4 {
  font-size: 130%;
  padding: 10px 20px;
  border-bottom: 1px solid #ccc;
  margin-bottom: 30px;
}
.contents h4 + p {
  margin-top: -10px;
}
.contents p {
  padding: 0px 20px 40px;
}
.contents p + p {
  margin-top: -20px;
}

.list div {
  overflow: hidden;
  position: relative;
  box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.3) inset;
  margin: 0 2% 30px;
  background: #fff;
  transition: 0.5s;
  padding: 4%;
  margin: 0 !important;
  padding: 4% !important;
  float: none !important;
  width: auto !important;
  box-shadow: none;
  border-top: 1px solid #ccc;
  /*&:last-of-type {
  	border-bottom: 1px solid #ccc;
  	margin-bottom: 20px !important;
  }*/
}
.list div a {
  overflow: hidden;
  text-decoration: none;
  display: block;
}
.list div a::before {
  content: "→";
  font-size: 20px;
  text-align: center;
  border-radius: 50%;
  background: #e6e6e6;
  background: rgba(0, 0, 0, 0.3);
  color: #fff;
  position: absolute;
  right: 10px;
  bottom: 10px;
  width: 30px;
  line-height: 30px;
  transition: 0.5s;
}
.list div a:hover::before {
  background: #00a29a;
  box-shadow: 0px 0px 0px 5px #e6e6e6;
}
.list div h4 {
  padding: 0;
  border: none;
  font-size: 200%;
  color: #831a1f;
  line-height: 1.2em;
  height: 1em;
  overflow: hidden;
  margin-bottom: 0.5em;
  font-size: 150% !important;
}
.list div p {
  margin: 0 !important;
  padding: 0 !important;
  line-height: 1.8;
  overflow: hidden;
  line-height: 1.8 !important;
  height: auto !important;
}
.list div figure img {
  margin: 0 0 4% 0;
}
.list div figure img.fr {
  width: 20%;
  float: right;
  margin: 0 0 0 4%;
}
.list div figure img.fl {
  width: 20%;
  float: left;
  margin: 0 4% 0 0;
}

.c2 .list {
  float: left;
  padding: 3%;
  width: 40%;
}
.c2 .list h4 {
  font-size: 130%;
}
.c2 .list p {
  height: 5.4em;
}

.c3 .list {
  /*float: left;
  padding: 2%;
  width: 42%;*/
}
.c3 .list div {
  position: relative;
  overflow: hidden;
  margin: 0 2% 30px;
  padding: 4%;
  background: #fff;
  border-top: 1px solid #ccc;
  box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.3) inset;
  transition: 0.5s;
  min-height: 753px;
}
.c3 .list div h4 {
  font-size: 110%;
}
.c3 .list div p {
  height: 13.5em;
  font-size: 1rem;
}
.c3 .list div a::before {
  width: 20px;
  line-height: 10px;
  font-size: 12px;
}

.c3-02 .list {
  float: left;
  padding: 2%;
  width: 25.3%;
}
.c3-02 .list h4 {
  font-size: 110%;
}
.c3-02 .list p {
  font-size: 80%;
  height: 7.2em;
}
.c3-02 .list a::before {
  width: 20px;
  line-height: 10px;
  font-size: 12px;
}

.c3-03 .list {
  float: left;
  padding: 2%;
  width: 17%;
}
.c3-03 .list h4 {
  font-size: 110%;
}
.c3-03 .list p {
  font-size: 80%;
  height: 12em;
}
.c3-03 .list a::before {
  width: 20px;
  line-height: 10px;
  font-size: 12px;
}

.main {
  float: left;
  width: 72%;
  overflow: hidden;
  float: none;
  width: auto;
}

.sub {
  float: right;
  width: 24%;
  float: none;
  width: auto;
}
.sub h2 {
  background: none;
  border: none;
  box-shadow: none;
  padding: 0;
  letter-spacing: normal;
  font-size: 120%;
  margin-bottom: 20px;
}
.sub h2::first-letter {
  padding-left: 15px;
}
.sub p {
  padding-bottom: 10px;
}
.sub ul.submenu {
  margin-bottom: 20px;
  border-top: solid 1px #dcdcdc;
}
.sub ul.submenu li {
  background: #fff;
  border-bottom: solid 1px #dcdcdc;
}
.sub ul.submenu li a {
  text-decoration: none;
  display: block;
  padding: 5px 10px;
}
.sub .box1 {
  padding: 15px;
  margin-bottom: 20px;
  background: rgba(0, 0, 0, 0.02);
  border: solid 1px #dcdcdc;
  box-shadow: 0px 0px 1px 1px #fff inset;
}
.sub .box1 ul.submenu {
  margin-bottom: 0px;
}

footer {
  clear: both;
  font-size: 85%;
  background: #fff0db;
  color: #fff;
}
footer a {
  text-decoration: none;
  color: #fff;
}
footer .pr {
  display: block;
  font-size: 80%;
}

#footermenu {
  overflow: hidden;
  padding: 20px 0;
  font-size: 80%;
  background: url(../images/icon_logo.png) no-repeat right center;
}
#footermenu ul {
  float: left;
  width: 18%;
  padding-right: 1%;
  padding-left: 1%;
}
#footermenu a {
  color: rgba(255, 255, 255, 0.7);
}
#footermenu a:hover {
  color: #fff;
}

#copyright {
  clear: both;
  text-align: center;
  background: #036eb8;
}

#new dl {
  padding: 0 20px;
  margin-bottom: 20px;
}
#new dt {
  float: left;
  width: 9em;
  color: #d5889a;
  letter-spacing: 0.1em;
}
#new dd {
  padding-left: 9em;
  border-bottom: 1px solid #dcdcdc;
}

.faq {
  padding: 0px 20px;
}
.faq dt {
  color: #d5889a;
  padding-top: 15px;
  margin-bottom: 10px;
}
.faq dt::before {
  margin-right: 5px;
  display: inline-block;
  text-align: center;
  width: 30px;
  line-height: 30px;
  content: "Q";
  background: #d5889a;
  color: #fff;
}
.faq dd {
  border-bottom: 1px solid #ccc;
  overflow: hidden;
  padding-bottom: 15px;
}
.faq dd::before {
  margin-right: 5px;
  display: inline-block;
  text-align: center;
  width: 30px;
  line-height: 30px;
  content: "A";
  background: #999;
  color: #fff;
}

.wp-block-table table {
  border-collapse: collapse;
  width: auto !important;
}

.ta1 table {
  margin: 0 2% 30px;
  border: 1px solid #999;
  line-height: 2;
  padding: 10px;
  word-break: break-all;
}
.ta1 table td {
  border: 1px solid #999;
  line-height: 2;
  padding: 10px;
  word-break: break-all;
}
.ta1 table th {
  border: 1px solid #999;
  line-height: 2;
  padding: 10px;
  word-break: break-all;
  width: 150px;
  text-align: center;
  background: #f0f0f0;
  font-weight: normal;
}
.ta1 table th img {
  width: 100%;
}
.ta1 table th.tamidashi {
  width: auto;
  text-align: left;
  background: #cce6f6;
  font-weight: bold;
}

.ta2 {
  width: 96%;
  margin: 0 2% 30px;
  border: 1px solid #999;
  line-height: 2;
  padding: 10px;
  word-break: break-all;
}
.ta2 td {
  border: 1px solid #999;
  line-height: 2;
  padding: 10px;
  word-break: break-all;
  text-align: center;
}
.ta2 th {
  border: 1px solid #999;
  line-height: 2;
  padding: 10px;
  word-break: break-all;
  background: #fffeba;
}
.ta2 th.tamidashi {
  width: auto;
  text-align: left;
  background: #cce6f6;
  font-weight: bold;
}

.ta03 {
  display: flex;
  width: 100%;
}
.ta03 table {
  width: 100%;
  max-width: 100%;
  table-layout: fixed;
  margin: 0 2% 30px;
  border: 1px solid #999;
  border-bottom: 0px;
  line-height: 2;
  padding: 10px;
  word-break: break-all;
}
@media screen and (max-width: 1200px) {/*230524追加*/
  .ta03 table {
    margin: 0 0 30px;
  }
}
@media screen and (max-width: 1200px) {
  .ta03 table tr {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    max-width: 100%;
  }
}
.ta03 table td {
  border: 1px solid #999;
  line-height: 2;
  padding: 10px;
  word-break: break-all;
}
@media screen and (max-width: 1200px) {
  .ta03 table td {
    display: block;
  }
}
.ta03 table td:first-of-type {
  white-space: nowrap;
}
@media screen and (max-width: 1200px) {
  .ta03 table td:first-of-type {
    width: 100%;
    max-width: 100%;
    text-align: center;
    border-bottom: 1px dashed #aaaaaa;
  }
}
@media screen and (max-width: 1200px) {
  .ta03 table td:last-of-type {
    width: 100%;/*230524追加*/
    max-width: 100%;
    border-bottom: 1px solid #999;
  }
}
.ta03 table th {
  border: 1px solid #999;
  line-height: 2;
  padding: 10px;
  word-break: break-all;
  width: 150px;
  text-align: center;
  background: #f0f0f0;
  font-weight: normal;
}
.ta03 table th img {
  width: 100%;
}
.ta03 table th.tamidashi {
  width: auto;
  text-align: left;
  background: #cce6f6;
  font-weight: bold;
}

/*230524追加：スタッフ紹介の表が空欄or文字数が少ない場合*/

.wp-block-group__inner-container{
  width:100%;
}

.no-comment{
  min-width:98%;
}
@media screen and (max-width: 1200px) {
  .no-comment{
    min-width:100%;
  }
}


.ta1.price td {
  text-align: right;
}
.ta1.price tr.total th {
  background: #b7e0ee;
  font-size: 150%;
}
.ta1.price tr.total td {
  background: #deeff4;
  font-weight: bold;
  font-size: 150%;
}

input[type=submit].btn {
  padding: 15px;
  margin-bottom: 30px;
  border: 1px solid #ccc;
  border-radius: 3px;
  background: linear-gradient(#fff, #eee);
}
input[type=submit].btn:hover {
  border: 1px solid #999;
  background: #fff;
  position: relative;
  top: 1px;
  left: 1px;
}

input[type=button].btn {
  padding: 15px;
  margin-bottom: 30px;
  border: 1px solid #ccc;
  border-radius: 3px;
  background: linear-gradient(#fff, #eee);
}
input[type=button].btn:hover {
  border: 1px solid #999;
  background: #fff;
  position: relative;
  top: 1px;
  left: 1px;
}

#pagetop {
  clear: both;
  padding-top: 40px;
  margin-right: 3%;
}
#pagetop a {
  text-decoration: none;
  text-align: center;
  display: block;
  float: right;
  color: #fff;
  font-size: 20px;
  background: #036eb8;
  width: 60px;
  line-height: 60px;
  margin-bottom: 20px;
}
#pagetop a:hover {
  background: #5ba5ce;
}

span.option1 {
  text-align: center;
  display: block;
  font-size: 10px;
  width: 100px;
  position: absolute;
  right: 0px;
  top: 0px;
  transform: rotate(45deg) translate(32px, -9px);
  color: #FFF;
  background: #666;
  color: #FFF;
  background: #F00;
}

span.option2 {
  text-align: center;
  display: block;
  font-size: 10px;
  width: 100px;
  position: absolute;
  right: 0px;
  top: 0px;
  transform: rotate(45deg) translate(32px, -9px);
  color: #FFF;
  background: #666;
}

.newicon {
  background: #F00;
  color: #FFF;
  font-size: 70%;
  line-height: 1.5;
  padding: 2px 5px;
  border-radius: 2px;
  margin: 0px 5px;
  vertical-align: text-top;
}

.bg1 {
  background: #f4f2ea url(../images/bg1.png);
}

.look {
  background: #eee;
  padding: 5px 10px;
  border-radius: 4px;
}

.mb15 {
  margin-bottom: 15px !important;
}

.mb1em {
  margin-bottom: 15px !important;
}

.mb30 {
  margin-bottom: 30px !important;
}

.p0 {
  padding: 0 !important;
}

.clear {
  clear: both;
}

ul.disc {
  padding: 0em 25px 15px;
  list-style: disc;
}

.color1 {
  color: #F00;
}
.color1 a {
  color: #F00;
}

.pr {
  font-size: 10px;
}

.wl {
  width: 96%;
}

.ws {
  width: 50%;
}

.c {
  text-align: center !important;
}

.r {
  text-align: right !important;
}

.l {
  text-align: left !important;
}

img.fr {
  float: right;
  margin-left: 10px;
  margin-bottom: 10px;
}

img.fl {
  float: left;
  margin-right: 10px;
  margin-bottom: 10px;
}

.big1 {
  font-size: 200%;
}

.mini1 {
  font-size: 11px;
  display: inline-block;
  line-height: 1.5;
}

.sh {
  display: none;
}

body.s-n .sub {
  display: none;
}
body.s-n #footermenu {
  display: none;
}

.m-n {
  display: none;
}

.content {
  padding: 3vw 0;
}

.container {
  border: 0px solid red;
  width: 1200px;
  padding: 0;
  margin: 0 auto;
  background: transparent;
}
.container * {
  box-sizing: border-box;
}

.container-fluid {
  border: 0px solid lightblue;
  width: 100%;
  padding: 0;
  margin: 0 auto;
  background: transparent;
}
.container-fluid .col-12 {
  padding: 0;
}
.container-fluid .col-11 {
  padding: 0;
}
.container-fluid .col-10 {
  padding: 0;
}
.container-fluid .col-09 {
  padding: 0;
}
.container-fluid .col-08 {
  padding: 0;
}
.container-fluid .col-07 {
  padding: 0;
}
.container-fluid .col-06 {
  padding: 0;
}
.container-fluid .col-05 {
  padding: 0;
}
.container-fluid .col-04 {
  padding: 0;
}
.container-fluid .col-03 {
  padding: 0;
}
.container-fluid .col-02 {
  padding: 0;
}
.container-fluid .col-01 {
  padding: 0;
}

.row {
  clear: both;
  padding: 0;
  margin: 0;
  display: flex;
  flex-wrap: wrap;
}

.flexbox {
  display: flex;
  flex-wrap: wrap;
}
.flexbox li {
  list-style: none;
}

.col-01 {
  border: 0px solid black;
  padding: 0 15px;
  display: block;
  float: none;
  position: relative;
  width: 8.33333%;
}

.col-02 {
  border: 0px solid black;
  padding: 0 15px;
  display: block;
  float: none;
  position: relative;
  width: 16.66667%;
}

.col-03 {
  border: 0px solid black;
  padding: 0 15px;
  display: block;
  float: none;
  position: relative;
  width: 25%;
}

.col-04 {
  border: 0px solid black;
  padding: 0 15px;
  display: block;
  float: none;
  position: relative;
  width: 33.33333%;
}

.col-05 {
  border: 0px solid black;
  padding: 0 15px;
  display: block;
  float: none;
  position: relative;
  width: 41.66667%;
}

.col-06 {
  border: 0px solid black;
  padding: 0 15px;
  display: block;
  float: none;
  position: relative;
  width: 50%;
}

.col-07 {
  border: 0px solid black;
  padding: 0 15px;
  display: block;
  float: none;
  position: relative;
  width: 58.33333%;
}

.col-08 {
  border: 0px solid black;
  padding: 0 15px;
  display: block;
  float: none;
  position: relative;
  width: 66.66667%;
}

.col-09 {
  border: 0px solid black;
  padding: 0 15px;
  display: block;
  float: none;
  position: relative;
  width: 75%;
}

.col-10 {
  border: 0px solid black;
  padding: 0 15px;
  display: block;
  float: none;
  position: relative;
  width: 83.33333%;
}

.col-11 {
  border: 0px solid black;
  padding: 0 15px;
  display: block;
  float: none;
  position: relative;
  width: 91.66667%;
}

.col-12 {
  border: 0px solid black;
  padding: 0 15px;
  display: block;
  float: none;
  position: relative;
  width: 100%;
}

aside.sidebar {
  overflow: hidden;
  padding-left: 5%;
}
aside.sidebar .widget {
  padding: 0;
  margin: 0;
  background: transparent;
}
aside.sidebar h4 {
  padding: 0.25em 0.5em 0.25em;
  margin: 0;
  border-top: 5px double rgba(0, 160, 233, 0.6);
  border-bottom: 1px double rgba(0, 160, 233, 0.3);
  font-weight: 400;
  width: 100%;
  text-transform: uppercase;
  letter-spacing: 0.2em;
  font-size: 21px;
  color: #00A0E9;
  text-align: center;
  background: rgba(0, 160, 233, 0.1);
  font-family: "Noto Sans JP", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", "游ゴシック", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "Yu Gothic", sans-serif;
}
aside.sidebar .sale h4 {
  background-color: rgba(152, 128, 118, 0.1);
  color: #988076;
  border-color: rgba(152, 128, 118, 0.8);
}
aside.sidebar .rent h4 {
  background-color: rgba(98, 148, 145, 0.1);
  color: #629491;
  border-color: rgba(98, 148, 145, 0.8);
}
aside.sidebar ul {
  padding: 0;
  margin: 0 0 60px 0;
  width: 100%;
}
aside.sidebar ul li {
  border-bottom: 1px dashed #aaa;
  padding: 0.75em 0.1em;
  margin: 0;
  list-style: none;
  width: 100%;
  position: relative;
  font-size: 15px;
  line-height: 1.4;
}
aside.sidebar ul li span {
  font-size: 12px;
  display: block;
  text-align: right;
  padding: 5px 0 0 0;
  color: #00A0E9;
}
aside.sidebar ul li a {
  width: auto;
  text-decoration: none;
  text-transform: uppercase;
  padding: 0 0 0 1em;
  margin: 0;
  display: inline-block;
  position: relative;
  color: #666;
}
aside.sidebar ul li a::before {
  content: "\f0da";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translate(0%, -50%);
  color: rgb(255, 207, 0);
  font-size: inherit;
}
aside.sidebar ul li:hover {
  transition: 0.3s;
  cursor: pointer;
  background: rgba(99, 100, 68, 0.1);
}

.pagination {
  border: 0px solid black;
  width: 100%;
  padding: 0;
  margin: 30px 0;
  justify-content: center;
  display: flex;
  flex-wrap: wrap;
}
.pagination ul.page-numbers {
  width: 100%;
  padding: 0;
  margin: 0;
  display: block;
  justify-content: center;
  align-items: center;
  display: flex;
  flex-wrap: wrap;
}
.pagination li {
  list-style: none;
}

.archive .pagination {
  justify-content: center;
  align-items: center;
  display: flex;
  flex-wrap: wrap;
}

a.page-numbers {
  border: 0px solid black;
  justify-content: center;
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  width: 30px;
  height: 30px;
  text-decoration: none;
  margin: 4px;
  font-size: 12px;
  line-height: 1;
  font-weight: 400;
  background: #00A0E9;
  border: 1px solid #00A0E9;
  color: white;
}

span.page-numbers {
  border: 0px solid black;
  justify-content: center;
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  width: 30px;
  height: 30px;
  text-decoration: none;
  margin: 4px;
  font-size: 12px;
  line-height: 1;
  font-weight: 400;
  background: #00A0E9;
  border: 1px solid #00A0E9;
  color: white;
  background: transparent;
  color: #00A0E9;
}

a.prev.page-numbers {
  background: transparent;
  color: #00A0E9;
  width: auto;
  padding-left: 8px;
  padding-right: 8px;
  border: none;
}

a.next.page-numbers {
  background: transparent;
  color: #00A0E9;
  width: auto;
  padding-left: 8px;
  padding-right: 8px;
  border: none;
}

span.page-numbers.dots {
  border: none;
}

#index .pagination {
  display: none;
}

.pager {
  border-top: 3px double #00A0E9;
  border-bottom: 3px double #00A0E9;
  padding: 5px 0;
  margin: 60px 0;
}

.screen-reader-text {
  display: none;
}

.nav-links {
  padding: 0;
  margin: 0;
  display: flex;
  flex-wrap: wrap;
}
.nav-links .nav-previous {
  width: 100%;
}
.nav-links .nav-previous a {
  display: block;
  color: #00A0E9;
  text-align: left;
  font-size: 12px;
  line-height: 1.3;
  padding: 0.5em;
  margin: 0;
  text-decoration: none;
}
.nav-links .nav-previous a:hover {
  background: #00A0E9;
  transition: 0.5s;
  opacity: 1;
  color: white;
}
.nav-links .nav-next {
  width: 100%;
}
.nav-links .nav-next a {
  display: block;
  color: #00A0E9;
  text-align: left;
  font-size: 12px;
  line-height: 1.3;
  padding: 0.5em;
  margin: 0;
  text-decoration: none;
}
.nav-links .nav-next a:hover {
  background: #00A0E9;
  transition: 0.5s;
  opacity: 1;
  color: white;
}

.not-found {
  padding: 10% 0;
}

.not-found-message {
  justify-content: center;
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  width: 50%;
  padding: 0;
  margin: 0 auto;
  overflow: hidden;
}
.not-found-message span {
  display: block;
  border: 0px solid black;
  width: 100%;
  text-align: center;
  color: #00A0E9;
  line-height: 0.8;
  font-size: 16px;
  text-align: center;
  padding: 0;
  margin: 0;
  font-weight: 600;
  font-family: Poppins, sans-serif;
}
.not-found-message span:first-child {
  font-size: 260px;
  padding: 10px 0 0 0;
}
.not-found-message span:nth-child(2) {
  font-size: 84px;
  padding: 10px 0;
}
.not-found-message span:last-child {
  font-size: 27px;
  font-family: "Noto Sans JP", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", "游ゴシック", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "Yu Gothic", sans-serif;
  padding: 10px 0;
}

.loop dl {
  display: flex;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 60px;
  position: relative;
}
.loop dl::before {
  content: "";
  position: absolute;
  bottom: -30px;
  left: 0;
  width: 100%;
  height: 4px;
  background: #ddd;
}
.loop dl::after {
  content: "";
  position: absolute;
  bottom: -30px;
  left: 0;
  width: 25%;
  height: 4px;
  background: #00A0E9;
}
.loop dl dt {
  width: 25%;
  padding: 0px;
  margin: 0;
}
.loop dl dd {
  border: 0px solid green;
  width: 75%;
  padding: 0 0 0 20px;
  margin: 0;
}
.loop dl dd a h3 {
  font-size: 22px;
  font-weight: 500;
  line-height: 1.3;
  margin-bottom: 0.3em;
  color: #333;
  padding: 0;
  margin: 0;
  letter-spacing: 0.01em;
  text-align: left;
  font-family: "Noto Sans JP", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", "游ゴシック", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "Yu Gothic", sans-serif;
}
.loop dl dd a h3::after {
  display: none;
}
.loop dl dd a p {
  font-size: 16px;
  font-weight: 400;
  line-height: 1.4;
  margin-bottom: 0.3em;
  color: #666;
  padding: 0;
  margin: 0;
  letter-spacing: 0.01em;
}
.loop dl dd a time {
  padding: 0;
  margin: 8px 0;
  display: block;
  text-align: left;
  color: #00A0E9;
}
.loop dl dd a time span {
  font-size: 14px;
  letter-spacing: 0;
  line-height: 1;
  padding: 0;
  margin: 0;
  color: #00A0E9;
  display: inline-block;
  font-family: Oswald, sans-serif;
  font-weight: 600;
}
.loop dl img {
  width: 100%;
  height: auto;
  display: block;
  padding: 0;
  margin: 0 auto;
  border-radius: 1px;
  border: 1px solid #ddd;
}
.loop dl a {
  display: block;
  text-decoration: none;
}
.loop dl:hover {
  opacity: 0.5;
  transition: 0.5s;
}

.single article h1 {
  font-size: 10px;
  line-height: 1;
  letter-spacing: 0;
  font-weight: 400;
  color: #333;
  text-align: left;
  font-family: "Noto Sans JP", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", "游ゴシック", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "Yu Gothic", sans-serif;
  border: none;
  font-size: 32px;
  font-weight: 500;
  line-height: 1.2;
  padding: 0.4em 0;
  margin: 1em 0;
  border-bottom: 4px dashed #333;
  border-top: 4px dashed #333;
}
.single article h2 {
  font-size: 10px;
  line-height: 1;
  letter-spacing: 0;
  font-weight: 400;
  color: #333;
  text-align: left;
  font-family: "Noto Sans JP", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", "游ゴシック", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "Yu Gothic", sans-serif;
  border: none;
  font-size: 24px;
  line-height: 1.3;
  padding: 0;
  margin: 1em 0;
  font-weight: 600;
}
.single article h3 {
  font-size: 10px;
  line-height: 1;
  letter-spacing: 0;
  font-weight: 400;
  color: #333;
  text-align: left;
  font-family: "Noto Sans JP", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", "游ゴシック", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "Yu Gothic", sans-serif;
  border: none;
  font-size: 24px;
  line-height: 1.3;
  padding: 0;
  margin: 1em 0;
}
.single article h3::after {
  display: none;
}
.single article h4 {
  font-size: 10px;
  line-height: 1;
  letter-spacing: 0;
  font-weight: 400;
  color: #333;
  text-align: left;
  font-family: "Noto Sans JP", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", "游ゴシック", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "Yu Gothic", sans-serif;
  border: none;
  font-size: 24px;
  line-height: 1.3;
  padding: 0;
  margin: 1em 0;
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}
.single article h5 {
  font-size: 10px;
  line-height: 1;
  letter-spacing: 0;
  font-weight: 400;
  color: #333;
  text-align: left;
  font-family: "Noto Sans JP", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", "游ゴシック", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "Yu Gothic", sans-serif;
  border: none;
  font-size: 18px;
  line-height: 1.5;
  padding: 0;
  margin: 1em 0;
  font-weight: 600;
}
.single article h6 {
  font-size: 10px;
  line-height: 1;
  letter-spacing: 0;
  font-weight: 400;
  color: #333;
  text-align: left;
  font-family: "Noto Sans JP", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", "游ゴシック", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "Yu Gothic", sans-serif;
  border: none;
  font-size: 18px;
  line-height: 1.5;
  padding: 0;
  margin: 1em 0;
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}
.single article p {
  font-size: 10px;
  line-height: 1;
  letter-spacing: 0;
  font-weight: 400;
  color: #333;
  text-align: left;
  font-family: "Noto Sans JP", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", "游ゴシック", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "Yu Gothic", sans-serif;
  border: none;
  font-size: 16px;
  line-height: 1.9;
  padding: 0;
  margin: 1em 0;
}
.single article dt {
  font-size: 10px;
  line-height: 1;
  letter-spacing: 0;
  font-weight: 400;
  color: #333;
  text-align: left;
  font-family: "Noto Sans JP", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", "游ゴシック", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "Yu Gothic", sans-serif;
  border: none;
}
.single article dd {
  font-size: 10px;
  line-height: 1;
  letter-spacing: 0;
  font-weight: 400;
  color: #333;
  text-align: left;
  font-family: "Noto Sans JP", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", "游ゴシック", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "Yu Gothic", sans-serif;
  border: none;
}
.single article li {
  font-size: 10px;
  line-height: 1;
  letter-spacing: 0;
  font-weight: 400;
  color: #333;
  text-align: left;
  font-family: "Noto Sans JP", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", "游ゴシック", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "Yu Gothic", sans-serif;
  border: none;
}
.single article strong {
  font-weight: 600 !important;
  color: inherit;
}
.single article time {
  padding: 0;
  margin: 8px 0;
  display: block;
  text-align: left;
  color: #00A0E9;
  font-size: 16px;
}
.single article time span {
  display: inline-block;
  font-family: Oswald, sans-serif;
}
.single article a {
  color: #00A0E9;
  text-decoration: underline;
}
.single article .title h1 {
  font-size: 40px;
  margin: 0 0 0.4em;
}
.single article ul {
  padding: 0 0 0 2.4em;
  margin: 30px 0;
}
.single article ul li {
  list-style-type: disc;
  list-style-position: outside;
  font-size: 16px;
  line-height: 1.5;
  padding: 0;
  margin: 1em 0;
}
.single article ol {
  padding: 0 0 0 2.4em;
  margin: 30px 0;
}
.single article ol li {
  list-style-type: disc;
  list-style-position: outside;
  font-size: 16px;
  line-height: 1.5;
  padding: 0;
  margin: 1em 0;
  list-style-type: decimal;
}
.single article blockquote {
  border: 4px solid #f7f7f7;
  background: #fcfcfc;
  padding: 45px;
  margin: 30px 0;
}
.single article blockquote p {
  opacity: 0.8;
  font-style: italic;
  margin: 1em 0;
}
.single article blockquote p:last-child {
  margin-bottom: 0;
}
.single article pre {
  font-size: 16px;
  color: #333;
  background: #f7f7f7;
  padding: 1.5em 0.5em;
  margin: 1em 0;
  width: 100%;
  overflow: auto;
  border-right: 1em solid #eee;
  border-left: 1em solid #eee;
  border-top: 1px solid #eee;
  border-bottom: 1px solid #eee;
}
.single article hr {
  margin: 60px 0;
  clear: both;
}
.single article img {
  width: auto;
  max-width: 100%;
  height: auto;
  padding: 0;
  margin: 5px 0;
}
.single article img.alignleft {
  float: left;
  margin: 30px 30px 30px 0 !important;
  clear: both;
}
.single article img.alignright {
  float: right;
  margin: 30px 0 30px 30px !important;
  clear: both;
}
.single article img.aligncenter {
  margin: 30px auto !important;
  clear: both;
}
.single article .wp-caption {
  border: 0px solid green;
  display: block;
  max-width: 100%;
}
.single article .wp-caption-text {
  background: white;
  display: block;
  font-size: 14px;
  line-height: 1.4;
  padding: 0.5em 0;
  margin: 1em 0 2em;
  text-align: center;
  color: #999;
}
.single article .btn-more {
  line-height: 1;
  display: block;
  margin-bottom: 15px;
  border-bottom: 1px solid #aaa;
}
.single article .btn-more a {
  background: #679892;
  color: white;
  text-decoration: none;
  display: block;
  padding: 0.5em;
  width: 7em;
  text-align: center;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 0.1em;
  text-indent: 0.1em;
}

.single.single-sale article .btn-more a {
  background: #9E877F;
}

.page-title {
  background: #00A0E9;
  background: linear-gradient(#4bc2f8 0%, #00A0E9 100%);
  padding: 45px 0;
  margin: 0;
  width: 100%;
  display: block;
}
.page-title h2 {
  font-size: 30px;
  line-height: 1.3;
  padding: 0;
  margin: 0;
  font-weight: 400;
  color: white;
  text-align: center;
  letter-spacing: 0.3em;
  text-indent: 0.3em;
  font-family: "Noto Sans JP", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", "游ゴシック", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "Yu Gothic", sans-serif;
}
.page-title h2 span {
  font-weight: 400;
}
.page-title h2 small {
  font-size: 0.7em;
}

.post-type-archive-sale .page-title {
  background: #998179;
  background: linear-gradient(#cdb8b1 0%, #998179 100%);
}

.tax-sale_categoty .page-title {
  background: #998179;
  background: linear-gradient(#cdb8b1 0%, #998179 100%);
}

.post-type-archive-rent .page-title {
  background: #63948E;
  background: linear-gradient(#8ec3bc 0%, #63948E 100%);
}

.tax-rent_category .page-title {
  background: #63948E;
  background: linear-gradient(#8ec3bc 0%, #63948E 100%);
}

@media screen and (min-width: 1200px) {
  .inner {
    width: 1200px;
  }
  #menubar li {
    width: 240px;
  }
  #menubar ul.ddmenu {
    width: 240px;
  }
}
@media screen and (max-width: 800px) {
  .inner {
    width: auto;
  }
  header #logo img {
    width: 250px;
  }
  #fsize {
    display: none;
  }
  @-webkit-keyframes menu1 {
    0% {
      opacity: 0;
    }
    100% {
      opacity: 1;
    }
  }
  @keyframes menu1 {
    0% {
      opacity: 0;
    }
    100% {
      opacity: 1;
    }
  }
}
@media screen and (max-width: 480px) {
  body {
    font-size: 12px;
  }
  header #logo img {
    width: 50%;
    min-width: 200px;
    top: 20%;
  }
  .contents h2 {
    padding: 5px 0px 5px 10px;
    margin-bottom: 20px;
    font-size: 150%;
  }
  .contents h2::first-letter {
    padding-left: 10px;
  }
  .contents h3 {
    padding: 5px 0px 5px 10px;
    margin-bottom: 20px;
    font-size: 150%;
  }
  .contents h3::first-letter {
    padding-left: 10px;
  }
  .contents h4 {
    padding: 5px 0px 5px 10px;
    margin-bottom: 20px;
    font-size: 150%;
  }
  .contents p {
    padding: 0px 10px 15px;
  }
  .sub h2 {
    margin-bottom: 10px;
  }
  .sub .box1 {
    padding: 10px;
  }
  #footermenu {
    display: none;
  }
  #new dl {
    padding-left: 10px;
  }
  .ta1 {
    padding: 5px;
  }
  .ta1 td {
    padding: 5px;
  }
  .ta1 th {
    padding: 5px;
    width: 100px;
  }
  .ta1 th.tamidashi {
    font-size: 14px;
  }
  .ws {
    width: 94%;
  }
  .wl {
    width: 94%;
  }
  .big1 {
    font-size: 16px;
  }
  img.fr {
    float: none;
    margin: 0;
    width: 100%;
  }
  img.fl {
    float: none;
    margin: 0;
    width: 100%;
  }
  .sh {
    display: block;
  }
  .pc {
    display: none;
  }
}
@media (max-width: 768px) {
  .container {
    width: 100%;
  }
  .col-01 {
    padding: 0 10px;
    width: 8.33333%;
  }
  .col-02 {
    padding: 0 10px;
    width: 16.66667%;
  }
  .col-03 {
    padding: 0 10px;
    width: 33.33333%;
  }
  .col-04 {
    padding: 0 10px;
    width: 50%;
  }
  .col-05 {
    padding: 0 10px;
    width: 100%;
  }
  .col-06 {
    padding: 0 10px;
    width: 100%;
  }
  .col-07 {
    padding: 0 10px;
    width: 100%;
  }
  .col-08 {
    padding: 0 10px;
    width: 100%;
  }
  .col-09 {
    padding: 0 10px;
    width: 100%;
  }
  .col-10 {
    padding: 0 10px;
    width: 100%;
  }
  .col-11 {
    padding: 0 10px;
    width: 100%;
  }
  .col-12 {
    padding: 0 10px;
    width: 100%;
  }
  aside.sidebar {
    width: 100%;
    padding-left: 10px;
  }
}
@media (max-width: 520px) {
  .col-01 {
    width: 25%;
  }
  .col-02 {
    width: 25%;
  }
  .col-03 {
    width: 50%;
  }
}
@media (max-width: 375px) {
  .col-01 {
    width: 50%;
  }
  .col-02 {
    width: 50%;
  }
  .col-03 {
    width: 100%;
  }
}
@media (max-width: 420px) {
  aside.sidebar h4 {
    font-size: 20px;
  }
}
@media screen and (max-width: 768px) {
  .not-found-message {
    width: 75%;
  }
  .not-found-message span:first-child {
    font-size: 33vw;
  }
  .not-found-message span:nth-child(2) {
    font-size: 10.5vw;
  }
  .not-found-message span:last-child {
    font-size: 3.3vw;
  }
  .loop dl dd {
    padding-left: 15px;
  }
  .loop dl dd a h3 {
    font-size: 21px;
  }
  .loop dl dd a p {
    font-size: 14px;
  }
  .loop dl dd a time {
    font-size: 11px;
  }
  .loop dl dd a time span {
    font-size: 11px;
  }
  .single article .title h1 {
    font-size: 36px;
  }
  .single article blockquote {
    padding: 30px;
    margin: 15px 0;
  }
  .page-title {
    padding: 30px 0;
  }
  .page-title h2 {
    font-size: 6.5vw;
  }
}
@media screen and (max-width: 520px) {
  .single article .title h1 {
    font-size: 32px;
  }
  .single article blockquote {
    padding: 20px;
    margin: 10px 0;
  }
}
@media screen and (max-width: 420px) {
  .single article .title h1 {
    font-size: 28px;
  }
}