@charset "UTF-8";
/* http://meyerweb.com/eric/tools/css/reset/ v2.0 | 20110126 License: none (public domain) */
html, body, div, span, applet, object, iframe,h1, h2, h3, h4, h5, h6, p, blockquote, pre,a, abbr, acronym, address, big, cite, code,del, dfn, em, img, ins, kbd, q, s, samp,small, strike, strong, sub, sup, tt, var,b, u, i, center,dl, dt, dd, ol, ul, li,fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td,article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary,time, mark, audio, video {margin: 0;padding: 0;border: 0;font-size: 100%;font: inherit;vertical-align: baseline;}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {display: block;}body {line-height: 1;}ol, ul {list-style: none;}blockquote, q {quotes: none;}blockquote:before, blockquote:after,q:before, q:after {content: '';content: none;}table {border-collapse: collapse;border-spacing: 0;}
*,
*:before,
*:after {
  box-sizing: inherit;
}
html {
  box-sizing: border-box;
}

html {
  -moz-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  font-size: 62.5%;
}
@media only screen and (max-width: 767px) {
  html {
    font-size: 54.69%;
  }
}

img {
  max-width: 100%;
  vertical-align: bottom;
}
strong {
  font-weight: bold;
}

body {
  background:#fff;
  font-size: 1.7rem;
  font-family: "游ゴシック体", YuGothic, "Yu Gothic Medium", sans-serif;
  letter-spacing: 0.075em;
  line-height: 1.75;
  -moz-font-feature-settings: "palt";
  -webkit-font-feature-settings: "palt";
  font-feature-settings: "palt";
}
a {
  color: #232a8a;
  color: #bf0000;
}
.mainimage,
.seminor_info,
.name,
.h2,
.mincho {
  font-family: 'Zen Old Mincho', serif;
}
p {
  margin-bottom: 1.8rem;
}
p:last-child {
  margin-bottom:0;
}

.color {
  color: #232a8a;
  color: #bf0000;
}

.text-center {
  text-align: center;
}
.font-normal {
  font-size: 1.6rem;
}
.fontS {
  font-size: 86%;
}
.fontSS {
  font-size: 75%;
}
.color_red { 
  color:#b00000;
}
.attention {
  color: #cc0000;
}
.mb0 {
  margin-bottom: 0 !important;
}
.mb10 {
  margin-bottom: 10px !important;
}
.mt1em {
  margin-top: 1em !important;
}
.mt2em {
  margin-top: 2em !important;
}
.h2 {
  background: url(img/icon_h2.png) no-repeat center top / 48px;
  font-size: 3rem;
  letter-spacing: 0.075em;
  margin-top: 60px;
  margin-bottom: 1em;
  padding-top: 43px;
  text-align: center;
}
.btn {
  background: #b50101;
  border-radius: 7px;
  color: #fff;
  display: inline-block;
  font-size: 1.8rem;
  max-width: 100%;
  padding: 0.75em 2em;
  position: relative;
  text-decoration: none;
  width: 320px;
}
.btn::after {
  position: absolute;
  content: "";
  top: 50%;
  right: 0;
  width: 10px;
  height: 1px;
  background: #fff;
}
.btn:hover {
  opacity: .7;
}
.hr {
  border: none;
  margin-top: 3rem;
  margin-bottom: 3rem;
  width: 15px;
  height: 15px;
  border-radius: 50%;
  background: #3d1f22;
}
@media print, screen and (min-width: 768px) {
  .flexbox {
    display: flex;
  }
}
@media only screen and (max-width: 767px) {
  .dib {
    display: inline-block;
  }
}

#wrap {
  overflow: hidden;
}
#main,
.container {
  margin-left: auto;
  margin-right: auto;
  width: 940px;/*  1120 */
  max-width: calc(100% - 60px);
}
.oversection {
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
	padding-left: calc(50vw - 50%);
	padding-right: calc(50vw - 50%);
  overflow: hidden;
}

@media only screen and (max-width: 767px) {
  #main,
  .container {
    max-width: calc(100% - 30px);
  }
}

