@charset "UTF-8";
body{  font-family: "Noto Serif JP", serif;
  font-optical-sizing: auto;
  font-weight:500;
  font-style: normal;
color: #230f00;}
img{max-width: 100%; height: auto;}
p{line-height: 1.8;}
a{transition:0.5s;word-break: break-word; color: #230f00;}
a:hover{opacity: 0.7;color: #230f00;}
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: 230px;
    border-radius: 0;
}
#g-nav {
    background: #fff;
    color: #fff;
    transition: all 0.6s;
}
#g-nav ul {
    list-style: none;
    display: flex;
    justify-content: center;
    padding: 0;
    margin: 0;
}
#g-nav ul ul{
	display: block;
}
#g-nav ul li{
	position: relative;
}

#g-nav ul li a {
    display: block;
    text-decoration: none;
    padding: 15px 35px;
    transition: all .3s;
    font-weight: bold;
    color: #230f00;
}

#g-nav ul li a.tell {
    background: #77aa7b;
    color: #fff;
    font-size: 22px;
    border: none;
    padding: 20px 10px;
    text-align: center;
}
#g-nav ul li a.tell::after,#g-nav ul li a.cta-btn::after {
    display: none;
}
#g-nav ul li a.tell::before {
    content: "";
    background-image: url(../img/ico-tell.png);
    display: inline-block;
    width: 20px;
    height: 20px;
    background-size: contain;
    background-repeat: no-repeat;
}
#g-nav ul li a.cta-btn {
    background: #d35118;
    color: #fff;
    text-align: center;
    border: none;
}

@media screen and (max-width:1260px){
#g-nav {
    padding: 0;
    margin-top: 65px;
    border-top: 1px solid #ddd;
    position: fixed;
    z-index: 999;
    top: 0;
    right: -120%;
    width: 100%;
    height: 100vh;
    transition: all 0.6s;
}

#g-nav.panelactive{
    right: 0;
}

#g-nav ul{
    display: block;
}
#g-nav ul li a{
	border-bottom:1px solid #ddd;
    font-size: 18px;
}
#g-nav ul li a::after {
    content: "";
    content: '';
    position: absolute;
    top: 25px;
    width: 12px;
    height: 12px;
    border-top: 3px solid #a0978a;
    border-right: 3px solid #a0978a;
    transform: rotate(45deg);
    right: 31px;
}
.openbtn {
    position: fixed;
    z-index: 9999;
    top: 9px;
    right: 10px;
    cursor: pointer;
    width: 50px;
    height: 50px;
    background-color: #771212;
    border-radius: 6px;
    background-size: cover;
    background-position: center;
}
.openbtn span {
    display: inline-block;
    transition: all .4s;
    position: absolute;
    left: 13px;
    height: 3px;
    border-radius: 2px;
    background-color: #fff;
    width: 50%;
}
.openbtn span:nth-of-type(1) {
	top:15px;	
}

.openbtn span:nth-of-type(2) {
	top:23px;
}

.openbtn span:nth-of-type(3) {
	top:31px;
}

.openbtn.active span:nth-of-type(1) {
    top: 18px;
    left: 13px;
    transform: translateY(6px) rotate(-45deg);
}

.openbtn.active span:nth-of-type(2) {
	opacity: 0;
}
.openbtn.active span:nth-of-type(3){
    top: 30px;
    left: 13px;
    transform: translateY(-6px) rotate(45deg);
}
}

