@charset "UTF-8";
/*!
* html5doctor.com Reset Stylesheet v1.6.1 (http://html5doctor.com/html-5-reset-stylesheet/)
* Richard Clark (http://richclarkdesign.com)
* http://cssreset.com
*/
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: 0px;
  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 dotted gray;
  margin: 10px 0;
  padding: 0;
}

input,
select {
  vertical-align: middle;
}

*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}

/*画面全体の設定*/
body,
html {
  scroll-behavior: smooth;
}

html {
  font-size: 62.5%;
}

body {
  -webkit-text-size-adjust: 100%;
  font-size: 16px;
  font-size: 1.6rem;
  font-family: "M PLUS 1p", sans-serif;
  line-height: 1;
  margin: 0;
  padding: 0px;
}

html,
body {
  color: #333333;
}

br {
  letter-spacing: normal;
}

img {
  border: 0;
  vertical-align: bottom;
  max-width: 100%;
  height: auto;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  font-weight: normal;
}

.clearfix:after {
  content: ".";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}

.cf:after {
  content: ".";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}

.forP {
  display: block;
}
@media screen and (max-width: 960px) {
  .forP {
    display: none;
  }
}

.forPT {
  display: block;
}
@media screen and (max-width: 480px) {
  .forPT {
    display: none;
  }
}

.forTS {
  display: none;
}
@media screen and (max-width: 960px) {
  .forTS {
    display: block;
  }
}

.forS {
  display: none;
}
@media screen and (max-width: 480px) {
  .forS {
    display: block;
  }
}

a {
  color: #5e74ae;
  text-decoration: none;
}
a:link, a:visited {
  text-decoration: none;
}
a:hover {
  text-decoration: underline;
  color: #5e74ae;
}
a:active {
  text-decoration: none;
}

.flL {
  float: left;
}

.flR {
  float: right;
}

.clb {
  clear: both;
}

.taL {
  text-align: left;
}

.taR {
  text-align: right;
}

.taC {
  text-align: center;
}

.imgR {
  float: right;
  margin: 10px 0 5px 10px;
  width: 150px;
}
@media screen and (max-width: 960px) {
  .imgR {
    float: none;
    margin: 5px auto 5px auto;
    width: 100%;
  }
}

.imgL {
  float: left;
  margin: 5px 10px 5px 0;
  width: 360px;
}
@media screen and (max-width: 960px) {
  .imgL {
    float: none;
    margin: 5px auto 5px auto;
    width: 100%;
  }
}

.img-message {
  float: left;
  margin: 5px 10px 5px 0;
  width: 400px;
}
@media screen and (max-width: 960px) {
  .img-message {
    float: none;
    margin: 5px auto 5px auto;
    width: 100%;
  }
}

.img-kenshui {
  float: left;
  margin: 5px 10px 5px 0;
  width: 200px;
}
@media screen and (max-width: 960px) {
  .img-kenshui {
    float: none;
    margin: 5px auto 5px auto;
    width: 100%;
  }
}

.img60 {
  width: 60%;
  margin: auto;
}
@media screen and (max-width: 960px) {
  .img60 {
    width: 100%;
  }
}

.img70 {
  width: 70%;
  margin: auto;
}
@media screen and (max-width: 960px) {
  .img70 {
    width: 100%;
  }
}

.img80 {
  width: 80%;
  margin: auto;
}
@media screen and (max-width: 960px) {
  .img80 {
    width: 100%;
  }
}

.red {
  color: #e8373d;
}

.pink {
  color: #e1517a;
}

.blue {
  color: #072347;
}

.yellow {
  color: #fcdc30;
}

.green {
  color: #435a3b;
}

.white {
  color: #fff;
}

.gray {
  color: #454342;
}

.bgW {
  background-color: #fff;
}

.bgG {
  background-color: #606f62;
}

.bgP {
  background-color: #524161;
}

.bgR {
  background-color: #8f5852;
}

.bgY {
  background-color: #968a4c;
}

.bgB {
  background-color: #5b6b8e;
}

.bgB-dark {
  background-color: #313d6b;
}

.bgH {
  background-color: #464646;
}

.pl1 {
  padding-left: 1px;
}

.pl10 {
  padding-left: 10px;
}

.p20 {
  padding: 10px 20px;
}

.mt5 {
  margin-top: 5px;
}

.mt10 {
  margin-top: 10px;
}

.mt20 {
  margin-top: 20px;
}

.mb10 {
  margin-bottom: 10px;
}

.mb20 {
  margin-bottom: 20px;
}

.mr10 {
  margin-right: 10px;
}

.mr30 {
  margin-right: 30px;
}

.ml10 {
  margin-left: 10px;
}

.pt10 {
  padding-top: 10px;
}

.pb10 {
  padding-bottom: 10px;
}

.pt20 {
  padding-top: 20px;
}

.pt30 {
  padding-top: 30px;
}

.pt50 {
  padding-top: 50px;
}

.foSS {
  font-size: 60%;
}

.foSSS {
  font-size: 40%;
}

.foS {
  font-size: 80%;
}

.foM {
  font-size: 100%;
}

