@charset "UTF-8";
/*
Theme Name: kikusui
Author: mizoguchi
*/
/* ------------------------------------
// Properties
------------------------------------ */
/* ------------------------------------
// common
------------------------------------ */
html {
  overflow-y: scroll;
}

body {
  color: #333;
  font-size: 16px;
  font-family: "Roboto", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", Meiryo, "ＭＳ Ｐゴシック", Helvetica, Sans-Serif;
  line-height: 1.8;
  margin: 0;
  word-break: break-all;
  /*font-feature-settings: 'palt' 1;*/
}

.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
  font-weight: bold;
  margin-top: 0;
  line-height: 1.4;
}

h1 {
  font-size: 2rem;
}

h2 {
  font-size: 1.6rem;
}

h3 {
  font-size: 1.4rem;
}

h4 {
  font-size: 1.4rem;
}

h5, h6 {
  font-size: 1.2rem;
}

.wrapper {
  overflow: hidden;
}

.wrapper* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

a {
  color: #1a3e92;
  text-decoration: none;
  transition: all 0.5s;
  outline: none;
}
a:hover, a :active {
  opacity: 0.5;
}
a:focus, a *:focus {
  outline: none;
}

img {
  max-width: 100%;
  height: auto;
  transition: all 0.5s;
  vertical-align: middle;
}

a img:hover {
  opacity: 0.5;
}

.noimage {
  display: block;
  background: #aaa;
  height: 100%;
  text-align: center;
  color: #fff;
  line-height: 12rem;
  padding-top: 50%;
}

.none {
  display: none;
}

p {
  margin-top: 0;
  margin-bottom: 0;
}

ul, ol {
  padding-left: 1em;
  margin: 0;
}

[class*=col-] {
  overflow: hidden;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
  word-break: break-word;
}

th, td {
  font-weight: normal;
  padding: 0.5em 1em;
  border: 1px solid #ddd;
  line-height: 1.5;
}

th {
  text-align: left;
}

thead th, thead td {
  background: #f5f5f5;
}

/* tableスクロール */
table.scroll {
  display: block;
  overflow-x: auto;
  padding-bottom: 0.5rem;
  -webkit-overflow-scrolling: touch;
}

table.scroll th, table.scroll td {
  white-space: nowrap;
}

/* スクロールバー全体 */
table.scroll::-webkit-scrollbar {
  height: 10px;
  height: 1rem;
  background-color: #F1F1F1;
}

/* スクロールバーのつまみ(可動部分) */
table.scroll::-webkit-scrollbar-thumb {
  background-color: #BCBCBC;
  border-radius: 12px;
  border-radius: 1.2rem;
}

table.scroll::-webkit-scrollbar-thumb:hover {
  background-color: #A9A9AA;
}

/*youtube iframe*/
.rwdwrap {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}

.rwdwrap iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100% !important;
  height: 100% !important;
}

blockquote {
  border-left: 2px solid #ddd;
  padding: 0.6em 1em;
  margin-left: 0;
  margin-right: 0;
  background-color: rgba(241, 241, 243, 0.5);
}

blockquote:before {
  content: "\f06a";
  color: #333;
  font-size: large;
  font-weight: bold;
  font-family: "Font Awesome 5 Free";
  margin-right: 5px;
}

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

/* ------------------------------------
// setup
------------------------------------ */
/*margin*/
.mt0 {
  margin-top: 0 !important;
}

.mt1 {
  margin-top: 2% !important;
}

.mt2 {
  margin-top: 4% !important;
}

.mt3 {
  margin-top: 6% !important;
}

.mt4 {
  margin-top: 8% !important;
}

.mt5 {
  margin-top: 10% !important;
}

.mb0 {
  margin-bottom: 0 !important;
}

.mb1 {
  margin-bottom: 2% !important;
}

.mb2 {
  margin-bottom: 4% !important;
}

.mb3 {
  margin-bottom: 6% !important;
}

.mb4 {
  margin-bottom: 8% !important;
}

.mb5 {
  margin-bottom: 10% !important;
}

/*section*/
section.back {
  background-color: #e7ebf4;
  padding: 8% 0;
}

section.backblue {
  background-color: #1a3e92;
  padding: 8% 0;
}

/*font-size*/
.fs12 {
  font-size: 12px;
}

.fs14 {
  font-size: 14px;
}

.fs16 {
  font-size: 16px;
}

.fs18 {
  font-size: 18px;
}

.fs20 {
  font-size: 20px;
}

.fs22 {
  font-size: 22px;
}

.fs24 {
  font-size: 24px;
}

.fs30 {
  font-size: 30px;
}

.fs34 {
  font-size: 34px;
}

.fs40 {
  font-size: 40px;
}

.fs50 {
  font-size: 50px;
}

.fs80 {
  font-size: 80px;
}

/*font-ornament*/
.bold {
  font-weight: bold !important;
}

.bb {
  border-bottom: 2px solid #1a3e92;
}

.mincho {
  font-family: "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
  font-feature-settings: "palt" 1;
  font-weight: 600;
}

/*align*/
.center {
  text-align: center;
}

.left {
  text-align: left;
}

.right {
  text-align: right;
}

/*color*/
.blue {
  color: #1a3e92;
}

.green {
  color: #11a78e;
}

.orange {
  color: #ea5504;
}

.white {
  color: #fff;
}

.mizuiro {
  color: #00a2d9;
}

.gray {
  color: #777;
}

/*button*/
.butt01 {
  display: inline-block;
  background: #1a3e92;
  border: 2px solid #1a3e92;
  color: #fff;
  padding: 0.7em 1.5em;
  text-align: center;
  text-decoration: none;
  transition: all 0.3s;
}

.butt01:hover {
  border: 2px solid #1a3e92;
  background: #fff;
  color: #1a3e92;
  text-decoration: none;
  opacity: 1;
}

.butt02 {
  display: inline-block;
  background: #11a78e;
  border: 2px solid #11a78e;
  color: #fff;
  padding: 0.4em 1.5em;
  text-align: center;
  text-decoration: none;
  transition: all 0.3s;
}

.butt02:hover {
  border: 2px solid #11a78e;
  background: #e7ebf4;
  color: #11a78e;
  text-decoration: none;
  opacity: 1;
}

