/*
Theme Name: tokiwadaira-kodomonoie
Theme URI: https://tokiwadaira-kodomonoie.com
Author: ohkuchidesign
Version: 0.9.9
*/

/* -------------------------------------------
 * 1.0 リセットCSS
 * @see http://git.io/normalize
 * ------------------------------------------- */
* {
  -webkit-box-sizing:border-box;
  -moz-box-sizing:   border-box;
  -o-box-sizing:     border-box;
  -ms-box-sizing:    border-box;
  box-sizing:        border-box;
}
article,aside,details,figcaption,figure,footer,header,nav,section,summary {
	display: block;
}
audio,canvas,video {
	display: inline-block;
}
audio:not([controls]) {
	display: none;
	height: 0;
}
[hidden] {
	display: none;
}
html {
	font-size:62.5%; /* 10px = 1rem, 15px = 1.5rem */
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
  scroll-padding-top:100px;
  scroll-behavior: smooth;
}
html,button,input,select,textarea {
  font-family:"Noto Serif JP", "ヒラギノ角ゴ Pro W3","ヒラギノ角ゴ W3","Hiragino Kaku Gothic Pro",メイリオ,Meiryo,"ＭＳ Ｐゴシック",Osaka,Arial,Helvetica,Verdana,sans-serif;
}
.noto-serif-jp {
  font-family: "Noto Serif JP", serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
}
body {
	color: #444;
  font-size: 1.6rem;
	background-color:#FFF;
	line-height: 1.75;
	margin: 0;
}
a {
	color:#2e8c78;
	text-decoration: none;
	transition: all .25s;
}
a:visited {
	color: #2e8c78;
}
a:focus {
	outline: thin dotted;
}
a:active,
a:hover {
	outline: 0;
}
a:hover {
  color: #2B3F4F;
}
h1,h2,h3,h4,h5,h6 {
	clear: both;
	line-height: 1;
	margin:0;
}
abbr[title] {
	border-bottom: 1px dotted;
}
b,strong {
	font-weight:bold;
}
em,i,mark,cite {
	font-weight: inherit;
	font-style: normal;
}
i:before {content:"「";}
i:after {content:"」";}
mark {
	background-color:#c0dff2;
}
p {
	margin: 0 0 1.5em;
}
blockquote {
	margin:1em;
	quotes:none;
}
blockquote:before,
blockquote:after{
	content:"";
}
blockquote blockquote {
	margin-right: 0;
}
blockquote cite,
q cite {
	opacity: 0.8;
}
blockquote cite:before {
	content:"― ";
}
blockquote small {
	font-size: 90%;
	font-weight: normal;
}
blockquote em,
blockquote i {
	font-style: normal;
}
blockquote strong,
blockquote b {
	font-weight: 400;
}
q {
	quotes: "「" "」" "『" "』";
}
q:before {
	content: open-quote;
}
q:after {
	content: close-quote;
}
q cite:before {
	content: "（";
}
q cite:after {
	content: "）";
}
small {
	font-size:80%;
}
sub,sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}
sup {
	top: -0.5em;
}
sub {
	bottom: -0.25em;
}
dl {
	margin: 0 20px;
}
dt {
	font-weight: bold;
}
dd {
	margin: 0 0 20px;
}
menu,ol,ul {
	margin:0;
	padding: 0;
}
ul {
	list-style-type: none;
}
nav ul,
nav ol {
	list-style: none;
	list-style-image: none;
}
li > ul,
li > ol {
	margin: 0;
}
img {
	border: 0;
	vertical-align: middle;
}
svg:not(:root) {
	overflow: hidden;
}
figure {
	margin: 0;
}
form {
	margin: 0;
}
fieldset {
	border: 1px solid #c0c0c0;
	margin: 0 2px;
	padding: 0.35em 0.625em 0.75em;
}
legend {
	border: 0;
	padding: 0;
	white-space: normal;
}
button,input,select,textarea {
	font-size: 100%;
	margin: 0;
	max-width: 100%;
	vertical-align: baseline;
}
button,input {
	line-height: normal;
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
	-webkit-appearance: button;
	cursor: pointer;
}
button[disabled],
input[disabled] {
	cursor: default;
}
input[type="checkbox"],
input[type="radio"] {
	padding: 0;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
	border: 0;
	padding: 0;
}
textarea {
	overflow: auto;
	vertical-align: top;
}
table {
	border-bottom: 1px solid #ededed;
	border-collapse: collapse;
	border-spacing: 0;
	font-size: 14px;
	line-height: 2;
	margin: 0 0 20px;
	width: 100%;
}
caption,th,td {
	font-weight: normal;
	text-align: left;
}
caption {
	font-size: 16px;
	margin: 20px 0;
}
th {
	font-weight: bold;
	text-transform: uppercase;
}
td {
	border-top: 1px solid #ededed;
	padding: 6px 10px 6px 0;
}
del {
	color: #333;
}
ins {
	background: #fff9c0;
	text-decoration: none;
}
hr {
	border: 0;
	height: 1px;
	margin: 0 0 24px;
}
.clear:after {
	clear: both;
}
.clear:before,
.clear:after {
	content: "";
	display: table;
}
embed,
iframe,
object,
video {
	max-width: 100%;
}
img.size-full,
img.size-large,
img.wp-post-image {
	height: auto;
	max-width: 100%;
}
.alignleft {
	float: left;
}
.alignright {
	float: right;
}
.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}
img.alignleft {
	margin: 5px auto 10px;
}
.wp-caption.alignleft {
	margin: 5px auto 10px;
}
img.alignright {
	margin: 5px auto 10px;
}
.wp-caption.alignright {
	margin: 5px auto 10px;
}
img.aligncenter {
	margin: 5px auto 10px;
}
img.alignnone {
	margin: 5px 0 10px;
}
.wp-caption.alignleft + ul,
.wp-caption.alignleft + ol  {
	list-style-position: inside;
}
.pcnone {
  display: none;
}
.spnone {
  display: block;
}
.ta-c {
  text-align: center;
}

/* -------------------------------------------
 * Animate.css Custum
 * ------------------------------------------- */
.animate__animated.animate__fadeInUp {
  --animate-duration: 1.5s;
  --animate-delay: 0.3s;
}

