@charset "UTF-8";
body,
html,
main,
nav,
section,
header,
footer,
ol,
h1,
h2,
h3,
h4,
h5,
ul,
li,
div,
dl,
dt,
dd,
th,
td,
p,
input {
  font-size: 16px;
  margin: 0;
  padding: 0;
  line-height: 1.3;
  box-sizing: border-box;
  color: #453d49;
  clear: both;
}

body {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

img {
  max-width: 100%;
  vertical-align: bottom;
}

a,
label {
  text-decoration: none;
}
bdi,
button,
a,
h1,
h2,
h3,
h4,
h5,
th,
strong {
  font-weight: normal !important;
}

table {
  table-layout: fixed;
}

dt,
dd,
th,
td {
  text-align: left;
  vertical-align: top;
  padding: 0.7em;
}
@media screen and (max-width: 950px) {
  dt,
  dd,
  th,
  td {
    display: block;
    width: 100%;
  }
}

li {
  list-style: none;
}

a {
  color: #964ae2;
}
a:hover {
  color: #7c2ec9;
}

html {
  height: 100%;
}

body {
  display: flex;
  flex-direction: column;
  min-height: 100%;
  background-image: url(../img/241S.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
}

header,
footer {
  width: 100%;
}

body > main {
  flex: 1;
}

.copylight {
  text-align: center;
  font-size: 80%;
  padding: 0.7em 0;
}

/* form */
.jewaInner select,
.jewaInner option,
.jewaInner textarea,
.jewaInner input[type=email],
.jewaInner input[type=tel],
.jewaInner input[type=password],
.jewaInner input[type=text] {
  padding: 0.7em;
  outline: none;
  border: none;
  border-radius: 7px;
  background-color: #f1f1f1;
  border: 1px solid #ccc;
}

/* side */
#wpmem_login,
#wpmem_msg,
#wpmem_reg,
.wpmem_msg {
  width: 100%;
}

.sideContact {
  text-align: center;
  margin-top: 1rem;
}
.sideContact a {
  background: #964ae2;
  display: inline-block;
}

.jewaSideInner h3 {
  font-size: 90%;
  border-top: 3px solid #964ae2;
  border-bottom: 1px solid #ccc;
  padding: 1rem 0.7rem 1rem;
  margin-bottom: 1rem;
  background: rgba(255, 255, 255, 0.5);
}
.jewaSideInner > h3 {
  margin-top: 3rem;
}
.jewaSideInner label {
  font-size: 80%;
}

#wpmem_login fieldset,
#wpmem_reg fieldset {
  margin: 0;
}

#wpmem_login .div_text,
#wpmem_reg .div_checkbox,
#wpmem_reg .div_date,
#wpmem_reg .div_file,
#wpmem_reg .div_image,
#wpmem_reg .div_membership,
#wpmem_reg .div_multicheckbox,
#wpmem_reg .div_multiselect,
#wpmem_reg .div_number,
#wpmem_reg .div_radio,
#wpmem_reg .div_select,
#wpmem_reg .div_text,
#wpmem_reg .div_textarea,
#wpmem_reg .div_url {
  margin: 0 0 0.5rem 0;
}

#wpmem_login input[type=submit] {
  background: #964ae2;
  color: #ffffff;
  border: none !important;
  padding: 0.3rem 0.7rem;
  font-size: 90%;
  cursor: pointer;
}
#wpmem_login input[type=submit]:hover {
  background: #7c2ec9;
}

#wpmem_login .button_div,
#wpmem_reg .button_div {
  padding: 0;
  text-align: left;
}

#wpmem_login .link-text {
  text-align: left;
}
#wpmem_login .link-text a {
  font-size: 80%;
  color: #964ae2;
}
#wpmem_login .link-text a:hover {
  color: #7c2ec9;
}

.login_status {
  padding: 15px;
  border: 7px solid rgba(0, 0, 0, 0.1);
  border-radius: 7px;
}
.login_status a {
  display: inline-block;
  margin-top: 0.5rem;
  color: #964ae2;
  font-size: 80%;
}