.butt03 {
  text-align: center;
  display: inline-block;
  text-decoration: none;
  color: #fff;
  background-color: #11a78e;
  padding: 1em 1.5em;
  line-height: 1.4;
  background-size: 200% 100%;
  background-image: linear-gradient(to right, #11a78e 50%, #1a3e92 50%);
  transition: background-position 0.3s cubic-bezier(0.19, 1, 0.22, 1) 0.1s, color 0.5s ease 0s, background-color 0.5s ease;
}

.butt03:hover {
  color: rgb(255, 255, 255);
  background-color: #000;
  background-position: -100% 100%;
  opacity: 1;
}

.headcontact {
  position: absolute;
  bottom: 0;
  right: 0;
  height: auto;
  width: 100%;
  text-align: center;
  line-height: 1.3;
  font-weight: bold;
  display: inline-block;
  text-decoration: none;
  color: rgb(255, 255, 255);
  brackground-color: #1d2088;
  padding: 30px 1.2em;
  background-size: 200% 100%;
  background-image: linear-gradient(to right, #11a78e 50%, #1a3e92 50%);
  transition: background-position 0.3s cubic-bezier(0.19, 1, 0.22, 1) 0.1s, color 0.5s ease 0s, background-color 0.5s ease;
}

.headcontact:hover {
  color: rgb(255, 255, 255);
  background-color: #000;
  background-position: -100% 100%;
  opacity: 1;
}

/* BOX */
.box01 {
  padding: 0.4em 1em;
  background-color: #ea5504;
  color: #fff;
  font-weight: normal;
  font-size: 20px;
}

/*marker*/
.marker {
  background: #fff799;
}

.marker_u {
  background: linear-gradient(transparent 70%, #fff799 70%);
  border-radius: 6px;
}

/*ブログカード*/
.wp-embedded-content {
  margin: 0 auto;
  min-width: 100%;
  width: 100%;
}

/* ------------------------------------
// フェードイン
------------------------------------ */
/* 上からフェードイン */
.slide-top {
  opacity: 0;
  transform: translate(0, -30px);
  transition: all 1s ease-out;
}

/* 下からフェードイン */
.slide-bottom {
  opacity: 0;
  transform: translate(0, 30px);
  transition: all 1s ease-out;
}

/* 左からフェードイン */
.slide-left {
  opacity: 0;
  transform: translate(-30px, 0);
  transition: all 1s ease-out;
}

/* 右からフェードイン */
.slide-right {
  opacity: 0;
  transform: translate(30px, 0);
  transition: all 1s ease-out;
}

/* ------------------------------------
// header
------------------------------------ */
.headline {
  height: 80px;
  margin: 0;
  position: relative;
  z-index: 100;
  background: #fff;
}

.logo {
  font-size: x-large;
}

.site-title {
  padding: 0;
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
  width: 127px;
  height: 60px;
  margin: 10px 0 0 5%;
  float: left;
}

.site-title a {
  font-size: 28px;
  line-height: 32px;
  background-image: url(img/logo.png);
  background-repeat: no-repeat;
  background-size: 100%;
  width: 127px;
  height: 60px;
  display: block;
}

/* navi */
.nav {
  display: none;
}

.pc_contact {
  display: none !important;
}

/* drawer */
#nav-toggle {
  position: fixed;
  top: 0;
  right: 0;
  height: 80px;
  width: 80px;
  background-color: #fff;
  cursor: pointer;
  z-index: 1000;
}

#nav-toggle > div {
  position: relative;
  width: 36px;
  margin: 25px 22px;
}

#nav-toggle span {
  width: 100%;
  height: 1px;
  left: 0;
  display: block;
  background: #333;
  position: absolute;
  transition: transform 0.6s ease-in-out, top 0.5s ease;
}

#nav-toggle span:nth-child(1) {
  top: 0;
}

#nav-toggle span:nth-child(2) {
  top: 12px;
}

#nav-toggle span:nth-child(3) {
  top: 24px;
}

#nav-toggle:hover span:nth-child(1) {
  top: 4px;
}

#nav-toggle:hover span:nth-child(3) {
  top: 20px;
}

.open #nav-toggle span {
  background: #333;
}

.open #nav-toggle span:nth-child(1) {
  top: 15px;
  transform: rotate(45deg);
}

.open #nav-toggle span:nth-child(2) {
  top: 15px;
  width: 0;
  left: 50%;
}

.open #nav-toggle span:nth-child(3) {
  top: 15px;
  transform: rotate(-45deg);
}

#gloval-nav {
  background: #000;
  color: #fff;
  width: 0%;
  height: 100%;
  position: fixed;
  top: 0;
  right: 0;
  z-index: 990;
  text-align: center;
  font-size: 18px;
  overflow: hidden;
  webkit-transition: width 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: width 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
}

#gloval-nav .inner {
  position: fixed;
  width: 100%;
  height: 100%;
  display: table;
  margin: auto;
}

#gloval-nav ul {
  list-style: none;
  padding-left: 0;
  display: table-cell;
  vertical-align: middle;
}

#gloval-nav ul li {
  opacity: 0;
  transform: translateX(80px);
  transition: transform 0.6s ease, opacity 0.2s ease;
}

#gloval-nav ul li:first-child {
  transition-delay: 0.5s;
}

#gloval-nav ul li:nth-child(2) {
  transition-delay: 0.65s;
}

#gloval-nav ul li:nth-child(3) {
  transition-delay: 0.8s;
}

#gloval-nav ul li:nth-child(4) {
  transition-delay: 0.95s;
}

#gloval-nav ul li:nth-child(5) {
  transition-delay: 1s;
}

#gloval-nav ul li:nth-child(6) {
  transition-delay: 1.15s;
}

#gloval-nav ul li:nth-child(7) {
  transition-delay: 1.3s;
}

#gloval-nav a {
  display: inline-block;
  color: #fff;
  text-decoration: none;
  padding: 10px 0;
  transition: color 0.6s ease;
}

#gloval-nav a:hover {
  color: #666;
}

#gloval-nav ul li .sub-menu {
  display: block;
  font-size: 15px;
}

/* open */
.open {
  overflow: hidden;
}

.open #gloval-nav {
  visibility: visible;
  width: 100%;
}

.open #gloval-nav li {
  opacity: 1;
  transform: translateX(0);
  transition: transform 1s ease, opacity 0.9s ease;
  line-height: 1.3;
  margin-bottom: 15px;
}

/*dropdown-menu*/
.dropdown {
  position: relative;
}

.nav .dropdown-menu {
  border: none;
  z-index: 99;
  left: 50%;
  transform: translate(-50%, 0);
  font-size: 80%;
}