#mainvisual {
    margin-top: 65px;
    padding-bottom: 3rem;
    position: relative;
}
.slider {
    position: relative;
    z-index: 1;
    padding: 0;
    margin: 0 auto;
}
.slider-item img {
    object-fit: cover;
    width: 100%;
    object-position: center;
}
.slider, .slider-item, .slider-item img {
    height: 60vh;
}
.slider-item, .slider-item img {
    margin: 0 auto;
}
.slick-dots {
    position: relative;
    z-index: 2;
    margin: 0;
    padding: 0;
    bottom: 30px;
    text-align: center;
}
.slick-dots li {
    display:inline-block;
	margin:0 8px;
}
.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: transparent;
    border: 2px solid #fff;
}
.slick-dots .slick-active button {
    background: #fff;
}
p.copy {
    font-weight: bold;
    margin: 0;
    position: absolute;
    bottom: 24%;
    left: 5%;
    z-index: 1;
    color: #fff;
    font-size: 24px;
    text-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
}
section {
    padding: 3rem 0;
}
h2 {
    margin: 0 0 1rem;
    font-size: 20px;
    line-height: 1.6;
    font-weight: bold;
    text-align: center;
}
#notice {
    padding-top: 0;
}
#notice h2 {
    color: #d35118;
    text-align: left;
}
ul.notice-list {
    padding: 0;
    margin-bottom: 2rem;
    list-style-type: none;
}
ul.notice-list li {
    padding: 10px;
    border-top: 1px solid #230f00;
}
p.date {
    margin: 0;
}
ul.notice-list h3 a {
    color: #230f00;
    text-decoration: none;
}
ul.notice-list h3 {
    font-size: 16px;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-decoration: none;
}
ul.notice-list li:last-child {
    border-bottom: 1px solid #230f00;
}
a.link-notice {
    color: #230f00;
    text-decoration: none;
    display: block;
    margin: 0 auto;
    text-align: center;
    font-weight: bold;
}
a.link-notice::after {
    content: "";
    background-image: url(../img/ico-link.png);
    width: 15px;
    height: 10px;
    display: inline-block;
    background-size: contain;
    background-repeat: no-repeat;
    margin-left: 10px;
}
#intro {
    background-image: url(../img/bg-intro.png);
    background-size: cover;
    background-position: center;
    position: relative;
    /* padding: 3rem 0; */
}
#intro p {
    line-height: 2.2;
}
.intro-bottom img {
    transform: rotate(180deg);
    position: relative;
    /* z-index: -1; */
    bottom: 4px;
}
.intro-bottom.plan img {
    position: absolute;
    top: 0;
    z-index: 0;
    bottom: auto;
}
h2.ttl::after {
    content: "";
    background-image: url(../img/ttl-bottom.png);
    width: 50px;
    height: 7px;
    display: block;
    background-repeat: no-repeat;
    background-size: contain;
    margin: .5rem auto 1rem;
}
.movie-size iframe {
    aspect-ratio: 16 / 9;
    width: 100%;
    height: auto;
}
#news {
    /* padding: 3rem 0; */
    background-image: url(../img/bg-news.png);
    background-size: cover;
    background-position: center;
}
ul.news-list {
    padding: 0;
    margin: 0 auto;
    width: 90%;
    list-style-type: none;
}

ul.news-list li a {
    display: block;
    background: #fff;
    padding: 1rem 1rem 2rem;
    border-radius: 5px;
    box-shadow: 0 0 5px rgba(0,0,0,0.2);
    height: 100%;
}

ul.news-list li {
    margin-bottom: 1rem;
}

ul.news-list li a figure {
    overflow: hidden;
}

ul.news-list li a figure img {
    object-fit: contain;
    width: 100%;
    aspect-ratio: 1/1.414;
    transition: 0.5s;
}

ul.news-list li a:hover figure img {
    transform: scale(1.2);
    transition: 0.5s;
}

ul.news-list li a:hover {
    opacity: 1;
}

ul.news-list li a {
    color: #000;
    text-decoration: none;
    position: relative;
}

ul.news-list li a h3 {
    font-size: 18px;
    margin: 0;
}
ul.news-list li a::after {
    content: "";
    background-image: url(../img/ico-link.png);
    width: 25px;
    height: 15px;
    background-size: contain;
    display: block;
    background-repeat: no-repeat;
    position: absolute;
    bottom: 10px;
    right: 10px;
}
a.link-btn {
    display: block;
    background: #d35118;
    color: #fff;
    padding: 20px 10px;
    text-align: center;
    text-decoration: none;
    width: 270px;
    margin: 2rem auto 0;
    border-radius: 5px;
    font-weight: bold;
}
a.link-btn:hover {
    transform: scale(0.9, 0.9);
    opacity: 1;
}
#plan {
    background-image: url(../img/bg-plan.png);
    background-size: cover;
    background-position: center;
    margin-top: -25px;
    position: relative;
}

