@charset "UTF-8";
/* 
Theme Name: 三島村立大里小中学校
Theme URI: http://www.example.com
Author: Bee on
Author URI: http://bee-on.jp
Version: 1.0 
*/
/******  scss  ******/
body {
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  vertical-align: baseline;
  line-height: 1;
  word-break: break-all;
}

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, 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, input {
  margin: 0;
  padding: 0;
  border: none;
  font-size: 100%;
  font-weight: normal;
  font-style: normal;
  vertical-align: baseline;
  background: transparent;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

img {
  vertical-align: bottom;
}

article, aside, details, figcaption, figure, footer, header, menu, nav, section, div, address, iframe, canvas, hr, textarea {
  display: block;
  line-height: 1;
}

iframe {
  max-width: 100% !important;
}

a, label {
  cursor: pointer;
}

blockquote {
  padding: 0;
  margin: 0;
  display: block;
}

address, em {
  font-style: normal;
}

hr {
  border: 0;
  margin: 0;
  padding: 0;
}

ul, ol, li {
  list-style: none;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

textarea {
  resize: vertical;
  overflow: hidden;
  -webkit-appearance: none;
  border: none;
}

input, button {
  vertical-align: middle;
  border-radius: 0px;
  border: none;
  background: transparent;
  margin: 0;
  padding: 0;
  cursor: pointer;
  -webkit-appearance: none;
}

table {
  border-collapse: collapse;
}

*:before,
*:after {
  padding: 0;
  margin: 0;
  line-height: 1;
}

/*////////////////////////////////////////////////////////////// 
    page-top
//////////////////////////////////////////////////////////////*/
#page-top {
  position: fixed;
  bottom: 20px;
  right: 20px;
  font-size: 77%;
}

#page-top a {
  text-decoration: none;
  background: #c03;
  color: #fff;
  width: 100px;
  padding: 30px 0;
  text-align: center;
  display: block;
  border-radius: 5px;
}

#page-top a:hover {
  text-decoration: none;
  background: #000;
  color: #fff;
}

#page-top img {
  display: block;
  margin: 10px auto;
}

.toggle {
  display: none;
}
@media only screen and (max-width: 999px) {
  .toggle {
    display: block;
    position: relative;
    width: 100%;
    background: #F49631;
    letter-spacing: normal;
    border-bottom: 1px solid #fff;
    border-top: 1px solid #fff;
  }
  .toggle a {
    display: block;
    position: relative;
    padding: 1em 0;
    color: #fff;
    text-align: center;
    text-decoration: none;
  }
  .toggle a:before {
    display: block;
    content: "";
    position: absolute;
    top: 50%;
    left: 10px;
    width: 20px;
    height: 4px;
    background: #F49631;
    margin-top: -6px;
  }
  .toggle a:after {
    display: block;
    content: "";
    position: absolute;
    top: 50%;
    left: 10px;
    width: 20px;
    height: 4px;
    background: #F49631;
    margin-top: 2px;
  }
  .toggle:before {
    display: block;
    content: "";
    position: absolute;
    top: 50%;
    left: 10px;
    width: 20px;
    height: 20px;
    margin-top: -10px;
    background: #fff;
  }
}

/*
    変数
*/
.clearfix {
  *zoom: 1;
}
.clearfix:after {
  content: "";
  display: table;
  clear: both;
}

body {
  margin: 0 auto;
  font-size: 1em;
  font-family: 游ゴシック体, 'Yu Gothic', YuGothic, 'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro', メイリオ, Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
  background: #0099cc;
}
@media only screen and (max-width: 640px) {
  body {
    font-size: 14px;
  }
}
@media only screen and (min-width: 641px) and (max-width: 949px) {
  body {
    font-size: 14px;
  }
}

