@charset "UTF-8";
@import "reset.css";
/*
 * ベース
 */
body {
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  font-size: 20px;
  line-height: 1.8em;
  background-color: #fff;
  position: relative;
}

#content {
  margin-top: 70px;
  background-color: #fff;
  color: #000000;
}

h1, h2, h3, h4, h5, h6, strong {
  font-weight: 600;
}

.txtcenter {
  text-align: center;
}

.txtright {
  text-align: right;
}

.enFont {
  font-family: "STIX Two Text", serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
}

a.outline:focus {
  outline: 1px dotted;
}

a:focus {
  outline: none;
}

p {
  text-align: justify;
  line-height: 1.8em;
}

ol li, ul li {
  text-align: justify;
}

a:hover {
  opacity: 0.8;
}

.col2, .col3, .col4 {
  display: flex;
  align-items: center;
  justify-content: center;
}

.moreBtnWrap .moreBtn {
  display: inline-block;
  border: 2px solid;
  border-color: #000000;
  position: relative;
  padding: 5px 40px 5px 15px;
  border-radius: 4px;
  font-weight: 600;
}
.moreBtnWrap .moreBtn:after {
  position: absolute;
  content: "\f105";
  font-family: "Font Awesome 5 Free";
  font-weight: bold;
  right: 15px;
}

.postloop {
  width: 60%;
  margin: 0 auto;
  min-width: 900px;
}
.postloop li {
  margin-top: 25px;
  padding-top: 25px;
  border-top: 1px solid;
  border-color: #9A9A9A;
  font-size: 22px;
  padding-left: 50px;
  padding-right: 50px;
  font-weight: 500;
}
.postloop li .postdate {
  color: #9A9A9A;
  font-size: 18px;
  display: block;
  margin-bottom: 5px;
  font-weight: 400;
}
.postloop li .postTtl {
  line-height: 1.5em;
  display: block;
}

.dltb {
  display: flex;
  align-items: stretch;
  justify-content: space-between;
  flex-wrap: wrap;
  border-bottom: 1px solid;
  border-color: #9A9A9A;
}
.dltb dt {
  width: 20%;
  display: flex;
  align-items: center;
  border-top: 1px solid;
  border-color: #9A9A9A;
  padding: 15px 0;
}
.dltb dd {
  width: 80%;
  border-top: 1px solid;
  border-color: #9A9A9A;
  padding: 15px 0;
}
.dltb dd ul li {
  list-style: disc;
}

@media only screen and (max-width:768px) {
  .spnone {
    display: none !important;
  }
  .pcnone {
    display: inline-block !important;
  }
  #content {
    margin-top: 50px;
  }
  .moreBtnWrap .moreBtn {
    padding: 0 10% 0 5%;
    font-size: 4vw;
  }
  .moreBtnWrap .moreBtn:after {
    right: 15px;
  }
  .postloop {
    width: 100%;
    min-width: unset;
  }
  .postloop li {
    margin-top: 5%;
    padding-top: 5%;
    font-size: 4vw;
    padding-left: 8%;
    padding-right: 8%;
  }
  .postloop li .postdate {
    font-size: 3.5vw;
    margin-bottom: 5px;
    line-height: 1em;
  }
  .dltb dt {
    width: 30%;
    padding: 2.5% 0;
    font-size: 4vw;
    line-height: 1.5em;
  }
  .dltb dd {
    width: 70%;
    padding: 2.5% 0;
    font-size: 4vw;
    line-height: 1.5em;
  }
  .dltb dd ul li {
    list-style: disc;
    font-size: 4vw;
    line-height: 1.5em;
  }
  .ml0 {
    margin-left: 0 !important;
  }
  .ml5 {
    margin-left: 5% !important;
  }
  .mt0 {
    margin-top: 0 !important;
  }
  .mt10 {
    margin-top: 5% !important;
  }
  .mt20 {
    margin-top: 5% !important;
  }
  .mt30 {
    margin-top: 5% !important;
  }
  .mt40 {
    margin-top: 5% !important;
  }
  .mt50 {
    margin-top: 5% !important;
  }
  .mt60 {
    margin-top: 8% !important;
  }
  .mt70 {
    margin-top: 9% !important;
  }
  .mt80 {
    margin-top: 10% !important;
  }
  .mt90 {
    margin-top: 12% !important;
  }
  .mt100 {
    margin-top: 15% !important;
  }
  .mb0 {
    margin-bottom: 0 !important;
  }
  .mb10 {
    margin-bottom: 5% !important;
  }
  .mb20 {
    margin-bottom: 5% !important;
  }
  .mb25 {
    margin-bottom: 5% !important;
  }
  .mb30 {
    margin-bottom: 5% !important;
  }
  .mb40 {
    margin-bottom: 5% !important;
  }
  .mb50 {
    margin-bottom: 5% !important;
  }
  .mb60 {
    margin-bottom: 8% !important;
  }
  .mb70 {
    margin-bottom: 9% !important;
  }
  .mb80 {
    margin-bottom: 10% !important;
  }
  .mb90 {
    margin-bottom: 12% !important;
  }
  .mb100 {
    margin-bottom: 15% !important;
  }
}
@media only screen and (min-width:769px) {
  .spnone {
    display: inline-block !important;
  }
  .pcnone {
    display: none !important;
  }
  #content {
    min-width: 1000px;
  }
  .mb35 {
    margin-bottom: 35px !important;
  }
  .mb70 {
    margin-bottom: 70px !important;
  }
  .ml0 {
    margin-left: 0 !important;
  }
  .ml5 {
    margin-left: 5px !important;
  }
  .mt0 {
    margin-top: 0 !important;
  }
  .mt10 {
    margin-top: 10px !important;
  }
  .mt20 {
    margin-top: 20px !important;
  }
  .mt30 {
    margin-top: 30px !important;
  }
  .mt40 {
    margin-top: 40px !important;
  }
  .mt50 {
    margin-top: 50px !important;
  }
  .mt60 {
    margin-top: 60px !important;
  }
  .mt70 {
    margin-top: 70px !important;
  }
  .mt80 {
    margin-top: 80px !important;
  }
  .mt90 {
    margin-top: 90px !important;
  }
  .mt100 {
    margin-top: 100px !important;
  }
  .mb0 {
    margin-bottom: 0 !important;
  }
  .mb10 {
    margin-bottom: 10px !important;
  }
  .mb20 {
    margin-bottom: 20px !important;
  }
  .mb25 {
    margin-bottom: 25px !important;
  }
  .mb30 {
    margin-bottom: 30px !important;
  }
  .mb40 {
    margin-bottom: 40px !important;
  }
  .mb50 {
    margin-bottom: 50px !important;
  }
  .mb60 {
    margin-bottom: 60px !important;
  }
  .mb70 {
    margin-bottom: 70px !important;
  }
  .mb80 {
    margin-bottom: 80px !important;
  }
  .mb90 {
    margin-bottom: 90px !important;
  }
  .mb100 {
    margin-bottom: 100px !important;
  }
  .pt0 {
    padding-top: 0 !important;
  }
  .pb0 {
    padding-bottom: 0 !important;
  }
}
/*
 * ヘッダー
 */
