@charset "UTF-8";
body{font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;}
img{max-width: 100%; height: auto;}
h2,h3{ font-weight: bold;}
p{line-height: 1.8;}
a{transition:0.5s;color: #000;word-break: break-all;}
a:hover{color: #000;}
a:hover{opacity: 0.7;}
iframe {width: 100%;}
body {
    -webkit-animation: fadeIn 1.5s ease 0s 1 normal;
    animation: fadeIn 1.5s ease 0s 1 normal;
  }

  @keyframes fadeIn {
    0% {
      opacity: 0
    }

    100% {
      opacity: 1
    }
  }

  @-webkit-keyframes fadeIn {
    0% {
      opacity: 0
    }

    100% {
      opacity: 1
    }
  }

#header {
    display: flex;
    padding: 5px 10px;
    height: 65px;
    align-items: center;
    background: #fff;
    position: fixed;
    z-index: 999;
    width: 100%;
    top: 0;
}

#header.header-shadow {
    box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.2);
    transition: 0.5s;
}
.logo img {
    width: 270px;
}
nav ul{
	list-style: none;
	display: flex;
	justify-content: center;
}
nav ul ul{
	display: block;
}

nav ul li{
	position: relative;
}
nav ul li a {
    display: block;
    text-decoration: none;
    color: #000;
    padding: 15px 35px;
    transition: all .3s;
    font-size: 18px;
    font-weight: bold;
    text-align: left;
}
nav ul li li a{
	padding:10px 35px;
}

@media screen and (max-width:1200px){
#header .logo {
    position: relative;
    z-index: 9999;
}
#header::after {
    content: "";
    background: #fff;
    width: 100%;
    height: 65px;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 999;
}
#g-nav {
    position: fixed;
    z-index: 999;
    top: -120%;
    left: 0;
    width: 100%;
    height: 100vh;
    transition: all 0.6s;
    right: 0;
    margin: 0;
    background-color: #fff;
}
#g-nav.panelactive {
    top: 65px;
    border-top: 1px solid #ddd;
}
#g-nav.panelactive #g-nav-list {
    position: fixed;
    z-index: 999;
    width: 95%;
    height: 90vh;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
}
#g-nav ul {
    margin: 0;
    padding: 0;
}
#g-nav .g-scroll {
    height: 90vh;
    overflow: scroll;
}
nav{
    padding: 0;
}

nav ul{
    display: block;
}
nav ul li a {
    border-bottom: 1px solid #ddd;
    position: relative;
}
nav ul li a::after {
    content: "";
    display: block;
    border-top: 4px solid #000;
    border-left: 4px solid #000;
    height: 18px;
    width: 18px;
    transform: rotate(135deg);
    position: absolute;
    top: 22px;
    right: 30px;
}
nav ul li a.tell::after {
    display: none;
}
.openbtn {
    position: fixed;
    z-index: 9999;
    top: 5px;
    right: 5px;
    cursor: pointer;
    width: 55px;
    height: 55px;
    background: transparent;
    border-radius: 5px;
}
.openbtn span {
    display: inline-block;
    transition: all .4s;
    position: absolute;
    left: 12px;
    height: 3px;
    border-radius: 2px;
    background-color: #000;
    width: 30px;
}
.openbtn::before {
    content: "close";
    color: #000;
    font-weight: bold;
    text-transform: uppercase;
    font-size: 10px;
    position: absolute;
    bottom: 5px;
    left: 0;
    right: 0;
    text-align: center;
    transition: 0.4s;
    opacity: 0;
}
.openbtn.active::before {
    transition: 0.4s;
    opacity: 1;
}
.openbtn span:nth-of-type(1) {
	top: 15px;
}
.openbtn span:nth-of-type(2) {
	top: 27px;
}
.openbtn span:nth-of-type(3) {
	top: 39px;
}