footer .menu-footernavigation-container {
  margin-top: 3rem;
  background: rgba(255, 255, 255, 0.7);
  padding: 0.5rem;
}
footer .menu-footernavigation-container ul {
  display: flex;
  justify-content: center;
}
footer .menu-footernavigation-container ul li {
  margin-left: 10px;
  margin-right: 10px;
}
footer .menu-footernavigation-container ul li a {
  display: inline-block;
  position: relative;
  font-size: 80%;
  color: #2b2d31;
}
footer .menu-footernavigation-container ul li a:hover {
  color: #7c2ec9;
}
footer .menu-footernavigation-container ul li a::before {
  position: absolute;
  transform: translate(0, -50%);
  top: 50%;
  right: -11px;
  content: "";
  width: 1px;
  height: 15px;
  background-color: #453d49;
}
footer .menu-footernavigation-container ul li:last-of-type a::before {
  content: none;
}
footer .black {
  background: rgba(0, 0, 0, 0.7);
  color: #ffffff;
  padding: 1rem;
  font-size: 90%;
}
footer .black span {
  font-size: 120%;
  display: block;
  margin-bottom: 0.3em;
}
footer .black img {
  width: 100%;
  max-width: 300px;
  margin-bottom: 1rem;
}

/* menu */
@media screen and (min-width: 950px) {
  .gnav {
    display: flex;
    height: 2rem;
    margin: 0 auto;
    width: 100%;
  }
  .gnav > li {
    /*親階層のみ幅を25%にする*/
    width: 25%;
  }
  /*全てのリスト・リンク共通*/
  .gnav li {
    list-style: none;
    position: relative;
  }
  .gnav li a {
    background: #964ae2;
    border-right: 1px solid #eee;
    color: #fff;
    display: block;
    height: 2rem;
    line-height: 2rem;
    text-align: center;
    text-decoration: none;
    width: 100%;
  }
  .gnav li a:hover {
    background: #7c2ec9;
    color: #ffffff;
  }
  /*子階層以降共通*/
  .gnav li li {
    height: 0;
    overflow: hidden;
  }
  .gnav li li:last-of-type a {
    border-bottom: 1px solid #eee;
  }
  .gnav li ul {
    width: 170%;
    position: relative;
    z-index: 1;
  }
  .gnav li li a {
    font-size: 80%;
    background: #ffffff;
    color: #555;
    border-top: 1px solid #eee;
    text-align: left;
    padding-left: 0.7rem;
  }
  .gnav li:hover > ul > li {
    height: 2rem;
    overflow: visible;
  }
}
@media screen and (max-width: 950px) {
  .jewaNav__wrap a {
    color: #ffffff;
  }
  .jewaNav__wrap .menu-headernavigation-container {
    padding: 0 15px;
  }
  .jewaNav__wrap .menu-headernavigation-container > ul > li {
    margin-bottom: 0.5em;
  }
  .jewaNav__wrap .menu-headernavigation-container > ul > li > a {
    display: inline-block;
    margin-bottom: 0.5em;
    font-size: 80%;
    border-bottom: 1px solid rgba(255, 255, 255, 0.7);
  }
  .jewaNav__wrap .menu-headernavigation-container > ul > li > ul {
    display: flex;
    flex-wrap: wrap;
  }
  .jewaNav__wrap .menu-headernavigation-container > ul > li > ul > li {
    margin-right: 0.3em;
    margin-bottom: 0.5em;
    width: calc(33% - 0.3em);
    background: rgba(255, 255, 255, 0.2);
    border: 1px solid rgba(255, 255, 255, 0.3);
  }
  .jewaNav__wrap .menu-headernavigation-container > ul > li > ul > li a {
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 65%;
    height: 100%;
    padding: 0.1em 0.3em 0.3em 0.3em;
  }
}
@media screen and (max-width: 950px) {
  .fullmenu:before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    background: rgba(0, 0, 0, 0.2);
    width: 43px;
    height: 40px;
    transform: translate(-50%, -50%);
  }
  .fullmenu {
    height: 20px;
    position: fixed;
    right: 20px;
    top: 20px;
    width: 30px;
    z-index: 99;
    cursor: pointer;
  }
  .fullmenu__line {
    background: #fff;
    display: block;
    height: 2px;
    position: absolute;
    transition: transform 0.3s;
    width: 100%;
  }
  .fullmenu__line--center {
    top: 9px;
  }
  .fullmenu__line--center.active {
    transform: scaleX(0);
  }
  .fullmenu__line--bottom {
    bottom: 0;
  }
  .fullmenu__line--bottom.active {
    bottom: 10px;
    transform: rotate(135deg);
  }
  .fullmenu__line--top.active {
    top: 8px;
    transform: rotate(45deg);
  }
  .jewaNav {
    background: rgba(0, 0, 0, 0.8);
    display: none;
    height: 100%;
    position: fixed;
    width: 100%;
    z-index: 98;
    left: 0;
    top: 0;
  }
  .jewaNav__wrap {
    align-items: center;
    display: flex;
    height: 100%;
    justify-content: center;
    position: absolute;
    width: 100%;
  }
  .jewaNav__menu__item {
    margin: 40px 0;
  }
  .jewaNav__menu__item a {
    color: #fff;
    font-size: 2em;
    font-weight: bold;
    padding: 40px;
    text-decoration: none;
    transition: 0.5s;
  }
  .jewaNav__menu__item a:hover {
    color: #666;
  }
}
/* common */
.commInner {
  width: 100%;
  max-width: 950px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 950px) {
  .commInner {
    padding: 0 15px;
  }
}