.foL {
  font-size: 120%;
  padding-top: 10px;
}

.foLL {
  font-size: 140%;
}

.foSB {
  font-size: 0.6em;
  font-weight: bold;
}

.foMB {
  font-size: 1em;
  font-weight: bold;
}

.foLB {
  font-size: 1.2em;
  font-weight: bold;
}

.foLLB {
  font-size: 1.4em;
  font-weight: bold;
}

.foB {
  font-weight: bold;
}

.strong {
  font-weight: bold;
}

.container {
  width: 100%;
  display: flex;
  flex-direction: column;
  min-height: 100vh;
}

.header {
  background: #ffe500;
  height: auto;
}
.header .logo-move, .header .logo-miti-s, .header .logo-miti {
  padding: 20px 0;
  text-align: center;
  width: 100%;
  box-shadow: 0px 10px 10px 0px rgba(0, 0, 0, 0.5);
}
.header .logo-move img, .header .logo-miti-s img, .header .logo-miti img {
  width: 180px;
}
@media screen and (max-width: 960px) {
  .header .logo-move, .header .logo-miti-s, .header .logo-miti {
    padding: 10px 0;
  }
  .header .logo-move img, .header .logo-miti-s img, .header .logo-miti img {
    width: 120px;
  }
}
.header .logo-miti {
  padding: 20px 0;
  border-bottom: 8px solid #e1517a;
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.5);
}
.header .logo-miti img {
  width: 260px;
}
@media screen and (max-width: 960px) {
  .header .logo-miti img {
    width: 160px;
  }
}
.header .logo-miti-s {
  padding: 20px 0;
  border-bottom: 8px solid #e1517a;
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.5);
}
.header .logo-miti-s img {
  width: 110px;
}
@media screen and (max-width: 960px) {
  .header .logo-miti-s {
    padding: 15px 0;
  }
  .header .logo-miti-s img {
    width: 80px;
  }
}
.header .btn-miti {
  text-align: center;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.4;
  padding-top: 10px;
}
@media screen and (max-width: 960px) {
  .header .btn-miti {
    top: 15px;
    right: 10px;
  }
}

.wrap {
  position: relative;
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
}
@media screen and (max-width: 960px) {
  .wrap {
    width: 100%;
  }
}

.accordion-container {
  position: relative;
  width: 100%;
  border-top: none;
  cursor: pointer;
  padding: 10px 0;
  overflow: hidden;
}
.accordion-container .accordion-title {
  text-align: center;
  display: block;
  position: relative;
  margin: 0;
  padding: 0.625em 0 0.625em;
  font-size: 1.25em;
  font-weight: normal;
  color: #4d4d4d;
  cursor: pointer;
}
.accordion-container .accordion-title img {
  width: 300px;
  margin: 0 auto;
}
@media screen and (max-width: 960px) {
  .accordion-container .accordion-title {
    padding: 0.4em 0 0.4em;
  }
  .accordion-container .accordion-title img {
    width: 200px;
  }
}
.accordion-container .accordion-title:hover, .accordion-container .accordion-title:active {
  background-color: #feef7b;
}
.accordion-container .content-entry.open .accordion-title {
  background-color: #00aaa7;
  color: white;
}
.accordion-container .accordion-title:hover i:before, .accordion-container .accordion-title:hover i:active {
  color: white;
}
.accordion-container .content-entry.open i {
  color: white;
}

.accordion-title {
  position: relative;
}
.accordion-title:after {
  content: "";
  position: absolute;
  right: 25px;
  top: 30%;
  transition: all 0.2s ease-in-out;
  display: block;
  width: 18px;
  height: 18px;
  border-top: solid 2px #000;
  border-right: solid 2px #000;
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
}
.accordion-title.open:after {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  top: 45%;
}

.accordion-content {
  display: none;
}

.search-box-wrap {
  border: 3px solid #fff;
  padding: 30px;
  box-sizing: border-box;
  margin-top: 10px;
  margin-bottom: 20px;
  font-size: 18px;
  letter-spacing: 0.1em;
  height: 400px;
  overflow-y: scroll;
}
@media screen and (max-width: 960px) {
  .search-box-wrap {
    width: 96%;
    padding: 10px;
    margin: 10px auto;
    height: 600px;
  }
}

.search-box {
  /*border: 1px solid #000;*/
  margin: 10px 0;
}

.search-box_title {
  font-weight: bold;
  line-height: 2;
}

.search-box label {
  cursor: pointer;
  display: inline-block;
  margin-right: 10px;
  line-height: 1.4;
}

.search-box input[type=radio] {
  width: 16px;
  height: 16px;
  margin: -2px 5px 0 0;
  padding: 0;
  box-sizing: border-box;
  vertical-align: middle;
}

.search-box input[type=checkbox] {
  width: 16px;
  height: 16px;
  margin: -2px 5px 0 0;
  padding: 0;
  box-sizing: border-box;
  vertical-align: middle;
}