#service h2 {
    margin-top: 2rem;
}
#service p {
    line-height: 2.2;
}
#service .row + .row {
    margin-top: 4rem;
}
#information {
    background-image: url(../img/bg-info.png);
    background-size: cover;
    padding-top: 1rem;
}
#information a.col-xl-6 {
    display: block;
    background: #fff;
    padding: 2rem 2rem 2rem 4rem;
    border-radius: 5px;
    position: relative;
    margin-top: 3rem;
    color: #fff;
    text-decoration: none;
}
#information a.col-xl-6 h2 {
    margin: 0;
    position: absolute;
    width: 40px;
    top: -20px;
    left: 15px;
}
#information a.col-xl-6 figure {
    margin: 0;
    overflow: hidden;
    border-radius: 5px;
}
#information a.col-xl-6 figure img {
    transition: 0.5s;
    width: 100%;
}
#information a.col-xl-6:hover {
    opacity: 1;
}
#information a.col-xl-6:hover figure img {
    transform: scale(1.2);
    transition: 0.5s;
}
#information a.col-xl-6::after{
    content: "";
    background-image: url(../img/ico-link.png);
    width: 25px;
    height: 15px;
    background-size: contain;
    display: block;
    background-repeat: no-repeat;
    position: absolute;
    bottom: 10px;
    right: 10px;
}
#access h3 {
    font-weight: bold;
    font-size: 20px;
}
#access .col-xl-6 {
    border-top: 1px solid;
    padding: 2rem 1rem;
}
#access .col-xl-6.train {
    border-bottom: 1px solid;
}
#banner {
    background: #fffcf8;
}
ul.bn-list {
    display: flex;
    list-style-type: none;
    padding: 0 3rem;
    margin: 0;
    flex-wrap: wrap;
    gap: 20px;
}
#page-top a{
	transition:all 0.3s;
}
#page-top {
	position: fixed;
	right: 10px;
	z-index: 2;
	opacity: 0;
    margin: 0;
    width: 50px;
	transform: translateY(100px);
}
#page-top.UpMove{
	animation: UpAnime 0.5s forwards;
}
@keyframes UpAnime{
  from {
    opacity: 0;
	transform: translateY(100px);
  }
  to {
    opacity: 1;
	transform: translateY(0);
  }
}
#page-top.DownMove{
	animation: DownAnime 0.5s forwards;
}
@keyframes DownAnime{
  from {
  	opacity: 1;
	transform: translateY(0);
  }
  to {
  	opacity: 1;
	transform: translateY(100px);
  }
}
#footer {
    background-image: url(../img/bg-footer.png);
    background-size: cover;
    padding-bottom: 1rem;
}
#footer img.logo {
    margin-bottom: 1rem;
}
#footer a.link-btn {
    margin-bottom: 1rem;
}
ul.f-nav {
    margin-top: 3rem;
    display: flex;
    flex-wrap: wrap;
    list-style-type: none;
    padding: 0;
}

ul.f-nav li {
    width: 50%;
    line-height: 2;
}

ul.f-nav li a {
    text-decoration: none;
}
p.copyright {
    margin: 0;
    text-align: center;
}