.openbtn.active span:nth-of-type(1) {
    top: 16px;
    transform: translateY(6px) rotate(-45deg);
    width: 25px;
    left: 15px;
}
.openbtn.active span:nth-of-type(2) {
	opacity: 0;
}
.openbtn.active span:nth-of-type(3){
    top: 28px;
    transform: translateY(-6px) rotate(45deg);
    width: 25px;
    left: 15px;
}
}
#mainvisual {
    margin-top: 65px;
    position: relative;
}

.slider {
    position: relative;
    z-index: 1;
    padding: 0;
    margin: 0;
    width: 100%;
}
.slider-item img {
    object-fit: cover;
    width: 100%;
    object-position: center;
}
.slider, .slider-item, .slider-item img {
    height: 40vh;
}
.slick-dots {
    position: relative;
    z-index: 3;
    margin: -25px 0 0 0;
    padding: 0;
    text-align: center;
}
.slick-dots li {
    display:inline-block;
    margin: 0 15px;
}
.slick-dots > li:first-child:last-child {
    opacity: 0;
}
.slick-dots button {
    color: transparent;
    outline: none;
    width: 14px;
    height: 14px;
    display: block;
    border-radius: 50%;
    background: #000;
    border: none;
}
.slick-dots .slick-active button {
    background: #fff;
}
.slick-prev, .slick-next {
    position: absolute;
    z-index: 3;
    top: 42%;
    cursor: pointer;
    outline: none;
    border-top: 4px solid #000;
    border-right: 4px solid #000;
    height: 20px;
    width: 20px;
}
.slick-prev {
    left:-4.5%;
    transform: rotate(-135deg);
}

.slick-next {
    right:-4.5%;
    transform: rotate(45deg);
}
p.cacthcopy {
    color: #fff;
    font-weight: bold;
    margin: 0;
    position: absolute;
    top: 42%;
    left: 0;
    right: 0;
    z-index: 1;
    text-align: center;
    font-size: 20px;
}
section {
    padding: 2rem 0;
}

h2 {
    font-size: 20px;
}
#intro {
    background-image: url(../img/bg-intro.png);
    background-size: cover;
    background-position: center;
}
a.link-btn {
    display: block;
    text-decoration: none;
    font-weight: bold;
    background: #000;
    color: #fff;
    padding: 25px 10px;
    text-align: center;
    border-radius: 8px;
    margin: 2rem auto 0;
    width: 300px;
    border: 3px solid #000;
}

a.link-btn:hover {
    background: #fff;
    color: #000;
    opacity: 1;
}
h2 {
    font-size: 25px;
    text-align: center;
    margin-bottom: 1rem;
}
h2.ttl span {
    font-size: 16px;
    letter-spacing: 2px;
}
#service a.col-xl-6 {
    display: block;
    text-decoration: none;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
    border-radius: 10px;
    padding: 1rem 1rem 2rem;
    margin-bottom: 1rem;
    position: relative;
}
#service a.col-xl-6::before {
    content: "";
    background-image: url(../img/ico-link.png);
    display: block;
    width: 30px;
    height: 30px;
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
    bottom: 10px;
    right: 10px;
}
#service a.col-xl-6 h3 {
    text-align: center;
    font-size: 18px;
    margin-bottom: 1rem;
}

#service a.col-xl-6:hover {
    opacity: 1;
}

#service a.col-xl-6 figure {
    overflow: hidden;
}

#service a.col-xl-6:hover img {
    transform: scale(1.2);
    transition: 0.5s;
}

#service a.col-xl-6 img {
    transition: 0.5s;
}
#facility {
    background: #f2f2f2;
}
#facility .col-xl-4 {
    background: #fff;
    padding: 0 0 1rem;
    border-radius: 13px;
    margin-bottom: 1rem;
}

#facility .col-xl-4 figure img {
    border-radius: 13px 13px 0 0;
}

#facility .col-xl-4 p {
    padding: 0 1rem;
}
.info-tabs {
  width: 100%;
}

.tab-nav {
    display: flex;
    flex-wrap: wrap;
    border-bottom: 2px solid #000;
    padding: 0;
    margin: 0;
    list-style: none;
}
.tab-nav li {
    padding: 10px 15px;
    cursor: pointer;
    background: #f2f2f2;
    font-weight: bold;
    transition: 0.2s;
    font-size: 14px;
    margin: 2px;
}