/*mainimage*/
.mainimage_wrap {
  background:url("img/mainimage-bg01.jpg") repeat center;
}
.mainimage {
  background:url("img/mainimage_bg2-left.png") no-repeat left bottom / 38% ,url("img/mainimage_bg2-right.png") no-repeat right top / 40%;
  padding-top: 90px;
  padding-bottom: 100px;
  position:relative;
  text-align:center;
}
.mainimage::before {
  position: absolute;
  content: "";
  background: url("img/mainimage-over.png") no-repeat center bottom;
  left: 0;
  bottom: -5px;
  width: 100%;
  height: 293px;
}
.mainimage .container {
  position: relative;
  z-index: 1;
}
.mainimage h2 {
  font-size: min(240%,6vw);
  line-height: 1.2;
  margin-bottom: 0.35em;
}
.mainimage h2 .fontS {
  font-size: 80%;
}
.mainimage h2 .color {
  color: #bf0000;
}
.mainimage .date {
  display: table;
  margin-left: auto;
  margin-right: auto;
  font-size: min(125%,4vw);
  line-height: 1.25;
  text-align: left;
}
.mainimage .date .fontB {
  font-size: 150%;
}
.mainimage .date .box-day,
.mainimage .date .box-night {
  border-radius: 3px;
  color: #fff;
  display: inline-block;
  font-size: 85%;
  line-height: 1;
  padding: 0.2em 0.5em;
  vertical-align: text-top;
}
@media only screen and (max-width: 767px) {
  .mainimage .date .box-day,
  .mainimage .date .box-night {
    display: table;
  }
}
.mainimage .date .box-day {
  background: #D96459;
}
.mainimage .date .box-night {
  background: #6067A3;
}

.mainimage picture {
  display: block;
}

.mainimage .btn {
  margin-top: 50px;
}

.main_title-sub {
  margin-bottom:30px;
}
.main_title {
  margin-bottom:35px;
}
.main_title-kouza {
  background:url("img/main_title-icon@2.png") no-repeat center top ;
  background-size:28.5px;
  margin-bottom:45px;
  padding-top:60px;
}

.main_title-sub img {
  max-width: 45%;
}
.main_title img {
  max-width: 94%;
}
.main_title-kouza img {
  max-width: 75%;
}
.main_title-date img {
  max-width: 63%;
}

