@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=Noto+Serif+JP:wght@200..900&family=Spectral&display=swap');
html, body {
  font-size: 100%;
  margin: 0;
  padding: 0;
  height: 100%;
  font-family: "Spectral", "Noto Serif JP", serif;
  counter-reset: number 0;
	 background: #fdf5ec;
  scroll-behavior: smooth;
}
strong, b {
  font-weight: 800;
}
::-webkit-scrollbar {
  width: 16px;
  background-color: #f2f2f2;
}
::-webkit-scrollbar-thumb {
  border-radius: 10px;
  box-shadow: inset 0 0 10px 10px #909090;
  border: solid 4px transparent;
}
a:link {
  text-decoration: none;
  color: #1a1a1a;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
a:hover {
  opacity: 0.9;
}
a:visited, a:active, a:hover {
  text-decoration: none;
  color: #1a1a1a;
}
p, ul li, ol li, table, dt, dd, span {
  line-height: 1.4em;
  text-align: left;
  letter-spacing: 0.1em;
}
.txcenter {
  text-align: center;
}
hr {
  margin: 100px 0;
}
img {
  max-width: 100%;
  height: auto;
  vertical-align: middle;
}
.none {
  display: none;
}
#loading {
  position: fixed;
  z-index: 999;
  width: 100%;
  height: 100%;
  background: #94652f;
  text-align: center;
  color: #fff;
}
#logo {
  position: absolute;
  width: 280px;
  height: 70px;
  background: url("../image/logo.svg") center center/cover no-repeat;
  display: block;
  top: 50%;
  left: 50%;
  z-index: 9999;
  transform: translate(-50%, -50%);
  margin-top: -50px;
}
#loadnig_num {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 999;
  width: 300px;
  transform: translate(-50%, -50%);
  color: #fff;
  font-size: 16px;
}
.wrapper {
  width: 100%;
  min-height: calc(100%);
  position: relative;
}
.wrap, .contents {
  max-width: 1300px;
  margin: 0 auto;
  width: 100%;
}
.short_contents {
  max-width: 1000px;
  margin: 0 auto;
  width: 100%;
}
@media (max-width: 768px) {
  .wrap, .short_contents {
    margin: 0 auto;
    width: 98%;
  }
  .wrap .short_contents {
    width: 100% !important;
  }
}
header {
  z-index: 999;
  width: 100%;
  box-sizing: border-box;

}
.sub header{
	height: 100px;
}
/*h1 {
  width: 280px;
  height: 70px;
  position: absolute;
  margin: 0;
  z-index: 2;
  top: 10px !important;
  left: 10px;
  mix-blend-mode: difference;
}
h1 a {
  width: 280px;
  height: 70px;
  display: block;
  background: url("../image/logo.svg?ver1.0") center center/cover no-repeat;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  mix-blend-mode: difference;
}*/
h1 {
  width: 280px;
  height: 70px;
  position: absolute;
  margin: 0;
  z-index: 2;
  top: 10px !important;
  left: 10px;
}
h1 a {
  width: 280px;
  height: 70px;
  display: block;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
}
.top h1 a{
	background: url("../image/logo.svg?ver1.0") center center/260px 64px no-repeat;
}
.sub h1 a{
	background: url("../image/logo_g.svg?ver1.0") center center/260px 64px no-repeat;
}
/* video */
.video {
  width: 100% !important;
  height: 100vh;
  position: relative;
  top: 0px;
  left: 0;
  overflow: hidden;
  z-index: 1;
}
@media (max-width: 768px) {
  .video {
    top: 0px;
  }
}
.video::after {
  content: '';
  width: 100%;
  height: 100%;
  background-color: #fff;
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  opacity: .1;
}
.video video {
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
}
.video img:nth-of-type(1) {
  left: 50px;
  width: 800px;
  bottom: 50px;
  position: absolute;
}
@media (max-width: 1000px) {
  .video img:nth-of-type(1) {
    left: 20px;
    max-width: 90%;
    bottom: 80px;
    position: absolute;
  }
}
@keyframes zoomUp {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(1.15);
  }
}
.add-animation {
  animation: zoomUp 10s linear 0s normal both;
}
.fadeIn {
  animation: fadeIn 0.1s 0.5s;
  animation-fill-mode: both;
}
.scrolldown {
  position: absolute;
  left: 50%;
  bottom: 10px;
  height: 50px;
  z-index: 2
}
.scrolldown span {
  position: absolute;
  left: -15px;
  top: -15px;
  color: #eee;
  font-size: 0.7rem;
  letter-spacing: 0.05em;
}
.scrolldown::after {
  content: "";
  position: absolute;
  top: 0;
  width: 1px;
  height: 30px;
  background: #eee;
  animation: pathmove 1.4s ease-in-out infinite;
  opacity: 0;
}
@keyframes pathmove {
  0% {
    height: 0;
    top: 0;
    opacity: 0;
  }
  30% {
    height: 30px;
    opacity: 1;
  }
  100% {
    height: 0;
    top: 50px;
    opacity: 0;
  }
}
/*ここまでメインビジュアル*/
section {
 
  position: relative;
  padding: 80px 0px 80px 0px;
  box-sizing: border-box;
  width: 100%;
}
h2.ttl_head {
  font-size: 34px;
  position: relative;
  color: #306785;
  font-weight: normal;
  text-align: center;
  margin: 20px auto;
  padding: 0px;
}
h2.ttl_head:before {
  content: "(";
  margin-right: 10px;
}
h2.ttl_head:after {
  content: ")";
  margin-left: 10px;
}
p.font_24 {
  font-size: 24px;
  margin: 0px;
  padding: 0px;
}
.page_head {
  height: auto;
  padding: 160px 20px;
  box-sizing: border-box;
  position: relative;
}
.page_head:before {
  top: 0;
  left: 0;
  content: "";
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.1);
  position: absolute;
}
.page_head_concept {
  background: url("../image/page_head_concept.jpg") no-repeat center center/cover;
}
.page_head_info {
  background: url("../image/page_head_info.jpg") no-repeat center center/cover;
}
.page_head_price {
  background: url("../image/page_head_price.jpg") no-repeat center center/cover;
}
.page_head_recruit {
  background: url("../image/page_head_recruit.jpg") no-repeat center center/cover;
}
.page_head_news {
  background: url("../image/page_head_news.jpg") no-repeat center center/cover;
}
.page_head h2 {
  font-size: 34px;
  position: relative;
  color: #fff;
  font-weight: normal;
  text-align: center;
  margin: 20px auto;
  padding: 0px;
}
.page_head h2:before {
  content: "(";
  margin-right: 10px;
}
.page_head h2:after {
  content: ")";
  margin-left: 10px;
}
a.viewall {
  padding: 12px 60px;
  background-color: transparent;
  color: #306785;
  position: relative;
  font-size: 20px;
  margin: 20px auto;
  z-index: 9;
  border: 1px solid #306785;
  display: block;
  width: 190px;
  box-sizing: border-box;
  border-radius: 30px;
  text-align: center;
}
a.viewall:after {
  content: "";
  width: 0;
  height: 0;
  border-top: 8px solid transparent;
  border-bottom: 8px solid transparent;
  border-left: 8px solid #306785;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  margin-left: 10px;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
a.viewall:hover {
  background-color: #306785;
  color: #fff;
}
a.viewall:hover:after {
  border-left: 8px solid #fff;
  margin-left: 20px;
}
.line{
	width: 100%;
	text-align: center;
	margin: 50px auto;
	display: block;
	 max-width: 800px;
}
.line img{
	max-height: 50px;
}
.line a{
	background: #306785;
	display: block;
	padding: 10px;
	box-sizing: border-box;
	border-radius:30px;
}
.scale {
  position: relative;
  overflow: hidden;
}
.scale:before {
  content: "";
  display: block;
}
dl.info,dl.recruit {
  width: 100%;
  display: flex;
  max-width: 800px;
  flex-wrap: wrap;
  box-sizing: border-box;
  margin: 0 auto;
  padding: 20px;
}
dl.info dt {
  width: 120px;
  margin: 5px 0px;
  padding: 10px 0px;
  border-bottom: 1px dotted #ccc;
}
dl.info dd {
  width: calc(100% - 120px);
  margin: 5px 0px;
  padding: 10px 0px;
  border-bottom: 1px dotted #ccc;
}
dl.info dd span {
  background: #ccc;
  padding: 0px 5px;
  border-radius: 10px;
  margin-right: 10px;
  width: 80px;
  display: inline-block;
  text-align: center;
  font-size: 90%;
}
dl.info dd a {
  position: relative;
}
dl.recruit dt{
	width: 30%;
	padding: 5px;
	box-sizing: border-box;
}
dl.recruit dd{
	width: 70%;
	padding: 5px;
	box-sizing: border-box;
}
.padd_50{
	padding: 50px 0px;
}
@media (max-width: 1200px) {
  .news_blog {
    width: 100% !important;
  }
  .news_blog:nth-child(1) {
    padding-bottom: 50px;
  }
  .news_blog .scale, .news_blog .scale img {
    width: 100%;
  }
}
@media (max-width: 768px) {
  dl.info dt, dl.info dd {
    width: 100% !important;
    display: block;
    padding: 5px 0px;
  }
  dl.info dt {
    border: none;
  }
}
.staff {
  max-width: 1000px;
}
.staff img {
  width: 160px;
}
.staff .box span {
  padding-left: 10px;
}
.scale img {
  transition: 0.5s;
}
.scale img:hover {
  transform: scale(1.1, 1.1);
}
.max800 {
  max-width: 800px;
  margin: 0 auto;
}
.discount {
  background: #94652f;
  padding: 20px 5px;
  text-align-last: center;
  width: 100%;
  box-sizing: border-box;
  color: #fff;
}
footer {
  background: #94652f;
  padding: 80px 0px 80px 0px;
  color: #fff;
}
footer h3 {
  width: 280px;
  height: 70px;
  margin: 10px auto;
}
footer h3 a {
  width: 280px;
  height: 70px;
  display: block;
  background: url("../image/logo.svg?ver1.0") center center/cover no-repeat;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
}
footer p.ttl {
  font-size: 110%;
}
footer .flexbox {
  align-items: stretch !important;
}
footer .box {
  position: relative;
}
@media (max-width: 768px) {
  footer p.ttl {
    border-bottom: 1px solid #fff;
  }
}
footer ul.sns {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
}
footer ul.sns li {
  display: inline-block;
  width: 38px;
  margin: 0 5px;
}
footer ul.sns li a {
  background: #000;
  border-radius: 50%;
  padding: 8px 10px;
  color: #fff;
}
footer ul.contact {
  list-style: none;
  padding: 0;
  margin: 0;
}
footer ul.contact li {
  display: block;
  width: 100%;
  margin: 5px 0px 10px 0px;
}
footer ul.contact li a {
  background: #fff;
  padding: 20px;
  height: 100%;
  display: block;
  color: #000;
  text-align: center;
  position: relative;
}
footer ul.contact li:nth-child(3) a {
  background: rgba(166, 158, 143, 1.00);
}
footer ul.contact li:nth-child(4) a {
  background: #4d4d4d;
  color: #fff;
}
footer ul.contact li a i {
  position: absolute;
  left: 15px;
  font-size: 20px;
  top: 50%;
  transform: translateY(-50%);
}
footer ul.contact li a:after {
  width: 40px;
  height: 1px;
  background: #1a1a1a;
  position: absolute;
  content: "";
  right: 0;
  top: 50%;
}
footer ul.contact li:nth-child(4) a:after {
  background: #fff;
}
copy {
  display: block;
  text-align: center;
}
.flexbox {
  position: relative;
  width: 100%;
  display: -webkit-box;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  flex-direction: row;
  align-items: center;
}
.flex-start {
  align-items: flex-start !important;
}
.space-between {
  justify-content: space-between !important;
}
.space-around {
  justify-content: space-around !important;
}
.justify-start {
  justify-content: flex-start !important;
}
.stretch {
  align-items: stretch !important;
}
.row-reverse {
  flex-direction: row-reverse !important;
}
.flexbox .box10 {
  width: 10%;
}
.flexbox .box16 {
  width: 16%;
}
.flexbox .box18 {
  width: 18%;
}
.flexbox .box28 {
  width: 28%;
}
.flexbox .box20 {
  width: 20%;
}
.flexbox .box25 {
  width: 25%;
}
.flexbox .box30 {
  width: 30%;
}
.flexbox .box35 {
  width: 35%;
}
.flexbox .box33 {
  width: 33.333%;
}
.flexbox .box40 {
  width: 40%;
}
.flexbox .box45 {
  width: 45%;
}
.flexbox .box50 {
  width: 50%;
}
.flexbox .box60 {
  width: 60%;
}
.flexbox .box65 {
  width: 65%;
}
.flexbox .box70 {
  width: 70%;
}
.flexbox .box75 {
  width: 75%;
}
.flexbox .box80 {
  width: 80%;
}
.flexbox .box100 {
  width: 100%;
}
.flexbox .box {
  box-sizing: border-box !important;
  position: relative;
}
.boxpadding {
  padding: 20px;
  box-sizing: border-box;
}
dl {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}
dd, dt {
  margin: 0;
}
.map, .map iframe {
  -webkit-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  -ms-filter: grayscale(100%);
  -o-filter: grayscale(100%);
  filter: grayscale(100%);
}
.map iframe {
  width: 100% !important;
  height: 300px !important;
}
@media (max-width: 1000px) {
  .onlypc {
    display: none !important;
  }
  .floatbox {
    width: 94%;
  }
  .contents, .flexbox {
    width: 100%;
    padding: 0 2%;
    box-sizing: border-box;
  }
}
#navTgl {
  display: none;
}
label.close {
  background-color: rgba(0, 0, 0, 0);
}
label.open, label.close {
  cursor: pointer;
  position: fixed;
  top: 0;
  right: 0;
  z-index: 99;
}
label.open {
  mix-blend-mode: difference;
}
.open {
  z-index: 99;
  width: 70px;
  height: 70px;
  margin: 10px;
  -webkit-transition: background-color .6s, -webkit-transform .6s;
  transition: background-color .6s, transform .6s;
}
.open span {
  position: absolute;
  left: 10px;
  height: 2px;
  width: 30px;
  display: inline-block;
  box-sizing: border-box;
  transition: background-color .6s, transform .6s;
  z-index: 99;
  background-color: #fff;
}
.open span:nth-of-type(1) {
  top: 20px;
}
.open span:nth-of-type(2) {
  top: 28px;
}
#navTgl:checked + .open {
  z-index: 999;
  -webkit-transform: translate(-240px, 0px);
  transform: translateX(-240px, 0px);
}
#navTgl:checked + .open span:nth-of-type(1) {
  -webkit-transform: translate(0px, 5px)rotate(45deg);
  transform: translateX(0px, 5px) rotate(45deg);
  background-color: #fff;
}
#navTgl:checked + .open span:nth-of-type(2) {
  -webkit-transform: translate(0px, -0px)rotate(-45deg);
  transform: translateX(0px, -0px) rotate(-45deg);
  background-color: #fff;
  left: 10px;
  top: 26px
}
#navTgl:checked + .open {
  z-index: 999;
}
.close {
  pointer-events: none;
  z-index: 1;
  width: 100%;
  height: 100%;
  transition: background-color .6s;
}
#navTgl.close {
  pointer-events: none;
  z-index: 1;
  width: 100%;
  height: 100%;
  transition: background-color .6s;
}
#navTgl:checked ~ .close {
  pointer-events: auto;
  background-color: rgba(0, 0, 0, 0.8);
}
.menu {
  z-index: 9999;
  position: fixed;
  top: 0;
  right: 0;
  width: 240px;
  height: 100%;
  background: #94652f;
  -webkit-transform: translateX(100%);
  transform: translateX(100%);
  -webkit-transition: -webkit-transform .6s;
  transition: transform .6s;
}
#navTgl:checked ~ .menu {
  -webkit-transform: translateX(0);
  transform: translateX(0);
}
.menu ul {
  padding: 0;
  margin: 0;
  list-style-type: none;
  float: left;
  width: 100%;
  margin-top: 20px;
}
.menu li {
  border-bottom: 1px solid #000;
}
.menu li a {
  font-size: 100%;
  display: block;
  text-align: left;
  padding: 0.6em 1em;
  text-decoration: none;
  transition: background-color .6s;
  font-weight: bold;
  color: #fff;
}
.menu li a span {
  display: block;
  font-size: 90%;
  font-weight: normal;
}
.menu li a:hover {
  background-color: rgba(255, 255, 255, 0.6);
}
@media (max-width: 768px) {
  .spbox100 {
    width: 100% !important;
    margin-bottom: 20px;
  }
  .spbox50 {
    width: 48% !important;
    margin: 5px 1%;
  }
  .spbox30 {
    width: 30% !important;
  }
  .spbox70 {
    width: 70% !important;
  }
}
@media (min-width: 768px) {
  a[href^="tel:"] {
    pointer-events: none;
    cursor: default;
  }
}
@media (min-width: 1000px) {
  .onlysp {
    display: none;
  }
  a[href*="tel:"] {
    pointer-events: none;
    cursor: default;
    text-decoration: none;
  }
  copy {
    font-size: 80%;
    margin: 50px 20px 0px;
  }
}
.humberger-inner {
  position: relative;
  width: 100%;
  color: #000;
  background: #fabe00;
  min-height: 100vh;
}
.humberger ul.main {
  width: 100%;
  padding: 10px;
  box-sizing: border-box;
  margin: 0;
  list-style: none;
  text-align: left;
  position: relative;
  min-height: 100vh;
  background: #fff;
}
.humberger ul.main li {
  padding: 10px 0px;
  text-align: left;
  width: 100% !important;
  background: #fff;
  border-bottom: 2px solid #fbd8d0; /*右：薄ピンク*/
  position: relative;
}
.humberger ul.main li a {
  position: relative;
  display: block;
}
.humberger ul.main li.children + ul {
  display: none;
  list-style: none;
  padding: 0px;
}
.humberger ul.main li a::before {
  content: '';
  position: absolute;
  bottom: -12px;
  width: 20%;
  height: 2px;
  background: #f98469; /*左：ピンク*/
}
.humberger ul.main li.children {
  cursor: pointer;
}
.humberger ul.main li.children::before {
  content: "";
  position: absolute;
  top: 50%;
  right: 25px;
  width: 15px;
  height: 2px;
  transform: rotate(90deg);
  background: #fbd8d0;
  transition: all .3s ease-in-out;
}
.humberger ul.main li.children::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 25px;
  width: 15px;
  height: 2px;
  background: #fbd8d0;
  transition: all .2s ease-in-out;
}
.humberger ul.main li.children.toggle::before {
  transform: rotate(180deg);
}
.humberger ul.main li.children.toggle::after {
  opacity: 0;
}
/* editor */
.entry {
  text-align: left;
  padding: 0px 5px 20px;
  box-sizing: border-box;
  width: 100%;
}
.entry .entrytitle {
  border: none;
  padding: 20px;
  background: rgba(0, 0, 0, 0.6);
  color: #fff;
  font-weight: normal;
  font-size: 15px;
  margin: 0px 0px 20px;
}
.entry .entrytitle span.cat {
  background: #000;
  padding: 0px 10px;
  border-radius: 10px;
  margin: 0px 10px;
  display: inline-block;
  text-align: center;
}
.entrybody {
  padding: 20px;
}
.entry strong {
  font-weight: bold;
}
.entry em {
  font-style: italic;
}
.entry h2 {
  font-size: 20px;
  color: #fff;
  background-color: #adadad;
  ;
  padding: 5px;
  margin: 30px 0 15px;
  line-height: 1.4;
}
.entry h3 {
  font-size: 18px;
  color: #474747;
  border-bottom: 1px solid #adadad;
  ;
  padding: 5px;
  margin: 30px 0 15px;
  line-height: 1.4;
}
.entry h4 {
  font-size: 17px;
  padding: 5px;
  margin: 15px 0 10px;
  line-height: 1.3;
}
.entry h5 {
  font-size: 17px;
  padding: 5px;
  margin: 10px 0 5px;
  line-height: 1.2;
}
.entry h6 {
  font-size: 17px;
  padding: 5px;
  margin: 5px 0 5px;
  line-height: 1.1;
}
.entry small {
  font-size: 80%;
}
.entry code, .entry kbd, .entry pre, .entry samp {
  font-family: monospace, monospace;
}
.entry b, .entry strong {
  font-weight: bolder;
}
.entry em {
  font-style: italic;
}
.entry pre {
  margin: 1em 0;
  padding: 1em;
  border-radius: 5px;
  background: #e4f8f8;
  color: #474747;
  white-space: pre-wrap;
}
.entry blockquote {
  position: relative;
  margin: 1em 0;
  padding: 10px 15px 10px 50px;
  box-sizing: border-box;
  font-style: italic;
  background: #efefef;
  color: #555;
}
.entry blockquote:before {
  display: inline-block;
  position: absolute;
  top: 10px;
  left: -3px;
  content: "“";
  font-family: sans-serif;
  color: #cfcfcf;
  font-size: 90px;
  line-height: 1;
}
.entry blockquote p {
  padding: 0;
  margin: 10px 0;
  line-height: 1.7;
}
.entry blockquote cite {
  display: block;
  text-align: right;
  color: #888888;
  font-size: 0.9em;
}
.entry code {
  display: inline-block;
  padding: 0.1em 0.25em;
  color: #444;
  background-color: #efefef;
  border-radius: 3px;
}
.entry textarea {
  overflow: auto;
  resize: vertical;
}
.entry ul, .entry ol {
  background: #fcfcfc;
  padding: 0.5em 0.5em 0.5em 2em;
  border: solid 1px #efefef;
  margin: 1em 0;
}
.entry ul li, .entry ol li {
  line-height: 1.5; /*文の行高*/
  padding: 0.5em 0; /*前後の文との余白*/
}
.entry ul li {
  list-style-type: disc;
}
.entry ol li {
  list-style-type: decimal;
}
/* img */
.entry .aligncenter {
  display: block;
  margin: 0 auto;
}
.entry .alignright {
  float: right;
}
.entry .alignleft {
  float: left;
}
.entry img[class*="wp-image-"], .entry img[class*="attachment-"] {
  height: auto;
  max-width: 100%;
}
/* clearfix */
.entry .clearfix {
  overflow: hidden;
  zoom: 1;
}
.entry .clearfix:after {
  content: "";
  display: block;
  clear: both;
}
.navPage {
  padding: 30px 0px;
  width: 100%;
  margin: 20px 0px;
  clear: both;
  overflow: hidden;
  text-align: center;
}
.navPage a {
  background: #e71f19;
  color: #000;
  padding: 10px 20px;
  display: block;
  position: relative;
}
.navPage .prev {
  max-width: 48%;
  float: left;
  text-align: left;
}
.navPage .prev a:before {
  content: "<";
  padding-right: 10px;
}
.navPage .next a:after {
  content: ">";
  padding-left: 10px;
}
.navPage .next {
  max-width: 48%;
  float: right;
  text-align: right;
}
.navPage_thumbnail {
  padding: 30px 0px;
  width: 100%;
  margin: 20px 0px;
  clear: both;
  overflow: hidden;
  text-align: center;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.navPage_thumbnail a {
  display: block;
}
.navPage_thumbnail a:hover {
  background: #f3f3f3;
}
.navPage_thumbnail .prevlink, .navPage_thumbnail .nextlink {
  width: 48%;
  border: 1px solid #ccc;
  position: relative;
  box-sizing: border-box;
}
@media (max-width: 768px) {
  .navPage_thumbnail .prevlink, .navPage_thumbnail .nextlink {
    width: 100%;
    margin-bottom: 20px;
  }
}
.navPage_thumbnail .prevlink img, .navPage_thumbnail .nextlink img {
  width: 100px;
  height: auto;
}
.navPage_thumbnail .prevlink {
  box-sizing: border-box;
  text-align: left;
}
.navPage_thumbnail .prevlink span {
  position: relative;
  padding-left: 50px;
}
.navPage_thumbnail .prevlink span:before {
  content: '';
  width: 20px;
  height: 20px;
  border: 0px;
  border-top: solid 1px #ccc;
  border-right: solid 1px #ccc;
  -ms-transform: rotate(225deg);
  -webkit-transform: rotate(225deg);
  transform: rotate(225deg) translate(0, 50%);
  position: absolute;
  top: 50%;
  left: 20px;
}
.navPage_thumbnail .nextlink {
  box-sizing: border-box;
  text-align: right;
}
.navPage_thumbnail .nextlink span {
  position: relative;
  padding-right: 50px;
}
.navPage_thumbnail .nextlink span:before {
  content: '';
  width: 20px;
  height: 20px;
  border: 0px;
  border-top: solid 1px #ccc;
  border-right: solid 1px #ccc;
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg) translate(0, -50%);
  position: absolute;
  top: 50%;
  right: 30px;
}
.nav-links {
  text-align: center;
}
.page-numbers {
  display: inline-block;
  padding: 5px 10px;
  margin: 0 2px 0 0;
  border: 1px solid #888;
  line-height: 1;
  text-decoration: none;
  border-radius: 2px;
  font-weight: 600;
}
.page-numbers.current, a.page-numbers:hover {
  background: #1a1a1a;
  color: #fff;
}
dl.contactform, dl.table {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  font-size: 110%;
  font-size: 90%;
}
dl.contactform dt, dl.table dt {
  width: 30%;
  padding: 10px;
  box-sizing: border-box;
  margin: 0;
  font-weight: normal;
  border-bottom: 1px solid #e71f19;
}
dl.contactform dd, dl.table dd {
  width: 70%;
  text-align: left;
  padding: 10px;
  box-sizing: border-box;
  margin: 0;
  border-bottom: 1px solid #000;
}
@media (max-width: 1000px) {
  dl.contactform dt {
    width: 100%;
    padding: 5px;
  }
  dl.contactform dd {
    width: 100%;
    padding: 5px;
  }
}
.wpcf7 span.wpcf7-not-valid-tip {
  font-size: 80%;
}
input[type="text"], input[type="email"], input[type="url"], input[type="tel"], input[type="date"], select, textarea {
  background-color: #ccc;
  color: #000;
  border: none !important;
  font-size: 100%;
  padding: 0.5em;
  border-radius: 4px;
  box-sizing: border-box;
  width: auto;
  margin-bottom: 10px;
  max-width: 100%;
  vertical-align: middle;
  width: 100%;
}
dl div {
  width: 100%;
}
dl .group {
  width: 100%;
  box-sizing: border-box;
  display: flex;
  flex-wrap: wrap
}
.minilength {
  width: 100px !important;
  margin-right: 5px;
}
.is--must {
  background: #e71f19;
  color: #000;
  padding: 2px 3px;
  margin: 0px 10px 0px 0px;
  font-size: 80%;
}
.wpcf7c-conf, .wpcf7c-conf:focus {
  background-color: #fff !important;
  border: 1px solid #fff !important;
  box-sizing: border-box;
}
.wpcf7-text:-webkit-autofill {
  box-shadow: 0 0 0 1000px #ccc inset;
}
input[type="submit"], input[type="button"] {
  background-color: transparent;
  padding: 10px 0px;
  color: #000;
  position: relative;
  font-size: 14px;
  margin: -10px 0px -40px 0px !important;
  display: block;
  z-index: 9;
  font-weight: bold;
  border: none;
  cursor: pointer;
  width: 300px;
  display: block;
}
input[type="submit"]:hover, input[type="button"]:hover {
  color: #fff !important;
}
.button_wrap {
  position: relative;
  transition: 0.5s;
  margin: 0px auto !important;
  width: 300px;
  background-color: #000;
  padding: 0px !important;
  border: 1px solid #e71f19;
  border-radius: 10px;
  top: 20px;
  color: #ffffff !important;
}
.button_wrap input[type="submit"] {
  color: #ffffff !important;
}
.button_wrap:hover {
  background-color: #e71f19;
}
.button_wrap:hover input[type="submit"] {
  color: #000 !important;
}
.button_wrap::before {
  content: "";
  position: absolute;
  bottom: 16px;
  width: 60px;
  left: calc(100% - 40px);
  height: 1px;
  background: #1a1a1a;
  transition-delay: .4s;
  transition-timing-function: ease;
  transition-duration: .3s;
}
.button_wrap::after {
  content: "";
  position: absolute;
  bottom: 16px;
  left: calc(100% + 15px);
  width: 2px;
  height: 6px;
  background: #1a1a1a;
  transform: skewX(45deg);
  transition-delay: .4s;
  transition-timing-function: ease;
  transition-duration: .3s;
}
.button_wrap:hover::before {
  left: calc(100% - 46px);
  width: 40px;
}
.button_wrap:hover::after {
  left: calc(100% - 10px);
}
/* =========================
   CONTACT
========================= */