/* -------------------------------------------
 * ヘッダー
 * ------------------------------------------- */
 #nav {
  z-index:10;
  position: fixed;
  width: 100%;
  height: 64px;
  background-color: rgba(255,255,255,0.95);
  border-bottom: 1px solid #ddd;
}
.nav-logo {
  display: block;
  width: 190px;
  float: left;
  margin: 0 1% 0 5%;
}
.nav-logo img {
  width:100%;
  height: auto;
  margin:8px 0 0;
}
#nav ul {
  max-width: 960px;
  padding: 22px 70px 0 0;
  float: right;
}
#nav ul li {
  line-height: 1.2;
  padding:0 1em;
  border-right: 1px solid #ccc;
	display: inline-block;
  *display: inline;
  *zoom:1;
}
#nav ul li:last-child {
	border:none;
}
#nav ul li a {
  color:#333;
  font-size: 1.3rem;
  padding: 0 .5em;
  text-transform: uppercase;
}
#nav ul li a:hover,
#nav ul li a.current {
  color:#888;
}

/* -------------------------------------------
 * サイト構成
 * ------------------------------------------- */
.page-top {
  padding:74px 0 0;
  overflow: hidden;
  clear: both;
}
.inner {
	max-width: 1200px;
	margin:0 auto;
	padding:0;
	overflow: hidden;
  clear: both;
}
.outer {
	width: 100%;
	background-color:#eee;
  box-shadow: 0px 0px 1px 1px rgba(0, 0, 0, 0.2);
	margin:0;
	padding:0;
	overflow: hidden;
}

/* -------------------------------------------
 * ページトップ
 * ------------------------------------------- */
.hero {
  max-width:1440px;
  clear: both;
  margin:0 auto;
  overflow: hidden;
  text-align: center;
}
.hero img {
  width: 100%;
}
/* -------------------------------------------
 * トップページ
 * ------------------------------------------- */
 .home-news {
  max-width: 800px;
  margin:6rem auto;
  padding:0;
  clear: both;
  overflow: hidden;
 }
.home-news h2 {
  font-weight:400;
  font-size: 2.8rem;
  letter-spacing: 0.1em;
  text-align: center;
  margin:0 0 2em;
 }
.home-news dl {
  margin:0 0 1em;
  padding: 0;
  list-style: none;
  line-height:1.5;
  font-size: 1.6rem;
  letter-spacing: 0.1em;
}
.home-news dt {
  float: left;
  font-weight: normal;
  padding: 0 1.5em 0 0;
}
.home-news dd {
  margin: 0 0 1em 0;
  padding: 0;
}
.home-news a {
  color: #555;
}
.home-news a:after {
  content: " >";
}
.home-news a:hover {
  opacity: 0.7;
  transition: opacity .3s ease-out;
}
.cat-name {
  color: #fff;
  font-size: 1rem;
  background-color:#2e8c78;
  padding: 0em .75em .1em .75em;
  border-radius: 1em;
  margin:0 0 0 .5em;
}


.edge {
  max-width:900px;
  margin: 6rem auto;
  text-align: center;
  padding:0;
 }
.edge .illust-kids {
  width: 15%;
}
.edge h2 {
  font-weight:400;
  font-size: 3.2rem;
  letter-spacing: .1em;
  margin:0 0 1.5em;
}
.edge p {
  font-size: 1.6rem;
  letter-spacing: .1em;
  line-height: 2.5;
  margin-bottom:3em;
}
.home-feat h2,
.home-guidance h2 {
  font-weight:400;
  font-size: 2.8rem;
  letter-spacing: 0.1em;
  margin:0 0 1em;
}
.home-feat {
  max-width: 900px;
  margin: 0 auto 6rem;
  padding:0;
  clear: both;
  overflow: hidden;
 }
.home-feat .flex {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.home-feat .img-col {
  width: 40%;
  margin-bottom:4rem;
}
.home-feat img {
  width:100%;
  border-radius: 4px;
}
.home-feat .txt-col {
  width: 53%;
  margin-bottom: 4rem;
}
.home-feat p {
  font-size: 1.6rem;
  letter-spacing: .1em;
  line-height: 2.5;
}

.bg-home {
  display: block;
  height: 400px;
  background: url('files/dammy.jpg') no-repeat center center;
}

.bgc-g {
  background-color: #f5f5f7;
  border-radius:8px;
}

.wrap {
  display: block;
  clear: both;
  overflow: hidden;
}

.sublink {
  text-align: center;
  margin: 4rem auto;
}
.sublink a {
  color: #333;
  font-size: 1.4rem;
  letter-spacing: 0.05em;
  display: inline-block;
  margin: 0 auto;
  border: 1px solid #ccc;
  border-radius: 2em;
  box-shadow:3px 3px 0 #d7d7d7;
  background-color: #fff;
  padding: 1em 7em;
}
.sublink a:after {
  content:" >";
}
.sublink a:hover {
  box-shadow:1px 0 0 #d7d7d7;
  transition:box-shadow .3s ease-out;
}
.home-guidance {
  padding: 10rem 0;
  text-align: center;
}
.home-guidance .sublink a {
  color: #fff;
  background-color: #2e8c78;
}


/* -------------------------------------------
 * ABOUT
 * ------------------------------------------- */

.sub {
  padding-top:128px;
}
.sub .hero {
  max-width: 1200px;
  margin: 0 auto 6rem;
}
.sub img {
  width: 100%;
  height: auto;
}
.sub h1 {
  text-align: center;
  font-weight: 500;
  font-size: 2.4rem;
  letter-spacing: 0.1em;
  margin: 0 0 3em;
}
#greet,#feat {
  margin-bottom: 5rem;
}
#monte {
  margin-bottom: 8rem;
}
.greet,
.monte,
.feat {
  max-width: 900px;
  margin: 6em auto 5rem;
}
.sub h2 {
  font-weight: 500;
  font-size: 2.8rem;
  letter-spacing: .1em;
  margin: 0 0 2em;
}
.sub h3 {
  font-weight: 500;
  font-size: 2.2rem;
  letter-spacing: 0.1em;
  line-height: 1.75;
  margin: 0 0 2em;
}
.sub .txtcol h3 {
  font-size: 2.4rem;
  line-height: 1.1;
  color: #2e8c78;
  margin:0 0 1em;
}
.sub h4 {
  font-weight: 500;
  font-size: 2.2rem;
  letter-spacing: 0.1em;
  line-height: 1.3;
  margin: 0 0 1em;
}
.sub h5 {
  font-weight: 400;
  font-size: 1.7rem;
  letter-spacing: 0.1em;
  line-height: 1.5;
  margin: 0 0 1em;
}
.licenses {
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 5px;
  padding: 3rem 5rem;
}
.licenses li {
  font-size: 1.4rem;
  line-height: 1.3;
  list-style-type: disc;
  list-style-position: outside;
  margin-left:1em;
  padding:0 0 .5em .25em;
}
.row {
  clear: both;
  margin:4rem 0;
  overflow: hidden;
}
.greet h2 {
  text-align: center;
}
.greet h3  {
  font-size: 2.6rem;
  text-align: center;
}
.greet p,
.monte p {
  line-height: 2;
  letter-spacing: .1em;
}