.tab-nav li:last-child {
  border-right: none;
}

.tab-nav li.active {
  background: #000;
  color: #fff;
}

.tab-content {
  display: none;
  /* padding: 20px 0; */
}

.tab-content.active {
  display: block;
}

.news-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.news-list li {
    padding: 1rem 2rem 1rem 1rem;
    border-bottom: 1px solid #e5e5e5;
    position: relative;
}
.news-list li::after {
    content: "";
    z-index: 3;
    top: 42%;
    border-top: 4px solid #999;
    border-right: 4px solid #999;
    height: 15px;
    width: 15px;
    transform: rotate(45deg);
    position: absolute;
    right: 10px;
}
.news-list li h3 {
    font-size: 16px;
    margin: 0;
}
.news-list li h3 a {
    text-decoration: none;
    font-weight: 400;
}
.news-list li .date {
    width: 120px;
    font-weight: bold;
}
a.news-link {
    display: block;
    text-decoration: none;
    width: 160px;
    border: 1px solid #000;
    border-radius: 5px;
    padding: 15px 10px;
    text-align: center;
    margin: 1rem auto 0;
}
a.news-link:hover {
    opacity: 1;
    color: #fff;
    background: #000;
}
#operat {
    background: #f2f2f2;
}

#operat .col-xl-4 {
    background: #fff;
    padding: 1rem;
    margin-bottom: 1rem;
    border-radius: 10px;
    text-align: center;
}
#operat .col-xl-4 h3 {
    font-size: 20px;
    font-weight: 500;
}
a.h-link {
    display: block;
    text-decoration: none;
    background: #999;
    width: 240px;
    margin: 1rem auto;
    color: #fff;
    padding: 13px;
    border-radius: 5px;
    border: 2px solid #999;
    position: relative;
}
a.h-link:hover{
    opacity: 1;
    background: #fff;
    color: #999;
}
a.h-link::after {
    content: "";
    background-image: url(../img/ico-h-link.png);
    width: 25px;
    height: 25px;
    display: inline-block;
    background-size: contain;
    vertical-align: bottom;
    margin-left: 10px;
    background-repeat: no-repeat;
    transition: 0.5s;
}
a.h-link:hover::after{
    background-image: url(../img/ico-h-link2.png);
    transition: 0.5s;
}
#kawanominato {
    background-image: url(../img/bg-kawanominato.jpg);
    background-size: cover;
    background-position: center;
    margin-bottom: 1rem;
}
#kawanominato .container {
    background: #fff;
    width: 90%;
    padding: 1rem;
    transition: 0.5s;
    border-radius: 10px;
}
#kawanominato .container:hover {
    box-shadow: 0 0 10px;
    transition: 0.5s;
}
#kawanominato .container .row {
    border: 1px solid #3737aa;
    padding: 1rem;
    display: block;
    margin: 0;
    border-radius: 5px;
    text-decoration: none;
    position: relative;
}
#kawanominato .container .row:hover{
    opacity: 1;
}
#kawanominato .container .row::after {
    content: "";
    background-image: url(../img/ico-h-link2.png);
    width: 25px;
    height: 25px;
    display: inline-block;
    background-size: contain;
    background-repeat: no-repeat;
    transition: 0.5s;
    position: absolute;
    bottom: 10px;
    right: 10px;
}
#kawanominato .container .row img {
    width: 150px;
    margin: 0 auto;
    display: block;
}
#kawanominato .container .row h3 {
    color: #3737aa;
    font-size: 18px;
}
#contact {
    background: #777777;
    color: #fff;
}
#contact h2.ttl {
    font-size: 40px;
    text-align: left;
    line-height: 0.8;
    font-weight: normal;
    margin-bottom: 2rem;
}
a.link-cta {
    display: block;
    color: #fff;
    text-decoration: none;
    font-weight: 400;
    border: 1px solid #fff;
    padding: 15px 50px 15px 15px;
    border-radius: 5px;
    position: relative;
}
a.link-cta::after {
    content: "";
    position: absolute;
    z-index: 3;
    top: 42%;
    cursor: pointer;
    outline: none;
    border-top: 4px solid #fff;
    border-right: 4px solid #fff;
    height: 20px;
    width: 20px;
    transform: rotate(45deg);
    right: 20px;
    transition: 0.5s;
}
a.link-cta:hover {
    background: #fff;
    color: #777;
    opacity: 1;
}
a.link-cta:hover::after{
    border-top: 4px solid #777;
    border-right: 4px solid #777;
    transition: 0.5s;
}
ul.bn-slider {
    padding: 0;
    margin: 0 auto;
    width: 85%;
}