.contact {
  width: 100%;
  max-width: 820px;
  margin: 60px auto 0;
  border-collapse: collapse;
  color: #333;
}

.contact th,
.contact td {
  padding: 18px 0;
  border: none;
  vertical-align: middle;
}

.contact th {
  width: 210px;
  padding-right: 35px;
  color: #333;
  font-size: 15px;
  font-weight: 500;
  letter-spacing: 0.08em;
  text-align: left;
}

.contact td {
  width: auto;
}


/* -------------------------
   入力欄
------------------------- */

.contact input[type="text"],
.contact input[type="email"],
.contact input[type="tel"],
.contact textarea {
  width: 100%;
  padding: 13px 16px;
  box-sizing: border-box;

  border: 1px solid transparent;
  border-radius: 2px;

  background: rgba(255, 255, 255, 0.55);

  color: #333;
  font-family: inherit;
  font-size: 15px;
  line-height: 1.8;

  outline: none;

  transition:
    border-color 0.3s ease,
    background 0.3s ease;
}


/* フォーカス */

.contact input[type="text"]:focus,
.contact input[type="email"]:focus,
.contact input[type="tel"]:focus,
.contact textarea:focus {
  border-color: #1f668d;
  background: rgba(255, 255, 255, 0.9);
}


/* textarea */