.search-box-wrap_release {
  float: right;
  position: relative;
  top: -35px;
  margin-left: 20px;
  width: 180px;
  text-align: center;
  background-color: #fff;
  padding: 5px 0;
  cursor: pointer;
  display: block;
}
@media screen and (max-width: 960px) {
  .search-box-wrap_release {
    top: 5px;
  }
}
.search-box-wrap_release a:link, .search-box-wrap_release a:visited {
  color: #2c2c2c;
  text-decoration: underline;
}
.search-box-wrap_release a:hover {
  color: #f60010;
  text-decoration: underline;
}

.search-area input[type=text] {
  padding: 5px 5px 3px;
  font-size: 20px;
}

.search-area input[type=text]:focus {
  background: #f9f9f9;
}

.result-box {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: flex-start;
  max-width: 100%;
  margin: 5px auto 0;
}

.result-box .hidden {
  display: none;
}

.result {
  width: 30%;
  margin: 0 1.5% 10px;
  font-size: 18px;
  line-height: 1.2;
}
@media screen and (max-width: 960px) {
  .result {
    width: 100%;
    margin: 0 2.3% 10px;
  }
}

.result.is-hide {
  display: none;
}

.result a {
  display: block;
  color: #444;
  text-decoration: none;
}

.result a:hover {
  text-decoration: underline;
}

.topics {
  border-top: 20px solid #fff;
  background: #eee url("../../img/bg-topics.jpg");
  padding: 20px 0;
  text-align: center;
  width: 100%;
}
.topics img {
  width: 96%;
  max-width: 960px;
}

.gaibu {
  margin: 20px auto 0;
  background: #fff;
  overflow: hidden;
  border-radius: 10px;
  width: 100%;
  max-width: 1032px;
}
@media screen and (max-width: 960px) {
  .gaibu {
    width: 96%;
    margin: 20px auto 0;
  }
}

.news-midasi {
  border-top: 20px solid #fff;
  background: #fff url("../../img/bg-news.jpg") repeat-x;
  background-size: contain;
  height: 120px;
  padding: 5px 0;
  text-align: center;
  width: 100%;
}
.news-midasi img {
  width: 80%;
}
@media screen and (min-width: 480px) and (max-width: 960px) {
  .news-midasi {
    height: 100px;
    padding: 10px 0;
  }
  .news-midasi img {
    width: 96%;
  }
}
@media screen and (max-width: 480px) {
  .news-midasi {
    height: 60px;
    padding: 5px 0;
  }
  .news-midasi img {
    width: 96%;
  }
}

.news {
  width: 100%;
  max-width: 1032px;
  margin: 30px auto 20px;
}
@media screen and (max-width: 960px) {
  .news {
    width: 96%;
    margin: 20px auto 0;
  }
}

/* clearfix */
.clearfix:after {
  content: ".";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}

.clearfix {
  display: inline-block;
}

/* for macIE \*/
* html .clearfix {
  height: 1%;
}

.clearfix {
  display: block;
}

ul#newsList {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
  margin: 0 0 15px;
  padding: 0;
}

ul#newsList li {
  border-radius: 15px;
  width: 300px;
  height: 300px;
  color: #666;
  background: #e6e6e6;
  font-size: 12px;
  margin: 1%;
  padding: 0px 0;
  margin-bottom: 20px;
  line-height: 120%;
  list-style-type: none;
  box-shadow: 2px 2px 4px #333;
}
@media screen and (max-width: 480px) {
  ul#newsList li {
    border-radius: 10px;
    width: 160px;
    height: 160px;
  }
}

ul#newsList::after {
  display: block;
  content: "";
  width: 317px;
}

a {
  color: #36f;
  text-decoration: underline;
}

a:hover {
  color: #039;
  text-decoration: none;
}

/*タグ表示のスタイル*/
.thumbNailWrap {
  display: block;
  width: 300px;
  height: 150px;
  overflow: hidden;
  border-radius: 15px 15px 0 0;
  margin-bottom: 10px;
}
@media screen and (max-width: 480px) {
  .thumbNailWrap {
    width: 160px;
    height: 80px;
    margin-bottom: 5px;
    border-radius: 10px 10px 0 0;
  }
}

.catName {
  color: #fff;
  padding: 5px 8px;
  border-radius: 5px;
  font-size: 12px;
  line-height: 12px;
  margin: 0px 10px 3px 20px;
  background: #072347;
  float: left;
}
@media screen and (max-width: 480px) {
  .catName {
    padding: 3px 5px;
    border-radius: 3px;
    font-size: 8px;
    line-height: 8px;
    margin: 0px 5px 3px 8px;
  }
}

.school-tag {
  width: auto;
}

.school-tag a {
  color: gray;
  text-decoration: none;
  display: block;
  padding: 2px 0px;
  font-size: 13px;
  line-height: 1.2;
  margin: 0px 10px 0px;
  text-align: left;
}
@media screen and (max-width: 480px) {
  .school-tag a {
    font-size: 8px;
    line-height: 1;
  }
}

.school-tag a:hover {
  color: #333333;
}

.theme-tag {
  width: auto;
}

.theme-tag a {
  color: #10809c;
  text-decoration: none;
  display: block;
  padding: 0px 20px;
  font-size: 15px;
  line-height: 1.6;
  text-align: left;
}
@media screen and (max-width: 480px) {
  .theme-tag a {
    padding: 0px 10px;
    font-size: 8px;
    line-height: 1;
  }
}