header {
  background-color: #FFC75A;
  position: fixed;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 100;
}
header .inner {
  width: 95%;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 70px;
  position: relative;
}
header .inner h1 {
  position: relative;
  z-index: 11;
  height: 50px;
  line-height: 0;
}
header .inner h1 img {
  height: 100%;
}
header #site-navigation .menu-toggle {
  z-index: 11;
}
header #site-navigation #primary-menu {
  width: 700px;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
header #site-navigation #primary-menu li:first-child {
  margin-top: 0;
  padding-top: 0;
  border-top: none;
}
header #site-navigation #primary-menu li {
  border-top: 2px dotted;
  border-color: #000000;
  margin-top: 15px;
  padding-top: 15px;
  width: 90%;
  margin-left: auto;
  margin-right: auto;
  font-weight: 500;
}
header #site-navigation #primary-menu li a {
  color: #000000;
  font-size: 26px;
  line-height: 1.5em;
}
header .main-navigation .menu-gnavi-container {
  display: none;
}
header .main-navigation.toggled .menu-gnavi-container {
  display: flex;
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  align-items: center;
  justify-content: center;
  z-index: 10;
  background: rgba(255, 199, 90, 0.9);
}

.menu-toggle, .main-navigation.toggled ul {
  display: block;
}

.menu-toggle {
  width: 35px;
  height: 35px;
  top: 0;
  left: 25px;
  bottom: 0;
  margin: auto;
  padding: 0;
  cursor: pointer;
  position: absolute;
}

.nav_line {
  display: block;
  width: 35px;
  height: 2px;
  background: #000;
  transition: 0.3s;
  margin: 0 auto;
}

.nav_line1 {
  transform: translateY(-8px);
}

.nav_line2 {
  transform: translateY(0px);
}

.nav_line3 {
  transform: translateY(8px);
}

.nav_txt {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
}

#site-navigation.toggled .nav_line3 {
  display: none;
}
#site-navigation.toggled .nav_line1 {
  bottom: 0;
  transform: rotate(45deg) translateY(1.5px);
}
#site-navigation.toggled .nav_line2 {
  top: 0;
  transform: rotate(-45deg) translateY(-1.5px);
}

@media only screen and (max-width:768px) {
  header .inner {
    width: 95%;
    margin: 0 auto;
    height: 50px;
  }
  header .inner h1 {
    height: 30px;
  }
  header #site-navigation #primary-menu {
    width: 85%;
  }
  header #site-navigation #primary-menu li {
    margin-top: 15px;
    padding-top: 15px;
    width: 90%;
  }
  header #site-navigation #primary-menu li a {
    font-size: 4.5vw;
    line-height: 1.5em;
  }
}
/*
 * フッター
 */
footer {
  position: relative;
  z-index: 1;
  background-color: #FFC75A;
}
footer #footinfo .inner, footer #footnav .inner, footer #copyright .inner {
  width: 90%;
  min-width: 1000px;
  margin: 0 auto;
}
footer #footinfo {
  background-color: #fff;
  padding-bottom: 40px;
  padding-top: 40px;
}
footer #footinfo .col2 {
  justify-content: space-between;
}
footer #footinfo .col2 .leftBox, footer #footinfo .col2 .rightBox {
  width: 48%;
}
footer #footinfo .col2 .leftBox .footInfoBtn, footer #footinfo .col2 .rightBox .footInfoBtn {
  display: block;
  position: relative;
  line-height: 0;
}
footer #footinfo .col2 .leftBox .footInfoBtn span, footer #footinfo .col2 .rightBox .footInfoBtn span {
  position: absolute;
  line-height: 1em;
  font-weight: 500;
  right: 30px;
  bottom: 30px;
  text-align: right;
  color: #ffffff;
}
footer #footinfo .col2 .leftBox .footInfoBtn span:after, footer #footinfo .col2 .rightBox .footInfoBtn span:after {
  content: "\f105";
  font-family: "Font Awesome 5 Free";
  font-weight: bold;
  margin-left: 10px;
}
footer #footinfo .moreBtnWrap {
  text-align: center;
  margin-top: 40px;
}
footer #footinfo .moreBtnWrap .moreBtn {
  border: none;
  background-color: #FFC75A;
  color: #ffffff;
  padding-left: 60px;
  padding-right: 60px;
}
footer #footinfo .txtcenter {
  font-weight: 500;
  margin-top: 60px;
}
footer #footnav {
  padding: 50px 0;
}
footer #footnav h2 {
  text-align: center;
}
footer #footnav h2 a {
  display: block;
  width: 450px;
  margin: 0 auto;
}
footer #footnav h2 a img {
  width: 100%;
}
footer #footnav .col2 {
  justify-content: space-between;
  margin-top: 20px;
}
footer #footnav .col2 .leftBox, footer #footnav .col2 .rightBox {
  width: 48%;
}
footer #footnav .col2 .leftBox #foot-menu li:first-child {
  margin-top: 0;
}
footer #footnav .col2 .leftBox #foot-menu li {
  margin-top: 10px;
}
footer #footnav .col2 .leftBox #foot-menu li a:before {
  content: "";
  display: inline-block;
  width: 25px;
  height: 1px;
  background-color: #000;
  margin-right: 10px;
  vertical-align: middle;
}
footer #footnav .col2 .rightBox {
  display: flex;
  justify-content: flex-end;
}
footer #footnav .col2 .subInner h3 {
  margin-bottom: 15px;
  font-size: 26px;
}
footer #footnav .col2 .subInner p {
  font-size: 18px;
}
footer #copyright {
  text-align: center;
  font-size: 14px;
  padding: 10px 0 20px;
}