.contact textarea {
  min-height: 180px;
  resize: vertical;
}


/* CF7 */

.contact .wpcf7-form-control-wrap {
  display: block;
  width: 100%;
}


/* -------------------------
   送信ボタン
------------------------- */

.contact tr:last-child td {
  padding-top: 35px;
  text-align: center;
}

.contact input[type="submit"] {
  min-width: 220px;
  padding: 15px 40px;

  border: 1px solid #1f668d;
  border-radius: 0;

  background: transparent;

  color: #1f668d;
  font-family: inherit;
  font-size: 15px;
  letter-spacing: 0.15em;

  cursor: pointer;

  transition:
    background 0.3s ease,
    color 0.3s ease;
}

.contact input[type="submit"]:hover {
  background: #1f668d;
  color: #fff;
}


/* -------------------------
   エラー
------------------------- */

.contact .wpcf7-not-valid {
  border-color: #b96b6b !important;
}

.contact .wpcf7-not-valid-tip {
  margin-top: 6px;
  color: #a95b5b;
  font-size: 12px;
  letter-spacing: 0.05em;
}

.wpcf7-response-output {
  max-width: 820px;
  margin: 30px auto !important;
  padding: 15px 20px !important;
  border-width: 1px !important;
  font-size: 14px;
  line-height: 1.8;
}