ul.bn-slider li {
    margin: 0 5px;
}

#page-top {
    margin: 0;
    position: absolute;
    top: -20px;
    right: 10px;
    width: 50px;
}
#f-bottom {
    background: #f2f2f2;
    border-top: 1px solid;
    padding: 3rem 0 2rem;
}
#f-bottom .logo img {
    width: 300px;
    margin: 0 auto 1rem;
    display: block;
}

@media screen and (min-width:760px) {
.slider, .slider-item, .slider-item img {
    height: auto;
}
#facility .col-xl-4 figure img {
    border-radius: 20px 20px 0 0;
}
#facility .col-xl-4{
    border-radius: 20px;
}
#service a.col-xl-6 img,#facility .col-xl-4 figure img,#operat .col-xl-4 img{
    width: 100%;
}
#kawanominato .container .row {
    display: flex;
    align-items: center;
}
#kawanominato .container .row p {
    margin: 0;
}
}

@media screen and (min-width:1200px) {
#header {
    justify-content: space-between;
}
ul.h-nav {
    margin: 0;
    padding: 0;
    gap: 0 5px;
    align-items: center;
}
ul.h-nav li a {
    padding: 10px 15px;
    font-size: 16px;
    margin: 0 5px;
}
ul.h-nav li a:hover {
    background: #f2f2f2;
    border-radius: 5px;
    opacity: 1;
}
#header .logo a {
    display: flex;
    align-items: center;
}
.logo img {
    width: 350px;
}
p.cacthcopy {
    font-size: 32px;
}
a.link-btn {
    margin-top: 3rem;
}
section {
    padding: 5rem 0;
}
h2 {
    font-size: 36px;
    line-height: 1;
    margin-bottom: 2rem;
}
h2.ttl span {
    font-size: 18px;
}
#service .row {
    gap: 55px;
    margin-top: 3rem!important;
}
#service a.col-xl-6 {
    width: 47.5%;
    margin: 0;
    padding: 2rem;
}
#service a.col-xl-6 h3 {
    font-size: 20px;
}
#facility .row,#operat .row {
    gap: 20px;
}

#facility .col-xl-4,#operat .col-xl-4 {
    width: 32.1%;
    margin: 0;
}
#news h2.ttl {
    text-align: left;
}
.tab-nav li {
    margin: 0 3px 0 0;
}
.tab-nav {
    padding-left: 10px;
}
.news-list li {
    display: flex;
    align-items: baseline;
    padding: 2rem 4rem 2rem 3rem;
}
.news-list li h3 {
    width: 85%;
}
.news-list li::after {
    right: 45px;
}
a.news-link {
    margin-right: 10px;
}
#kawanominato .container {
    width: 900px;
}
#kawanominato .container .row h3 {
    font-size: 25px;
}
#kawanominato .container .row img {
    width: 220px;
}
#kawanominato .container .row p {
    font-size: 20px;
}
#kawanominato {
    padding: 9rem 0;
}
#contact h2.ttl {
    font-size: 60px;
    margin: 0;
    line-height: 0.5;
}
a.link-cta {
    font-size: 18px;
    padding: 40px 80px 40px 40px;
}
a.link-cta::after{
    right: 35px;
}
#banner {
    padding: 4rem 0;
}
#f-bottom .logo img {
    width: 400px;
    margin: 0 0 1rem;
    display: block;
}
ul.f-navi {
    gap: 15px 0;
    padding: 0;
    margin: 1.5rem 0 0;
    display: flex;
    flex-wrap: wrap;
    list-style-type: none;
}
ul.f-navi li {
    width: 33%;
}
ul.f-navi li a {
    text-decoration: none;
}
p.copyright {
    margin-top: 2rem !important;
}
#news {
    padding: 7rem 0 5rem;
}
}