@media screen and (min-width:760px) {
#intro p {
    text-align: center;
}
ul.bn-list li {
    width: 48%;
}
}
@media screen and (min-width:1000px) {
#footer a.link-btn {
    margin: 0;
    padding: 24px;
}
#footer .d-lg-flex {
    align-items: center;
    justify-content: center;
    gap: 20px;
}

}
@media screen and (min-width:1200px) {
.slider, .slider-item, .slider-item img {
    height: 85vh;
}
.container {
    max-width: 1100px;
}
section {
    padding: 6rem 0;
}
h2 {
    font-size: 30px;
}
h2.ttl::after {
    width: 76px;
    height: 11px;
    margin: 1rem auto 2rem;
}
ul.notice-list li {
    display: flex;
    align-items: baseline;
    padding: 2rem 3rem;
    gap: 0 80px;
}
ul.notice-list p.date {
    width: 90px;
}
p.copy {
    font-size: 36px;
}
#notice {
    padding-top: 3rem;
}
#notice .container {
    position: relative;
}
a.link-notice {
    font-size: 18px;
    position: absolute;
    top: 16px;
    right: 15px;
}
#intro p {
    text-align: left;
    position: absolute;
    width: 300px;
    top: 30%;
}
#intro h2 {
    font-size: 28px;
    margin-bottom: 4rem;
}
#movie {
    padding: 4rem 0;
}
ul.news-list {
    display: flex;
    flex-wrap: wrap;
    gap: 21px;
    width: 100%;
}
ul.news-list li {
    width: 32%;
}
ul.news-list li a h3 {
    font-size: 22px;
}
ul.news-list li a {
    padding: 1.5rem 1.5rem 2.5rem;
}
ul.news-list li a::after {
    width: 31px;
    height: 20px;
    bottom: 15px;
    right: 15px;
}
a.link-btn {
    font-size: 18px;
}
#service h2 {
    margin-top: 4rem;
}
#service{
    position: relative;
}
#service::before {
    content: "";
    background-image: url(../img/deco-service-l.png);
    width: 32%;
    height: 60%;
    display: block;
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
    z-index: -1;
    top: 3%;

}
#service::after {
    content: "";
    background-image: url(../img/deco-service-r.png);
    width: 60%;
    height: 65%;
    display: block;
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
    z-index: -1;
    bottom: 3%;
    right: 0;
}
#information a.col-xl-6 {
    width: 48.8%;
    margin-top: 5rem;
    padding: 2rem 2rem 2rem 5rem;
}
#information .row {
    gap: 0 25px;
}
#information a.col-xl-6 h2 {
    width: 55px;
    top: -35px;
    left: 15px;
}
#information a.col-xl-6::after {
    width: 30px;
    height: 17px;
    bottom: 7px;
    right: 27px;
}
#access .col-xl-6 {
    border: none;
    border-left: 1px solid;
    padding: 2rem 4rem;
    margin: 2rem 0;
}
#access .col-xl-6.train {
    border-bottom: none;
    border-right: 1px solid;
}
#access {
    position: relative;
}
#access::before,#access::after {
    content: "";
    background-image: url(../img/deco-access-l.png);
    width: 100%;
    height: 18%;
    display: block;
    background-repeat: no-repeat;
    background-size: contain;
    position: absolute;
    top: 10%;
    left: 0;
}
#access::after {
    background-image: url(../img/deco-access-r.png);
    top: auto;
    left: auto;
    right: 0;
    background-position: right;
    bottom: 3%;
    width: 30%;
}
ul.bn-list {
    justify-content: center;
    padding: 0 5rem;
}
ul.bn-list li {
    text-align: center;
}
#footer .d-lg-flex {
    margin-top: 3rem;
}
#footer a.link-btn {
    width: 190px;
    padding: 20px;
}
ul.f-nav {
    margin: 0;
    padding-left: 5rem;
}
ul.f-nav li {
    line-height: 3;
}
}

@media screen and (min-width:1260px) {
#header {
    padding: 0 0 0 10px;
    justify-content: space-between;
    height: 80px;
}
#g-nav ul {
    align-items: center;
}
#g-nav ul li a {
    padding: 10px 15px;
}
#mainvisual {
    margin-top: 80px;
}
#g-nav ul li a.tell, #g-nav ul li a.cta-btn {
    height: 80px;
    display: flex;
    align-items: center;
    justify-content: center;
}
#g-nav ul li a.cta-btn {
    padding: 25px;
}
.slider, .slider-item, .slider-item img {
    height: auto;
    aspect-ratio: 12 / 6;
}

}