@media only screen and (max-width:768px) {
  footer #footinfo .inner, footer #footnav .inner, footer #copyright .inner {
    width: 85%;
    min-width: unset;
  }
  footer #footinfo {
    padding-bottom: 10%;
    padding-top: 0;
  }
  footer #footinfo .col2 {
    display: block;
  }
  footer #footinfo .col2 .leftBox, footer #footinfo .col2 .rightBox {
    width: 100%;
  }
  footer #footinfo .col2 .leftBox .footInfoBtn span, footer #footinfo .col2 .rightBox .footInfoBtn span {
    right: 5%;
    bottom: 5%;
    font-size: 4vw;
  }
  footer #footinfo .col2 .leftBox .footInfoBtn span:after, footer #footinfo .col2 .rightBox .footInfoBtn span:after {
    margin-left: 10px;
  }
  footer #footinfo .col2 .rightBox {
    margin-top: 5%;
  }
  footer #footinfo .moreBtnWrap {
    margin-top: 8%;
  }
  footer #footinfo .moreBtnWrap .moreBtn {
    padding-left: 8%;
    padding-right: 8%;
  }
  footer #footinfo .txtcenter {
    margin-top: 10%;
    font-size: 4vw;
  }
  footer #footnav {
    padding: 10% 0 0;
  }
  footer #footnav h2 a {
    width: 60%;
  }
  footer #footnav .col2 {
    margin: 5% auto 0;
    display: block;
    width: 90%;
  }
  footer #footnav .col2 .leftBox, footer #footnav .col2 .rightBox {
    width: 100%;
  }
  footer #footnav .col2 .leftBox #foot-menu li {
    margin-top: 0;
    font-size: 4vw;
  }
  footer #footnav .col2 .rightBox {
    display: block;
    margin-top: 5%;
  }
  footer #footnav .col2 .subInner h3 {
    margin-bottom: 1.5%;
    font-size: 4.5vw;
  }
  footer #footnav .col2 .subInner p {
    font-size: 4vw;
  }
  footer #copyright {
    text-align: center;
    font-size: 3vw;
    padding: 8% 0 8%;
  }
}
/*
 * フロントページ
 */
.slick-prev {
  left: 3%;
  z-index: 10;
}

.slick-next {
  right: 3%;
  z-index: 10;
}

.slick-dots li button {
  background: #ccc;
}

#mv .inner, #intro .inner, #philosophy .inner, #news .inner {
  width: 90%;
  min-width: 1000px;
  max-width: 1400px;
  margin: 0 auto;
}

#mv {
  background-color: #FFC75A;
}
#mv .inner {
  width: 100%;
  max-width: unset;
  margin: 0 auto;
  justify-content: space-between;
}
#mv .inner .leftBox {
  width: 65%;
  line-height: 0;
}
#mv .inner .leftBox #topslide {
  opacity: 0;
  transition: opacity 0.3s linear;
}
#mv .inner .leftBox #topslide.slick-initialized {
  opacity: 1;
}
#mv .inner .rightBox {
  width: 35%;
}
#mv .inner .rightBox .subInner {
  width: 75%;
  margin: 0 auto;
}
#mv .inner .rightBox .subInner .mvcopy {
  text-align: left;
  font-size: 4.5vw;
  font-weight: 600;
  line-height: 1.5em;
  margin-top: 30px;
}
#mv .inner .rightBox .subInner .enFont.mvcopy {
  font-weight: 500;
  line-height: 1.2em;
  margin-top: 0;
  font-weight: 500;
  font-size: 50px;
}

#intro {
  padding: 30px 0 50px;
}
#intro .inner {
  width: 100%;
  margin: 0 auto;
  max-width: unset;
}
#intro p {
  font-size: clamp(1.125rem, 0.344rem + 1.25vw, 1.75rem);
}
#intro .introSlide {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 95%;
  margin: 60px 0 0 auto;
}
#intro .introSlide li {
  width: 23%;
  line-height: 0;
}

#philosophy {
  background-color: #FFC75A;
  padding: 60px 0;
  position: relative;
  z-index: 1;
}
#philosophy .inner {
  justify-content: space-between;
  align-items: flex-start;
  max-width: unset;
}
#philosophy .inner .rightBox {
  width: 100%;
  text-align: center;
}
#philosophy .inner .rightBox h2 {
  font-size: clamp(1.875rem, 1.719rem + 0.25vw, 2rem);
  margin-top: 0;
}
#philosophy .inner .rightBox h2 span {
  font-size: clamp(1.25rem, 1.094rem + 0.25vw, 1.375rem);
  display: block;
  margin-bottom: 5px;
}
#philosophy .inner .rightBox .moreBtnWrap {
  margin-top: 40px;
  text-align: center;
}
#philosophy .inner .rightBox .moreBtnWrap .moreBtn {
  width: 330px;
  padding: 15px 0;
  font-size: 26px;
}

#news {
  position: relative;
  padding: 90px 0;
}
#news .inner {
  z-index: 1;
  position: relative;
}
#news .inner h2 {
  text-align: center;
  font-size: 30px;
}
#news .inner #newswrap {
  z-index: 1;
  position: relative;
  border-bottom: 1px solid;
  border-color: #9A9A9A;
  padding-bottom: 25px;
}
#news .inner .moreNewsBtnWrap {
  text-align: center;
  margin-top: 40px;
}
#news .inner .moreNewsBtnWrap .moreNewsBtn {
  color: #FF7C41;
  text-decoration: underline;
  font-weight: 600;
}
#news .deco {
  position: absolute;
  z-index: 0;
}
#news .decoTop {
  top: -170px;
  width: 70%;
}
#news .decoBottom {
  width: 50%;
  right: 0;
  bottom: 0;
}

footer {
  width: 100%;
}