.theme-tag a:hover {
  color: #10809c;
  text-decoration: underline;
}

.theme-name {
  border: 1px solid gray;
  background: #295259;
  border-radius: 10px;
  margin: 40px 0 30px;
  text-align: center;
  font-size: 30px;
  font-size: 3rem;
  color: #fff;
  line-height: 1.5;
  padding: 3px;
}
@media screen and (min-width: 480px) and (max-width: 960px) {
  .theme-name {
    border-radius: 5px;
    font-size: 28px;
    font-size: 2.8rem;
  }
}
@media screen and (max-width: 480px) {
  .theme-name {
    border-radius: 5px;
    font-size: 22px;
    font-size: 2.2rem;
  }
}

.title {
  float: left;
  display: block;
  font-size: 18px;
  line-height: 1.3;
  color: #333333;
  padding: 0px 20px;
}
@media screen and (max-width: 480px) {
  .title {
    font-size: 10px;
    line-height: 1.3;
    padding: 0px 10px;
  }
}
.title a:link {
  color: #333333;
  text-decoration: none;
}
.title a:visited {
  color: #333333;
  text-decoration: none;
}
.title a:hover {
  color: #333333;
  text-decoration: underline;
}
.title span {
  color: gray;
  font-size: 12px;
  line-height: 2;
}
@media screen and (max-width: 480px) {
  .title span {
    font-size: 9px;
    line-height: 2;
  }
}

.up_ymd {
  margin-left: 20px;
  line-height: 1.7;
  font-size: 12px;
}
@media screen and (max-width: 480px) {
  .up_ymd {
    margin-left: 10px;
    line-height: 0.8;
    font-size: 10px;
  }
}

/*poo-end*/
.newMark {
  position: relative;
  top: -1px;
  right: 0px;
  display: inline-block;
  border: 1px solid #f00;
  padding: 1px 4px;
  font-size: 8px;
  line-height: 100%;
  background: #f00;
  color: #fff;
  border-radius: 8px;
  font-style: italic;
}
@media screen and (max-width: 480px) {
  .newMark {
    font-size: 8px;
    border-radius: 6px;
  }
}

.comment {
  display: block;
  padding: 3px 0;
  float: left;
  overflow: hidden;
  width: 500px; /* 本文部分の幅。ここは特に設置ページ合わせて変更下さい */
}

/* Pager style（外部化可） */
.pager {
  text-align: right;
  padding: 10px;
  clear: both;
}

/*ページャーボタン*/
.pager a {
  border: 1px solid #999;
  border-radius: 5px 5px 5px 5px;
  color: #333;
  font-size: 12px;
  padding: 3px 7px 2px;
  text-decoration: none;
  margin: 0 1px;
}

/*現在のページのボタン*/
.pager a.current {
  background: #999;
  border: 1px solid #999;
  border-radius: 5px 5px 5px 5px;
  color: #fff;
  font-size: 12px;
  padding: 3px 7px 2px;
  margin: 0 1px;
  text-decoration: none;
}

.pager a:hover {
  background: #999;
  color: #fff;
}

.overPagerPattern {
  padding: 0 2px;
}

/* /Pager style */
/*タグ表示のスタイル*/
.main {
  max-width: 940px;
  width: 100%;
  margin: 0 auto;
  overflow: hidden;
}
@media screen and (max-width: 960px) {
  .main {
    width: 96%;
  }
}

.kosha {
  width: 100%;
  margin: 0px auto 0px;
  position: relative;
  min-height: 30px;
}
.kosha img {
  margin: 20px 0;
}
@media screen and (max-width: 960px) {
  .kosha {
    min-height: 70px;
  }
}

.btn-wrap {
  max-width: 940px;
  width: 100%;
  margin: 0 auto;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-end;
  align-items: flex-start;
  position: absolute;
  bottom: -50px;
  right: 0px;
}
@media screen and (max-width: 960px) {
  .btn-wrap {
    width: 96%;
    top: 30px;
    right: 10px;
  }
}

.to-hp, .type {
  margin: 0 0 0 10px;
  text-align: center;
  height: 26px;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.5;
  font-weight: bold;
}
.to-hp a:link, .type a:link, .to-hp a:visited, .type a:visited {
  display: block;
  color: #4d4d4d;
  text-decoration: none;
  border-radius: 3px;
  border: 1px solid gray;
  background-color: #c0e899;
  padding: 0px 15px;
}
.to-hp a:hover, .type a:hover {
  color: #fff;
  background-color: #386f11;
}
@media screen and (max-width: 960px) {
  .to-hp, .type {
    font-size: 14px;
    font-size: 1.4rem;
    height: 22px;
  }
}

.type {
  border: 1px solid gray;
  border-radius: 3px;
  padding: 0px 15px;
}
@media screen and (max-width: 960px) {
  .type {
    font-size: 14px;
    font-size: 1.4rem;
    height: 22px;
  }
}

.dansi {
  background-color: #bce2ee;
  color: #2e408b;
}