@media screen and (min-width:1400px) {
.container {
    max-width: 1200px;
}
p.cacthcopy {
    font-size: 40px;
}
h2 {
    font-size: 40px;
}
h2.ttl span {
    font-size: 20px;
}
#service a.col-xl-6 h3 {
    font-size: 23px;
}
#service a.col-xl-6::before {
    width: 38px;
    height: 38px;
}
.tab-nav li {
    font-size: 16px;
}
#operat .col-xl-4 h3 {
    font-size: 24px;
}
#kawanominato .container .row h3 {
    font-size: 32px;
}
#kawanominato .container .row img {
    width: 250px;
}
#kawanominato {
    padding: 12rem 0;
}
#contact h2.ttl {
    font-size: 78px;
}
#contact h2.ttl span {
    font-size: 25px;
}
a.link-cta {
    font-size: 20px;
}
ul.f-navi {
    gap: 20px 0;
}
}
@media screen and (min-width:1600px) {
.logo img {
    width: 400px;
}
ul.h-nav li a {
    font-size: 18px;
}
p.cacthcopy {
    font-size: 47px;
}
.container {
    max-width: 1400px;
}
#intro {
    padding-bottom: 8rem;
}
p {
    font-size: 18px;
}
a.link-btn {
    font-size: 18px;
    width: 380px;
    padding: 2rem 0;
}
section {
    padding: 8rem 0;
}
h2.ttl {
    font-size: 45px;
}
#service a.col-xl-6 h3 {
    font-size: 25px;
}
#service a.col-xl-6 {
    width: 48%;
}
#intro a.link-btn, #service a.link-btn {
    margin-top: 5rem;
}
#facility .row, #operat .row {
    gap: 25px;
}
.news-list li h3,.news-list li .date {
    font-size: 18px;
}
a.news-link {
    font-size: 18px;
    width: 170px;
}
#operat .col-xl-4 {
    padding: 20px;
}
#operat .col-xl-4 h3 {
    font-size: 25px;
}
#operat .col-xl-4 h3 + p {
    font-size: 16px;
}
a.h-link {
    font-size: 18px;
}
#kawanominato .container {
    width: 1200px;
}
#kawanominato .container .row {
    padding: 2rem;
}
#kawanominato .container .row h3 {
    font-size: 36px;
}
#kawanominato .container .row p {
    font-size: 23px;
}
#kawanominato .container .row img {
    width: 300px;
}
#kawanominato .container .row::after {
    width: 40px;
    height: 40px;
    bottom: 20px;
    right: 20px;
}
#kawanominato {
    padding: 15rem 0;
}
#contact h2.ttl {
    font-size: 90px;
}
a.link-cta {
    font-size: 22px;
    padding: 40px 115px 40px 50px;
}
#f-bottom {
    padding: 4rem 0 2rem;
}
ul.f-navi li a {
    font-size: 18px;
}
p.copyright {
    margin-top: 3rem !important;
}
#f-bottom .logo img {
    width: 470px;
}
}