@media only screen and (max-width:768px) {
  #mv .inner, #intro .inner, #philosophy .inner, #news .inner {
    width: 90%;
    min-width: unset;
    max-width: unset;
  }
  #mv .inner {
    width: 100%;
    display: block;
  }
  #mv .inner .leftBox {
    width: 100%;
  }
  #mv .inner .rightBox {
    width: 100%;
  }
  #mv .inner .rightBox .subInner {
    width: 90%;
    margin: 0 auto;
    padding: 6% 0;
  }
  #mv .inner .rightBox .subInner .mvcopy {
    font-size: 8vw;
    margin-top: 0;
    text-align: center;
  }
  #mv .inner .rightBox .subInner .enFont.mvcopy {
    font-size: 5.5vw;
    text-align: center;
  }
  #intro {
    padding: 10% 0;
  }
  #intro .inner {
    width: 100%;
  }
  #intro p {
    font-size: 3.5vw;
  }
  #intro .introSlide {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    width: 95%;
    margin: 5% auto 0;
  }
  #intro .introSlide li:nth-child(-n+2) {
    margin-top: 0;
  }
  #intro .introSlide li {
    width: 48%;
    margin-top: 4%;
  }
  #philosophy {
    background-color: #FFC75A;
    padding: 8% 0 10%;
    min-height: unset;
  }
  #philosophy .inner {
    display: block;
    margin: 0 auto;
    width: 80%;
  }
  #philosophy .inner .leftBox {
    line-height: 0;
    width: 100%;
  }
  #philosophy .inner .rightBox {
    width: 100%;
  }
  #philosophy .inner .rightBox h2 {
    font-size: 5.5vw;
    margin-top: 0;
  }
  #philosophy .inner .rightBox h2 span {
    font-size: 4vw;
    margin-bottom: 0;
  }
  #philosophy .inner .rightBox .moreBtnWrap {
    margin-top: 5%;
  }
  #philosophy .inner .rightBox .moreBtnWrap .moreBtn {
    font-size: 4.5vw;
    width: 100%;
    padding: 3% 0;
  }
  #news {
    padding: 13% 0;
  }
  #news .inner h2 {
    font-size: 7vw;
  }
  #news .inner #newswrap {
    padding-bottom: 5%;
  }
  #news .inner .moreNewsBtnWrap {
    margin-top: 5%;
  }
  #news .inner .moreNewsBtnWrap .moreNewsBtn {
    font-size: 5vw;
  }
  #news .deco {
    z-index: 0;
  }
  #news .decoTop {
    top: 0;
    width: 90%;
    left: -25%;
  }
  #news .decoBottom {
    width: 90%;
    right: 0;
    bottom: 0;
  }
}
/*
 * 下層ページ
 */
.breadcrumbs {
  background-color: #FF7C41;
}
.breadcrumbs ul li {
  display: inline-block;
}
.breadcrumbs ul li a:after {
  content: "\f105";
  font-family: "Font Awesome 5 Free";
  font-weight: bold;
  margin-left: 5px;
  margin-right: 5px;
}

