@charset "UTF-8";
/* 
html5doctor.com Reset Stylesheet
v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com 
Twitter: @rich_clark
*/
html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

body {
  line-height: 1;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

nav ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

/* change colours to suit your needs */
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

/* change colours to suit your needs */
mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

abbr[title],
dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

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

/* change border colour to suit your needs */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}

input,
select {
  vertical-align: middle;
}

/*----------------------------------------
	base
----------------------------------------*/
body {
  box-sizing: border-box;
}

a {
  text-decoration: none;
  transition: all 0.5s;
  cursor: pointer;
  color: #000;
}
a:hover {
  opacity: 0.7;
}

img {
  max-width: 100%;
  height: auto;
}

ul {
  list-style: none;
}

._pc {
  display: block;
}

._sp {
  display: none;
}

@media screen and (max-width: 992px) {
  ._pc {
    display: none;
  }
  .em-space {
    display: none;
  }
  ._sp {
    display: block;
  }
}
/*----------------------------------------
	header
----------------------------------------*/
.header {
  padding: 1em 0;
}
.header__txt {
  font-size: 1.75rem;
  word-break: keep-all;
}
.header__txt_2 {
  margin-top: 0.5em;
  font-size: 1.75rem;
  word-break: keep-all;
}

/*----------------------------------------
	layout
----------------------------------------*/
.inner {
  max-width: 1100px;
  margin-right: auto;
  margin-left: auto;
  padding: 0 20px;
}

/*----------------------------------------
	main
----------------------------------------*/
.mv {
  margin-top: 30px;
}
.mv__ttl {
  font-size: 3.75rem;
  text-align: center;
  letter-spacing: 0.5em;
}
.mv__ttl span {
  position: relative;
  letter-spacing: normal;
  margin-right: 0.5em;
  display: inline-block;
}
.mv__ttl span::after {
  position: absolute;
  content: "(まなぶ)";
  bottom: -30px;
  left: 50%;
  transform: translate(-50%);
  font-size: 1.5rem;
  white-space: nowrap;
  letter-spacing: normal;
}
.mv__txt {
  text-align: right;
  font-size: 1.5rem;
  margin-top: 50px;
  word-break: keep-all;
}
.mv__img {
  margin-top: 30px;
  width: 100%;
  height: 500px;
}
.mv__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}

.message {
  margin-top: 50px;
}
.message h2 {
  font-size: 2rem;
  line-height: 1.5;
  padding: 0 30px;
}
.message h3 {
  font-size: 2.5rem;
  line-height: 1.5;
  padding: 0 30px;
  margin-top: 20px;
}

.two-column {
  display: flex;
  max-width: 1100px;
  margin-right: auto;
  margin-left: auto;
  padding: 0 20px;
}
.two-column__left {
  width: 70%;
  margin-top: 50px;
}
.two-column__left .time {
  width: 100%;
  border-collapse: collapse;
  font-size: 1.25rem;
  font-weight: bold;
}
.two-column__left .time tr:nth-child(odd) {
  background-color: #c8e7fa;
}
.two-column__left .time tr:nth-child(even) {
  background-color: #87cefa;
}
.two-column__left .time th,
.two-column__left .time td {
  padding: 1em;
  word-break: keep-all;
  line-height: 1.5;
}
.two-column__left .time th {
  border-bottom: solid 1px #000;
}
.two-column__left .time th:first-child {
  border-right: solid 1px #000;
}
.two-column__left .time td._classroom {
  text-align: center;
  border-bottom: solid 1px #000;
}
.two-column__left .time td._classroom:first-child {
  border-right: solid 1px #000;
}
.two-column__left .time td._border {
  border-right: solid 1px #000;
}
.two-column__left .time td._border-b {
  border-bottom: solid 1px #000;
}
.two-column__left .time td._day {
  text-align: center;
}
.two-column__left .time td._holiday {
  text-align: center;
}
.two-column__left .time td._pl {
  padding-left: 35px;
}
.two-column__left .asterisk {
  font-size: 1.25rem;
  padding: 1em;
  line-height: 1.5;
  word-break: keep-all;
}
.two-column__left .adress {
  width: 100%;
  margin-top: 10px;
  border-collapse: collapse;
  font-size: 1.25rem;
  border: solid 1px #000;
  font-weight: bold;
}
.two-column__left .adress tr:nth-child(odd) {
  background-color: #fae1e4;
}
.two-column__left .adress tr:nth-child(even) {
  background-color: #fac8ce;
}
.two-column__left .adress th {
  padding: 1em;
  border: solid 1px #000;
  font-size: 1.25rem;
}
.two-column__left .adress th._head {
  font-size: 1rem;
  border: none;
  white-space: nowrap;
}
.two-column__left .adress td {
  padding: 1em;
  font-size: 1rem;
  line-height: 1.5;
}
.two-column__left .adress td._border {
  border-right: solid 1px #000;
}
.two-column__left .adress-sp {
  display: none;
}
.two-column__right {
  width: 30%;
}
.two-column__right ul {
  display: flex;
  flex-direction: column;
  align-items: end;
}
.two-column__right ul li {
  max-width: 250px;
  width: 100%;
  height: 250px;
  margin-bottom: 30px;
}
.two-column__right ul li:last-child {
  margin-bottom: 0;
}
.two-column__right ul li img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.two-column__right-image {
  overflow: hidden;
}
.two-column__right-image img {
  transform: scale(1.1);
  -o-object-position: -15px;
     object-position: -15px;
}