a {
  color: #222;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
a:hover {
  color: #f3060d;
}

img.aligncenter {
  display: block;
  margin: 10px auto;
  width: 100%;
  height: auto;
}
@media only screen and (max-width: 640px) {
  img.aligncenter {
    width: 100%;
    height: auto;
  }
}
@media only screen and (min-width: 641px) and (max-width: 949px) {
  img.aligncenter {
    width: 100%;
    height: auto;
  }
}
img.alignright {
  float: right;
  margin: 0 0 15px 15px;
}
@media only screen and (max-width: 640px) {
  img.alignright {
    width: 100%;
    max-width: 300px;
    height: auto;
    float: none;
    margin: 10px auto;
    display: block;
  }
}
img.alignleft {
  float: left;
  margin: 0 15px 15px 0;
}
@media only screen and (max-width: 640px) {
  img.alignleft {
    width: 100%;
    max-width: 300px;
    height: auto;
    float: none;
    margin: 10px auto;
    display: block;
  }
}
img.alignnone {
  clear: both;
}
@media only screen and (max-width: 640px) {
  img.alignnone {
    width: 90%;
  }
}
@media only screen and (max-width: 640px) {
  img.size-thumbnail.alignright {
    float: right;
    margin: 0 0 15px 15px;
    width: 100px;
    height: auto;
  }
}

/*
    slicknav_menu
*/
@media only screen and (min-width: 950px) {
  .slicknav_menu {
    display: none;
  }
}

/*
    contaier
*/
.container {
  width: 950px;
  margin: 0 auto;
}
@media only screen and (max-width: 949px) {
  .container {
    width: 100%;
  }
}

/*
    wrapper nav-area main
*/
.wrapper {
  letter-spacing: -0.4em;
  padding: 2em 0;
}
.wrapper .layout {
  letter-spacing: normal;
  display: inline-block;
  *display: inline;
  *zoom: 1;
  vertical-align: top;
}
@media only screen and (max-width: 640px) {
  .wrapper .layout {
    display: block;
  }
}
.wrapper .nav-area {
  width: 200px;
}
@media only screen and (max-width: 949px) {
  .wrapper .nav-area {
    display: none;
  }
}
.wrapper .main {
  width: 700px;
  margin-left: 50px;
}
@media only screen and (max-width: 949px) {
  .wrapper .main {
    width: 100%;
    margin-left: 0;
  }
}

/*
    nav-area
*/
@media only screen and (max-width: 949px) {
  .nav-area {
    display: none !important;
  }
}
.nav-area .nav ul li a {
  text-decoration: none;
  background: url(img/flower-01.gif) left center no-repeat;
  padding: 0.7em 0 0.7em 2.7em;
  color: #f3060d;
  font-size: 1.25em;
  margin-bottom: 0.3em;
}
@media only screen and (min-width: 950px) {
  .nav-area .nav ul li a {
    display: block;
  }
}
.nav-area .nav ul li a:hover {
  border-bottom: 1px dotted #fff;
}
.nav-area .nav ul li ul li {
  margin-left: 1em;
}
.nav-area .nav ul li ul li a {
  padding: 0.3em 0 0.3em 2em;
  background: url(img/flower-02.gif) left center no-repeat;
  color: #000;
  font-size: 1em;
  line-height: 1.5em;
}

/*
    main
*/
.main .cover {
  text-align: center;
  position: relative;
}
@media only screen and (max-width: 640px) {
  .main .cover img {
    width: 100%;
    max-width: 637px;
    height: auto;
  }
}
.main .cover .thumb {
  position: absolute;
  top: 44%;
  left: 8.5%;
}
.main .cover .thumb img {
  width: 180px;
  height: auto;
}
@media only screen and (max-width: 640px) {
  .main .cover .thumb img {
    width: 95px;
    height: auto;
  }
}
.main .info {
  padding: 1em;
  background: #f7ff03;
}
.main .info h2 {
  color: #f3060d;
  font-size: 1.3em;
  margin-bottom: 0.5em;
}
.main .info ul li {
  line-height: 1.5em;
}
.main .haiku {
  text-align: center;
  padding: 1.5em 0;
  font-size: 1.5em;
}
.main address {
  text-align: center;
  line-height: 1.5em;
}

/*
    doc
*/
.doc {
  margin-top: 2em;
}
.doc h1 {
  font-size: 1.5em;
  padding: 0.3em;
  color: #fff;
  border-bottom: 1px solid #fff;
  -moz-box-shadow: 0 10px 6px -6px #888;
  -webkit-box-shadow: 0 10px 6px -6px #888;
  box-shadow: 0 10px 6px -6px #888;
  margin: 0 0 1.7em 0;
}
.doc h1:before {
  font-family: 'Font Awesome\ 5 Free', 'Font Awesome\ 5 Brands';
  content: "\f303";
  vertical-align: 20%;
  font-size: 0.7em;
  margin-right: 0.4em;
  font-weight: bold;
}
@media only screen and (max-width: 949px) {
  .doc .content {
    padding: 0.5em;
  }
}
.doc .content h2 {
  font-size: 1.4em;
  padding: 0.5em;
  margin: 1.5em 0 1.5em 0;
  border-bottom: 1px dotted #f7ff03;
  background: #0099cc;
}
.doc .content h2:before {
  font-family: 'Font Awesome\ 5 Free', 'Font Awesome\ 5 Brands';
  content: "\f0c6";
  vertical-align: 20%;
  font-size: 0.7em;
  margin-right: 0.5em;
  font-weight: bold;
}
.doc .content p {
  line-height: 1.7em;
  margin-bottom: 1em;
}
.doc .content ul {
  line-height: 1.6em;
}
.doc .content ul li {
  list-style: circle;
  margin-left: 1.5em;
}
.doc .content ol {
  line-height: 1.6em;
}
.doc .content ol li {
  list-style: decimal;
  margin-left: 1.5em;
}
.doc .content .haiku-list ul {
  letter-spacing: -0.4em;
}
.doc .content .haiku-list ul li {
  list-style: none;
  margin: 0;
  letter-spacing: normal;
  display: inline-block;
  *display: inline;
  *zoom: 1;
  width: 33.33%;
}
@media only screen and (max-width: 640px) {
  .doc .content .haiku-list ul li {
    width: 50%;
  }
}
.doc .content .haiku-list ul li a {
  text-decoration: none;
  display: block;
  text-align: center;
  padding: 0.7em 0;
  border-radius: 0.5em;
}
.doc .content .haiku-list ul li a:before {
  font-family: 'Font Awesome\ 5 Free', 'Font Awesome\ 5 Brands';
  content: "\f0c6";
  vertical-align: 20%;
  font-size: 0.75em;
  margin-right: 0.4em;
  font-weight: bold;
}
.doc .content .haiku-list ul li a:hover {
  background: #fff;
}
.doc .content .other-list .other-list-single {
  border: 1px solid #f7ff03;
  margin-bottom: 2em;
}
.doc .content .other-list .other-list-single h2 {
  margin: 0 0 0.7em 0;
  color: #f7ff03;
}
.doc .content .other-list .other-list-single .date {
  color: #fff;
  font-size: 0.8em;
  padding: 0 0 0.7em 0.7em;
}
.doc .content .other-list .other-list-single p {
  margin: 0 1em 1em 1em;
}
.doc .content .setumei {
  padding: 0.5em;
  border: 1px solid #f7ff03;
  margin-bottom: 2em;
  border-radius: 0.5em;
  background: #fff;
}
.doc .content .setumei p {
  margin-bottom: 0;
}
.doc .content .blog-entry .date {
  color: #fff;
  font-size: 0.8em;
  padding: 0 0 0.7em 0.7em;
}
.doc .content table {
  width: 95%;
  margin: 0 auto 1em auto;
}
.doc .content table tr th, .doc .content table tr td {
  padding: 0.7em;
  border: 1px solid #f7ff03;
  vertical-align: middle;
  line-height: 1.6em;
}
.doc .content table tr th {
  background: #00bfff;
}
.doc .content .slide-table {
  padding: 0.7em 0;
}
@media only screen and (max-width: 640px) {
  .doc .content .slide-table {
    overflow-x: auto;
    overflow-y: hidden;
    -webkit-overflow-scrolling: touch;
    padding: 0.5em 0 1em 0;
  }
}
@media only screen and (max-width: 640px) {
  .doc .content .slide-table table {
    width: 700px;
  }
}

/*
    child-loop child-img child-text  child-layout
*/
.child-loop {
  margin-bottom: 2em;
}
.child-loop a {
  display: block;
  letter-spacing: -0.4em;
}
.child-loop a:hover {
  background: #0099cc;
  color: #000;
}
.child-loop a .child-layout {
  letter-spacing: normal;
  display: inline-block;
  *display: inline;
  *zoom: 1;
  vertical-align: top;
}
.child-loop a .child-img {
  width: 150px;
  padding: 0.5em;
}
.child-loop a .child-img img {
  width: 100%;
  max-width: 150px;
  height: auto;
}
.child-loop a .child-text {
  width: -moz-calc(100% - 150px);
  width: -o-calc(100% - 150px);
  width: -webkit-calc(100% - 150px);
  width: calc(100% - 150px);
  padding: 0 0.5em 0 1em;
}
.child-loop a .child-text h2 {
  margin-top: 0;
}

/*
    photo-wrap img-signle
*/
.photo-wrap {
  letter-spacing: -0.4em;
}
.photo-wrap .photo-signle {
  letter-spacing: normal;
  display: inline-block;
  *display: inline;
  *zoom: 1;
  width: 33.33%;
  padding: 0.5em;
  margin-bottom: 1.8em;
  vertical-align: top;
}
@media only screen and (max-width: 640px) {
  .photo-wrap .photo-signle {
    width: 50%;
  }
}
.photo-wrap .photo-signle a img {
  width: 100%;
  max-width: 150px;
  height: auto;
  display: block;
  margin: 0 auto;
}
.photo-wrap .photo-signle a img:hover {
  -moz-box-shadow: 0px 0px 5px #333333;
  -webkit-box-shadow: 0px 0px 5px #333333;
  box-shadow: 0px 0px 5px #333333;
}
.photo-wrap .photo-signle span {
  display: block;
  padding: 0.5em 0;
  font-size: 0.85em;
  line-height: 1.5em;
}

/*
    gallery
*/
@media only screen and (max-width: 640px) {
  .gallery dl {
    float: none !important;
    width: 100%;
  }
}
.gallery dl dd {
  padding: 1em 0;
  font-size: 0.8em;
}

/*
    entry-nav entry-nav-prev entry-nav-next entry-nav-link
*/
.entry-nav {
  margin-top: 3em;
  border-top: 1px solid #ccc;
  letter-spacing: -0.4em;
}
.entry-nav .entry-nav-link {
  letter-spacing: normal;
  display: inline-block;
  *display: inline;
  *zoom: 1;
  width: 50%;
}
.entry-nav .entry-nav-link a {
  display: block;
  text-align: center;
  padding: 0.7em 0;
  background: #fff;
  text-decoration: none;
  background: #eee;
}
.entry-nav .entry-nav-link a:hover {
  background: #0099cc;
}

/*
    footer
*/
.footer {
  text-align: center;
  padding: 1.5em 0;
  margin-top: 1.5em;
  border-top: 1px solid #777;
}
.footer p.copy {
  font-size: 0.8em;
  line-height: 1.7em;
}