.kyogaku {
  background-color: #f5ed98;
  color: #f08857;
}

.jyosi {
  background-color: #f5ccd7;
  color: #d93231;
}

.other {
  background-color: #fff;
  color: #0c7d14;
}

.kosho {
  float: left;
  margin-right: 10px;
}
.kosho img {
  max-width: 70px;
  margin-bottom: 0;
}
@media screen and (max-width: 960px) {
  .kosho img {
    max-width: 55px;
  }
}

.ruby {
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 1.2;
}

.name {
  font-size: 32px;
  font-size: 3.2rem;
  font-weight: bold;
  line-height: 1.2;
}
@media screen and (max-width: 960px) {
  .name {
    font-size: 22px;
    font-size: 2.2rem;
  }
}

.address {
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 1.2;
  margin-bottom: 15px;
}

.past-articles {
  margin: 10px auto 5px;
  text-align: center;
  font-size: 16px;
  line-height: 1.7;
}
.past-articles a:link, .past-articles a:visited {
  color: #fff;
  text-decoration: none;
  border: 1px solid gray;
  border-radius: 5px;
  padding: 5px 30px;
  background: #1f4c8c;
}
.past-articles a:hover {
  color: #4d4d4d;
  background: #fff;
}

.bnr-wrap {
  max-width: 940px;
  width: 100%;
  margin: 0 auto;
  overflow: hidden;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-start;
  justify-content: space-between;
  align-items: flex-start;
}
@media screen and (max-width: 960px) {
  .bnr-wrap {
    width: 96%;
  }
}

.bnr {
  max-width: 288px;
  width: 30%;
  height: auto;
  margin-bottom: 10px;
}
@media screen and (max-width: 960px) {
  .bnr {
    width: 32%;
  }
}

.appli {
  margin-top: 20px;
  background: #ffe500;
  padding: 20px 0;
  text-align: center;
  width: 100%;
}
.appli .btn-appli {
  max-width: 120px;
  width: 20%;
  margin: 10px auto 0;
}
.appli .text-appli {
  margin: 10px auto;
  max-width: 960px;
  width: 98%;
}
.appli .qr {
  display: flex;
  align-items: center;
  justify-content: center;
  justify-content: space-around;
  padding: 0 8%;
}

.qr-ios,
.qr-android {
  width: 160px;
}
@media screen and (max-width: 480px) {
  .qr-ios,
  .qr-android {
    width: 30%;
  }
}

.btn-appli-2 {
  width: 140px;
  margin: 0 30px;
}
@media screen and (max-width: 480px) {
  .btn-appli-2 {
    width: 80px;
    margin: 0 14px;
  }
}

.category {
  background: #072347;
  text-align: center;
  padding-bottom: 30px;
}
@media screen and (max-width: 960px) {
  .category {
    padding-bottom: 10px;
  }
}
.category img {
  width: 100%;
  max-width: 960px;
  margin: 30px auto 0px;
}
@media screen and (max-width: 960px) {
  .category img {
    width: 96%;
    margin: 10px auto 0px;
  }
}

.event {
  background: #4d4d4d;
  text-align: center;
}
.event img {
  width: 80%;
  max-width: 440px;
  margin: 30px auto 0px;
}

.swiper-wrapper {
  /* wrapperのサイズを調整 */
  width: 100%;
  height: 300px;
}

.swiper-slide {
  /* スライドのサイズを調整、中身のテキスト配置調整、背景色 */
  color: #ffffff;
  width: 100%;
  height: 100%;
  text-align: center;
  font-size: 14px;
  background-color: #4d4d4d;
}
.swiper-slide img {
  width: 80%;
  max-width: 440px;
  margin: 30px auto 0px;
}
@media screen and (max-width: 960px) {
  .swiper-slide img {
    width: 70%;
  }
}

:root {
  --swiper-navigation-color: #cbcece;
}

.caption {
  font-size: 14px;
  padding: 10px 0 20px;
  line-height: 1.7;
  color: #e6e6e6;
}
.caption a:link, .caption a:visited {
  display: block;
  color: #e6e6e6;
  text-decoration: none;
}
.caption a:hover {
  color: #e6e6e6;
  text-decoration: underline;
}

.tourokuko-wrap {
  width: 100%;
  background: #eee url("../../img/bg-tourokuko.jpg");
  text-align: center;
  padding-bottom: 30px;
}
.tourokuko-wrap .midasi {
  width: 96%;
  margin: 0 auto;
  max-width: 960px;
  padding: 30px 0 10px;
}