.dropdown-menu {
  min-width: 8rem;
  border: none;
  padding: 0;
  top: 0;
  border-radius: 0;
}

.dropdown-menu li:first-child a {
  border-top: none;
}

.dropdown-menu li a {
  padding: 0 1rem;
  height: 50px;
  line-height: 50px;
  color: #333 !important;
  font-size: 14px;
  transition: 0.5s;
  background-color: #fff;
}

.dropdown-item {
  display: block;
  overflow: hidden;
  white-space: nowrap;
  margin: 0 !important;
  text-align: center;
}

.dropdown-item:hover {
  background-color: #eee;
  transition: all 0.5s;
}

.dropdown-item.active, .dropdown-item:active {
  background-color: #fff;
}

.dropdown-toggle::after {
  display: inline-block;
  width: 8px;
  height: 8px;
  margin-left: 0.5em;
  vertical-align: 0.255em;
  content: "";
  border-top: solid 1px #fff;
  border-right: solid 1px #fff;
  transform: rotate(135deg);
}

.dropdown-toggle:empty::after {
  margin-left: 0;
}

.sub-menu {
  padding: 0.5em 0;
  border-top: 1px solid #eee !important;
}

.sub-menu li {
  border-bottom: none;
}

.sub-menu li .sub-menu li {
  left: 100%;
  position: static;
  top: 0;
  width: 100%;
  list-style-type: none;
  margin-left: 0;
}

.nav > .menu-item-has-children > ul, .nav > .page_item_has_children > ul {
  display: block;
}

.nav > .menu-item-has-children > ul li {
  height: 100%;
  text-align: left;
  transition: 0.5s;
  overflow: hidden;
}

.nav > .menu-item-has-children > ul li a {
  height: 40px;
  line-height: 40px;
}

.nav > .menu-item-has-children > ul ul, .nav > .page_item_has_children > ul ul {
  display: block;
}

.nav > .menu-item-has-children > ul ul li {
  height: 40px;
  text-align: left;
}

.nav > .menu-item-has-children > ul ul li a {
  height: 40px;
  line-height: 40px;
  padding: 0 0 0 2rem;
}

.menu-item-description:before {
  white-space: pre;
  content: "\a";
}

.menu-item-description {
  font-size: 12px;
}

/* ------------------------------------
// breadcrumb
------------------------------------ */
.breadcrumb {
  display: block;
  padding: 0.75rem 0;
  margin-bottom: 0;
  list-style: none;
  font-size: 12px;
  overflow-x: auto;
  overflow-y: hidden;
  -webkit-overflow-scrolling: touch;
  overflow-scrolling: touch;
  overflow: auto;
  white-space: nowrap;
  z-index: 0;
  position: relative;
}

.breadcrumb-item {
  display: inline-block;
  color: #fff;
}

.breadcrumb-item a {
  color: #fff;
}

.breadcrumb-item a:hover {
  text-decoration: none;
  opacity: 0.5;
}

.breadcrumb-item + .breadcrumb-item {
  padding-left: 0.5rem;
}

.breadcrumb-item + .breadcrumb-item::before {
  display: inline-block;
  width: 0.5em;
  height: 0.5em;
  margin: 0 0.75em 0.2em 0;
  transform: rotate(-45deg);
  border-right: 1px solid;
  border-bottom: 1px solid;
  content: "";
}

.breadcrumb-item + .breadcrumb-item:hover::before {
  text-decoration: underline;
}

.breadcrumb-item + .breadcrumb-item:hover::before {
  text-decoration: none;
}

.single .breadcrumb {
  margin: 0;
}

/* ------------------------------------
// footer
------------------------------------ */
footer {
  padding: 3em 0;
  border-top: 3px solid #1a3e92;
}

footer h4 {
  margin-bottom: 1em;
}

footer ul {
  padding: 0;
}

footer ul li {
  font-size: 14px;
  line-height: 1.7;
  list-style-type: none;
}

footer ul li a {
  transition: all 0.5s;
}

.foot_tel a {
  font-size: 28px;
  color: #ea5504;
  line-height: 1;
  font-weight: bold;
}

.foot_tel_cap {
  font-size: 14px;
  line-height: 1.4;
  margin-top: 5px;
}

.foot_contact {
  line-height: 1.3;
  font-size: 18px;
  font-weight: bold;
  border-radius: 6px;
}

.copy {
  padding: 2em;
  text-align: center;
  font-size: small;
  color: #fff;
  background-color: #1a3e92;
}

/* page-top */
#page-top {
  position: fixed;
  z-index: 99;
  bottom: 0;
  right: 15px;
  padding-bottom: 30px;
}

#page-top a {
  color: #fff;
  display: block;
}

#page-top a:hover {
  opacity: 0.8;
}

#page-top a:hover img {
  opacity: 1;
}

/* ------------------------------------
// wp
------------------------------------ */
.aligncenter {
  display: block;
  margin: 0 auto;
}

.alignright {
  float: none;
  margin-left: 0 !important;
  margin-bottom: 0 !important;
}

.alignleft {
  float: none;
  margin-right: 0 !important;
  margin-bottom: 0 !important;
}

.alignwide {
  width: 100%;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  clear: both;
}

.alignfull {
  width: 100vw;
  position: relative;
  left: 50%;
  transform: translateX(-50%);
}

.wp-block-image.alignfull img {
  max-width: calc(125% + 150px);
  width: 100vw;
  margin-left: auto;
  margin-right: auto;
}

.attachment-post-thumbnail, .ttl_h1 + img {
  margin-bottom: 1em;
}

.attachment-post-thumbnail {
  width: 100%;
  height: 100%;
  object-fit: cover;
  font-family: "object-fit:cover;"; /*IE対策*/
}

.wp-caption, .wp-caption-text, .gallery-caption {
  font-size: small;
  max-width: 100%;
  height: auto;
  margin-top: 0 !important;
}

.sticky article.card .card-block {
  background: #f0ffc8;
}

.bypostauthor {
  font-weight: bold;
}

.form-allowed-tags {
  font-size: small;
}

.searchform > div {
  text-align: center;
}

.searchform input[type=text] {
  width: calc(100% - 6rem);
  float: left;
}

.searchform input[type=submit] {
  width: 5rem;
  float: none;
  clear: both;
}

#cse-search-box input[name=q] {
  width: 74%;
}

/*pagination*/
.pagination {
  padding-left: 0;
  list-style: none;
  border-radius: 0.25rem;
}