.jewaInner {
  width: 100%;
  max-width: 950px;
  margin-left: auto;
  margin-right: auto;
  background-color: rgba(255, 255, 255, 0.7);
  box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.2);
  padding: 30px;
}
.jewaInner.theTitle {
  margin-top: 0.7rem;
}
.jewaInner.theTitle h1 {
  position: relative;
  padding-left: 2rem;
  font-size: 140%;
}
.jewaInner.theTitle h1::before {
  position: absolute;
  transform: translate(0, -50%);
  top: 50%;
  left: 10px;
  content: "";
  width: 5px;
  height: 27px;
  background-color: #964ae2;
}
@media screen and (max-width: 950px) {
  .jewaInner {
    margin: 0 15px;
    width: calc(100% - 30px);
    padding: 15px;
    flex-direction: column-reverse;
  }
}

/* origin */
.siteDescription {
  background-color: rgba(32, 118, 204, 0.9);
}
.siteDescription .commInner {
  color: #ffffff;
  font-size: 80%;
  padding-top: 0.3rem;
  padding-bottom: 0.3rem;
}

.siteLogo {
  width: 100%;
  max-width: 276px;
  padding: 0.7rem 0;
}

main > .jewaInner {
  display: flex;
}

.jewaSideInner {
  width: 250px;
  margin-right: 30px;
}
@media screen and (max-width: 950px) {
  .jewaSideInner {
    margin-right: 0;
    margin-top: 2rem;
    width: 100%;
    padding: 15px;
    border: 1px solid #964ae2;
    background: rgba(180, 94, 197, 0.07);
  }
}

section h2 {
  background: #964ae2;
  color: #ffffff;
  margin-bottom: 1.3rem;
  font-size: 120%;
  background-image: url(../img/h2_bg.png);
  background-position: 0.7rem center;
  background-repeat: no-repeat;
  background-size: auto;
  padding: 0.3rem 0 0.3rem 1.5rem;
  margin-top: 2em;
}
section h2:first-of-type {
  margin-top: 0;
}
section h3 {
  margin-bottom: 1.3em;
  margin-top: 0.7em;
  position: relative;
  padding-left: 0.7em;
  font-size: 110%;
}
section h3:before {
  content: "";
  position: absolute;
  width: 5px;
  height: 1.3em;
  background: #964ae2;
  left: 0;
  top: 50%;
  transform: translate(0, -50%);
}
section > p {
  margin-bottom: 1.7rem;
  line-height: 1.6;
}
section > ul {
  margin-bottom: 1.7em;
}
section ol li {
  line-height: 1.6;
}
section img {
  height: auto;
}

blockquote {
  border: 1px solid #ccc;
  background-color: #f5f5f5;
  padding: 15px;
  margin-bottom: 15px;
}