.site-main #posthead {
  background-size: cover;
  background-position: center center;
}
.site-main #posthead .inner {
  width: 90%;
  min-width: 1000px;
  max-width: 1400px;
  margin: 0 auto;
  color: #ffffff;
  padding: 140px 0 160px;
}
.site-main #posthead .inner .subTtl {
  text-align: center;
  font-size: 30px;
  line-height: 1em;
  margin-bottom: 10px;
}
.site-main #posthead .inner .mainTtl {
  text-align: center;
  font-size: 60px;
  letter-spacing: 7px;
  line-height: 1.2em;
}
.site-main #postbody {
  margin-top: 60px;
}
.site-main #postbody .bgWrap .inner {
  width: 90%;
  min-width: 1000px;
  max-width: 1400px;
  margin: 0 auto;
}
.site-main #postbody .bgkeyColor {
  background-color: #FFC75A;
}
.site-main #postbody h1, .site-main #postbody h2, .site-main #postbody h3, .site-main #postbody h4, .site-main #postbody h5, .site-main #postbody h6, .site-main #postbody strong {
  font-weight: 600;
}
.site-main #postbody h2 {
  font-size: clamp(1.875rem, 1.406rem + 0.75vw, 2.25rem);
}
.site-main #postbody p {
  font-size: 20px;
  line-height: 1.8em;
}
.site-main #postbody ul {
  margin-left: 1.5em;
}
.site-main #postbody ul li:first-child {
  margin-top: 0;
}
.site-main #postbody ul li {
  font-size: 20px;
  line-height: 1.8em;
  margin-top: 5px;
}
.site-main #postbody ol {
  margin-left: 1.5em;
}
.site-main #postbody ol li {
  font-size: 20px;
  line-height: 1.8em;
  margin-top: 5px;
}
.site-main #postbody .bigTxt {
  font-size: 26px;
  line-height: 1.5em;
}
.site-main #postbody strong {
  color: #000000;
}
.site-main #postbody .post-navigation {
  width: 100%;
}
.site-main #postbody .post-navigation .next a, .site-main #postbody .post-navigation .prev a {
  background-color: #FFC75A;
  color: #000000;
  text-align: center;
  display: block;
  border-radius: 4px;
}
.site-main #postbody .post-navigation .next a:hover, .site-main #postbody .post-navigation .prev a:hover {
  background-color: #f2ccd9;
  color: #000000;
  text-decoration: none;
}
.site-main #postbody .post-navigation .next a:after {
  content: "\f105";
  font-family: "Font Awesome 5 Free";
  font-weight: bold;
}
.site-main #postbody .post-navigation .prev a:before {
  content: "\f104";
  font-family: "Font Awesome 5 Free";
  margin-left: 10px;
  font-weight: bold;
  margin-right: 10px;
}
.site-main #postbody .companyIntro {
  background-image: url(../img/page/companyImg01.jpg);
  background-position: right center;
  background-size: contain;
  background-repeat: no-repeat;
}
.site-main #postbody .companyIntro .leftBox {
  padding: 50px 0;
}
.site-main #postbody .companyIntro .leftBox p {
  font-size: clamp(2.125rem, 0.875rem + 2vw, 3.125rem);
}
.site-main #postbody .companyIntro02 {
  display: flex;
  align-items: stretch;
  justify-content: space-between;
  flex-direction: row-reverse;
}
.site-main #postbody .companyIntro02 .inner {
  min-width: unset;
  width: 60%;
}
.site-main #postbody .companyIntro02 .leftBox {
  padding: 50px 10%;
}
.site-main #postbody .companyIntro02 .leftBox .pageTtlH2 {
  font-size: clamp(1.875rem, 1.406rem + 0.75vw, 2.25rem);
}
.site-main #postbody .companyIntro02 .leftBox p {
  font-size: 20px;
  margin-top: 25px;
}
.site-main #postbody .companyIntro02 .companyIntro02Bg {
  content: "";
  background-image: url(../img/page/companyImg02.jpg);
  background-position: left center;
  background-size: cover;
  background-repeat: no-repeat;
  width: 40%;
}
.site-main #postbody .companyMsg {
  padding: 60px 0;
}
.site-main #postbody .companyMsg .inner {
  width: 70%;
}
.site-main #postbody .companyMsg p {
  margin-top: 25px;
}
.site-main #postbody .companyMsg .txtright {
  font-weight: 500;
}
.site-main #postbody .companyinfo {
  padding: 60px 0;
}
.site-main #postbody .companyinfo .inner {
  width: 70%;
}
.site-main #postbody .companyinfo .pageTtlH2 {
  text-align: center;
}
.site-main #postbody .companyinfo .dltb {
  margin-top: 30px;
}
.site-main #postbody .nsIntro {
  padding: 0 0 60px 0;
}
.site-main #postbody .nsIntro p {
  margin: 20px 0;
}
.site-main #postbody .nsIntro p strong {
  color: #FF7C41;
  font-size: clamp(1.5rem, 1.188rem + 0.5vw, 1.75rem);
}
.site-main #postbody .nsImgWrap01 {
  line-height: 0;
}
.site-main #postbody .nsImgWrap01 img {
  width: 100%;
}
.site-main #postbody .nsDesc01 {
  padding: 40px 0;
}
.site-main #postbody .nsDesc01 .col2 {
  justify-content: space-between;
}
.site-main #postbody .nsDesc01 .col2 .leftBox, .site-main #postbody .nsDesc01 .col2 .rightBox {
  width: 47%;
  margin-top: 20px;
}
.site-main #postbody .nsDesc01 .col2 .leftBox .pageTtlH3, .site-main #postbody .nsDesc01 .col2 .rightBox .pageTtlH3 {
  color: #FF7C41;
  font-size: clamp(1.5rem, 1.188rem + 0.5vw, 1.75rem);
  margin-bottom: 20px;
}
.site-main #postbody .nsImgWrap02 {
  background: linear-gradient(rgba(255, 199, 90, 0) 40%, rgb(255, 199, 90) 40%);
}
.site-main #postbody .nsImgWrap02 img {
  display: block;
  margin: 0 auto;
  width: 40%;
  min-width: 500px;
  max-width: 580px;
}
.site-main #postbody .nsDesc02 {
  padding: 60px 0;
}
.site-main #postbody .nsDesc02 .foodImgLiWrap {
  justify-content: space-between;
  margin-top: 20px;
  margin-left: 0;
}
.site-main #postbody .nsDesc02 .foodImgLiWrap .foodImgLi {
  width: 31%;
  font-weight: bold;
  text-align: center;
}
.site-main #postbody .nsFeatures {
  padding: 60px 0;
}
.site-main #postbody .nsFeatures .featuresLiWrap {
  width: 90%;
  margin: 0 auto !important;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: stretch;
  margin-left: 0;
}
.site-main #postbody .nsFeatures .featuresLiWrap .featuresLi {
  width: 30%;
  margin-top: 30px;
}
.site-main #postbody .nsFeatures .featuresLiWrap .featuresLi .pageTtlH3 {
  background-color: #FF7C41;
  color: #ffffff;
  font-size: clamp(1.25rem, 1.094rem + 0.25vw, 1.375rem);
  border-radius: 4px;
  margin-bottom: 10px;
  padding: 5px 10px;
}
.site-main #postbody .nsStaff {
  padding: 60px 0;
}
.site-main #postbody .nsStaff .pageTtlH2 {
  color: #FF7C41;
  margin-bottom: 20px;
}
.site-main #postbody .nsStaff p strong {
  color: #FF7C41;
}
.site-main #postbody .nsCatering {
  padding: 0 0 60px 0;
}
.site-main #postbody .nsCatering .col2 {
  justify-content: space-between;
  align-items: flex-start;
}
.site-main #postbody .nsCatering .col2 .leftBox, .site-main #postbody .nsCatering .col2 .rightBox {
  width: 48%;
  margin-top: 20px;
}
.site-main #postbody .nsCatering .col2 .pageTtlH2 {
  margin-bottom: 20px;
}
.site-main #postbody .nsCatering .col2 .rightBox.col2 .subLeftBox, .site-main #postbody .nsCatering .col2 .rightBox.col2 .subRightBox {
  text-align: center;
}
.site-main #postbody .nsCatering .col2 .rightBox.col2 .subLeftBox {
  width: 40%;
}
.site-main #postbody .nsCatering .col2 .rightBox.col2 .subRightBox {
  width: 57%;
}
.site-main #postbody .nsSeminar {
  padding: 0 0 60px 0;
}
.site-main #postbody .nsSeminar .col2 {
  justify-content: space-between;
  align-items: flex-start;
}
.site-main #postbody .nsSeminar .col2 .leftBox, .site-main #postbody .nsSeminar .col2 .rightBox {
  width: 48%;
  margin-top: 20px;
}
.site-main #postbody .nsSeminar .col2 .pageTtlH2 {
  margin-bottom: 20px;
  color: #FF7C41;
}
.site-main #postbody .wpcf7-form #cntform {
  margin-bottom: 7%;
}
.site-main #postbody .wpcf7-form #cntform dt {
  margin-top: 5%;
  padding: 0;
  font-size: 4vw;
  display: flex;
  align-items: center;
}
.site-main #postbody .wpcf7-form #cntform dd {
  line-height: 0;
  margin-top: 0;
  font-size: 3.5vw;
  text-align: center;
}
.site-main #postbody .wpcf7-form #cntform dd input[type=text], .site-main #postbody .wpcf7-form #cntform dd input[type=tel], .site-main #postbody .wpcf7-form #cntform dd input[type=email], .site-main #postbody .wpcf7-form #cntform dd textarea, .site-main #postbody .wpcf7-form #cntform dd select {
  background: none;
  border: 1px solid;
  border-color: #9A9A9A;
  background-color: #fff;
  width: 100%;
  padding: 10px;
  text-align: left;
}
.site-main #postbody .wpcf7-form #cntform dd .wpcf7-list-item:first-child {
  margin-top: 0;
}
.site-main #postbody .wpcf7-form #cntform dd .wpcf7-list-item {
  display: block;
  text-align: left;
  margin-top: 2.5%;
}
.site-main #postbody .wpcf7-form #cntform dd .wpcf7-list-item label {
  font-size: 3vw;
  line-height: 1.5em;
  width: 100%;
}
.site-main #postbody .wpcf7-form #cntform dd .wpcf7-list-item label input[type=checkbox] {
  transform: scale(1.5);
  margin-right: 2.5%;
}
.site-main #postbody .wpcf7-form #cntform dd .wpcf7-list-item label .wpcf7-list-item-label {
  font-size: 4vw;
  line-height: 1.5em;
}
.site-main #postbody .wpcf7-form #cntform dd.acceptance {
  text-align: center;
  font-weight: bold;
  margin: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
}
.site-main #postbody .wpcf7-form #cntform dd.acceptance .wpcf7-form-control-wrap {
  display: block;
  width: 20%;
  margin: 2% 0 0;
}
.site-main #postbody .wpcf7-form #cntform dd.acceptance .wpcf7-form-control-wrap .wpcf7-list-item {
  margin: 3% 0;
  text-align: center;
}
.site-main #postbody .wpcf7-form #cntform dd.acceptance .wpcf7-form-control-wrap .wpcf7-list-item input[type=checkbox] {
  transform: scale(2.5);
}
.site-main #postbody .wpcf7-form #cntform dd.acceptance .rightBox {
  width: 80%;
  text-align: justify;
  display: block;
  font-size: 3vw;
  line-height: 1.5em;
  display: block;
}
.site-main #postbody .wpcf7-form #cntform dd.acceptance .rightBox small {
  display: block;
  font-size: 2.8vw;
  line-height: 1.5em;
}
.site-main #postbody .wpcf7-form .subbtn {
  position: relative;
  text-align: center;
  margin-bottom: 5%;
}
.site-main #postbody .wpcf7-form .subbtn input[type=submit] {
  display: block;
  background-color: #FFC75A;
  color: #000000;
  line-height: 2em;
  text-align: center;
  position: relative;
  cursor: pointer;
  border-radius: 100px;
  font-size: 4.5vw;
  width: 80%;
  margin: 0 auto;
}
.site-main #postbody .wpcf7-form .subbtn input[type=submit]:hover {
  opacity: 0.8;
}
.site-main #postbody .wpcf7-form .subbtn input[type=submit]:disabled {
  opacity: 0.2;
}
.site-main #postbody .wpcf7-form .subbtn .ajax-loader {
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  top: 0;
  bottom: 0;
}
.site-main #postbody .wpcf7-form .subbtn .wpcf7-spinner {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}
.site-main #postbody .wpcf7-form .wpcf7-not-valid-tip {
  color: #ffffff;
  background-color: #d81e00;
  border-radius: 100px;
  line-height: 1em;
  padding: 2.5% 5%;
  position: relative;
  bottom: 2px;
  font-weight: normal;
  text-align: center;
  z-index: 1;
  display: inline-block;
  font-size: 3vw;
  font-size: 2.5vw;
  margin-top: 3%;
}
.site-main #postbody .wpcf7-form .wpcf7-not-valid-tip:after {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  border-style: solid;
  border-width: 0 10px 10px 10px;
  border-color: transparent transparent #d81e00;
  translate: -50% -100%;
}
.site-main #postbody .wpcf7-form .s-red {
  color: #FF7C41;
  border-radius: 50px;
  font-weight: bold;
  display: inline-block;
  padding: 0;
  margin: 0;
  line-height: 1.8em;
}