.pagination a {
  margin: 0 0.5rem 1.2rem 0;
  text-decoration: none;
  color: #333;
}

.pagination a:hover {
  color: #0070c9;
  opacity: 1;
}

.prev div, .next div {
  display: table-cell;
  vertical-align: middle;
}

.prev_left, .next_right {
  width: 25%;
}

.prev_right, .next_left {
  width: 75%;
}

.prev_left img {
  padding-right: 15px;
}

.next_right img {
  padding-left: 15px;
}

.pagination p {
  line-height: 1.5;
}

.pagination div p:first-child {
  margin-bottom: 10px;
}

/* page-numbers */
.page-numbers {
  clear: both;
  text-align: center;
  color: #333;
  padding-left: 0;
  list-style: none;
  margin-bottom: 6%;
}

.page-numbers a {
  margin: 0 2px;
  text-decoration: none;
}

.page-numbers li {
  display: inline-block;
  padding: 5px 10px;
  border: 1px solid #333;
  background: #333;
  color: #fff;
}

.page-numbers a li {
  background: #fff;
  color: #333;
}

.page-numbers li:hover {
  background: #333;
  color: #fff;
}

.navigation .page-numbers li {
  background: none;
  border: none;
}

.navigation .page-numbers li a {
  background: #fff;
  padding: 0.5em 8px;
  margin: 0 2px;
  text-decoration: none;
  color: #333;
  border: 1px solid #333;
}

span.current {
  background: #1a3e92;
  padding: 0.5em 8px;
  margin: 0 2px;
  text-decoration: none;
  color: #fff;
  border: 1px solid #1a3e92;
}

/* tag */
.list-inline {
  padding-left: 0;
  list-style: none;
}

.list-inline-item {
  display: inline-block;
}

.list-inline-item:not(:last-child) {
  margin-right: 0.5rem;
}

/* article.card */
article.card {
  margin-bottom: 1.5em;
  border: 0 none;
  border-radius: 0;
  background-color: transparent;
}

article.card .card-block {
  padding: 0;
}

article.card .card-title {
  font-size: 14.5px;
  font-weight: initial;
  overflow: hidden;
  line-height: 1.5em;
}

article.card .post_cat {
  margin: 0;
}

article.card .post-categories {
  margin-bottom: 0;
}

article.card .post-categories a {
  color: #fff;
  font-size: 11px;
  padding: 0 0.5em;
}

article.card .post-categories li {
  padding: 0;
}

article.card a {
  color: #333;
}

article.card a:hover {
  text-decoration: none;
}

article.card .post_links {
  cursor: pointer;
  display: block;
}

article.card .post_links_none {
  display: block;
  background-color: #fafafa;
}

article.card .post_thumb {
  width: 100%;
  height: 130px;
  object-fit: cover;
  font-family: "object-fit:cover;"; /*IE対策*/
  display: block;
  float: left;
}

article.card .post_thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* form & button */
.form-control {
  border: 1px solid #333;
}

label {
  display: inline-block;
  margin-bottom: 0.5rem;
}

button {
  border-radius: 0;
}

button:focus {
  outline: 1px dotted;
  outline: 5px auto -webkit-focus-ring-color;
}

input, button, select, optgroup, textarea {
  margin: 0;
  padding: 0.2em 0.5rem;
  font-family: inherit;
  line-height: inherit;
  border: 1px solid #ddd;
  border-radius: 2px;
  background-color: #fff;
  font-size: 1em;
}

input[type=search] {
  -webkit-appearance: none;
  display: block;
  width: 100%;
}

input[type=text], input[type=email], textarea {
  width: 100%;
  border: 1px solid #333;
}

button, input {
  overflow: visible;
}

button, select {
  text-transform: none;
}

button, html[type=button], [type=reset], [type=submit] {
  -webkit-appearance: button;
}

.searchform {
  position: relative;
  margin-bottom: 2em;
}

.search-submit {
  position: absolute;
  top: 0;
  right: 0;
  border-radius: 0;
}

[type=submit] {
  background-color: #1a3e92;
  color: #fff;
  border: 1px solid #1a3e92;
  padding: 0.5em 1em;
}

[type=submit]:hover {
  background-color: #000;
  color: #fff;
  border: 1px solid #000;
}

button::-moz-focus-inner, [type=button]::-moz-focus-inner, [type=reset]::-moz-focus-inner, [type=submit]::-moz-focus-inner {
  padding: 0;
  border-style: none;
}

input[type=radio], input[type=checkbox] {
  box-sizing: border-box;
  padding: 0;
}

input[type=date], input[type=time], input[type=datetime-local], input[type=month] {
  -webkit-appearance: listbox;
}

textarea {
  overflow: auto;
  resize: vertical;
}

fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0;
}

legend {
  display: block;
  width: 100%;
  max-width: 100%;
  padding: 0;
  margin-bottom: 0.5rem;
  font-size: 1.5rem;
  line-height: inherit;
  color: inherit;
  white-space: normal;
}

progress {
  vertical-align: baseline;
}

[type=number]::-webkit-inner-spin-button, [type=number]::-webkit-outer-spin-button {
  height: auto;
}

[type=search] {
  outline-offset: -2px;
  -webkit-appearance: none;
}

[type=search]::-webkit-search-cancel-button, [type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  font: inherit;
  -webkit-appearance: button;
}

.form-submit {
  margin-top: 1em;
}

.baguetteBox-button#close-button {
  outline: none;
}

/* コメント */
.comment-reply-title {
  margin-top: 1.5em !important;
}

.comment-notes {
  font-size: 14px;
  margin-bottom: 0.5em;
}

.comment-body {
  margin-bottom: 1.5em;
}

.comment-form-comment, .comment-form-author {
  margin-bottom: 0.5em;
}

cite.fn {
  font-style: normal;
}

.avatar {
  border-radius: 50%;
}

.reply {
  margin-top: 0.5em;
}

.comment-reply-link {
  color: #fff;
  background-color: #1a3e92;
  padding: 2px 7px;
}

/* ギャラリー */
.gallery {
  display: flow-root;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 0;
  padding: 0;
}

.gallery-item {
  box-sizing: border-box;
  margin: 5px 0;
}

.gallery-caption {
  margin: 0;
  text-align: center;
  line-height: 1.5;
}

.gallery br {
  display: none;
}

.gallery-columns-1 .gallery-item {
  width: 100%;
  margin-right: 0;
}

.gallery-columns-2 .gallery-item {
  width: 49%;
}