@media screen and (min-width: 1400px) {
body {
    font-size: 18px;
}
.container {
    max-width: 1200px;
}
.logo img {
    width: 270px;
}
#g-nav ul li a.tell {
    width: 220px;
}
#g-nav ul li a.cta-btn {
    width: 120px;
}
ul.notice-list h3 {
    font-size: 18px;
}
a.link-notice {
    font-size: 20px;
}
a.link-notice::after {
    width: 20px;
    height: 14px;
}
ul.news-list {
    gap: 23px;
}
#news {
    padding-bottom: 8rem;
}
#access h3 {
    font-size: 24px;
}
p.copy {
    left: 8%;
}
#footer a.link-btn {
    width: 215px;
    padding: 21px;
}
}
@media screen and (min-width: 1490px) {
#g-nav ul li a {
    padding: 10px 18px;
}
#g-nav ul li a.tell {
    margin-left: 10px;
}
p.copy {
    left: 10%;
}
}
@media screen and (min-width: 1600px) {
#g-nav ul li a {
    padding: 10px 25px;
}
p.copy {
    left: 13%;
}
section {
    padding: 8rem 0;
}
}

/* page */
#page_header {
    margin-top: 65px;
    background-image: url(../img/page-header.png);
    height: 120px;
    background-size: cover;
    background-position: center;
    display: flex;
    align-items: center;
    justify-content: center;
}
h1.page-title {
    margin: 0;
    color: #666;
    letter-spacing: 5px;
}
.bread {
    margin: 10px 0 0;
}
.bread a, .bread span {
    padding: 0 3px;
    text-decoration: none;
}
.wp-block-group__inner-container {
    padding: 0 1rem;
    margin: 0 auto;
}
h2.wp-block-heading {
    text-align: left;
    margin: 3rem 0 1rem;
}
h2.wp-block-heading::before {
    content: "";
    background-image: url(../img/ttl-left.png);
    width: 35px;
    height: 10px;
    display: inline-block;
    background-repeat: no-repeat;
    background-size: contain;
    margin: 0 10px 0 0;
    vertical-align: middle;
}
h3.wp-block-heading {
    font-weight: bold;
    font-size: 18px;
    margin: 2rem 0 1rem;
}
#page-content a:not(.link-btn) {
    color: #d35118;
}
#page-content a:not(.link-btn):hover {
    color: #d35118;
}
.wp-block-flexible-table-block-table.wp-block-flexible-table-block-table>table tr th,
.wp-block-flexible-table-block-table.wp-block-flexible-table-block-table>table tr td {
    border-left: 0;
    border-right: 0;
    padding: 15px 10px;
}
#page-content p {
    line-height: 2;
}
table tr th, .wp-block-flexible-table-block-table.wp-block-flexible-table-block-table>table tr td ul {
    margin: 0;
}
@media screen and (min-width: 768px) {
.wp-block-group__inner-container {
    max-width: 720px;
}
}
@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 {
    height: 280px;
}
h1.page-title {
    font-size: 60px;
    letter-spacing: 10px;
}
h2.wp-block-heading {
    margin: 5rem 0 1rem;
}
.wp-block-flexible-table-block-table.wp-block-flexible-table-block-table>table tr th,
.wp-block-flexible-table-block-table.wp-block-flexible-table-block-table>table tr td {
    padding: 25px 10px;
}
h3.wp-block-heading {
    font-size: 24px;
}
#page-content {
    background-image: url(../img/bg-page.png);
    background-size: contain;
    background-position: 0 70%;
    background-repeat: no-repeat;
}
p.mltext {
    margin-bottom: 65px;
    margin-left: -50px;
}
}
@media screen and (min-width: 1400px) {
.wp-block-group__inner-container {
    max-width: 1200px;
}
#page_header {
    height: 320px;
}
p.mltext {
    margin-bottom: 120px;
}
}
@media screen and (min-width: 1900px) {
    #page_header {
        height: 420px;
    }
}

.wp-block-group.waku {
    border: 5px double #e2bd23;
    border-radius: 10px;
    padding: 2rem 0;
}

.wp-block-group.waku p strong {
    text-align: center;
    font-size: 18px;
}
#dinner {
    background-image: url(../img/bg-dinner.png);
    background-repeat: no-repeat;
}
h3.wp-block-heading.underline {
    border-bottom: 2px solid #d35118;
    padding: 10px;
    color: #d35118;
    font-size: 20px;
}
#morning {
    background-image: url(../img/bg-morning.png);
    background-repeat: no-repeat;
}
#room {
    background-image: url(../img/bg-room.png);
    background-repeat: no-repeat;
}
.wp-block-columns.access {
    margin-top: 3rem;
}
.map iframe {
    border-radius: 7px;
    height: 300px;
}
p.tell a {
    color: #000 !important;
    text-decoration: none;
    font-weight: bold;
    font-size: 30px;
}
.border-radius7 img {
    border-radius: 7px;
}