@media only screen and (max-width:768px) {
  .breadcrumbs ul {
    width: 90%;
    margin: 0 auto;
    line-height: 1.5em;
  }
  .breadcrumbs ul li {
    font-size: 0.6em;
  }
  .site-main {
    width: 100%;
    margin: 0 auto;
  }
  .site-main #posthead {
    background-size: cover;
  }
  .site-main #posthead .inner {
    width: 90%;
    min-width: unset;
    max-width: unset;
    padding: 18% 0 20%;
  }
  .site-main #posthead .inner .subTtl {
    font-size: 5.5vw;
    margin-bottom: 2.5%;
  }
  .site-main #posthead .inner .mainTtl {
    font-size: 10vw;
    letter-spacing: 1px;
  }
  .site-main #postbody {
    margin-top: 5%;
  }
  .site-main #postbody .bgWrap .inner {
    width: 85%;
    min-width: unset;
    max-width: unset;
  }
  .site-main #postbody p {
    font-size: 4vw;
    line-height: 1.5em;
    margin-bottom: 25px;
  }
  .site-main #postbody ul {
    margin-left: 1.5em;
    margin-bottom: 25px;
  }
  .site-main #postbody ul li {
    font-size: 4vw;
    line-height: 1.5em;
    margin-top: 2.5%;
  }
  .site-main #postbody ol {
    margin-left: 1.5em;
    margin-bottom: 25px;
  }
  .site-main #postbody ol li {
    font-size: 4vw;
    line-height: 1.5em;
    margin-top: 2.5%;
  }
  .site-main #postbody .bigTxt {
    font-size: 4vw;
    line-height: 1.5em;
  }
  .site-main #postbody .post-navigation {
    width: 100%;
    margin-top: 20px;
  }
  .site-main #postbody .post-navigation .next, .site-main #postbody .post-navigation .prev {
    width: 30%;
  }
  .site-main #postbody .post-navigation .next a, .site-main #postbody .post-navigation .prev a {
    font-size: 0.8em;
    line-height: 2.5em;
  }
  .site-main #postbody .pageTtlH2 {
    font-size: 7vw;
  }
  .site-main #postbody .companyIntro {
    background-position: bottom;
    padding-bottom: 85%;
  }
  .site-main #postbody .companyIntro .leftBox {
    padding: 5% 0 0;
  }
  .site-main #postbody .companyIntro .leftBox .pageTtlH2 {
    font-size: 9vw;
  }
  .site-main #postbody .companyIntro .leftBox p {
    font-size: 5.3vw;
    margin-top: 5%;
  }
  .site-main #postbody .companyIntro02 {
    display: flex;
    align-items: stretch;
    justify-content: space-between;
    flex-direction: row-reverse;
    padding: 10% 0 0;
  }
  .site-main #postbody .companyIntro02 .inner {
    min-width: unset;
    width: 85%;
  }
  .site-main #postbody .companyIntro02 .leftBox {
    padding: 0;
  }
  .site-main #postbody .companyIntro02 .leftBox .pageTtlH2 {
    font-size: 7vw;
  }
  .site-main #postbody .companyIntro02 .leftBox p {
    font-size: 4vw;
    line-height: 1.5em;
    margin-top: 5%;
  }
  .site-main #postbody .companyIntro02 .companyIntro02Bg {
    display: none;
  }
  .site-main #postbody .companyMsg {
    padding: 10% 0 0;
  }
  .site-main #postbody .companyMsg .inner {
    width: 85%;
  }
  .site-main #postbody .companyMsg p {
    margin-top: 5%;
  }
  .site-main #postbody .companyinfo {
    padding: 60px 0;
  }
  .site-main #postbody .companyinfo .inner {
    width: 85%;
  }
  .site-main #postbody .companyinfo .pageTtlH2 {
    text-align: center;
  }
  .site-main #postbody .companyinfo .dltb {
    margin-top: 8%;
  }
  .site-main #postbody .companyinfo .dltb dd ul li {
    font-size: 3.7vw;
  }
  .site-main #postbody .nsIntro {
    padding: 0 0 10% 0;
  }
  .site-main #postbody .nsIntro p {
    margin: 5% 0;
  }
  .site-main #postbody .nsIntro p strong {
    font-size: 4.5vw;
  }
  .site-main #postbody .nsDesc01 {
    padding: 10% 0 0;
  }
  .site-main #postbody .nsDesc01 .col2 {
    display: block;
  }
  .site-main #postbody .nsDesc01 .col2 .leftBox, .site-main #postbody .nsDesc01 .col2 .rightBox {
    width: 100%;
    margin-top: 5%;
  }
  .site-main #postbody .nsDesc01 .col2 .leftBox .pageTtlH3, .site-main #postbody .nsDesc01 .col2 .rightBox .pageTtlH3 {
    font-size: 5vw;
    margin-bottom: 5%;
  }
  .site-main #postbody .nsImgWrap02 img {
    width: 85%;
    min-width: unset;
    max-width: unset;
  }
  .site-main #postbody .nsDesc02 {
    padding: 60px 0;
  }
  .site-main #postbody .nsDesc02 .foodImgLiWrap {
    justify-content: center;
    flex-wrap: wrap;
    margin-top: 5%;
    margin-bottom: 0;
  }
  .site-main #postbody .nsDesc02 .foodImgLiWrap .foodImgLi:nth-child(2n+1) {
    margin-left: 0;
  }
  .site-main #postbody .nsDesc02 .foodImgLiWrap .foodImgLi {
    width: 48%;
    margin-left: 4%;
  }
  .site-main #postbody .nsFeatures {
    padding: 10% 0;
  }
  .site-main #postbody .nsFeatures .inner {
    width: 90%;
  }
  .site-main #postbody .nsFeatures .pageTtlH2 {
    font-size: 6.5vw;
  }
  .site-main #postbody .nsFeatures .featuresLiWrap {
    width: 100%;
    margin-top: 0;
  }
  .site-main #postbody .nsFeatures .featuresLiWrap .featuresLi:nth-child(2n+1) {
    margin-left: 0;
  }
  .site-main #postbody .nsFeatures .featuresLiWrap .featuresLi {
    width: 48%;
    margin-top: 4%;
    margin-left: 4%;
    font-size: 3.5vw;
  }
  .site-main #postbody .nsFeatures .featuresLiWrap .featuresLi .pageTtlH3 {
    font-size: 4vw;
    margin-bottom: 5%;
    padding: 5px 10px;
    text-indent: -1em;
    padding-left: 1.5em;
  }
  .site-main #postbody .nsStaff {
    padding: 10% 0;
  }
  .site-main #postbody .nsStaff .pageTtlH2 {
    margin-bottom: 5%;
  }
  .site-main #postbody .nsStaff p {
    margin-bottom: 0;
  }
  .site-main #postbody .nsCatering {
    padding: 0 0 10% 0;
  }
  .site-main #postbody .nsCatering .col2 {
    display: block;
  }
  .site-main #postbody .nsCatering .col2 .leftBox, .site-main #postbody .nsCatering .col2 .rightBox {
    width: 100%;
    margin-top: 5%;
  }
  .site-main #postbody .nsCatering .col2 .pageTtlH2 {
    margin-bottom: 5%;
  }
  .site-main #postbody .nsCatering .col2 .rightBox.col2 {
    display: flex;
    align-items: stretch;
    justify-content: space-between;
  }
  .site-main #postbody .nsCatering .col2 .rightBox.col2 .subLeftBox {
    width: 40%;
    font-size: 3.1vw;
  }
  .site-main #postbody .nsCatering .col2 .rightBox.col2 .subRightBox {
    width: 57%;
    font-size: 3.1vw;
  }
  .site-main #postbody .nsSeminar {
    padding: 0 0 10% 0;
  }
  .site-main #postbody .nsSeminar .col2 {
    display: block;
  }
  .site-main #postbody .nsSeminar .col2 .leftBox, .site-main #postbody .nsSeminar .col2 .rightBox {
    width: 100%;
    margin-top: 5%;
  }
  .site-main #postbody .nsSeminar .col2 .pageTtlH2 {
    margin-bottom: 5%;
  }
}
@media only screen and (min-width:769px) {
  .breadcrumbs ul {
    width: 1000px;
    margin: 0 auto;
  }
  .breadcrumbs ul li {
    font-size: 12px;
  }
  .site-main {
    width: 100%;
    margin: 0 auto;
  }
  .site-main #postbody ul {
    margin-left: 1.5em;
    margin-bottom: 25px;
  }
  .site-main #postbody ol {
    margin-left: 1.5em;
    margin-bottom: 25px;
  }
  .site-main #postbody .post-navigation {
    width: 100%;
    margin-top: 20px;
  }
  .site-main #postbody .post-navigation .next, .site-main #postbody .post-navigation .prev {
    width: 30%;
  }
  .site-main #postbody .post-navigation .next a, .site-main #postbody .post-navigation .prev a {
    font-size: 15px;
    line-height: 2.5em;
  }
  .site-main #postbody .wpcf7-form #cntform {
    margin: 0 auto 40px;
    width: 50%;
    min-width: 500px;
    max-width: 700px;
  }
  .site-main #postbody .wpcf7-form #cntform dt {
    @margin-top :30px;
    padding: 0;
    font-size: 20px;
    line-height: 1.8em;
  }
  .site-main #postbody .wpcf7-form #cntform dd {
    margin-top: 5px;
    font-size: 20px;
    line-height: 1.8em;
    line-height: 0;
  }
  .site-main #postbody .wpcf7-form #cntform dd input[type=text], .site-main #postbody .wpcf7-form #cntform dd input[type=tel], .site-main #postbody .wpcf7-form #cntform dd input[type=email], .site-main #postbody .wpcf7-form #cntform dd textarea, .site-main #postbody .wpcf7-form #cntform dd select {
    padding: 10px;
  }
  .site-main #postbody .wpcf7-form #cntform dd .wpcf7-list-item:first-child {
    margin-top: 0;
  }
  .site-main #postbody .wpcf7-form #cntform dd .wpcf7-list-item {
    margin-top: 2.5%;
  }
  .site-main #postbody .wpcf7-form #cntform dd .wpcf7-list-item label {
    font-size: 18px;
    line-height: 1.5em;
    width: 100%;
  }
  .site-main #postbody .wpcf7-form #cntform dd .wpcf7-list-item label input[type=checkbox] {
    transform: scale(1.5);
    margin-right: 2.5%;
  }
  .site-main #postbody .wpcf7-form #cntform dd .wpcf7-list-item label .wpcf7-list-item-label {
    font-size: 26px;
    line-height: 1.5em;
  }
  .site-main #postbody .wpcf7-form #cntform dd.acceptance {
    margin: 5px 0 0;
  }
  .site-main #postbody .wpcf7-form #cntform dd.acceptance .wpcf7-form-control-wrap {
    width: 20%;
    margin: 0;
  }
  .site-main #postbody .wpcf7-form #cntform dd.acceptance .wpcf7-form-control-wrap .wpcf7-list-item {
    margin: 3% 0;
  }
  .site-main #postbody .wpcf7-form #cntform dd.acceptance .wpcf7-form-control-wrap .wpcf7-list-item input[type=checkbox] {
    transform: scale(2.5);
  }
  .site-main #postbody .wpcf7-form #cntform dd.acceptance .rightBox {
    width: 80%;
    font-size: 18px;
    line-height: 1.5em;
  }
  .site-main #postbody .wpcf7-form #cntform dd.acceptance .rightBox small {
    font-size: 16px;
    line-height: 1.5em;
  }
  .site-main #postbody .wpcf7-form .subbtn {
    margin: 30px auto 40px;
    width: 50%;
    min-width: 500px;
    max-width: 700px;
  }
  .site-main #postbody .wpcf7-form .subbtn input[type=submit] {
    font-size: 26px;
    line-height: 1.5em;
    width: 80%;
    margin: 0 auto;
  }
  .site-main #postbody .wpcf7-form .subbtn input[type=submit]:hover {
    opacity: 0.8;
  }
  .site-main #postbody .wpcf7-form .subbtn input[type=submit]:disabled {
    opacity: 0.2;
  }
  .site-main #postbody .wpcf7-form .wpcf7-not-valid-tip {
    padding: 5px 20px;
    bottom: 2px;
    font-size: 12px;
    line-height: 1.5em;
    margin-top: 3%;
  }
  .site-main #postbody .wpcf7-form .wpcf7-not-valid-tip:after {
    left: 50%;
  }
}
/*
 * アーカイブ
 */