.gallery-columns-3 .gallery-item {
  width: 32%;
}

.gallery-columns-4 .gallery-item {
  width: 24%;
}

.gallery-columns-5 .gallery-item {
  width: 19%;
}

.gallery-columns-6 .gallery-item {
  width: 15.66%;
}

.gallery-columns-7 .gallery-item {
  width: 13.28%;
}

.gallery-columns-8 .gallery-item {
  width: 11.5%;
}

.gallery-columns-9 .gallery-item {
  width: 10.11%;
}

@media screen and (max-width: 768px) {
  .gallery-item, .gallery-columns-2 .gallery-item, .gallery-columns-3 .gallery-item, .gallery-columns-4 .gallery-item, .gallery-columns-5 .gallery-item,
  .gallery-columns-6 .gallery-item, .gallery-columns-7 .gallery-item, .gallery-columns-8 .gallery-item, .gallery-columns-9 .gallery-item {
    width: 49%;
    max-width: 49%;
  }
}
/* 折り畳みアーカイブウィジェット */
.widget_archive a.year {
  cursor: pointer;
  text-decoration: underline;
}

.widget_archive .years ul {
  transition: 0.3s ease;
  margin: 0;
  margin-bottom: 1em;
}

#sidebar .widget_archive ul.years li {
  margin-bottom: 0;
}

.widget_archive ul.years .hide {
  display: none;
}

/* ブロックエディター */
.kb-gallery-ul.kb-gallery-type-carousel .kt-blocks-carousel .slick-slider .kb-slide-item, .kb-gallery-ul.kb-gallery-type-slider .kt-blocks-carousel .slick-slider .kb-slide-item, .kb-gallery-ul.kb-gallery-type-thumbslider .kt-blocks-carousel .slick-slider .kb-slide-item {
  padding: 0 !important;
}

/* ------------------------------------
// contents
------------------------------------ */
.slick-box {
  padding: 0;
  margin: 0;
}

.post_body {
  padding: 0;
  margin-bottom: 5%;
}

.post_body hr {
  clear: both;
  border: none;
  border-top: 1px solid #333;
}

/* clear */
.clearfix, .post_body {
  zoom: 1;
}

.clearfix:after, .post_body:after {
  content: ".";
  display: block;
  height: 0px;
  clear: both;
  visibility: hidden;
}

.mainpost {
  clear: both;
}

.detail {
  padding: 3rem 0;
}

.ttl_h1 {
  margin-bottom: 0;
  font-size: 2rem;
}

.single h1, .archive .ttl_h1, .search .ttl_h1 {
  font-size: 2rem;
  border-left: 5px solid #1a3e92;
  padding-left: 12px;
  font-weight: bold;
  margin: 0 0 10px 0;
  line-height: 1.3;
}

.archive .ttl_h1, .search .ttl_h1 {
  margin-bottom: 0.5em;
}

.post_meta {
  margin-bottom: 1rem;
}

.post_time, .post_update, .post_cat {
  font-size: small;
  color: #777;
  margin-right: 0.5em;
}

.cat_info {
  margin-bottom: 1rem;
  color: #777;
}

.cat_info img {
  width: 100%;
}

.ttl {
  font-size: medium;
  font-weight: bold;
  background: #1a3e92;
  border-radius: 0;
  margin-bottom: 1rem;
  padding: 0.2em 1em;
  color: #fff;
}

.recottl {
  font-size: 20px;
  margin-bottom: 1em;
  font-weight: bold;
}

.main h3 {
  font-size: large;
}

dl.postlist {
  margin: 0;
  line-height: 1.6;
}

dl.postlist dt {
  float: none;
  padding: 0 0.5em 0;
  text-align: left;
  font-weight: normal;
}

dl.postlist dd {
  margin: 0 0 10px 0;
  padding: 0 0 10px 0.5em;
  border-bottom: 1px dotted #aaa;
  text-align: left;
}

dl.postlist dd:last-child {
  margin: 0;
}

dl.postlist dd a {
  color: #333;
}

/* アコーディオン */
.accordion .toggle {
  display: block;
}

.accordion ul {
  width: 100%;
  padding: 0;
  margin: 0;
}

.accordion li {
  position: relative;
  border-bottom: 1px solid #ccc;
  list-style: none;
  margin-left: 0;
}

.accordion > ul > li > a {
  display: block;
  text-decoration: none;
  cursor: pointer;
  padding: 1em;
  position: relative;
}

.accordion > ul > li > div {
  display: none;
  text-align: left;
  line-height: 1.8;
  margin-top: 0;
  padding: 0 15px 20px;
}

.accordion li .accordion_icon,
.accordion li .accordion_icon span {
  display: inline-block;
  transition: all 0.3s;
  box-sizing: border-box;
}

.accordion li .accordion_icon {
  position: absolute;
  width: 20px;
  height: 20px;
  top: 50%;
  left: 15px;
  margin: 0;
}

.accordion li .accordion_icon span {
  position: absolute;
  width: 100%;
  height: 2px;
  background-color: #ea5504;
}

.accordion li .accordion_icon span:nth-of-type(1) {
  transform: rotate(0deg);
  -webkit-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
}

.accordion li .accordion_icon span:nth-of-type(2) {
  transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
}

.accordion li .accordion_icon.active span:nth-of-type(1) {
  display: none;
}

.accordion li .accordion_icon.active span:nth-of-type(2) {
  transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
}

.accordiontitle {
  margin: 0 0 0 40px !important;
  font-size: 17px;
}

.inner_table ul {
  padding-left: 1em;
}

.inner_table ul li {
  border-bottom: none;
  list-style-type: circle;
}

/* ------------------------------------
// widget
------------------------------------ */
.widget_nav_menu li.d-md-block {
  display: block !important;
}

ul.post-categories, .widget ul {
  padding-left: 0;
  list-style: none;
  margin-top: 0;
}

ul.post-categories li {
  display: inline-block;
  padding-right: 0.5em;
  padding-left: 0.5em;
}

ul.post-categories a, ul.tag a {
  display: inline-block;
  padding: 0.2em 0.8em;
  text-align: center;
  border: 1px solid #eee;
  margin: 0 0.3rem 0.5rem 0;
  text-decoration: none;
  font-size: 13px;
  color: #333;
}

ul.post-categories a:hover, ul.tag a:hover {
  background: #eee;
}

.sidebar .widget:first-child .ttl {
  margin-top: 0;
}