/* =========================
   SP
========================= */

@media screen and (max-width: 768px) {

  .contact {
    margin-top: 40px;
  }

  .contact,
  .contact tbody,
  .contact tr,
  .contact th,
  .contact td {
    display: block;
    width: 100%;
    box-sizing: border-box;
  }

  .contact tr {
    margin-bottom: 24px;
  }

  .contact th {
    padding: 0 0 9px;
    font-size: 14px;
  }

  .contact td {
    padding: 0;
  }

  .contact input[type="text"],
  .contact input[type="email"],
  .contact input[type="tel"],
  .contact textarea {
    padding: 12px 14px;
    font-size: 16px;
  }

  .contact textarea {
    min-height: 160px;
  }

  .contact tr:last-child {
    margin-top: 35px;
    margin-bottom: 0;
  }

  .contact tr:last-child td {
    padding: 0;
  }

  .contact input[type="submit"] {
    width: 100%;
    max-width: 280px;
  }

}
.contact tr:last-child td {
  text-align: center !important;
}

.contact tr:last-child td,
.contact tr:last-child td p {
  text-align: center;
}

.contact tr:last-child input[type="submit"] {
  display: inline-block;
  float: none;
  margin: 20px auto 0;
}
.contact tr:last-child td p {
  width: 100%;
  text-align: center !important;
}
/* =========================
   NEWS SINGLE
========================= */