.site-main.archiveWrap #postbody .postloop {
  margin: 0 auto;
}
.site-main.archiveWrap #postbody .postloop li:first-child {
  border-top: none;
  padding-top: 0;
}
.site-main.archiveWrap #postbody .wp-pagenavi {
  text-align: center;
  margin: 60px 0 0;
}
.site-main.archiveWrap #postbody .wp-pagenavi a, .site-main.archiveWrap #postbody .wp-pagenavi span {
  background-color: #FFC75A;
  border-radius: 4px;
  color: #000000;
  border: none;
  border: none;
  padding: 5px 10px;
  margin: 0 3px;
}
.site-main.archiveWrap #postbody .wp-pagenavi a:hover {
  background-color: #FF7C41;
  color: #ffffff;
}
.site-main.archiveWrap #postbody .wp-pagenavi span {
  border: none;
  color: #000000;
  background: none;
}

@media only screen and (max-width:768px) {
  .site-main.archiveWrap #postbody .postloop {
    margin: 5% auto 0;
  }
  .site-main.archiveWrap #postbody .postloop li {
    padding-left: 0;
    padding-right: 0;
  }
  .site-main.archiveWrap #postbody .wp-pagenavi {
    margin: 8% 0 0;
  }
  .site-main.archiveWrap #postbody .wp-pagenavi a, .site-main.archiveWrap #postbody .wp-pagenavi span {
    padding: 5px 10px;
    margin: 0 3px;
    font-size: 4vw;
  }
}
/*
 * シングル
 */