@media screen and (min-width:1200px) {
#dinner,#morning,#room {
    background-size: 100%;
}
.wp-block-group.waku {
    background-image: url(../img/bg-waku.png);
    border: none;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    text-align: center;
    padding: 4rem;
    margin-top: 3rem;
}
.wp-block-group.waku p strong {
    font-size: 30px;
    margin-bottom: 2rem;
    display: block;
}
h3.wp-block-heading.underline {
    font-size: 30px;
    padding: 20px;
    margin-bottom: 2rem;
}
#dinner .wp-block-column a.link-btn {
    width: fit-content;
    margin: 2rem 0 0;
    padding: 15px 40px;
}
a.link-btn.w-70 {
    width: 70%;
}
.page-id-54 #page-content {
    background-position: 0 30%;
}
.page-id-120 #page-content {
    background-position: 0 55%;
}
.page-id-100 #page-content {
    background-position: 0 80px;
}
.wp-block-columns.access {
    margin-top: 5rem;
}
.access .map,.access .map iframe {
    height: 100%;
}
.page-id-139 #page-content{
    background-image: url(../img/bg-page-right.png);
    background-position: 0 90%;
}
.page-id-3 #page-content{
    background-image: none;
}
}

@media screen and (min-width:1400px) {
.wp-block-group.waku {
    padding: 5rem;
}
}

/* archive */
nav.pagination {
    margin: 2rem auto 0;
    text-align: center;
    justify-content: center;
}
.nav-links a,.nav-links span {
    display: inline-block;
    border: 1px solid #d35118;
    text-decoration: none;
    padding: 3px 10px;
    color: #d35118;
}
.page-numbers.current {
    background: #d35118;
    color: #fff;
}

/* single */
h2.post-ttl {
    font-weight: 500;
}
.entry-pager {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 2rem;
}
.entry-pager a {
    display: block;
    background: #f4efe6;
    text-decoration: none;
    padding: 10px 15px;
    border-radius: 4px;
}
.entry-pager .next a::after, .entry-pager .back a::before {
    content: "";
    display: inline-block;
    width: 12px;
    height: 12px;
    background-repeat: no-repeat;
    background-size: contain;
    margin-left: 5px;
    border-left: 3px solid #000;
    border-bottom: 3px solid #000;
    transform: rotate(225deg);
}
.entry-pager .back a::before {
    margin-left: 0;
    margin-right: 5px;
    transform: rotate(45deg);
}
img.thumbnail-img.wp-post-image {
    margin-bottom: 2rem;
}

.post-contents h2.wp-block-heading:first-child {
    margin-top: 0;
}
h4.wp-block-heading {
    font-size: 17px;
    font-weight: bold;
    margin: 2rem auto 1rem;
}
.post-contents {
    margin-bottom: 3rem;
}

@media screen and (min-width:1200px) {
img.thumbnail-img.wp-post-image {
    max-width: 700px;
    width: 100%;
}
h4.wp-block-heading {
    font-size: 20px;
}
.post-contents {
    margin-bottom: 5rem;
}
}

/* form */
.smf-item__label strong {
    color: #eb4335;
    font-size: 12px;
    margin-left: 5px;
}
.smf-form--simple-table .smf-item:nth-of-type(1) {
    border-top: 1px solid #ddd;
}
.smf-form--simple-table .smf-item {
    border-bottom: 1px solid #ddd;
    padding: 1rem;
}
.smf-action .smf-button-control__control {
    border: none;
    background: #771212;
    color: #fff;
    padding: 15px 50px;
}
#snow-monkey-form-169 {
    margin-top: 3rem;
}
@media screen and (min-width:1200px) {
.smf-form--simple-table .smf-item {
    padding: 2rem 4rem;
}
.page-id-167 #page-content {
    background-image: none;
}
}