.tourokuko {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  height: 300px;
  overflow-y: scroll;
}
.tourokuko .item-dansi, .tourokuko .item-kyogaku, .tourokuko .item-jyosi {
  background-color: rgba(255, 255, 255, 0.6);
  width: 23%;
  margin: 10px 1%;
  border-bottom: 3px solid #0f80ff;
}
.tourokuko .item-dansi a:link, .tourokuko .item-kyogaku a:link, .tourokuko .item-jyosi a:link, .tourokuko .item-dansi a:visited, .tourokuko .item-kyogaku a:visited, .tourokuko .item-jyosi a:visited {
  display: block;
  text-decoration: none;
}
.tourokuko .item-dansi a:hover, .tourokuko .item-kyogaku a:hover, .tourokuko .item-jyosi a:hover {
  background-color: rgb(255, 255, 255);
  text-decoration: none;
}
@media screen and (min-width: 480px) and (max-width: 960px) {
  .tourokuko .item-dansi, .tourokuko .item-kyogaku, .tourokuko .item-jyosi {
    width: 100%;
    width: 30%;
    margin: 10px 1%;
  }
}
@media screen and (max-width: 480px) {
  .tourokuko .item-dansi, .tourokuko .item-kyogaku, .tourokuko .item-jyosi {
    width: 100%;
    width: 48%;
    margin: 10px 1%;
  }
}
.tourokuko .item-jyosi {
  border-bottom: 3px solid #fc0107;
}
.tourokuko .item-kyogaku {
  border-bottom: 3px solid #1bd107;
}

.tourokuko-name {
  text-align: center;
  font-size: 14px;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.5;
  color: #333333;
  padding: 12px 5px 0;
}
@media screen and (max-width: 480px) {
  .tourokuko-name {
    font-size: 12px;
  }
}

.tourokuko-address {
  text-align: center;
  font-size: 12px;
  line-height: 1.5;
  color: gray;
  padding-bottom: 8px;
}
@media screen and (max-width: 480px) {
  .tourokuko-address {
    font-size: 10px;
  }
}

.catch {
  width: 100%;
  height: 425px;
  background: #fff;
  text-align: center;
  border-bottom: 80px solid #187c73;
}
@media screen and (max-width: 960px) {
  .catch {
    height: 44vw;
    border-bottom: 9vw solid #187c73;
  }
}
.catch img {
  width: 100%;
  max-width: 960px;
  margin: 0px auto 0px;
}

.category-midasi {
  text-align: center;
  padding: 30px 0;
}
@media screen and (max-width: 960px) {
  .category-midasi {
    padding: 10px 0;
  }
}
.category-midasi img {
  width: 100%;
  max-width: 1050px;
}
@media screen and (max-width: 960px) {
  .category-midasi img {
    width: 96%;
  }
}

.wrap-news-detail {
  width: 96%;
  max-width: 960px;
  margin: 0 auto;
}

.h2 {
  font-weight: 600;
  font-size: 20px;
  line-height: 1.3;
  border-bottom: 2px dotted gray;
  padding: 30px 10px 0;
}
@media screen and (max-width: 960px) {
  .h2 {
    font-size: 16px;
  }
}

.detailText {
  font-size: 16px;
  line-height: 1.5;
  padding: 0px 10px 10px;
}
@media screen and (max-width: 960px) {
  .detailText {
    font-size: 12px;
  }
}

#up_ymd {
  text-align: right;
  font-size: 13px;
  margin: 10px 10px;
}

.detailUpfile {
  margin: 5px 0 35px;
  text-align: center;
}

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

.pNav {
  font-size: 11px;
}

.btn-back {
  text-align: center;
  margin-top: 15px;
  margin-bottom: 20px;
}
.btn-back a {
  display: inline-block;
  padding: 8px 30px 8px;
  border: 1px solid #aaa;
  color: #fff;
  background-color: #ab4975;
  border-radius: 6px;
  text-decoration: none;
  font-size: 14px;
}
.btn-back a:hover {
  background-color: #ffe500;
  color: #333;
}

.footer {
  margin-top: auto;
  width: 100%;
  background-color: #ffe500;
}

.copyright {
  padding: 20px 0;
  margin: 0px 0px 0 0px;
  text-align: center;
  line-height: 1.4;
  font-size: 14px;
  font-size: 1.4rem;
  color: #4d4d4d;
}
.copyright a:link,
.copyright a:visited {
  color: #4d4d4d;
  text-decoration: underline;
}
.copyright a:hover {
  color: #4d4d4d;
  text-decoration: none;
}

/*!
 * jquery-drawer v3.2.2
 * Flexible drawer menu using jQuery, iScroll and CSS.
 * http://git.blivesta.com/drawer
 * License : MIT
 * Author : blivesta <design@blivesta.com> (http://blivesta.com/)
 */
.drawer-open {
  overflow: hidden !important;
}

.drawer-nav {
  position: fixed;
  z-index: 101;
  top: 0;
  overflow: hidden;
  width: 22rem;
  height: 100%;
  color: #222;
  background-color: #fff;
}

.drawer-brand {
  font-size: 1rem;
  font-weight: bold;
  display: block;
  padding: 0.75rem;
  text-decoration: none;
  color: #ec0006;
}

.drawer-menu {
  margin: 0;
  padding: 0;
  list-style: none;
  padding-top: 55px; /*poo-add*/
}

.drawer-menu-item {
  font-size: 1.6rem;
  display: block;
  padding: 1.2rem 0.75rem 1.2rem 1.5rem;
  text-decoration: none;
  color: #222;
  border-bottom: 1px solid #c7c9c9;
  line-height: 1.5;
}