.sidebar .widget ul li a {
  padding: 0.5rem 0;
  color: #333;
}

.sidebar .widget ul li ul li a {
  padding: 0 0 0.3rem 0;
}

.sidebar .widget .ttl {
  background: #1a3e92;
}

.widget {
  margin-bottom: 2rem;
}

.widget a:hover {
  background: #f5f5f5;
}

.widget .ttl {
  font-size: medium;
  border-radius: 0;
  margin-bottom: 0.3rem;
  display: block;
  text-align: center;
  padding: 5px 0;
  color: #fff;
}

.ttl span {
  display: inline-block;
  padding: 0.3em 0;
  border-bottom: 2px solid #663300;
}

.recentcomments {
  line-height: 1.5;
}

.comment-author-link a {
  padding-top: 0 !important;
}

.comment-meta {
  font-size: 14px;
}

.widget ul li {
  display: block;
  padding-left: 0.5rem;
  border-bottom: 1px dotted #ccc;
  font-size: 14px;
}

.widget ul li ul {
  border-left: 1px solid #fff;
  margin-left: 1rem;
}

.widget ul li ul li {
  border-bottom: 1px dotted #ccc;
  margin-bottom: 0.3rem;
}

.widget ul li ul li:last-child {
  border: none;
}

.widget ul li ul li:last-child a {
  padding-bottom: 0;
}

.widget ul li a {
  padding: 0.2rem;
  display: inline-block;
}

.widget ul li a:hover {
  background: none;
}

.widget_categories ul li a, .widget_archive ul li a {
  display: block;
}

.widget_archive ul li a .post-count,
.widget_categories ul li a .post-count {
  display: block;
  float: right;
  color: #1a4985;
  background-color: #e7ebf4;
  font-size: 0.8em;
  padding: 0 6px;
  margin: 2px 0.2rem 0;
}

.sidebar .newpost a {
  display: table;
  width: 100%;
}

.sidebar .newpost a .post_thumb {
  display: table-cell;
  vertical-align: top;
  width: 100px;
}

.sidebar .newpost a .post_thumb span {
  display: block;
  width: 90px;
  height: 60px;
  overflow: hidden;
}

.sidebar .newpost a .post_thumb img {
  width: 100%;
  height: auto;
}

.sidebar .newpost a .post_ttl {
  display: table-cell;
  vertical-align: top;
}

.cat-item a:before {
  display: inline-block;
  width: 0.5em;
  height: 0.5em;
  margin: 0 0.75em 0.1em 0;
  transform: rotate(-45deg);
  border-right: 1px solid;
  border-bottom: 1px solid;
  content: "";
  transition: margin 0.3s;
}

.cat-item a:hover::before {
  margin-right: 1em;
}

.cat-item a {
  text-decoration: none;
}

/* ------------------------------------
// TOPページ
------------------------------------ */
.home h2 {
  font-weight: normal;
}

section.first h2 {
  font-size: 22px;
  color: #fff;
  background: #1a3e92;
  padding: 0.6em;
  text-align: center;
  width: 100%;
  font-weight: bold;
}

section.first h3 {
  font-size: 18px;
  color: #11a78e;
  height: 70px;
  text-align: center;
  width: 100%;
  padding: 0.5em 0.2em;
  border: 2px solid #11a78e;
  line-height: 1.4;
}

section.first h3.oneline {
  line-height: 50px;
}

.secound .col-md-4 {
  text-align: center;
  margin-bottom: 4em;
}

.secound h3 {
  color: #11a78e;
  font-size: 20px;
  margin: 20px 0 15px;
}

.secound p {
  text-align: left;
  margin-bottom: 20px;
}

/* ------------------------------------
// 個別ページ
------------------------------------ */
.panbox {
  background: #1a3e92;
}

.page .detail {
  background: url(img/busback.png) no-repeat top left #e7ebf4 fixed;
  background-size: 100%;
}

.pagetitlebox {
  padding: 0;
  margin-bottom: 3em;
}

.pagetitlebox p {
  margin: 0;
  color: #1a3e92;
  font-weight: bold;
  line-height: 1.5;
}

.page .ttl_h1 {
  font-size: 2.2rem;
  line-height: 1.4;
  color: #1a3e92;
  margin-bottom: 10px;
}

.whitebox {
  background: #fff;
  padding: 3em;
  box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.1);
}

/* 安心・安全 */
.iconbox div {
  text-align: center;
}

.iconbox p {
  line-height: 1.3;
  margin-top: 1em;
}

.taisakuheadbox {
  display: flex;
  align-items: center;
  width: 100%;
  margin-bottom: 3%;
}

.miniicon {
  width: 80px;
  height: 80px;
  margin-right: 20px;
}

.taisakutitle {
  margin-bottom: 0;
  color: #11a78e;
}

.alertMark {
  display: flex;
  align-items: baseline;
  color: #ea5504;
}

.alertMark::before {
  content: "※";
  margin: 0 5px 0 0;
}

.safekomoku {
  border-bottom: 1px solid #ccc;
  padding: 1em 0 1em 56px;
  margin-top: 0 !important;
  position: relative;
}

.safekomoku:before {
  content: "";
  position: absolute;
  width: 20px;
  height: 20px;
  background: #ea5504;
  border-radius: 20px;
  left: 15px;
  top: calc(1em + 5px);
}

.kihonhoshin {
  padding-left: 0;
  font-size: 18px;
}

.kihonhoshin a[href$=".pdf"] {
  background: url(img/icon_pdf.gif) no-repeat center left;
  margin: 0;
  padding: 2px 0px 2px 22px;
  text-decoration: underline;
}

.kihonhoshin li {
  list-style-type: none;
}

/* ご利用＆お願い */
.bluebox {
  background: #1a3e92;
  padding: 0.2em 0.5em;
  color: #fff;
  border-radius: 3px;
}

h2.billtitle {
  padding-bottom: 10px;
  border-bottom: 2px solid #11a78e;
  color: #11a78e;
}

.usekomoku {
  border-bottom: 1px solid #ccc;
  padding: 1em 0 1em 56px;
  margin-top: 0 !important;
  position: relative;
}

.usekomoku:before {
  content: "";
  position: absolute;
  width: 20px;
  height: 20px;
  background: #ea5504;
  border-radius: 20px;
  left: 15px;
  top: 50%;
  margin-top: -10px;
}

/* バス */
#slider {
  width: 100%;
  margin: 0;
  padding: 0;
}

.slide-item img {
  width: 100%;
}