.news_single {
  width: 100%;
  max-width: 900px;
  margin: 50px auto 0;
  color: #333;
}


/* -------------------------
   記事ヘッダー
------------------------- */

.news_single_head {
  padding: 0 0 30px;
  margin-bottom: 45px;
  border-bottom: 1px solid rgba(48, 103, 133, 0.35);
}

.news_single_head time {
  display: block;
  margin-bottom: 12px;
  color: #306785;
  font-size: 14px;
  letter-spacing: 0.12em;
}

.news_single_head h3 {
  margin: 0;
  padding: 0;
  color: #333;
  font-size: 26px;
  font-weight: 500;
  line-height: 1.7;
  letter-spacing: 0.08em;
}


/* -------------------------
   記事本文
------------------------- */

.news_single_body {
  font-size: 16px;
  line-height: 2;
  letter-spacing: 0.06em;
}

.news_single_body p {
  margin: 0 0 2em;
  line-height: 2;
}

.news_single_body a {
  color: #306785;
  text-decoration: underline;
}

.news_single_body a:hover {
  opacity: 0.7;
}


/* -------------------------
   メイン画像
------------------------- */

.news_single_image {
  margin: 0 auto 45px;
  text-align: center;
}

.news_single_image img {
  display: block;
  max-width: 100%;
  height: auto;
  margin: 0 auto;
}