.childPageBox {
  margin-top: 20px;
  border: 1px solid #555;
  padding: 0px;
  display: block;
  overflow: hidden;
  margin-bottom: 20px;
  background: rgba(255, 255, 255, 0.5);
}
.childPageBox a {
  font-size: 90%;
}
.childPageBox .current_page_item a {
  color: #964ae2;
}
.childPageBox h4 {
  margin: 15px 20px;
  padding: 0px 0px 7px;
  border-bottom: 1px dotted #555;
}
.childPageBox ul {
  margin: 0px 20px 15px;
  padding: 0px;
  display: block;
  overflow: hidden;
  font-size: 85.7%;
  line-height: 125%;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}
.childPageBox ul li a {
  background-image: url(../img/icon_arrow1_gray.gif);
  background-position: left center;
  background-repeat: no-repeat;
  padding: 3px 5px 3px 17px;
  margin-right: 1rem;
  text-decoration: none;
  display: block;
  color: #555;
  font-size: 80%;
}

.mainFoot {
  margin-top: 3em;
  border: 1px solid #ccc;
  background: rgba(255, 255, 255, 0.5);
}
.mainFootInner {
  padding: 15px;
  box-shadow: inset 0px 0px 0px 4px rgba(0, 0, 0, 0.15);
}
.mainFootContact {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media screen and (max-width: 950px) {
  .mainFootContact {
    padding: 0 15px;
    flex-direction: column;
  }
}
.mainFootTxt {
  font-size: 60%;
  text-align: left;
}
.mainFootTel {
  font-size: 150%;
  font-weight: bold;
}
.mainFootTel span {
  font-size: 45%;
}
.mainFootBt {
  margin-left: 10px;
}
.mainFootBt a {
  display: inline-block;
  background-color: #964ae2;
}
@media screen and (max-width: 950px) {
  .mainFootBt {
    margin-top: 10px;
    margin-left: 0;
  }
}

.splide {
  margin: 1em 0;
}

table,
.table {
  width: 100%;
  margin-bottom: 1.7em;
}
table .required-contactform7,
.table .required-contactform7 {
  padding: 1px 5px;
  background: #DE8686;
  color: #fff;
  border-radius: 3px;
  margin-right: 3px;
}
table th,
.table th {
  min-width: 9em;
  font-size: 80%;
  background-color: #f5f5f5;
}
table td,
.table td {
  background-color: #fafafa;
}
table td textarea,
table td input[type=email],
table td input[type=text],
.table td textarea,
.table td input[type=email],
.table td input[type=text] {
  width: 100%;
}

.wpcf7-form .text-center input[type=submit] {
  cursor: pointer;
  border: none;
  background: #964ae2;
  color: #ffffff;
  padding: 0.3em 1.7em;
}
.wpcf7-form .text-center input[type=submit]:hover {
  background: #7c2ec9;
}
.wpcf7-form .wpcf7-list-item.first label {
  display: flex;
  justify-content: center;
  align-items: center;
}
.wpcf7-form .wpcf7-list-item.first label input[type=checkbox] {
  margin-right: 1.3em;
  width: 50px;
  height: 50px;
}

.topPost {
  display: grid;
  grid-template-columns: 1fr 1fr;
  -moz-column-gap: 20px;
       column-gap: 20px;
  row-gap: 20px;
}
@media screen and (max-width: 950px) {
  .topPost {
    grid-template-columns: 1fr;
  }
}
.topPost h2 {
  display: flex;
  justify-content: space-between;
}
.topPost h2 a {
  display: flex;
  align-items: center;
  padding: 0 0.7em;
  margin-right: 1em;
  font-size: 80%;
  background-color: #fff;
  color: #2b2d31;
  box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2);
}

.custom-posts .post-item,
.category-posts .post-item {
  margin-bottom: 0.7em;
  padding-bottom: 0.7em;
  border-bottom: 1px solid #ccc;
}
.custom-posts .post-item:last-of-type,
.category-posts .post-item:last-of-type {
  margin-bottom: 0;
}
.custom-posts .post-meta,
.category-posts .post-meta {
  display: flex;
  margin-bottom: 0.3em;
}
.custom-posts .post-meta time,
.category-posts .post-meta time {
  font-size: 80%;
  min-width: 103px;
}
.custom-posts .post-meta .post-categories a,
.category-posts .post-meta .post-categories a {
  display: block;
  padding: 0.1em 0.5em;
  font-size: 70%;
  color: #ffffff;
  background: rgba(0, 0, 0, 0.5);
}
.custom-posts .post-meta .post-categories a:hover,
.category-posts .post-meta .post-categories a:hover {
  background: #964ae2;
}