#thumbnail-list {
  width: 100%;
  margin: 0 auto;
  padding: 0;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.thumbnail-item {
  flex: 0 1 24.25%;
  box-sizing: border-box;
  position: relative;
  list-style-type: none;
  margin-bottom: 2px;
}

.thumbnail-item:after {
  content: "";
  background-color: rgba(0, 0, 0, 0.5);
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 1;
  transition: 0.3s opacity linear;
}

.thumbnail-item.thumbnail-current:after {
  opacity: 0;
}

.thumbnail-item img {
  width: 100%;
  margin: 0 auto;
  object-fit: cover;
  height: 100%;
  font-family: "object-fit: cover;"; /*IE対策*/
}

.busstitlebox {
  display: flex;
  align-items: center;
  margin-bottom: 1em;
}

.busstitle {
  color: #fff;
  background: #11a78e;
  padding: 0.2em 0.5em;
  display: inline-block;
  font-size: 24px;
  margin: 0 20px 0 0;
}

.busstitlebox h3 {
  margin: 0;
}

.thumbox {
  display: flex;
  margin: 15px 0 16px 0;
}

.thumbox a {
  flex: 0 1 19.2%;
  box-sizing: border-box;
  margin-right: 1%;
}

.thumbox a:last-child {
  margin-right: 0;
}

.whitebox a[href$=".pdf"] {
  background: url(img/icon_pdf.gif) no-repeat center left;
  margin: 0;
  padding: 2px 0px 2px 22px;
  text-decoration: underline;
}

ul.busspec {
  padding-left: 0;
  list-style-type: none;
  line-height: 1.6;
}

.tsukokubun {
  margin-bottom: 3%;
  font-size: 14px;
  width: 100%;
}

.tsukokubun th {
  background: #eee;
}

.bustype {
  width: 100%;
}

.bustype th, .bustype td {
  padding: 1em;
}

.bustype th {
  background: #11a78e;
  color: #fff;
  font-feature-settings: "palt" 1;
}

.bustype td {
  background: #fff;
  padding-bottom: calc(1em - 6px);
}

.bustype ul li {
  display: inline-block;
}

.bustype ul li span {
  background: #1a3e92;
  color: #fff;
  padding: 0.2em 0.8em;
  border-radius: 2px;
  margin: 0 2px 6px 0;
}

.bustype ul li a {
  background: #ea5504;
  color: #fff;
  padding: 0.2em 0.8em;
  border-radius: 2px;
  margin: 0 2px 6px 0;
}

/* 会社概要 */
.goaisatsu p {
  background: url(img/company/goaisatsuback.jpg) no-repeat center center;
}

table.gaiyo {
  width: 100%;
}

table.gaiyo th, table.gaiyo td {
  padding: 1em;
}

table.gaiyo th {
  border-left: none;
  border-right: none;
  border-top: none;
  border-bottom: 1px solid #11a78e;
}

table.gaiyo td {
  border-left: none;
  border-right: none;
  border-top: none;
}

/* お問い合わせページ */
table.contact {
  width: 100%;
}

table.contact th, table.contact td {
  font-weight: normal;
  padding: 15px 20px;
}

table.contact th {
  white-space: nowrap;
}

.hissu {
  background-color: #ea5504;
  color: #fff;
  font-weight: normal;
  padding: 2px 6px;
  font-size: 12px;
  margin-left: 10px;
}

#zip1, #zip2, #zip3, #zip4 {
  width: 90px;
}

.zip-button, .zip-button2 {
  padding: 0.2em 0.5em !important;
  box-sizing: border-box;
  margin-left: 10px;
}

.modoru {
  margin-right: 10px;
}

.title_obi {
  background: #11a78e;
  color: #fff;
  font-size: 18px;
}

.hasDatepicker {
  width: 150px !important;
}

.form-content-message {
  font-size: 14px;
  margin-top: 5px;
  display: block;
}

.mw_wp_form_confirm .form-content-message {
  display: none;
}

.mw_wp_form_confirm .zip-button, .mw_wp_form_confirm .zip-button2 {
  display: none;
}

input[name=shosai_otona], input[name=shosai_child] {
  width: 70px;
}

.telfax {
  margin-bottom: 0;
  color: #1a3e92;
  font-size: 30px;
  text-align: center;
}

/* ------------------------------------
// シングルページ
------------------------------------ */
.single .post_body * + p {
  margin-top: 1.28rem;
}

.single_tit {
  text-align: center;
  font-size: 27px;
  background: #e7ebf4;
  padding: 1.6em;
  font-weight: bold;
}

.post_cat::before {
  clear: left;
  content: "";
  display: block;
}

.post_cat a {
  background-color: #1a3e92;
  color: #fff;
  padding: 0 0.5em;
  transition: all 0.5s;
  display: inline-block;
  margin-right: 2px;
}

.post_cat a:hover {
  opacity: 0.5;
  text-decoration: none;
}

.reply-title {
  font-size: 20px;
}

/* ------------------------------------
// archive
------------------------------------ */
.archive dl.postlist dd {
  padding: 0 0 15px 0.5em;
}

/* ------------------------------------
// wpp
------------------------------------ */
.popular-posts .wpp-thumbnail {
  margin-right: 10px;
  max-width: initial !important;
  float: none;
}

.popular-posts .wpp-list li {
  display: table;
  width: 100%;
}

.popular-posts .wpp-list li a {
  display: table-cell;
  vertical-align: top;
}

.popular-posts .wpp-list li .wpp-post-title {
  width: 100%;
}

.popular-posts .wpp-list li .post-stats, .popular-posts .wpp-list li .wpp-excerpt {
  display: table-cell;
  vertical-align: top;
}

.wpp-no-data {
  text-align: center;
}