/* -------------------------
   本文内 見出し
------------------------- */

.news_single_body h2 {
  margin: 55px 0 25px;
  padding: 12px 18px;
  background: #306785;
  color: #fff;
  font-size: 22px;
  font-weight: 500;
  line-height: 1.6;
}

.news_single_body h3 {
  margin: 45px 0 20px;
  padding: 0 0 10px;
  border-bottom: 1px solid #306785;
  color: #306785;
  font-size: 20px;
  font-weight: 500;
  line-height: 1.6;
}

.news_single_body h4 {
  margin: 35px 0 15px;
  color: #333;
  font-size: 18px;
  font-weight: 600;
}


/* -------------------------
   リスト
------------------------- */

.news_single_body ul,
.news_single_body ol {
  margin: 25px 0;
  padding: 20px 20px 20px 45px;
  box-sizing: border-box;
  background: rgba(255, 255, 255, 0.4);
}

.news_single_body li {
  margin: 5px 0;
  line-height: 1.8;
}


/* -------------------------
   引用
------------------------- */

.news_single_body blockquote {
  margin: 35px 0;
  padding: 25px 30px;
  border-left: 3px solid #306785;
  background: rgba(255, 255, 255, 0.45);
  color: #555;
}

.news_single_body blockquote p:last-child {
  margin-bottom: 0;
}