.important {
  position: relative;
  width:800px;
  padding: 6rem 15rem;
  background-color:#f5f5f7;
  margin:4rem 0;
  overflow: visible;
}
.important img {
  display: block;
  width: 460px;
  position: absolute;
  top:-4rem;
  left:720px;
  border-radius: 6px;
}

.monte .imgcol {
  width: 40%;
  float: left;
}
.monte .txtcol {
  width: 55%;
  float: right;
}
.monte img,
.feat1 img,.feat2 img {
  border-radius: 6px;
}
.sub .flex {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.feat1,
.feat2 {
  margin-bottom: 4rem;
}
.feat1 li {
  width: 48%;
  margin-bottom:3rem;
}
.feat2 li {
  width: 31%;
  text-align: center;
  margin-bottom: 2rem;
}
.feat1 img {
  margin-bottom:2rem;
}
.feat1 h4 {
  color:#2e8c78;
}
.feat2 h5 {
  font-size: 2rem;
  font-weight: 500;
  color:#2e8c78;
  margin-bottom: .75em;
}
.important p,
.feat1 p {
  font-size: 1.5rem;
  letter-spacing: .1em;
  line-height:2;
}
.feat2 p {
  font-size: 1.4rem;
}
.dq {
  position: relative;
}
.dq:before {
    content: "“";
    font-size: 4rem;
    font-weight: 400;
    text-align: left;
    line-height:1;
    width: 3rem;
    height: 3rem;
    position: absolute;
    top:0;
    left: 28%
}
.dq:after {
    content: "”";
    font-size: 4rem;
    font-weight: 400;
    text-align: left;
    line-height:1;
    width: 30px;
    height: 30px;
    position: absolute;
    bottom: 0;
    right: 25%;
}
.inpagenav {
  margin: 4rem 0;
}
.inpagenav ul {
  max-width: 900px;
  margin: 0 auto 1.5rem;
  display: flex;
  justify-content:center;
}
.inpagenav li {
  display: inline-flex;
  width: 30%;
  text-align: center;
  margin: 0 1rem;
}
.inpagenav li a {
  width: 100%;
  color:#2e8c78;
  border: 1px solid #2e8c78;
  border-radius: 2em;
  display: inline-block;
  font-size: 1.5rem;
  line-height:1;
  padding: 1em 2em;
}
#class .inpagenav li a {
  padding: .5em 0;
}
.inpagenav span {
  font-size: 1.1rem;
  display: block;
  line-height: 1.3;
}

.basics,
.year,
.week,
.day {
  width: 900px;
  margin: 5rem auto 5rem;
}
#basics {
  margin-bottom: 4rem;
}
.year {
  border-bottom: 1px solid #ddd;
  padding:2rem 0 6rem;
}
.week {
  overflow: hidden;
  border-bottom: 1px solid #ddd;
  padding-bottom: 6rem;
  margin-top:2rem;
}

.week .img-col {
  width: 45%;
  float: left;
}
.week .txt-col {
  width: 50%;
  float: right;
}
.week h5 {
  font-size:1.8rem;
  font-weight: 500;
  margin: 0 0 .5em;
}
.week p {
  font-size: 1.5rem;
  margin-bottom: 2em;
}
#day {
  margin-bottom: 6rem;
}
.basics .col2 {
  width: 46%;
  margin-bottom: 3rem;
}
.basics h3 {
  font-size:2.2rem;
  line-height: 1.5;
  color:#2e8c78;
  margin-bottom: 1em;
}
.basics p {
  font-size: 1.5rem;
  letter-spacing: .1em;
  line-height:2;
}
.basics h2,
.year h2,
.week h2,
.day h2 {
  text-align: center;
}
.seasons {
  max-width: 800px;
  margin: 0 auto;
}
.seasons .spring {
  width: 50%;
  border-right: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
  padding: 2rem;
}
.seasons .summer {
  width: 50%;
  border-bottom: 1px solid #ddd;
  padding: 2rem;
}
.seasons .fall {
  width: 50%;
  border-right: 1px solid #ddd;
  padding: 2rem;
}
.seasons .winter {
  width: 50%;
  padding: 2rem;
}
.seasons h3 {
  color: #fff;
  font-size: 2.4rem;
  font-weight: 300;
  line-height: 1;
  letter-spacing: 0;
  padding: .5em;
  border-radius: 1em;
  display: inline-block;
  margin: 0 0 1em;
}
.spring h3 {
  background-color: #d57790;
}
.summer h3 {
  background-color: #4d9268;
}
.fall h3 {
  background-color: #b87720;
}
.winter h3 {
  background-color: #487297;
}
.seasons ul {
  margin:0 0 4em 1em;
}
#swiper1 {
  margin-bottom: 3rem;
}
.swiper-button-next,
.swiper-button-prev {
  color:#2e8c78!important;
}
.week img {
  margin-bottom: 2rem;
}


.schedule {
    position: relative;
    font-size: 1.5rem;
    margin-bottom:8rem;
}
.schedule::before {
    position: absolute;
    top: 0px;
    left: 5.5em;
    width: 5px;
    height: 100%;
    background-color: #cfece6;
    content: "";
}

.schedule ul {

}
.schedule li {
    position: relative;
    display: flex;
    align-items: center;
    width: 100%;
}
.schedule li + li {
    margin-top: 2em;
}
.schedule_time {
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    width: 4em;
    height: 2em;
    border-radius: 4px;
    background-color: #2e8c78;
    color: #fff;
    text-align: center;
}
.schedule_time::before {
    position: absolute;
    top: 50%;
    right: 0px;
    transform: translateX(50%) translateY(-50%) rotate(45deg);
    width: 0.5em;
    height: 0.5em;
    z-index: 0;
    background-color: #2e8c78;
    content: "";
}
.schedule_time::after {
    position: absolute;
    top: 50%;
    left: 5em;
    transform: translateY(-50%);
    width: 1em;
    height: 1em;
    border: 2px solid #f5f5f7;
    border-radius: 50%;
    background-color: #2e8c78;
    content: "";
}