/* ------------------------------------
// Media Query
------------------------------------ */
/* sm */
@media (min-width: 576px) {
  h2 {
    font-size: 1.8rem;
  }
  h3 {
    font-size: 1.6rem;
  }
  /* contents */
  .post_body {
    padding: 1rem 0;
    margin-bottom: 3%;
  }
  dl.postlist dt {
    float: left;
    padding: 0 1em 0 0.5em;
  }
  dl.postlist dd {
    padding: 0 0 20px 120px;
    margin: 0 0 20px 0;
  }
  /* archive */
  .archive dl.postlist dd {
    margin: 0 0 15px 0;
    padding: 0 0 15px 140px;
    border-bottom: 1px dotted #aaa;
    text-align: left;
  }
  /* バス */
  .tsukokubun {
    font-size: 16px;
  }
}
/* md */
@media (min-width: 768px) {
  .breadcrumb {
    display: flex;
    flex-wrap: wrap;
    padding: 0.75rem 0;
    margin-bottom: 0;
    list-style: none;
    font-size: 12px;
  }
  .pagination a {
    margin: 0 0.5rem 2.5rem 0;
  }
  /* wp */
  .alignright {
    float: right;
    margin-left: 1.5em !important;
    margin-bottom: 1em !important;
  }
  .alignleft {
    float: left;
    margin-right: 1.5em !important;
    margin-bottom: 1em !important;
  }
  article.card .post_thumb {
    height: 130px;
  }
  /* navi */
  /* TOPページ */
  .home h2 {
    font-size: 40px;
  }
  section.first h2 {
    font-size: 26px;
  }
  /* 固定ページ*/
  .page .ttl_h1 {
    font-size: 2.5rem;
    line-height: 1.5;
    margin-bottom: 0;
  }
  /* ご利用＆お願い */
  h2.billtitle {
    background: url(img/use/billback.png);
    background-position: right bottom;
    background-repeat: no-repeat;
  }
  /*バス*/
  .thumbnail-item {
    flex: 0 1 7.416666%;
    box-sizing: border-box;
    position: relative;
    list-style-type: none;
  }
  /* お問い合わせ */
  table.contact th {
    width: 230px;
  }
  .telfax {
    font-size: 34px;
  }
}
/* lg */
@media (min-width: 1045px) {
  /* header */
  .headline {
    height: 100px;
  }
  .site-title {
    padding: 0;
    overflow: hidden;
    text-indent: 100%;
    white-space: nowrap;
    width: 169px;
    height: 80px;
    margin: 10px 0 0 5%;
    float: left;
  }
  .site-title a {
    font-size: 28px;
    line-height: 32px;
    background-image: url(img/logo.png);
    background-repeat: no-repeat;
    width: 169px;
    height: 80px;
    display: block;
  }
  .headcontact {
    top: 0;
    right: 0;
    height: 100px;
    width: auto;
    padding: 30px 1.2em;
  }
  .navbar {
    margin: 0 250px 0 0;
  }
  #nav-toggle {
    display: none;
  }
  .nav {
    display: flex;
    flex-wrap: wrap;
    padding: 0;
    margin: 0;
    list-style: none;
    float: right;
    border-radius: 0;
    background-color: transparent;
  }
  .nav li {
    margin: 0 0 0 2.4em;
    border-bottom: none;
    width: auto;
  }
  .nav li:hover {
    text-decoration: none;
  }
  .nav a {
    height: 100px;
    line-height: 1.3;
    display: block;
    position: relative;
    text-align: center;
    padding-top: 30px;
    color: #1a3e92;
  }
  .nav a:before, .nav a:after {
    position: absolute;
    transition: all 0.35s ease;
  }
  .nav a:before {
    bottom: 0;
    left: 0;
    display: block;
    height: 3px;
    width: 0%;
    content: "";
    background-color: #11a78e;
  }
  .nav a:after {
    left: 0;
    top: 0;
    padding: 0.5em 0;
    position: absolute;
    content: attr(data-hover);
    color: #fff;
    white-space: nowrap;
    max-width: 0%;
    overflow: hidden;
  }
  .nav a:hover:before, .nav .current-menu-item a:before {
    opacity: 1;
    width: 100%;
  }
  .nav a:hover:after, .nav .current-menu-item a:after {
    max-width: 100%;
  }
  @keyframes show {
    from {
      opacity: 0;
    }
    to {
      opacity: 1;
    }
  }
  .nav > li:hover > ul {
    display: block !important;
    animation: show 0.5s linear 0s;
  }
  .nav li a:hover {
    opacity: 1;
    text-decoration: none;
  }
  .nav .dropdown-menu {
    font-size: 100%;
    top: 100%;
    position: absolute;
  }
  .nav > .menu-item-has-children > ul li {
    height: 0;
    position: relative;
  }
  .nav > .menu-item-has-children > ul li a {
    height: 50px;
    line-height: 50px;
  }
  .nav > .menu-item-has-children:hover > ul > li {
    height: 50px;
    overflow: visible;
  }
  .nav > .menu-item-has-children > ul ul {
    position: absolute;
    top: 0;
    width: 100%;
  }
  .nav > .menu-item-has-children > ul ul li {
    height: 0;
  }
  .nav > .menu-item-has-children > ul ul li a {
    height: 50px;
    line-height: 50px;
    padding: 0 1.5rem;
  }
  .nav > .menu-item-has-children > ul li:hover ul li {
    height: 50px;
    overflow: visible;
  }
  .dropdown-menu li a {
    padding: 0 1.5rem;
    border-bottom: 1px solid #eee;
    border-left: 1px solid #eee;
    border-right: 1px solid #eee;
  }
  .dropdown-menu li:first-child a {
    border-top: 1px solid #eee;
  }
  .sub-menu {
    padding: 0;
    border-top: none !important;
  }
  .nav .sub-menu li .sub-menu li {
    position: absolute;
  }
  .mob_contact {
    display: none !important;
  }
  .pc_contact {
    display: block !important;
  }
}
@media (max-width: 1045px) {
  .whitebox {
    width: 100vw;
    position: relative;
    left: 50%;
    transform: translateX(-50%) !important;
    padding: 5%;
  }
}
@media (max-width: 500px) {
  table.mobile {
    width: 100%;
    border-top: 1px solid #ddd;
  }
  .mobile th, .mobile td {
    display: block;
    width: 100%;
    border-top: none;
    padding: 1em;
  }
  .mobile th {
    background-color: #f7f7f7;
  }
  .mobile th.title_obi {
    background-color: #11a78e;
  }
  .home .slick-slide img {
    height: 250px;
    object-fit: cover;
    font-family: "object-fit:cover;"; /*IE対策*/
  }
}
/* ------------------------------------
// 管理画面
------------------------------------ */
body.mce-content-body.wp-autoresize {
  padding: 20px !important;
}

.editor-post-title__block .editor-post-title__input {
  font-family: "Roboto", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Meiryo, "メイリオ", "ＭＳ Ｐゴシック", Helvetica, Sans-Serif;
  word-break: break-word !important;
}

.block-editor-block-list__layout .wp-block {
  max-width: 800px;
}

.wp-block[data-align=full] {
  max-width: none !important;
}