/* page */
#page_header {
    margin-top: 65px;
    padding: 3rem 0;
    display: flex;
    align-items: center;
    justify-content: center;
    background-position: center;
}
h1.page-title {
    margin: 0;
    color: #fff;
    text-align: center;
    font-size: 20px;
    line-height: 1.4;
}
h1.page-title span {
    display: block;
    font-size: 30px;
    font-weight: bold;
}
.bread {
    margin: 10px 0;
}
.bread span {
    padding: 0 3px;
}
#page-content {
    padding: 2rem 0 0;
}
.wp-block-group__inner-container {
    padding: 0 1rem;
}
section.wp-block-group.has-background {
    margin-top: 5px;
}
h3.wp-block-heading {
    border: 1px solid;
    padding: 15px;
    margin: 0 0 1rem;
    font-size: 20px;
    font-weight: 500;
}
#page-content a.h-link {
    background: #000;
    text-align: center;
    width: 300px;
    border: 2px solid #000;
}
#page-content a.h-link.no::after {
    display: none;
}
#page-content a.h-link:hover {
    background: #fff;
    color: #000;
}

#page-content a.h-link:hover::after {
    background-image: url(../img/ico-h-link3.png);
}
p.f-num {
    font-size: 30px;
    padding: 0 20px;
    line-height: 1.4;
    font-weight: 300;
}
figcaption.wp-element-caption {
    background-color: rgba(76, 63, 54, 0.7);
    color: #fff;
    text-align: center;
    padding: 10px;
    margin: -45px 0 0;
    position: relative;
}
.page-id-96 #about1 h2.wp-block-heading {
    font-size: 20px;
}
.page-id-96 #about1 h3.wp-block-heading {
    border: none;
    border-bottom: 1px solid;
    display: flex;
    align-items: center;
    gap: 0 5px;
}
.page-id-96 h3.wp-block-heading span.num {
    font-size: 30px;
    width: 40px;
    font-weight: 400;
}
.wp-block-table td, .wp-block-table th {
    border: none;
}

.wp-block-table tr {
    border-bottom: 1px dotted;
}
.privacy-policy h3.wp-block-heading {
    margin: 2rem 0 1rem;
}
.page-id-2 h2.wp-block-heading + p {
    font-size: 18px;
}

@media screen and (max-width:760px) {
:where(.wp-block-columns.is-layout-flex) {
    gap: 1em;
}
}

@media screen and (min-width:760px) {
.wp-block-group__inner-container {
    max-width: 720px;
    margin: 0 auto;
}
#page_header {
    padding: 4rem 0;
    background-size: cover;
}
}

@media screen and (min-width:992px) {
.wp-block-group__inner-container {
    max-width: 960px;
}
}

@media screen and (min-width: 1200px) {
.wp-block-group__inner-container {
    max-width: 1100px;
}
#page_header {
    padding: 7rem 0;
}
h1.page-title span {
    font-size: 40px;
}
h3.wp-block-heading {
    font-size: 24px;
}
#page-content p {
    line-height: 2;
}
#page-content a.h-link {
    margin-top: 3rem;
}
:where(.wp-block-columns) {
    margin-bottom: 3rem;
}
p.f-num {
    font-size: 40px;
    line-height: 1.4 !important;
    margin-right: 1rem;
}
figcaption.wp-element-caption {
    font-size: 20px;
    margin: -50px 0 0;
}
.page-id-96 #about1 h2.wp-block-heading {
    font-size: 24px;
}
.page-id-96 h3.wp-block-heading span.num {
    font-size: 50px;
    width: auto;
}
.page-id-96 #about1 h3.wp-block-heading {
    padding: 0 0 5px;
    gap: 0 10px;
}
.page-id-96 #about1 h3.wp-block-heading.mx-auto {
    width: fit-content;
}
.wp-block-table td, .wp-block-table th {
    padding: 1rem;
}
.page-id-96 .wp-block-table table td:nth-of-type(1) {
    width: 25%;
}
#page-content li{
    line-height: 2;
}
.privacy-policy h3.wp-block-heading {
    margin: 3rem 0 1rem;
}

}

@media screen and (min-width:1400px) {
h1.page-title span {
    font-size: 45px;
}
#page_header {
    padding: 8rem 0;
}
.wp-block-group__inner-container {
    max-width: 1200px;
}
:where(.wp-block-columns) {
    margin-bottom: 5rem;
}
:where(.wp-block-columns):last-child {
    margin-bottom: 2rem;
}

}