.schedule_content_title {
  font-size: 1.8rem;
    font-weight: 500;
}

.schedule_content {
    margin: 0 0 0 3em;
    width: calc(100% - 10em);
}



.class .inner,
.guide .inner{
  padding: 8rem 0 0;
}
.class #elementary.inner {
  margin-bottom: 8rem;
}
.class section {
  max-width: 900px;
  margin: 0 auto;
  border-bottom: 1px solid #ddd;
  overflow: hidden;
  padding-bottom: 8rem;
}
.class section.elementary {
  border-bottom: none;
}
.class h2,
.guide h2 {
  text-align: center;
}
.class h2 span {
  font-size: 1.8rem;
  display: block;
  line-height: 1.4;
}
.class p,
.guide p {
  font-size: 1.5rem;
  letter-spacing: .1em;
  line-height:2;
}
.class .left{
  width: 48%;
  float: left;
}
.class .left img {
  border-radius: 5px;
}
.class .right {
  width: 48%;
  float: right;
}
.class .wrap {
  max-width: 100%;
  background-color: #fff;
  border-radius: 5px;
  padding:1.5em 2em .5em;
  margin-bottom: .5em;
  border: 1px solid #ddd;
}
.class h4 {
  color: #2e8c78;
  font-size:1.8rem;
}
.class table {
  font-size: 1.5rem;
  line-height: 1.2;
  border:none;
  margin: 0 0 4rem 0;
  letter-spacing: 0.05em;
}
.class th {
  font-weight: normal;
  border:none;
  text-align: right;
  padding:.25em 1.5em .25em 0;
}
.class td {
  border:none;
  text-align: left;
  line-height: 1.3;
  padding:.25em 0 .25em 0;
}
.class h3 {
  display: inline-block;
  font-size:1.7rem;
  color: #fff;
  background-color:#2e8c78;
  padding: .25em 2em;
  margin-bottom: 1em;
}
#info {
  margin-bottom: 4rem;
  border-radius: 6px;
}
#voice {
  margin-bottom: 8rem;
  border-radius: 6px;
}

.guide section {
  max-width: 900px;
  margin: 0 auto 0;
  overflow: hidden;
  padding-bottom: 8rem;
}

.guide .left {
  width: 55%;
  float: left;
}
.guide .right {
  width: 45%;
  float: right;
}

.form-link {
  color:#fff;
  font-weight: normal;
  letter-spacing: .1em;
  background-color:#2e8c78;
  background-image: url(files/icon-mail.png);
  background-repeat: no-repeat;
  background-size: 1.8em 1.8em;
  background-position: 1.5em center;
  font-size:1.5rem;
  padding: 1em 3em 1em 4.5em;
  display: inline-block;
}
.form-link:hover,
.form-link:visited {
  color: #fff;
}
.tel-info {
  display: flex;
  justify-content: center;
  align-items: center;
}
.tel-info > dt {
  font-size: 1.4rem;
  font-weight: normal;
  color: #333;
  letter-spacing: .02em;
  line-height: 1.3;
  align-self: flex-end;
  margin-right: .5em;
}
.tel-info > dd {
  font-size: 2.8rem;
  font-weight: 600;
  color: #333;
  letter-spacing: .1em;
  line-height: 1;
  margin: 0;
}
.tel-info a:hover {
  color:#2e8c78;
}
.time-info {
  display: flex;
  justify-content: center;
  margin-left: 2em;
  margin-top: .5em;
}
.time-info > dt,
.time-info > dd {
  font-size: 1.4rem;
  font-weight: normal;
  letter-spacing: .05em;
}
.time-info > dd {
  margin-left: .5em;
}
.voice p {
  text-align: center;
  margin-bottom:3em;
}
.speech-bubble {
  text-align: center;
}
.speech-bubble li {
  position: relative;
  display: inline-block;
  margin:.75em 1em .75em;
  padding: 1em;
  border-radius: 6px;
  background-color: #fff;
  text-align: left;
  font-size: 1.5rem;
  line-height: 1.5;
}

.speech-bubble li::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  border-style: solid;
  border-width: 1em .5em 0 .5em;
  border-color: #fff transparent transparent;
  translate: -50% 100%;
}

#faq {
  margin-bottom: 8rem;
}

/* -------------------------------------------
 * メールフォーム
 * ------------------------------------------- */
 .contact {
  margin-bottom: 8rem;
 }
#form {
  display: block;
  overflow: hidden;
  padding: 5rem 0;
  margin-bottom: 5rem;
}
.contact p {
  text-align: center;
  letter-spacing: 0.05em;
}
.form {
  max-width: 900px;
  margin: 0 auto;
}
#form h3 {
  text-align: center;
}
#form dl {
  clear: both;
  width: 100%;
  vertical-align: middle;
  display:table;
  table-layout: fixed;
  margin:0;
  font-size: 1.6rem;
  color: #333;
}
*:first-child+html #form dl {
  display:inline;
  zoom:1;
}
#form dt {
	width: 30%;
	text-align: right;
	font-weight: normal;
	padding-right:2em;
  display: table-cell;
  vertical-align: middle;
  color: #2b3f4f;
}
#form dt p {
  text-align: right;
}
*:first-child+html #form dt{
  float: left;
}
#form dt span {
	color:#EB865D;
}
#form dd {
  width: 70%;
	padding: 0;
  margin: 0;
  display: table-cell;
  vertical-align: middle;
}
*:first-child+html #form dd {
  float: right;
}
#form dd p {
  text-align: left;
}
#form p a:after {
  content: " >";
}
#form .thanks {
  margin:2em auto;
}
#form .wpcf7-list-item-label {
  font-size: 1.6rem;
  padding-left: .25em;
}
#form dl span span span {
	display: inline-block;
}

#form input[type="text"],
#form input[type="url"],
#form input[type="tel"],
#form input[type="email"],
#form textarea {
  outline:none;
  border:1px solid #ccc;
  font-weight: normal;
  padding:8px;
  border-radius:4px;
}