/* -------------------------
   前後ナビ
------------------------- */

.news_single_nav {
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  gap: 20px;
  margin-top: 80px;
  padding-top: 35px;
  border-top: 1px solid rgba(48, 103, 133, 0.35);
}

.news_single_nav .prev {
  text-align: left;
}

.news_single_nav .back {
  text-align: center;
}

.news_single_nav .next {
  text-align: right;
}

.news_single_nav a {
  display: inline-block;
  color: #306785;
  font-size: 14px;
  letter-spacing: 0.12em;
}


/* NEWS一覧ボタン */

.news_single_nav .back a {
  min-width: 150px;
  padding: 12px 30px;
  box-sizing: border-box;
  border: 1px solid #306785;
  border-radius: 30px;
  text-align: center;
}

.news_single_nav .back a:hover {
  background: #306785;
  color: #fff;
}


/* PREV / NEXT */

.news_single_nav .prev a,
.news_single_nav .next a {
  position: relative;
}

.news_single_nav .prev a:hover,
.news_single_nav .next a:hover {
  opacity: 0.6;
}


/* =========================
   NEWS SINGLE SP
========================= */

@media screen and (max-width: 768px) {

  .news_single {
    width: 92%;
    margin: 30px auto 0;
  }

  .news_single_head {
    padding-bottom: 20px;
    margin-bottom: 30px;
  }

  .news_single_head time {
    margin-bottom: 8px;
    font-size: 12px;
  }

  .news_single_head h3 {
    font-size: 20px;
    line-height: 1.6;
  }

  .news_single_body {
    font-size: 15px;
    line-height: 1.9;
  }

  .news_single_body p {
    line-height: 1.9;
  }

  .news_single_image {
    margin-bottom: 30px;
  }

  .news_single_body h2 {
    margin-top: 40px;
    padding: 10px 12px;
    font-size: 19px;
  }

  .news_single_body h3 {
    margin-top: 35px;
    font-size: 18px;
  }

  .news_single_body h4 {
    font-size: 16px;
  }

  .news_single_nav {
    grid-template-columns: 1fr 1fr;
    gap: 15px;
    margin-top: 55px;
    padding-top: 30px;
  }

  .news_single_nav .prev {
    grid-column: 1;
    grid-row: 1;
  }

  .news_single_nav .next {
    grid-column: 2;
    grid-row: 1;
  }

  .news_single_nav .back {
    grid-column: 1 / 3;
    grid-row: 2;
    margin-top: 15px;
  }

  .news_single_nav .back a {
    min-width: 180px;
  }

}