@media screen and (max-width: 992px) {
  .header__txt {
    font-size: 0.875rem;
    line-height: 1.5;
  }
  .header__txt_2 {
    font-size: 0.875rem;
    line-height: 1.5;
  }
  .mv {
    margin-top: 20px;
  }
  .mv__ttl {
    font-size: 1.875rem;
  }
  .mv__ttl span::after {
    font-size: 1.125rem;
  }
  .mv__txt {
    font-size: 1rem;
    line-height: 1.5;
  }
  .mv__img {
    margin-top: 30px;
    width: 100%;
    height: auto;
  }
  .mv__img img {
    -o-object-fit: contain;
       object-fit: contain;
    -o-object-position: center;
       object-position: center;
  }
  .message {
    margin-top: 30px;
  }
  .message h2 {
    font-size: 1.25rem;
    padding: 0;
  }
  .message h3 {
    font-size: 1.5rem;
    padding: 0;
  }
  .two-column {
    flex-direction: column-reverse;
  }
  .two-column__left {
    width: 100%;
  }
  .two-column__left .time {
    font-size: 1rem;
  }
  .two-column__left .time td {
    padding: 16px;
  }
  .two-column__left .time td._holiday {
    text-align: center;
    padding-left: 1em;
  }
  .two-column__left .asterisk {
    font-size: 1rem;
  }
  .two-column__right {
    width: 100%;
    margin-top: 50px;
  }
  .two-column__right ul {
    width: 100%;
    align-items: center;
  }
  .two-column__right ul li {
    max-width: none;
    height: auto;
  }
  .two-column__right ul li img {
    max-height: 800px;
    -o-object-position: center;
       object-position: center;
  }
}
@media screen and (max-width: 769px) {
  .two-column__left .adress {
    display: none;
  }
  .two-column__left .adress-sp {
    display: block;
    border: solid 1px #000;
    border-collapse: collapse;
    background-color: #fae1e4;
    font-weight: bold;
  }
  .two-column__left .adress-sp tr:nth-child(2),
  .two-column__left .adress-sp tr:nth-child(3),
  .two-column__left .adress-sp tr:nth-child(6),
  .two-column__left .adress-sp tr:nth-child(7),
  .two-column__left .adress-sp tr:nth-child(10),
  .two-column__left .adress-sp tr:nth-child(13),
  .two-column__left .adress-sp tr:nth-child(14) {
    background-color: #fac8ce;
  }
  .two-column__left .adress-sp th,
  .two-column__left .adress-sp td {
    padding: 16px;
    line-height: 1.5;
  }
  .two-column__left .adress-sp th {
    border-bottom: solid 1px #000;
  }
  .two-column__left .adress-sp th._nanyo {
    border-top: solid 1px #000;
  }
  .two-column__left .adress-sp td._pl {
    padding: 0 32px 16px;
  }
}
@media screen and (max-width: 576px) {
  .mv__img {
    overflow: hidden;
  }
  .mv__img img {
    transform: scale(1.3);
    -o-object-position: -15px -20px;
       object-position: -15px -20px;
  }
  .two-column__right ul li img {
    max-height: 350px;
  }
  .two-column__right-image img {
    transform: scale(1.3);
    -o-object-position: 10px 10px !important;
       object-position: 10px 10px !important;
  }
}
@media screen and (max-width: 400px) {
  .mv__ttl {
    font-size: 1.75rem;
    letter-spacing: 0.25em;
  }
  .two-column__left .time {
    font-size: 0.875rem;
  }
  .two-column__left .time td {
    padding: 10px;
  }
}
/*----------------------------------------
	footer
----------------------------------------*/
.footer {
  text-align: center;
  padding: 1em;
  margin-top: 50px;
}

@media screen and (max-width: 992px) {
  .footer {
    font-size: 0.875rem;
  }
}/*# sourceMappingURL=style.css.map */