#form span.wpcf7-not-valid-tip {
	color:#EB865D;
  font-size: 1.3rem;
	display: block;
}
#form div.wpcf7-validation-errors {
	border:none;
	background-color: #EB865D;
	color: #fff;
	text-align: center;
  font-size: 1.4rem;
	padding: 1em;
	margin:2em 0;
}
#form div.wpcf7-mail-sent-ok {
	border:none;
	background-color: #BCEADD;
	color: #333;
	text-align: center;
  font-size: 1.4rem;
	padding: 1em;
	margin:2em 0;
}
#form .submit {
  border:none;
  text-align: center;
  clear: both;
  margin:3rem 0 5rem;
}
#form .wpcf7-submit {
  color: #fff;
  font-size: 1.5rem;
  letter-spacing: 0.1em;
  display: inline-block;
  margin: 0 auto;
  border: 1px solid #ccc;
  border-radius: 2em;
  box-shadow:3px 3px 0 #d7d7d7;
  background-color: #2e8c78;
  padding: 1em 7em;
}
#form .wpcf7-submit:hover {
  box-shadow:1px 0 0 #d7d7d7;
  transition:box-shadow .3s ease-out;
}
#form .wpcf7-list-item {
  margin: 0 1em 0 0;
}
#privacy {
  max-width:900px;
  margin:0 auto 1rem;
  padding: 2% 3%;
  border:1px solid #ddd;
  overflow: hidden;
  clear: both;
}
#privacy h4 {
  font-size: 1.5rem;
  font-weight:600;
  padding-bottom: .5em;
  text-align: center;
}
#privacy p {
  font-size: 1.4rem;
  text-align: left;
  margin:0;
}

/* -------------------------------------------
 * BLOG
 * ------------------------------------------- */
#blog {
	max-width: 1200px;
  margin:0 auto 10rem;
}
#blog .single {
  width: 70%;
  overflow: hidden;
  padding:5%;
  border-bottom: 1px solid rgba(0,0,0,0.1);
  float: left;
}
#blog .post {
  width: 100%;
}
#blog .articles {
  width:70%;
  overflow: hidden;
  padding:5%;
  float: left;
}
#blog time {
  display: block;
  font-size: 1.3rem;
  line-height: 1;
  margin-bottom: 1em;
}
#blog h1 {
  color: #444;
  font-size: 2.8rem;
  font-weight:400;
  line-height: 1.2;
  letter-spacing: .1em;
  word-break:break-all;
  margin:0 0 1em;
  padding: 0 0 1em;
  border-bottom: 1px solid #ddd;
}
#blog h1 a {
  color:#555;
}
#blog h1 a:hover {
  color: #555;
  text-decoration: underline;
}
#blog .articles .post {
  padding-bottom: 2em;
  border-bottom: 1px solid #ddd;
  margin-bottom: 4em;
  clear: both;
  overflow: hidden;
}
.thumbnail-wrap {
  width: 30%;
  float: left;
  margin:0 5% 2% 0;
}
.thumbnail-wrap img {
  display: block;
  width: 100%;
  height: auto;
}
.eyecatch-wrap {
  width: 100%;
  float: left;
  clear: both;
  margin:0 0 2em;
}
.eyecatch-wrap img {
  display: block;
  margin:0;
}
.article-body {
  margin-bottom: 4rem;
}
#blog p {
  font-size: 1.5rem;
  letter-spacing: .05em;
  line-height: 2;
  margin:0 0 1em;
  padding:0;
}
#blog p a {
  text-decoration: underline;
}
#blog p a:hover {
  color:#2e8c78;
  opacity: 0.8;
  transition: opacity .1s
}
#blog .single .post img {
  max-width: 100%;
  height: auto;
  margin-bottom: 2em;
}
#blog .post h2 {
  color: #444;
  font-size: 2rem;
  font-weight: normal;
  padding: 2em 0 1.5em;
}
#blog .post h3 {
  color: #444;
  font-size: 1.8rem;
  font-weight: normal;
  padding: 2em 0 1.5em;
}
#blog .post ul {
  list-style: square outside;
  margin:0 0 1.5em;
  padding:0 0 0 1em;
}
#blog .post li {
  line-height: 1.3;
  padding-bottom: .75em;
}

#blog .article-body aside {
  width: 100%;
  display: inline-block;
  border:1px solid #ddd;
  padding: 0 5% 3%;
  margin: 3% 0;
}
#blog .article-body aside p {
  font-size: 1.4rem;
}
#blog .article-body aside li {
  font-size: 1.4rem;
}


 /* -------------------------------------------
 * 前後の投稿
 * ------------------------------------------- */
.post-nav {
	width: 100%;
	float: left;
  border-top: 1px solid #ddd;
	padding:5% 0;
	overflow: hidden;
}
.next-post,
.prev-post {
	max-width:49%;
}
.next-post {
	text-align: left;
	float:left;
}
.prev-post {
	text-align: right;
	float: right;
}
.post-nav a {
	display: block;
	color:#2e8c78;
	font-size: 14px;
  font-size: 1.4rem;
	padding:.5em 0;
	line-height: 1.2;
	text-decoration: none;
}
.post-nav a:hover {
	color:#2B3F4F;
  text-decoration: underline;
}

/* -------------------------------------------
 * ページナビプラグイン
 * ------------------------------------------- */
.wp-pagenavi {
  font-size: 10px;
  clear: both;
  float: left;
  width:100%;
  margin:30px 0 40px;
  text-align: center;
}
.wp-pagenavi .pages {
  font-size:10px;
  font-size: 1rem;
  float: left;
  width: 100%;
  margin-bottom: 5px;
}
.wp-pagenavi .current {
  color:white;
  background-color: #72c2c8;
  border: 1px solid #72c2c8;
  padding:6px 10px;
  line-height: 1;
  margin: 0 3px;
}
.wp-pagenavi .page {
  border: 1px solid #72c2c8;
  padding:6px 10px;
  line-height: 1;
  margin: 0 3px;
}
.wp-pagenavi .first,
.wp-pagenavi .last,
.wp-pagenavi .previouspostslink,
.wp-pagenavi .nextpostslink {
  padding:6px 10px;
  border: 1px solid #72c2c8;
  margin: 0 5px;
}
.wp-pagenavi .first {
  border-radius: 3px 0 0 3px;
}
.wp-pagenavi .last {
  border-radius: 0 3px 3px 0;
}

/* -------------------------------------------
 * サイドバー
 * ------------------------------------------- */