.drawer-menu-item:hover {
  text-decoration: none;
  color: #fff;
  background-color: #0f1352;
}

.drawer-blue {
  font-size: 1.6rem;
  display: block;
  padding: 0.6rem 0.75rem 0.6rem 1.5rem;
  text-decoration: none;
  color: #1240c3;
}

.drawer-blue:hover {
  text-decoration: none;
  color: #fff;
  background-color: #1240c3;
}

/*! overlay */
.drawer-overlay {
  position: fixed;
  z-index: 100;
  top: 0;
  left: 0;
  display: none;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.2);
}

.drawer-open .drawer-overlay {
  display: block;
}

.drawer--top .drawer-nav {
  top: -100%;
  left: 0;
  width: 100%;
  height: auto;
  max-height: 100%;
  -webkit-transition: top 0.6s cubic-bezier(0.19, 1, 0.22, 1);
  transition: top 0.6s cubic-bezier(0.19, 1, 0.22, 1);
}

.drawer--top.drawer-open .drawer-nav {
  top: 0;
}

.drawer--top .drawer-hamburger,
.drawer--top.drawer-open .drawer-hamburger {
  right: 0;
}

.drawer--left .drawer-nav {
  left: -16.25rem;
  -webkit-transition: left 0.6s cubic-bezier(0.19, 1, 0.22, 1);
  transition: left 0.6s cubic-bezier(0.19, 1, 0.22, 1);
}

.drawer--left.drawer-open .drawer-nav,
.drawer--left .drawer-hamburger,
.drawer--left.drawer-open .drawer-navbar .drawer-hamburger {
  left: 0;
}

.drawer--left.drawer-open .drawer-hamburger {
  left: 16.25rem;
}

.drawer--right .drawer-nav {
  right: -22rem;
  -webkit-transition: right 0.6s cubic-bezier(0.19, 1, 0.22, 1);
  transition: right 0.6s cubic-bezier(0.19, 1, 0.22, 1);
}

.drawer--right.drawer-open .drawer-nav,
.drawer--right .drawer-hamburger,
.drawer--right.drawer-open .drawer-navbar .drawer-hamburger {
  right: 0;
}

.drawer--right.drawer-open .drawer-hamburger {
  right: 0rem;
}

.drawer-hamburger {
  position: fixed;
  z-index: 104;
  top: -2px;
  margin-right: 0px;
  display: block;
  box-sizing: content-box;
  width: 3rem;
  padding: 0;
  padding-top: 18px;
  padding-right: 1.5rem;
  padding-bottom: 25px;
  padding-left: 1.5rem;
  -webkit-transition: all 0.6s cubic-bezier(0.19, 1, 0.22, 1);
  transition: all 0.6s cubic-bezier(0.19, 1, 0.22, 1);
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  border: 0;
  outline: 0;
  background-color: #ffe500;
}

.drawer-hamburger:hover {
  cursor: pointer;
  background-color: #fff;
}

.drawer-hamburger-icon {
  position: relative;
  display: block;
  margin-top: 10px;
}

.drawer-hamburger-icon,
.drawer-hamburger-icon:before,
.drawer-hamburger-icon:after {
  width: 100%;
  height: 2px;
  -webkit-transition: all 0.6s cubic-bezier(0.19, 1, 0.22, 1);
  transition: all 0.6s cubic-bezier(0.19, 1, 0.22, 1);
  background-color: #222;
}

.drawer-hamburger-icon:before,
.drawer-hamburger-icon:after {
  position: absolute;
  top: -10px;
  left: 0;
  content: " ";
}

.drawer-hamburger-icon:after {
  top: 10px;
}

.drawer-open .drawer-hamburger-icon {
  background-color: transparent;
}

.drawer-open .drawer-hamburger-icon:before,
.drawer-open .drawer-hamburger-icon:after {
  top: 0;
}