.site-main.singleWrap #postbody .singleInner {
  width: 80%;
  min-width: 900px;
  margin: 0 auto;
}
.site-main.singleWrap #postbody .singleTtl {
  margin-bottom: 20px;
  font-size: clamp(1.875rem, 1.406rem + 0.75vw, 2.25rem);
}
.site-main.singleWrap #postbody .singleDate {
  display: flex;
  align-items: center;
  text-align: center; /* for no-flexbox browsers */
  color: #FF7C41;
  margin-bottom: 40px;
}
.site-main.singleWrap #postbody .singleDate:before {
  border-top: 1px solid;
  content: "";
  display: inline; /* for IE */
  flex-grow: 1;
  margin-right: 0.5em;
}
.site-main.singleWrap #postbody .cntntWrap p {
  font-size: 20px;
}
.site-main.singleWrap #postbody .post-navigation {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 50px 0 0;
}
.site-main.singleWrap #postbody .post-navigation a {
  background-color: #FFC75A;
  color: #000000;
  text-align: center;
  display: block;
  border-radius: 4px;
}
.site-main.singleWrap #postbody .post-navigation a:hover {
  background-color: #FF7C41;
  color: #ffffff;
  text-decoration: none;
}
.site-main.singleWrap #postbody .post-navigation a.next, .site-main.singleWrap #postbody .post-navigation a.prev {
  width: 150px;
}
.site-main.singleWrap #postbody .post-navigation a.next:after {
  content: "\f105";
  font-family: "Font Awesome 5 Free";
  font-weight: bold;
}
.site-main.singleWrap #postbody .post-navigation a.prev:before {
  content: "\f104";
  font-family: "Font Awesome 5 Free";
  margin-left: 10px;
  font-weight: bold;
  margin-right: 10px;
}
.site-main.singleWrap #postbody .post-navigation a.next:after {
  margin-left: 5px;
}

@media only screen and (max-width:768px) {
  .site-main.singleWrap #postbody .singleInner {
    width: 90%;
    min-width: unset;
  }
  .site-main.singleWrap #postbody .singleTtl {
    margin-bottom: 2%;
    font-size: 6VW;
  }
  .site-main.singleWrap #postbody .singleDate {
    margin-bottom: 8%;
  }
  .site-main.singleWrap #postbody .cntntWrap p {
    font-size: 4vw;
  }
  .site-main.singleWrap #postbody .post-navigation {
    margin: 8% 0 0;
  }
  .site-main.singleWrap #postbody .post-navigation a {
    font-size: 4.5VW;
  }
  .site-main.singleWrap #postbody .post-navigation a.next, .site-main.singleWrap #postbody .post-navigation a.prev {
    width: 25%;
  }
  .site-main.singleWrap #postbody .post-navigation a.next:after {
    margin-left: 5px;
  }
}/*# sourceMappingURL=styles.css.map */