#sidebar {
  width:30%;
  float: right;
  padding:5% 2%;
}
#sidebar h3 {
  font-size:1.6rem;
  font-weight:500;
  letter-spacing: 0.1em;
  margin:0 0 1.5rem;
  padding-bottom: 1.5rem;
  border-bottom: 1px solid #ddd;
}
#sidebar ul {
  padding:0;
  margin: 0 0 3em;
}
#sidebar li {
  list-style: none;
  font-size: 1.5rem;
  line-height: 1.2;
  padding-bottom:1em;
}
#sidebar li a {
  color: #444;
}
#sidebar li a:hover {
  color: #444;
  opacity: 0.8;
  text-decoration: none;
}


/* -------------------------------------------
 * 404 Error
 * ------------------------------------------- */
#error404 {
  max-width: 1200px;
  padding: 0 3%;
	text-align: center;
  margin:0 auto 230px;
}
#error404 h2 {
    font-size: 24px;
    font-size: 2.4rem;
    font-weight: normal;
    margin: 3em 0;
}
#error404 h3 {
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: normal;
  margin-bottom: 2em;
}
#error404 p {
	font-size: 13px;
  font-size: 1.3rem;
  line-height: 2;
}

/* -------------------------------------------
 * Footer
 * ------------------------------------------- */
#footer {
  border-top: 1px solid #ddd;
  overflow: hidden;
  padding-top: 6rem;
}
#footer .inner {
  max-width:1000px;
  clear: both;
  background-color:#fff;
  overflow: hidden;
}
#footer h2 img {
  display: block;
  width: 300px;
  height: auto;
  margin-bottom:2rem;
}
#footer p {
  font-size: 1.5rem;
  margin-bottom: .5em;
}
#footer .insta a {
  color:#444;
  text-decoration: underline;
  margin-bottom: 2rem;
}
#footer .left {
  width: 45%;
  float: left;
}
#footer .right {
  width: 50%;
  float: right;
}
#footer dl {
  margin: 0;
}
#footer .tel-info{
  justify-content: left;
  margin-top: 2rem;
}
#footer .time-info {
  justify-content: left;
}
#footer .icon-insta {
  width: 1em;
  height: 1em;
  margin-right: .5em;
}

#footer .map {
  width: 100%;
  margin-bottom: 1rem;
}
.copyright {
  clear: both;
  color: #777;
  font-size: 1.1rem;
	font-style: normal;
	text-align: center;
  padding-top: 3rem;
  padding-bottom: 0;
}

/* -------------------------------------------
 * HAMBURGER＋ドロワー
 * ------------------------------------------- */
.hamburger-overlay {
  position: fixed;
  top: 10px;
  right: 15px;
  z-index: 1000;
  width: 48px;
  height: 48px;
  border: none;
  background: transparent;
  cursor: pointer;
}
.hamburger-overlay__line {
  position: absolute;
  left: 11px;
  width: 26px;
  height: 2px;
  background-color: #333;
  transition: all .6s;
}
.hamburger-overlay__line:nth-of-type(1) { top: 14px; }
.hamburger-overlay__line:nth-of-type(2) { top: 23px; }
.hamburger-overlay__line:nth-of-type(3) { top: 32px; }

.hamburger-overlay.active .hamburger-overlay__line {
  background-color: #333;
}