.drawer-open .drawer-hamburger-icon:before {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.drawer-open .drawer-hamburger-icon:after {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

/*!
 * Only display content to screen readers
 * See: http://a11yproject.com/posts/how-to-hide-content
 */
.sr-only {
  position: absolute;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  border: 0;
}

/*!
 * Use in conjunction with .sr-only to only display content when it's focused.
 * Useful for "Skip to main content" links; see http://www.w3.org/TR/2013/NOTE-WCAG20-TECHS-20130905/G1
 * Credit: HTML5 Boilerplate
 */
.sr-only-focusable:active,
.sr-only-focusable:focus {
  position: static;
  overflow: visible;
  clip: auto;
  width: auto;
  height: auto;
  margin: 0;
}

.drawer--sidebar {
  background-color: #fff;
}

.drawer--sidebar .drawer-contents {
  background-color: #fff;
}

@media (min-width: 64em) {
  .drawer--sidebar .drawer-hamburger {
    display: none;
    visibility: hidden;
  }
  .drawer--sidebar .drawer-nav {
    display: block;
    -webkit-transform: none;
    transform: none;
    position: fixed;
    width: 12.5rem;
    height: 100%;
  }
  /*! Left */
  .drawer--sidebar.drawer--left .drawer-nav {
    left: 0;
    border-right: 1px solid #ddd;
  }
  .drawer--sidebar.drawer--left .drawer-contents {
    margin-left: 12.5rem;
  }
  /*! Right */
  .drawer--sidebar.drawer--right .drawer-nav {
    right: 0;
    border-left: 1px solid #ddd;
  }
  .drawer--sidebar.drawer--right .drawer-contents {
    margin-right: 12.5rem;
  }
  /*! container */
  .drawer--sidebar .drawer-container {
    max-width: 48rem;
  }
}
@media (min-width: 75em) {
  .drawer--sidebar .drawer-nav {
    width: 16.25rem;
  }
  .drawer--sidebar.drawer--left .drawer-contents {
    margin-left: 16.25rem;
  }
  .drawer--sidebar.drawer--right .drawer-contents {
    margin-right: 16.25rem;
  }
  /*! container */
  .drawer--sidebar .drawer-container {
    max-width: 60rem;
  }
}
.drawer--navbarTopGutter {
  padding-top: 3.75rem;
}

.drawer-navbar .drawer-navbar-header {
  border-bottom: 1px solid #ddd;
  background-color: #fff;
}

.drawer-navbar {
  z-index: 102;
  top: 0;
  width: 100%;
}

/*! .drawer-navbar modifier */
.drawer-navbar--fixed {
  position: fixed;
}

.drawer-navbar-header {
  position: relative;
  z-index: 102;
  box-sizing: border-box;
  width: 100%;
  height: 3.75rem;
  padding: 0 0.75rem;
  text-align: center;
}

.drawer-navbar .drawer-brand {
  line-height: 3.75rem;
  display: inline-block;
  padding-top: 0;
  padding-bottom: 0;
  text-decoration: none;
}

.drawer-navbar .drawer-brand:hover {
  background-color: transparent;
}

.drawer-navbar .drawer-nav {
  padding-top: 3.75rem;
}

.drawer-navbar .drawer-menu {
  padding-bottom: 7.5rem;
}

@media (min-width: 64em) {
  .drawer-navbar {
    height: 3.75rem;
    border-bottom: 1px solid #ddd;
    background-color: #fff;
  }
  .drawer-navbar .drawer-navbar-header {
    position: relative;
    display: block;
    float: left;
    width: auto;
    padding: 0;
    border: 0;
  }
  .drawer-navbar .drawer-menu--right {
    float: right;
  }
  .drawer-navbar .drawer-menu li {
    float: left;
  }
  .drawer-navbar .drawer-menu-item {
    line-height: 3.75rem;
    padding-top: 0;
    padding-bottom: 0;
  }
  .drawer-navbar .drawer-hamburger {
    display: none;
  }
  .drawer-navbar .drawer-nav {
    position: relative;
    left: 0;
    overflow: visible;
    width: auto;
    height: 3.75rem;
    padding-top: 0;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  .drawer-navbar .drawer-menu {
    padding: 0;
  }
  /*! dropdown */
  .drawer-navbar .drawer-dropdown-menu {
    position: absolute;
    width: 16.25rem;
    border: 1px solid #ddd;
  }
  .drawer-navbar .drawer-dropdown-menu-item {
    padding-left: 0.75rem;
  }
}
.drawer-dropdown-menu {
  display: none;
  box-sizing: border-box;
  width: 100%;
  margin: 0;
  padding: 0;
  background-color: #fff;
}

.drawer-dropdown-menu > li {
  width: 100%;
  list-style: none;
}

.drawer-dropdown-menu-item {
  line-height: 3.75rem;
  display: block;
  padding: 0;
  padding-right: 0.75rem;
  padding-left: 1.5rem;
  text-decoration: none;
  color: #222;
}

.drawer-dropdown-menu-item:hover {
  text-decoration: underline;
  color: #555;
  background-color: transparent;
}

/*! open */
.drawer-dropdown.open > .drawer-dropdown-menu {
  display: block;
}

/*! drawer-caret */
.drawer-dropdown .drawer-caret {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 4px;
  -webkit-transition: opacity 0.2s ease, -webkit-transform 0.2s ease;
  transition: opacity 0.2s ease, -webkit-transform 0.2s ease;
  transition: transform 0.2s ease, opacity 0.2s ease;
  transition: transform 0.2s ease, opacity 0.2s ease, -webkit-transform 0.2s ease;
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
  vertical-align: middle;
  border-top: 4px solid;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
}

/*! open */
.drawer-dropdown.open .drawer-caret {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}

.drawer-container {
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 64em) {
  .drawer-container {
    max-width: 60rem;
  }
}
@media (min-width: 75em) {
  .drawer-container {
    max-width: 70rem;
  }
}
.drawer--top.drawer-open .drawer-nav {
  top: 0;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}

.drawer--left.drawer-open .drawer-nav,
.drawer--left .drawer-hamburger,
.drawer--left.drawer-open .drawer-navbar .drawer-hamburger {
  left: 0;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}

.drawer--right.drawer-open .drawer-nav,
.drawer--right .drawer-hamburger,
.drawer--right.drawer-open .drawer-navbar .drawer-hamburger {
  right: 0;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}