@media print, screen and (min-width: 768px) {
  .mainimage .title {
    max-width: 100%;
  }
  .mainimage .flexbox {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap:40px;
  }
}
@media only screen and (max-width: 767px) {
  .mainimage {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .mainimage::before {
    background-size: 150%;
  }
  .mainimage .btn {
    margin-top: 30px;
  }

  .main_title-sub {
    margin-bottom:20px;
  }
  .main_title {
    margin-bottom:20px;
  }
  .main_title-kouza {
    background-size:22px;
    margin-bottom:35px;
    padding-top:40px;
  }
  .main_title-sub img {
    max-width: 65%;
  }
  .main_title img {
    max-width: 98%;
  }
  .main_title-kouza img {
    max-width: 90%;
  }
  .main_title-date img {
    max-width: 90%;
  }
}

/*seminor_info*/
.seminor_info {
  background: url("img/bg02.png") no-repeat center 20%,url("img/bg01.jpg") ;
  font-size: 1.8rem;
  text-align: center;
  padding-bottom: 100px;
}
.firsttitle {
  margin-top: 70px;
}
.seminor_title {
  font-size: 3rem;
  letter-spacing: 0.075em;
  margin-bottom: 2rem;
}
.seminor_subtitle {
  /*
  font-size: 2.6rem;
  line-height: 1.75;
  letter-spacing: 0.15em;
  margin-bottom: 2rem;
  */
}

@media print, screen and (min-width: 768px) {
}
@media only screen and (max-width: 767px) {
  .seminor_info {
    padding-bottom: 50px;
  }
  .firsttitle {
    padding-top: 40px;
  }
  .seminor_title {
    font-size: 2.4rem;
  }
}

/*section_tutor*/
.section_tutor {
  display: flex;
  justify-content: center;
  gap:30px;
  background: rgba(255,255,255,.8);
  padding: 5%;
  margin-top: 6%;
  border-radius: 30px;
  font-size: 1.6rem;
  text-align: left;
}
.section_tutor .box_img {
  flex:0 0 25%;
  width: 160px;
  max-width: 25%;
}
.section_tutor .box_img img {
  border-radius: 50%;
}
.section_tutor .box_txt {
  flex:1 1 auto;
}
.name {
  font-size: 2.6rem;
  margin-bottom: 1rem;
}
@media print, screen and (min-width: 768px) {
}
@media only screen and (max-width: 767px) {
  .section_tutor {
    gap:3%;
  }
}

.section_contact {
  margin-top: 100px;
  padding-top: 20px;
  padding-bottom: 100px;
  background: url(img/bg01.jpg);
}
@media only screen and (max-width: 767px) {
  .section_contact {
    margin-top: 50px;
    padding-top: 0;
    padding-bottom: 50px;
  }
}

/*table_seminor*/
.table_seminor {
  border-top: 1px solid #dac4bd;
  margin-left: auto;
  margin-right: auto;
  margin-top: 40px;
  width: 100%;
  background: url(img/bg01.jpg);
}
.table_seminor th ,
.table_seminor td {
  border-bottom: 1px solid #dac4bd;
  padding-top: 1.75em;
  padding-bottom: 1.75em;
  padding-left: 1.5em;
  padding-right: 1.5em;
}
.table_seminor th {
  text-align: left;
}
.table_seminor .title_strong {
  font-weight: bold;
  display: inline-block;
  margin-bottom: 0.5rem;
}
.table_seminor .icon_title {
  
}
.table_seminor .big {
  font-size: 2.4rem;
}
.table_seminor .subtxt {
  font-size: 1.5rem;
  display: block;
}
.table_seminor_date {
  line-height: 1.6;
}
.table_seminor .icon_title {
  font-size: 1.4rem;
  display: inline-block;
  line-height: 2rem;
  background: rgba(255,255,255,.8);
  width: 6rem;
  width: 15rem;
  text-align: center;
  border-radius: 1.1rem;
  vertical-align: text-bottom;
  border: 1px solid #fff;
  margin-right: 5px;
  padding: 2px;
}
.table_seminor .border-top {
  display: block;
  margin-top: 2.5rem;
  padding-top: 2.5rem;
  border-top: 1px dashed #bfa9a9;
}
.googlemap {
  max-width: 100%;
  height: 0;
  margin-top: 1.5rem;
  padding-bottom: 46%;
  position: relative;
}
.googlemap iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
@media print, screen and (min-width: 768px) {
}
@media only screen and (max-width: 767px) {
  .table_seminor th ,
  .table_seminor td {
    display: block;
  }
  .table_seminor th {
    border-bottom: none;
    padding-bottom: 0;
  }
  .googlemap {
    padding-bottom: 76%;
  }
}


.tel {
  font-size: 130%;
}
.form {
  margin-top: 40px;
}
.form input[type="text"], 
.form input[type="email"], 
.form input[type="tel"], 
.form textarea {
  width: 100%;
}
.form input,
.form textarea{
  font: inherit;
}

.table_con03 {
  width: 100%;
}
.table_con03 th,
.table_con03 td {
  padding-top: 1.5em;
  padding-bottom: 1.5em;
  text-align: left;
  vertical-align: top;
}
.table_con03 th {
  padding-right: 2rem;
}
.wpcf7-list-item {
  display: block;
  margin-top: 0.75em;
}
.wpcf7-list-item.first {
  margin-top: 0;
}

.wpcf7-list-item > label {
  display: flex;
  align-items: flex-start;
}
.wpcf7-list-item input[type="checkbox"] {
  margin-top: 0.5em
}

.borderBox {
  padding: 25px;
  border: 1px solid #bfa9a9;
  font-size: 1.6rem;
  line-height: 1.6;
  overflow: scroll;
  background: rgba(255,255,255,0.6);
  margin-bottom: 30px;
}


.form input[type="submit"] {
  background:#b50101;
  margin-left: auto;
  margin-right: auto;
  color: #fff;
  border: none;
  border-radius: 7px;
  padding: 0.75em 2em;
  display: table;
  letter-spacing: 0.075em;
}
.form input[type="submit"]:hover {
  opacity: .7;
  cursor: pointer;
}

.form .ajax-loader {
  position: absolute;
}
.table_con03 th {
  border-top: 1px solid #dac4bd;
}
@media print, screen and (min-width: 768px) {
  .table_con03 td {
    border-top: 1px solid #dac4bd;
  }
}
@media only screen and (max-width: 767px) {
  .table_con03 th,
  .table_con03 td {
    display: block;
  }
  .table_con03 th {
    padding-bottom: 0.5em;
    border-bottom: 1px dashed #bfa9a9;
  }
  .table_con03 th br {
    display: none;
  }
}

/**/
.totop {
  display: none;
  background:#232a8a;
  border-radius: 50%;
  width: 50px;
  height: 50px;
  position: fixed;
  bottom: 20px;
  right: 20px;
  color: #fff;
  text-align: center;
}
.totop .material-symbols-outlined {
  line-height: 50px;
  color: #fff;
}
.copyright {
  text-align: center;
  font-size: 1.4rem;
  padding-top: 50px;
  padding-bottom: 20px;
}
.copyright .link_home {
  font-size: 1.6rem
}

@media print, screen and (min-width: 768px) {
}
@media only screen and (max-width: 767px) {
}

.monthtitle {
  background: #f1e2fb;
  border-radius: 5px;
  display: table;
  margin-bottom: 0.5em !important;
  margin-left: auto;
  margin-right: auto;
  padding-left: 1em;
  padding-right: 1em;
}


.mainimage .small {
  font-size: 82%;
}
.mainimage .date .small {
  font-size: 78%;
}
.mainimage .date hr {
  border: none;
  border-top: 1px solid #ccc;
  margin-top: 10px;
  margin-bottom: 8px;
  height: 0;
}
.mainimage .date + p {
  margin-top: 12px;
  margin-bottom: 0;
}
  