.hamburger-overlay.active .hamburger-overlay__line:nth-of-type(1) {
  transform: translateY(9px) rotate(-45deg);
}
.hamburger-overlay.active .hamburger-overlay__line:nth-of-type(2) {
  opacity: 0;
}
.hamburger-overlay.active .hamburger-overlay__line:nth-of-type(3) {
  transform: translateY(-9px) rotate(45deg);
}
body.no-scroll {
  overflow: hidden;
}
.nav-overlay {
  position: fixed;
  top: 64px;
  left: 0;
  width: 100%;
  height: calc(100vh - 64px);
  background-color: rgba(255, 255, 255, 0.98);
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  transform: translateY(100%);
  transition: all 0s ease-in-out; /* イージング効果不要なら0sに*/
  visibility: hidden;
  opacity: 0;
  z-index: 900;
}
.nav-overlay.active {
  transform: translateY(0);
  visibility: visible;
  opacity: 1;
}
.nav-overlay__content {
  position: absolute;
  top:calc(100vh - 70%);
  left: 50%;
  transform: translate(-50%, -50%);
  width: 90%;
  text-align: left;
}
.nav-overlay__list {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.nav-overlay__item {
  width: 20%;
  opacity: 0;
  transform: translateY(30px);
  transition: all .4s;
}
.nav-overlay.active .nav-overlay__item {
  opacity: 1;
  transform: translateY(0);
}
.nav-overlay.active .nav-overlay__item.one{ transition-delay: 0; }
.nav-overlay.active .nav-overlay__item.two { transition-delay: 0.1s; }
.nav-overlay.active .nav-overlay__item.three { transition-delay: 0.2s; }
.nav-overlay.active .nav-overlay__item.four { transition-delay: 0.3s; }
.nav-overlay.active .nav-overlay__item.five { transition-delay: 0.4s; }
.nav-overlay__link {
  display: inline-block;
  padding: 1rem 0;
  color: #333;
  font-size: 1.8rem;
  font-weight: 500;
  letter-spacing: 0.1em;
  text-decoration: none;
  transition: opacity .1s;
}
.nav-overlay__link,
.nav-overlay__link:visited {
  color: #333;
}
.nav-overlay__link:hover {
  opacity: 0.7;
}
.nav-overlay__item li a {
  display: inline-block;
  padding: .5rem 0;
  color: #333;
  font-size: 1.4rem;
  font-weight: 400;
  letter-spacing: 0.05em;
  text-decoration: none;
  transition: opacity .1s;
}
.nav-overlay__item li a,
.nav-overlay__item li a:visited {
  color: #333;
}
.nav-overlay__item li a:hover {
  opacity: 0.7;
}
.nav-overlay__item li a::before {
  content: "- ";
}

.form-link-wrap {
  text-align: center;
  margin-top:6rem;
  opacity: 0;
  transition: all .7s;
}

.nav-overlay.active .form-link-wrap {
  opacity: 1;
  transition-delay: .6s;
}



/* -------------------------------------------
 * Media Query
 * ------------------------------------------- */
@media screen and (max-width: 767px) {
body {
  font-size: 1.4rem;
    overflow: auto;
}
.pcnone {
  display: block;
}
.spnone {
  display: none;
}
.nav-logo {
  margin: 0;
}
#nav ul {
  display: none;
}
.inner {
  width: 92%;
  margin:0 auto;
  overflow: visible;
}
.hero {
  padding-top: 64px;
}
.home-news {
  max-width: 100%;
  margin:3rem auto 2rem;
  padding: 0 1rem;
}
.home-guidance h2 {
  font-size: 2.2rem;
}
.home-news h2 {
  font-size: 2.2rem;
  margin:0 0 1em;
}
.home-news dt {
  float: none;
  font-size: 1.2rem;
  padding: 0 0 .25em 0;
}
.home-news dd {
  font-size: 1.4rem;
  margin: 0 0 1.5rem 0;
}
.edge {
  margin: 0rem auto;
  padding: 3rem 1.5rem;
}
.edge h2 {
  font-size: 2.2rem;
  margin: 1em 0 1.5em;
  line-height: 1.3;
}
.edge p {
  font-size: 1.4rem;
  line-height: 2;
  margin-bottom: 2em;
}
.edge .illust-kids {
  width:25%;
}
.home-feat {
  overflow: visible;
  margin: 0 auto;
  padding: 0 6% 4rem;
}
.home-feat .img-col {
  width: 100%;
  margin-bottom:2rem;
}
.home-feat .img-col .ml- {
  margin-left: -12%;
}
.home-feat .img-col .mr- {
  margin-left:12%;
}
.home-feat .txt-col {
  width: 100%;
  float: none;
}
.home-feat h2 {
  font-size: 2rem;
  text-align: center;
}
.home-feat p {
  font-size: 1.4rem;
  line-height: 2;
  margin-bottom:2em;
}
.sublink {
  margin: 3rem auto 2rem;
}
.sublink a {
  font-size: 1.3rem;
  padding: 1em 4em;
}
.home-guidance {
  padding: 5rem 0;
}

.hamburger-overlay {
  top:5px;
  right: 5px;
}
.nav-overlay__content {
  position: relative;
  top:5%;
  left: auto;
  transform: none;
  width: 90%;
  height:100vh;
  margin: 0 auto;
}
.nav-overlay__item {
  width: 100%;
  border-bottom: 1px solid #ddd;
  margin-bottom:1rem;
  padding-bottom: 1rem;
}
.nav-overlay__link {
  font-size: 1.6rem;
  padding: .5rem;
}
.nav-overlay__item li a {
  font-size: 1.4rem;
  padding: 0 0 .3rem;
}
.child {
  max-height: 0;
  overflow: hidden;
  transition: max-height .3s ease;
  list-style: none;
  padding-left: 20px;
}
.is-open .child {
  max-height: 500px;
}
.toggle-icon {
  position: relative;
  width: 1.6rem;
  height: 1.6rem;
  cursor: pointer;
  float: right;
  margin-top: 1rem;
}
.toggle-icon::before,
.toggle-icon::after {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color:#2e8c78;
  transition: transform 0.3s ease;
}
.toggle-icon::before {
  width: 100%;
  height: 2px;
}
.toggle-icon::after {
  width: 2px;
  height: 100%;
}
/* <li>が開いた時に「-」に変化させる */
.is-open .toggle-icon::after {
  transform: translate(-50%, -50%) rotate(90deg);
  height: 0;
}
.form-link-wrap {
  margin-top: 3rem;
}



.sub {
  padding-top:90px;
}
.sub h1 {
  font-size: 2.4rem;
  margin:0 0 1em;
}
.sub .hero {
  padding: 0;
  margin: 0 auto 3rem;
}
.inpagenav {
  max-width:92%;
  margin: 0 auto 2rem;
}
.inpagenav ul {
  max-width: 100%;
  justify-content: space-between;
  flex-wrap: wrap;
}
.inpagenav li {
  width: 49%;
  margin: 0;
}
.inpagenav li.w80 {
  width: 80%;
  margin: 1.5rem auto 0;
}
.inpagenav li.mt {
  margin: 1.5rem auto 0;
}
.inpagenav li a {
  width: 100%;
  font-size: 1.3rem;
  padding: 1em 1em;
}
.inpagenav li a .ls-05 {
  letter-spacing: -0.05em;
}
.greet {
  padding: 4rem 1.5rem 3rem;
}
.feat {
  padding: 4rem 1.5rem 1rem;
}
.monte {
  padding: 4rem 1.5rem 1rem;
}
.sub h2 {
  font-size: 2.2rem;
  margin-bottom: 1.5em;
  font-weight: 500;
}
.sub h3 {
  font-size: 1.8rem;
  margin-bottom: 1.5em;
}
.dq::before {
  left: 0;
}
.dq::after {
  text-align: right;
  right: 0;
  top: 0;
}
.sub h4 {
  font-size: 1.7rem;
}
.sub h5 {
  font-size: 1.5rem;
}
.greet, .monte, .feat {
  width: 100%;
  margin: 4rem auto;
}
.licenses {
  padding: 2rem;
}
.licenses li {
  font-size: 1.3rem;
}
.sub .txtcol h3 {
  font-size: 1.7rem;
  margin-bottom: .5em;
}
.greet p,.monte p {
  margin-bottom: 1em;
  line-height: 1.75;
}
.feat1 {
  margin-bottom: 2rem;
}
.feat1 li {
  width: 100%;
}
.feat1 p {
  font-size: 1.3rem;
  line-height: 1.75;
}
.feat1 img {
  margin-bottom: 1.5rem;
}
.feat2 {
  margin-bottom: 0;
}
.feat2 li {
  width: 48%;
  margin-bottom: .5rem;
}
.feat2 h5 {
  font-size: 1.4rem;
  letter-spacing: .05em;
  line-height: 1.2;
  margin: 0 0 .5em;
}
.feat2 .ls0 {
  letter-spacing: 0;
}
.feat2 p {
  font-size: 1.2rem;
}
.row {
  margin: 0 0 3rem;
}
.monte p {
  font-size: 1.3rem;
  letter-spacing: .05em;
}



#form section {
  width: 94%;
  margin:0 auto;
}