.arcvLink a {
  background-color: #964ae2;
  color: #ffffff;
  display: inline-block;
  margin-top: 1.3rem;
  background-image: url(../img/icon_try1_white.gif);
  background-position: 0.7rem center;
  background-repeat: no-repeat;
  background-size: auto;
  padding: 0.3rem 1.5rem;
  font-size: 80%;
}
.arcvLink a:hover {
  background-color: #7c2ec9;
}

.post-list .entry-title {
  border-bottom: 1px dotted #ccc;
  margin-bottom: 0.3em;
  padding-bottom: 0.3em;
}
.post-list .entry-title a {
  display: inline-block;
  font-size: 120%;
  line-height: 1.3;
}
.post-list .post-meta {
  display: flex;
  margin-bottom: 0.3em;
}
.post-list .post-meta time {
  font-size: 80%;
  min-width: 103px;
}
.post-list .post-meta .post-categories a {
  display: block;
  padding: 0.1em 0.5em;
  font-size: 70%;
  color: #ffffff;
  background: rgba(0, 0, 0, 0.5);
}
.post-list .post-meta .post-categories a:hover {
  background: #964ae2;
}
.post-list .post-excerpt {
  margin-bottom: 1.7em;
}
.post-list .post-excerpt p {
  font-size: 80%;
}

.pagination {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 3em 0;
}
.pagination a,
.pagination span {
  display: inline-block;
  width: 38px;
  height: 38px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 0.3em;
}
.pagination span:not(.dots) {
  color: #ffffff;
  background: #964ae2;
}
.pagination a:not(.next, .prev) {
  border: 1px solid #ccc;
  background: rgba(255, 255, 255, 0.5);
}
.pagination a:not(.next, .prev):hover {
  color: #ffffff;
  background: #964ae2;
}
.pagination .next,
.pagination .prev {
  border: none;
}

.sitemap a {
  display: block;
  padding-left: 1em;
  background-image: url(../img/icon_arrow1_gray.gif);
  background-repeat: no-repeat;
  background-position: left center;
}
.sitemap ul li ul {
  margin-left: 1em;
}
.sitemap ul li ul li a {
  background-image: url(../img/icon_arrow2_gray.gif);
}

.jewaBreadcrumb {
  padding-top: 0.5em;
  padding-bottom: 0.5em;
}
.jewaBreadcrumb ul {
  padding-left: 1.7em;
}
@media screen and (max-width: 950px) {
  .jewaBreadcrumb ul {
    padding-left: 0;
  }
}
.jewaBreadcrumb ul,
.jewaBreadcrumb li {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.jewaBreadcrumb li {
  display: inline-block;
  font-size: 85%;
}
.jewaBreadcrumb .separator {
  padding: 0 0.5em;
}

.alignleft {
  float: left;
  margin-right: 20px;
}

.alignright {
  float: right;
}

.wp-caption {
  border: 1px solid #e5e5e5;
  text-align: center;
  background: #f1f1f1;
  padding: 0.3em;
}
.wp-caption p {
  text-align: center;
  padding: 0.3em 0;
  font-size: 80%;
}

dl.qaItem {
  margin-bottom: 1em;
  padding-bottom: 1em;
  border-bottom: 1px dotted #ccc;
}
dl.qaItem dt,
dl.qaItem dd {
  margin-bottom: 15px;
  background-position: left top;
  background-repeat: no-repeat;
  padding: 0;
  padding-left: 2em;
  border: none;
}
dl.qaItem dt {
  background-image: url(../img/qaIconQ.gif);
}
dl.qaItem dd {
  background-image: url(../img/qaIconA.gif);
}

.alert.caption {
  color: red;
}

.wpcf7-form-control-wrap.kakunin {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 2em;
}

.center {
  text-align: center;
}

.wpcf7-form-control.wpcf7-submit {
  color: #ffffff;
  background-color: #964ae2;
  border: none;
  padding: 0.3em 1.7em;
  cursor: pointer;
  border-radius: 3px;
}
.wpcf7-form-control.wpcf7-submit:hover {
  background-color: #7c2ec9;
}/*# sourceMappingURL=global.css.map */