@media screen and (min-width: 1600px) {
#page_header {
    padding: 11rem 0;
}
.wp-block-group__inner-container {
    max-width: 1400px;
}
h3.wp-block-heading {
    font-size: 30px;
}
p.f-num {
    font-size: 50px;
    line-height: 1.3 !important;
}
figcaption.wp-element-caption {
    font-size: 24px;
    margin: -55px 0 0;
}
#page-content li, #page-content td {
    font-size: 18px;
}
.page-id-96 #about1 h2.wp-block-heading {
    font-size: 30px;
    margin: 3rem 0 2rem;
}
.page-id-96 h3.wp-block-heading span.num {
    font-size: 60px;
}
.page-id-2 h2.wp-block-heading + p {
    font-size: 22px;
}

}

/* form */
ul.notice {
    background: #f2f2f2;
    padding: 1rem 3rem;
    margin: 2rem 0 0;
    border: 1px solid #ddd;
}
.page-id-138 #page-content li {
    margin-bottom: 10px;
}
.smf-item__label strong {
    color: #eb4335;
    font-size: 12px;
    margin-left: 5px;
}
.smf-form--simple-table .smf-item {
    border-bottom: 1px solid #ddd;
    padding: 1rem;
}
.smf-action .smf-button-control__control {
    border: none;
    background: #000;
    color: #fff;
    padding: 15px 50px;
}
@media screen and (min-width:1200px) {
.smf-form--simple-table .smf-item {
    padding: 2rem 4rem;
}
}

/* archive */
.pagenavi {
    margin: 2rem auto;
    text-align: center;
}

.nav-links span,.nav-links a {
    border: 1px solid;
    text-decoration: none;
    padding: 5px 10px;
}

.pagination {
    justify-content: center;
}

.nav-links span.current {
    background: #000;
    color: #fff;
    border: 1px solid #000;
}

/* single */
.single-post-contets {
    border: 1px solid;
    border-radius: 10px;
    padding: 2rem 1rem;
}
h2.singlettl {
    font-size: 22px;
    margin-bottom: 1rem;
    text-align: left;
}
.single-post-contets h2.wp-block-heading {
    text-align: left;
    font-size: 20px;
    font-weight: 500;
}
.single-post-contets h3.wp-block-heading {
    margin: 2rem 0 1rem;
}
.single-post-contets h4.wp-block-heading {
    font-size: 18px;
    margin: 2rem 0 1rem;
    border-left: 8px solid;
    padding: 10px;
}
.entry-pager {
  display: flex;
  justify-content: space-between;
  margin-top: 3rem;
}
.back a, .next a {
  text-decoration: none;
  border: 1px solid #ccc;
  padding: 10px 20px;
  border-radius: 5px;
  width: 150px;
  display: block;
  text-align: center;
  color: #000;
}
.back a::before {
  content: "";
  display: inline-block;
  width: 10px;
  height: 10px;
  border-left: 3px solid #999;
  border-bottom: 3px solid #999;
  transform: rotate(45deg);
  margin-right: 10px;
}
.next a::after {
  content: "";
  display: inline-block;
  width: 10px;
  height: 10px;
  border-left: 3px solid #999;
  border-bottom: 3px solid #999;
  transform: rotate(-135deg);
  margin-left: 10px;
}
#Singlepost {
    padding-bottom: 3rem;
}

@media screen and (min-width:1200px) {
.single-post-contets {
    padding: 4rem;
}
h2.singlettl {
    font-size: 26px;
}
.single-post-contets h2.wp-block-heading {
    font-size: 24px;
}
.single-post-contets h4.wp-block-heading {
    font-size: 20px;
}
#Singlepost {
    padding-bottom: 6rem;
}
}

@media screen and (min-width:1600px) {
h2.singlettl {
    font-size: 32px;
}
.single-post-contets h2.wp-block-heading {
    font-size: 30px;
}
.single-post-contets h4.wp-block-heading {
    font-size: 26px;
}
}