.basics, .year, .week, .day {
  width: 100%;
  margin: 4rem auto;
}
.basics {
  padding:4rem 5% 0;
}
.basics h3 {
  margin-bottom: 1em;
  line-height: 1.3;
}
.basics .col2 {
  width: 100%;
}
.basics h2 {
  font-size: 2.2rem;
  margin-bottom: 1.5em;
}
.basics p {
  font-size: 1.3rem;
  line-height: 1.75;
}
.year,
.week,
.day {
  position: relative;
  padding:3rem 5% 1rem;
  border: none;
}
.seasons {
  margin: 0 auto 2rem;
}
.seasons h3 {
  margin-bottom: 1em;
}
.seasons ul {
  margin: 0 0 1em 0;
}
.seasons li {
  font-size: 1.3rem;
}
.seasons .spring,
.seasons .summer,
.seasons .fall,
.seasons .winter {
  padding: 1rem;
}

.schedule {
  font-size: 1.3rem;
}
.schedule_content_title {
  font-size: 1.6rem;
}
.schedule_content {
  width: calc(100% - 7em);
}
.schedule_content p {
  font-size:1.2rem;
}
.class section {
  padding-bottom: 4rem;
}
.class .inner {
  padding: 4rem 5% 0;
}

.class .left {
  width: 100%;
}
.class .right {
  width: 100%;
}
.class .left img,
.class .right img {
  border-radius: 5px;
  margin-bottom: 2rem;
}
.class p {
  font-size: 1.4rem;
  line-height: 1.75;
}
.class .wrap {
  max-width: 100%;
  margin-bottom: 2rem;
  padding: 2rem 1.5rem 0;
}
.class .wrap p {
  font-size: 1.3rem;
}
.class table {
  font-size: 1.3rem;
}
.class h4 {
  font-size: 1.5rem;
  margin-bottom: .5em;
}
.class h3 {
  font-size: 1.5rem;
  margin-bottom: .75em;
  padding: .25em 1em;
}
.guide .inner {
  padding: 4rem 0 0;
}
.guide section {
  padding: 0 5% 5rem;
}
.guide .contact {
  margin-bottom: 4rem;
}
.guide .contact p {
  font-size:1.5rem;
  padding: 0;
  letter-spacing: 0.05em;
}
.guide .left {
  width: 100%;
  float: none;
}
.guide .right {
  width: 100%;
  text-align: center;
}
.guide .tel-info {
  margin: 0;
}
.guide .time-info {
  margin-left: 0;
}
.voice p {
  margin-bottom: 2em;
  line-height: 1.75;
}
.speech-bubble li {
  font-size: 1.4rem;
  margin: .5em .5em 1em .5em;
}

#form {
  padding: 2rem 0;
}
.contact p {
  font-size:1.4rem;
  text-align: left;
  padding: 0 5%;
  letter-spacing:0;
  margin-bottom: 1em;
}
.form {
  padding: 0 5%;
}
.form p {
  font-size: 1.5rem;
  padding: 0;
  margin-bottom:.25em;
}

#form h3 {
  font-size:2rem;
  padding:.5em 0;
  margin:.5em 0 1em;
}
#form dl {
  display: inline-block;
  margin:0 0 1em;
}
#form dt {
  font-size:1.6rem;
  display: inline-block;
  width: 100%;
  text-align: left;
}
#form dt p {
  text-align: left;
}
#form dd {
  width: 100%;
  display: inline-block;
  font-size:1.6rem;
}
#form .thanks {
  font-size: 1.3rem;
  line-height:1.5;
  margin:1em 0 2em;
}
#form input,
#form textarea {
  padding: 4px;
  border-radius: 3px;
}
#forem .submit {
  margin: 2rem 0 2rem;
}
#form .wpcf7-submit {
  width: 70%;
  display: block;
  padding: .75em 0;
}
#form div.wpcf7-validation-errors {
  font-size: 1.3rem;
}
#form div.wpcf7-mail-sent-ok {
  font-size: 1.3rem;
}
#privacy {
  padding: 2rem .5rem 1rem;
  margin: 0 2rem 0;
}
#privacy h4 {
  font-size: 1.4rem;
  text-align: center;
  padding-bottom: 0;
}
#privacy p {
  font-size: 1.3rem;
}
#blog {
  margin: 0;
}
#blog .articles,
#blog .single {
  width: 100%;
  padding:0;
}
#blog .articles .post,
#blog .single .post {
  width: 100%;
  padding: 5%;
}
#blog time {
  font-size: 1rem;
}
#blog h1 {
  font-size: 2rem;
  letter-spacing: 0;
  margin:0 0 .5em;
}
#blog p {
  font-size: 1.4rem;
  line-height: 1.75;
  letter-spacing:0;
}
#blog .single img {
  max-width: 100%;
  height: auto;
}
#blog article h2 {
  font-size: 1.8rem;
  letter-spacing: -0.05em;
}
#blog article h3 {
  font-size: 1.6rem;
  letter-spacing: -0.05em;
}
#blog .article-body aside li {
  letter-spacing: -0.05em;
}

.post-nav {
  padding:2% 1%;
}
.post-nav a {
  font-size: 1.3rem;
}
.post-nav a:hover {
  text-decoration: none;
}
#sidebar {
  width: 100%;
  padding: 0;
}
#sidebar h3 {
  font-size: 1.4rem;
  text-align: center;
  padding:1em 0;
  border-top:1px solid #eee;
  border-bottom:1px solid #eee;
  margin:0;
}
#sidebar ul {
  margin: 2rem 5%;
}
#sidebar li {
  border-bottom:1px solid #eee;
  padding: 0;
  width: 100%;
}
#sidebar li:last-child {
  border:none;
}
#sidebar li img {
  width:50px;
  height: auto;
}
#sidebar li a:hover {
  text-decoration: none;
}
#sidebar .go-form {
  display: none;
}

#footer {
  padding-top:4rem;
}
#footer p {
  font-size: 1.4rem;
  text-align: center;
}
#footer .left {
  width: 100%;
  text-align: center;
  margin-bottom: 4rem;
}
#footer .right {
  width: 100%;
}
#footer h2 img {
  width: 80%;
  margin: 0 auto 1.5rem;
}
#footer .tel-info {
  justify-content: center;
}
#footer .time-info {
  justify-content: center;
}
.tel-info > dd {
  font-size: 3rem;
}
.time-info > dt, .time-info > dd {
  font-size: 1.3rem;
}
.form-link {
  font-size: 1.4rem;
}
#footer .right p {
  font-size: 1.3rem;
  line-height: 1.3;
}
.copyright {
	font-size: 9px;
  font-size: 0.9rem;
	padding:1em 0 20px;
}

}
