@charset "UTF-8";
/*
Theme Name: notalome
Theme URI: http://notalone.com/
Description: デートDVの情報サイト notalome（ナタロン）
Version: 1
Author: Ryo Funakawa
Author URI: http://blue2-studio.com/
*/
/* resetCSS */
*:where(:not(html, iframe, canvas, img, svg, video, audio):not(svg*, symbol*)) {
  all: unset;
  display: revert;
}

*,
*::before,
*::after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

a,
button {
  cursor: revert;
}

ol,
ul,
menu {
  list-style: none;
  padding: 0;
  margin: 0;
}

img {
  max-inline-size: 100%;
  max-block-size: 100%;
}

table {
  border-collapse: collapse;
}

input,
textarea {
  -webkit-user-select: auto;
}

textarea {
  white-space: revert;
}

meter {
  -webkit-appearance: revert;
  -moz-appearance: revert;
       appearance: revert;
}

:where(pre) {
  all: revert;
}

::-moz-placeholder {
  color: unset;
}

::placeholder {
  color: unset;
}

::marker {
  content: initial;
}

:where([hidden]) {
  display: none;
}

:where([contenteditable]:not([contenteditable=false])) {
  -moz-user-modify: read-write;
  -webkit-user-modify: read-write;
  overflow-wrap: break-word;
  -webkit-line-break: after-white-space;
  -webkit-user-select: auto;
}

:where([draggable=true]) {
  -webkit-user-drag: element;
}

:where(dialog:modal) {
  all: revert;
}

/* resetCSSここまで */
/* リセット用CSSをインポート */
/*@include keyframes(animationSample){
0% {
opacity:0;
}
100% {
opacity:1;
}
}*/
@keyframes fade-in {
  0% {
    display: none;
    opacity: 0;
  }
  1% {
    display: block;
    opacity: 0;
  }
  100% {
    display: block;
    opacity: 1;
  }
}
@keyframes fade-out {
  0% {
    display: block;
    opacity: 1;
  }
  99% {
    display: block;
    opacity: 0;
  }
  100% {
    display: none;
    opacity: 0;
  }
}
/* mixin */
/* animation */
@keyframes fade-in {
  0% {
    display: none;
    opacity: 0;
  }
  1% {
    display: block;
    opacity: 0;
  }
  100% {
    display: block;
    opacity: 1;
  }
}
@keyframes slide {
  0% {
    display: none;
    opacity: 0;
    height: 0;
  }
  1% {
    display: block;
    opacity: 1;
  }
  100% {
    display: block;
    opacity: 1;
    height: 100%;
  }
}
@keyframes slideleft {
  0% {
    display: none;
    opacity: 0;
    height: 0;
    posigiton: fixed;
    right: -360px;
  }
  1% {
    display: block;
    opacity: 1;
  }
  100% {
    display: block;
    opacity: 1;
    height: 100%;
    posigiton: fixed;
    right: 0px;
  }
}
* {
  font-feature-settings: "palt";
  line-height: 1.5;
  color: #333;
  box-sizing: border-box;
}

h1,
h2,
h3,
h4,
h5 {
  font-family: fot-tsukuardgothic-std, sans-serif;
  font-style: normal;
  font-weight: 700;
}

h2 {
  font-size: 1.5rem;
}

h3 {
  font-size: 1.3rem;
}

.aligncenter {
  margin-left: auto;
  margin-right: auto;
}

.addtoany_share_save_container,
.addtoany_content,
.addtoany_content_bottom {
  text-align: center;
  margin: 40px auto 20px !important;
}

html body.home #main #foryou #banners {
  display: flex;
  justify-content: center;
  max-width: 1200px;
  margin: 0 auto; /* Safari */
  flex-wrap: wrap;
}
html body.home #main #foryou #banners h1 {
  width: 100%;
  text-align: center;
  font-size: 1.5em;
  margin-bottom: 0;
  margin-top: 30px;
}
html body.home #main #foryou #banners .hakushobanner {
  max-width: 500px;
  max-width: 500px;
  margin: 20px 20px 0px;
  background-color: #FFF5D8;
  color: #76c499;
  border-radius: 5px;
  display: flex;
  padding: 20px 20px;
  width: 100%;
}
html body.home #main #foryou #banners .hakushobanner .text {
  flex: 1;
  color: #FCA454;
  font-weight: bold;
  font-size: 1em;
  padding-right: 10px;
  line-height: 1.5;
}
html body.home #main #foryou #banners .hakushobanner .text p {
  font-weight: normal;
  font-size: 0.8rem;
  margin-top: 10px;
}
html body.home #main #foryou #banners .hakushobanner .image {
  width: 80px;
}
html body.home #main #foryou #banners .hakushobanner .image img {
  box-shadow: 0px 0 4px rgba(51, 51, 51, 0.1);
}
html body.home #main #foryou #banners .attention {
  width: 100%;
  text-align: center;
  margin: 30px 20px 0;
  font-size: 0.8em;
}

@media screen and (min-width: 767px) {
  html body.home #main #foryou #banners {
    margin: 0 auto;
    margin-top: 30px;
  }
  html body.home #main #foryou #banners .hakushobanner {
    max-width: 40%;
    padding: 20px 30px;
    margin: 30px 10px 0;
    border-radius: 10px;
  }
}
html {
  font-size: 14px;
  line-height: 1.8;
  font-family: fot-tsukuardgothic-std, sans-serif;
  font-style: normal;
  font-weight: 400;
  letter-spacing: 0;
}
html body {
  width: 100%;
  overflow-x: hidden;
}
html body > * {
  max-width: 100%;
}
html body a {
  text-decoration: none;
}
html body img {
  display: block;
  max-width: 100%;
  height: auto;
}
html body header {
  background-color: rgba(255, 255, 255, 0.9803921569);
  display: flex;
  height: 55px;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100;
  width: 100%; /* Safari */
  flex-wrap: nowrap; /* Safari */
  align-items: center;
}
html body header > section#hd_logo {
  flex: 1;
  order: 2;
}
html body header > section#hd_logo svg {
  height: 30px;
  width: auto;
  margin: 0 auto;
  display: block;
}
html body header > section#hd_logo svg path,
html body header > section#hd_logo svg rect,
html body header > section#hd_logo svg polygon {
  fill: #FC850B;
}
html body header > section#hd_sodan {
  height: 55px;
  width: 55px;
  order: 1;
  text-align: center;
}
html body header > section#hd_sodan a {
  display: block;
  padding: 10px 0;
  line-height: 1;
}
html body header > section#hd_sodan a .icon {
  display: block;
}
html body header > section#hd_sodan a .icon svg {
  height: 18px;
  width: auto;
  margin-bottom: 5px;
}
html body header > section#hd_sodan a .icon svg path {
  fill: #FC850B;
}
html body header > section#hd_sodan a .text {
  display: block;
  color: #FC850B;
  font-size: 10px;
  letter-spacing: 1px;
}
html body header > section#hd_menu {
  height: 55px;
  width: 55px;
  order: 3;
}
html body header > section#hd_menu .switch {
  height: 55px;
  padding: 16px 15px;
  cursor: pointer;
}
html body header > section#hd_menu .switch span {
  width: 25px;
  height: 2px;
  background-color: #FC850B;
  display: block;
  margin-bottom: 5px;
  opacity: 1;
  transition: all, ease-in-out, 0.5s, 0.5s;
  transform: rotate(0);
  position: relative;
  top: 0;
}
html body header > section#hd_menu .switch span:last-of-type {
  margin-bottom: 0;
}
html body header > section#hd_menu #hd_list {
  display: none;
  opacity: 0;
  height: 0;
  text-align: center;
  overflow: hidden;
  padding-bottom: 100px;
  overflow-y: scroll;
}
html body header > section#hd_menu #hd_list #menuclose {
  color: #fff;
}
html body #subheader {
  position: fixed;
  top: 54px;
  left: 0;
  background-color: rgba(243, 243, 243, 0.9411764706);
  z-index: 9;
  font-size: 0.8em;
  width: 100%;
  overflow-x: scroll;
}
html body #subheader .breadcrumbs {
  min-width: 100%;
  padding: 8px 10px;
  line-height: 1.5;
  white-space: nowrap;
}
html body #subheader .breadcrumbs span,
html body #subheader .breadcrumbs a {
  color: #939393;
}
html body #subheader .breadcrumbs span br,
html body #subheader .breadcrumbs a br {
  display: none;
}
html body #subheader .breadcrumbs a span {
  color: #333;
}
html body .hidden {
  display: none;
}
html body.menuopen header #hd_menu .switch span:nth-of-type(2), html body.menuopen header #hd_menu .switch span:nth-of-type(3) {
  opacity: 0;
}
html body.menuopen header #hd_menu .switch span:nth-of-type(1) {
  transform: rotate(45deg);
  top: 12px;
}
html body.menuopen header #hd_menu .switch span:nth-of-type(4) {
  transform: rotate(-45deg);
  top: -8px;
}
html body.menuopen header #hd_menu #hd_list {
  animation: slide 0.5s ease 0.15s;
  animation-fill-mode: both;
  z-index: 2;
  position: fixed;
  top: 55px;
  left: 0;
  display: block;
  width: 100%;
  background-color: #FC850B;
  padding: 30px;
  font-size: 1.2em;
}
html body.menuopen header #hd_menu #hd_list ul {
  line-height: 2.5;
}
html body.menuopen header #hd_menu #hd_list ul li a {
  color: #fff;
}
html body.menuopen header #hd_menu #hd_list ul li.study {
  border: 1px solid #fff;
  font-size: 1rem;
  padding: 10px 0;
  margin: 20px 10px;
  position: relative;
}
html body.menuopen header #hd_menu #hd_list ul li.study::before {
  content: "まなびの情報";
  display: block;
  position: absolute;
  top: -1px;
  left: -29px;
  writing-mode: vertical-rl;
  text-orientation: upright; /* すべて縦方向に表示 */
  font-feature-settings: normal;
  display: block;
  color: #fff;
  background-color: #FC850B;
  padding: 10px;
  line-height: 1;
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Yu Gothic", "游ゴシック体", "游ゴシック", SourceHanSansJP-Light, YuGothic, "メイリオ", Meiryo, "ＭＳ Ｐゴシック", Osaka, "MS PGothic", Arial, Helvetica, Verdana, sans-serif;
}
html body.menuopen header #hd_menu #hd_list ul li.study svg path,
html body.menuopen header #hd_menu #hd_list ul li.study svg circle {
  fill: #fff;
}
html body.menuopen header #hd_menu #hd_list #menuclose {
  background-color: #fff;
  border-radius: 60px;
  font-size: 0.8em;
  color: #FC850B;
  padding: 7px 20px;
}
html body footer {
  background-color: #FCA454;
  position: relative;
  margin-top: 50px;
  padding: 30px 20px 10px;
}
html body footer::before {
  content: "";
  background-image: url(img/square_orange.svg);
  width: 100%;
  height: 10px;
  position: absolute;
  top: -10px;
  left: 0;
  background-repeat: repeat-x;
  background-size: contain;
  background-position: center;
  z-index: 2;
}
html body footer #ft_study h3 {
  background-image: url(img/ribbon_orange.svg);
  line-height: 3;
  text-align: center;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  position: relative;
  z-index: 1;
  color: #FC850B;
}
html body footer #ft_study > ul {
  background-color: #fff;
  padding: 40px 20px 20px;
  margin-top: -20px;
  position: relative;
  z-index: 0;
  border-radius: 5px;
}
html body footer #ft_study > ul li a {
  color: #FC850B;
}
html body footer #ft_study > ul li a svg path,
html body footer #ft_study > ul li a svg circle {
  fill: #FC850B;
}
html body footer #ft_menu {
  text-align: center;
  margin: 30px 0;
  line-height: 2;
}
html body footer #ft_menu > ul > li a {
  color: #fff;
}
html body footer #copyright address {
  text-align: center;
  font-size: 0.6em;
  color: #fff;
}
html body #main {
  overflow-x: hidden;
}
html body .tomore {
  color: #fff !important;
  font-weight: bold;
  margin: 20px 0;
  display: block;
  margin: 30px auto 50px;
  width: 50%;
  line-height: 2.5;
  text-align: center;
  background-color: #FC850B;
  border-radius: 50px;
  text-decoration: none !important;
}
html body #map ul.parts li {
  background-color: #fff;
  color: #939393;
  font-size: 1.2em;
  margin-bottom: 8px;
  border-radius: 5px;
  overflow: hidden;
  box-shadow: 0 0 2px rgba(142, 142, 142, 0.5);
}
html body #map ul.parts li .img {
  display: none;
}
html body #map ul.parts li .text {
  color: #939393;
  padding: 5px 10px;
  font-weight: bold;
  width: 100%;
  display: block;
}
html body #map ul.parts li .modal-content {
  position: relative;
  padding: 0;
  border: none;
}
html body #map ul.parts li .modal-content .single {
  padding: 5px 10px;
}
html body #map ul.parts li .modal-content .single .prefbtn {
  font-weight: bold;
}
html body #map ul.parts li .modal-content .single .cont {
  display: none;
  height: 0;
  font-size: 0.8em;
}
html body #map ul.parts li .modal-content .single .cont .infowrap:first-of-type {
  margin-top: 10px;
}
html body #map ul.parts li .modal-content .single .cont .infowrap div.name h3 {
  font-size: 1.2em;
}
html body #map ul.parts li .modal-content .single .cont .infowrap div.info {
  margin: 0px 0 20px;
  line-height: 1.5;
}
html body #map ul.parts li .modal-content .single .cont .infowrap div.info > div {
  display: table;
}
html body #map ul.parts li .modal-content .single .cont .infowrap div.graph {
  display: none;
}
html body #map ul.parts li .modal-content .single.prefon .cont {
  display: block;
  height: auto;
}
html body #map ul.parts li .modal-content .single.prefon .cont .infowrap > .info > div span {
  background-color: #333;
  display: inline-block;
  border-radius: 40px;
  background-color: #fff;
  color: #939393;
  font-size: 0.8em;
  line-height: 1;
  padding: 3px 7px;
  margin-right: 9px;
  width: 6em;
  text-align: center;
}
html body #map ul.parts li .modal-content .single.prefon .cont .infowrap > .info > div > * {
  display: table-cell;
}
html body #map ul.parts li .modal-content .single.prefon .cont .infowrap > .info > div a {
  text-decoration: underline;
  word-break: break-all;
}
html body #map ul.parts li.areaon > .text {
  color: #fff;
}
html body #map ul.parts li.areaon .modal .modal-dialog .modal-content .single {
  border-bottom: 1px solid rgba(0, 0, 0, 0.0196078431);
}
html body #map ul.parts li.areaon .modal .modal-dialog .modal-content .single.prefon {
  border-left: 3px solid #333;
}
html body #map ul.parts li.areaon.area01 > .text {
  background-color: #0077AA;
}
html body #map ul.parts li.areaon.area01 #modal_area01 .modal-dialog .modal-content {
  background-color: #f2f8fb;
}
html body #map ul.parts li.areaon.area01 #modal_area01 .modal-dialog .modal-content .single.prefon .prefbtn {
  color: #0077AA;
}
html body #map ul.parts li.areaon.area02 > .text {
  background-color: #C5D700;
}
html body #map ul.parts li.areaon.area02 #modal_area02 .modal-dialog .modal-content {
  background-color: #fcffda;
}
html body #map ul.parts li.areaon.area02 #modal_area02 .modal-dialog .modal-content .single.prefon .prefbtn {
  color: #C5D700;
}
html body #map ul.parts li.areaon.area03 > .text {
  background-color: #79BC28;
}
html body #map ul.parts li.areaon.area03 #modal_area03 .modal-dialog .modal-content {
  background-color: #f6ffea;
}
html body #map ul.parts li.areaon.area03 #modal_area03 .modal-dialog .modal-content .single.prefon .prefbtn {
  color: #79BC28;
}
html body #map ul.parts li.areaon.area04 > .text {
  background-color: #FCCF00;
}
html body #map ul.parts li.areaon.area04 #modal_area04 .modal-dialog .modal-content {
  background-color: #fff3c3;
}
html body #map ul.parts li.areaon.area04 #modal_area04 .modal-dialog .modal-content .single.prefon .prefbtn {
  color: #FCCF00;
}
html body #map ul.parts li.areaon.area05 > .text {
  background-color: #4AC0F0;
}
html body #map ul.parts li.areaon.area05 #modal_area05 .modal-dialog .modal-content {
  background-color: #f2f8fb;
}
html body #map ul.parts li.areaon.area05 #modal_area05 .modal-dialog .modal-content .single.prefon .prefbtn {
  color: #4AC0F0;
}
html body #map ul.parts li.areaon.area06 > .text {
  background-color: #5f1985;
}
html body #map ul.parts li.areaon.area06 #modal_area06 .modal-dialog .modal-content {
  background-color: rgba(218, 154, 253, 0.14);
}
html body #map ul.parts li.areaon.area06 #modal_area06 .modal-dialog .modal-content .single.prefon .prefbtn {
  color: #5f1985;
}
html body .modal-content {
  position: fixed;
  z-index: 4;
  width: 50%;
  margin: 0;
  padding: 10px 20px;
  border: 2px solid #aaa;
  background: #fff;
}
html body .modal-content p {
  margin: 0;
  padding: 0;
}
html body .modal-overlay {
  z-index: 3;
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 120%;
  background-color: rgba(0, 0, 0, 0.4);
}
html body .modal-open {
  color: #00f;
  text-decoration: underline;
}
html body .modal-open:hover {
  cursor: pointer;
  color: #f00;
}
html body .modal-close {
  color: #00f;
  text-decoration: underline;
}
html body .modal-close:hover {
  cursor: pointer;
  color: #f00;
}

@media screen and (min-width: 768px) {
  html {
    font-size: 16px;
  }
  html body header {
    background-color: #FCA454;
  }
  html body header > section#hd_logo {
    margin-right: 75px;
  }
  html body header > section#hd_logo svg path,
  html body header > section#hd_logo svg rect,
  html body header > section#hd_logo svg polygon {
    fill: #fff !important;
  }
  html body header > section#hd_sodan {
    width: 125px;
  }
  html body header > section#hd_sodan a {
    background-color: rgb(255, 255, 255);
    height: 35px;
    margin-top: 10px;
    margin-left: 10px;
    border-radius: 100px;
    padding-left: 10px;
    display: flex; /* Safari */
    flex-wrap: nowrap; /* Safari */
    align-items: center;
  }
  html body header > section#hd_sodan a .icon {
    height: 18px;
    margin-right: 5px;
  }
  html body header > section#hd_sodan a .icon svg path {
    fill: #FC850B;
  }
  html body header > section#hd_sodan a .text {
    font-size: 1rem;
    color: #FC850B;
  }
  html body header > section#hd_menu .switch span {
    background-color: #fff !important;
  }
  html body header > section#hd_menu #hd_list {
    right: 0;
  }
  html body.menuopen header > section#hd_menu #hd_list {
    height: auto;
    width: 360px;
    right: 0;
    left: auto;
    background-color: rgba(23, 23, 23, 0.9) !important;
    transition: all, ease-in-out, 0.5s, 0.5s;
  }
  html body.menuopen header > section#hd_menu #hd_list ul li.study::before {
    left: -11px;
    color: #333;
    background-color: #fff !important;
    padding: 10px 5px;
    font-size: 0.8em;
  }
  html body.menuopen header > section#hd_menu #hd_list #menuclose {
    color: #333 !important;
  }
  html body h1 {
    font-size: 1.5em;
  }
  html body footer .flex {
    display: flex;
    max-width: 1200px;
    margin: 0 auto;
    justify-content: center;
  }
  html body footer .flex #ft_study {
    order: 2;
    width: 350px;
    margin-top: 30px;
  }
  html body footer .flex #ft_menu {
    text-align: left;
    margin-right: 60px;
    order: 1;
  }
  html body footer .flex #ft_menu ul li a {
    font-size: 0.8rem;
    line-height: 2;
    display: block;
  }
  html body footer #copyright address {
    margin-top: 40px;
  }
}
@media screen and (min-width: 767px) {
  html body .sp_only {
    display: none;
  }
}
html body.home #subheader ul {
  display: flex; /* Safari */
  flex-wrap: nowrap;
  justify-content: space-between;
  width: 60em;
  padding: 8px 20px 8px 0;
}
html body.home #subheader ul li a {
  white-space: pre;
  text-align: center;
  display: block;
  padding: 0 10px;
  border-right: 1px solid rgba(51, 51, 51, 0.12);
  position: relative;
  transition: all, ease-in-out, 0.3s, 0s;
}
html body.home #subheader ul li a:hover {
  color: #FCA454;
}
html body.home #subheader ul li:last-of-type a {
  border: none;
}
html body.home #main {
  /*
  #story {
      display: none;
      z-index: 1;
      padding: 50px 0 0;
      position: relative;
      background-color:$orange03;
      h1 {
          line-height: 1;
          display: block;
          color:$orange01;
          font-size: 1.8em;
          text-align: center;
          margin-bottom: 30px;
      }
      .areacont {
          margin: 0 20px;
          overflow: hidden;
          &>p {
              text-align: center;
              margin-bottom: 30px;
          }
          .forum{
              #bbpress-forums {
                  .bbp-search-form,bbp-pagination,.bbp-pagination {
                      display: none;
                  }
                  &>ul {
                      margin-bottom:0;
                      border: none;
                      .bbp-header,.bbp-footer {
                          display: none;
                      }
                      .bbp-body {
                          border:1px solid $orange02;
                          border-radius: 5px;
                          overflow: hidden;
                          &>ul {
                              border-bottom: 1px solid #fc850b4d;
                              margin-bottom:0;
                              border-top: none;
                              padding: 20px;
                              li {
                                  text-align: left;
                                  float: none;
                                  width:100%;
                              }
                              .bbp-topic-title {
                                  width:100%;
                                  .bbp-topic-permalink {
                                      font-size: 1.2rem;
                                      font-weight: bold;
                                      margin-bottom: 10px;
                                      display: block;
                                      line-height: 1.5;
                                  }
                                  .bbp-topic-meta{
                                      display:none;
                                  }
                              }
                              .bbp-topic-freshness {
                                  a {
                                      font-size: .6em;
                                  }
                                  .bbp-topic-meta{
                                      display:none;
                                      a {
                                          color:$gray07;

                                      }
                                      img {
                                          display: none;
                                      }
                                  }
                              }
                              .bbp-topic-voice-count,.bbp-topic-reply-count {
                                  display: none;
                              }
                              &:last-of-type {
                                  border: none;
                              }
                          }
                      }
                  }
              }
          }
      }
      &::after {
          content:"";
          background-image: url(img/square_white.svg);
          width:100%;
          height:10px;
          position: absolute;
          bottom:0px;
          left:0;
          background-repeat: repeat-x;
          background-size:contain;
          background-position: center;
          z-index: 2;
      }
  }
  */
}
html body.home #main #mainvisual {
  position: relative;
  z-index: 0;
  margin-top: 55px;
}
html body.home #main #mainvisual ul {
  height: 480px;
}
html body.home #main #mainvisual ul > li {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 480px;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
}
html body.home #main #mainvisual ul > li.photo_001 {
  background-image: url(img/sp_topvisual01.webp);
  opacity: 1;
}
html body.home #main #mainvisual ul > li.photo_002 {
  background-image: url(img/sp_topvisual02.webp);
}
html body.home #main #mainvisual ul > li.photo_003 {
  background-image: url(img/sp_topvisual03.webp);
}
html body.home #main #mainvisual ul > li.photo_004 {
  background-image: url(img/sp_topvisual04.webp);
}
html body.home #main #mainvisual ul > li.photo_005 {
  background-image: url(img/sp_topvisual05.webp);
}
html body.home #main #mainvisual .text {
  position: absolute;
  bottom: 30px;
  left: 0px;
  padding: 0 20px;
  height: auto;
  color: #fff;
  text-shadow: 0 0 5px rgba(0, 0, 0, 0.4392156863);
  z-index: 2;
}
html body.home #main #mainvisual .text h1 {
  font-size: 3em;
  line-height: 1;
  margin-bottom: 20px;
  color: #fff;
  font-family: fot-tsukuardgothic-std, sans-serif;
  font-style: normal;
  font-weight: 700;
  letter-spacing: 0;
}
html body.home #main #mainvisual .text p {
  color: #fff;
  line-height: 2;
  font-family: fot-tsukuardgothic-std, sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 1.2em;
}
html body.home #main #mainvisual .text aside {
  color: #fff;
  font-size: 0.5em;
  margin-top: 10px;
  letter-spacing: 0;
  text-align: left;
  line-height: 1.5;
  /*
  position: absolute;
  bottom: 0;
  left: 0;
  */
  z-index: 2;
  opacity: 0.8;
}
html body.home #main #mainvisual .text aside br {
  display: none;
}
html body.home #main #mainvisual::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.2784313725);
  z-index: 1;
}
html body.home #main #mainvisual::after {
  content: "";
  background-image: url(img/square_orange02.svg);
  width: 100%;
  height: 10px;
  position: absolute;
  bottom: 0;
  left: 0;
  background-repeat: repeat-x;
  background-size: contain;
  background-position: center;
  z-index: 2;
}
html body.home #main #message {
  padding: 50px 0 0;
  position: relative;
  background-color: #fff5d8;
}
html body.home #main #message h1 {
  line-height: 1;
  display: block;
  color: #FC850B;
  font-size: 1.8em;
  text-align: center;
  margin-bottom: 30px;
}
html body.home #main #message .areacont {
  margin: 0 20px 0;
  overflow: hidden;
}
html body.home #main #message .areacont > p {
  text-align: center;
  margin-bottom: 30px;
}
html body.home #main #message .areacont .conts > li .cont {
  background-color: #fff;
  border-radius: 5px;
  margin-bottom: 20px;
  padding: 1rem;
}
html body.home #main #message .areacont .conts > li .cont .date {
  font-size: 0.6em;
  margin-bottom: 10px;
}
html body.home #main #message .areacont .conts > li .cont .date a {
  color: #939393;
}
html body.home #main #message .areacont .conts > li .cont .date .label {
  background-color: #ffe200;
  padding: 3px 8px;
  border-radius: 20px;
}
html body.home #main #message .areacont .conts > li .cont .title {
  margin-bottom: 10px;
}
html body.home #main #message .areacont .conts > li .cont .title a {
  font-size: 1.1em;
  font-family: fot-tsukuardgothic-std, sans-serif;
  font-style: normal;
  font-weight: 700;
  line-height: 1.5;
}
html body.home #main #message .areacont .conts > li .cont .excerpt a {
  line-height: 1.4;
}
html body.home #main #message .areacont .conts > li .cont .excerpt a p {
  display: inline;
}
html body.home #main #message .areacont .conts > li .cont .excerpt .more {
  text-decoration: underline;
  color: #FC850B;
}
html body.home #main #message::after {
  content: "";
  background-image: url(img/square_white.svg);
  width: 100%;
  height: 10px;
  position: absolute;
  bottom: 0px;
  left: 0;
  background-repeat: repeat-x;
  background-size: contain;
  background-position: center;
  z-index: 2;
}
html body.home #main #what {
  padding: 50px 0 0;
  position: relative;
}
html body.home #main #what h1 {
  margin-bottom: 30px;
}
html body.home #main #what h1 span {
  line-height: 1;
  display: block;
  color: #FC850B;
  font-size: 1.6em;
  text-align: center;
}
html body.home #main #what h1 span.small {
  font-size: 1em;
  margin-bottom: 10px;
}
html body.home #main #what .areacont {
  overflow: hidden;
  text-align: left;
}
html body.home #main #what .areacont p {
  padding: 0 30px 0;
  margin-bottom: 1em;
}
html body.home #main #what .areacont p br.sp_only {
  display: none;
}
html body.home #main #what .areacont .bx-wrapper {
  position: relative;
  z-index: 1;
  margin-bottom: -30px;
  margin-top: 20px;
}
html body.home #main #what .areacont .bx-wrapper .bx-viewport ul#charas li img {
  width: 80%;
  height: auto;
  margin: 0 auto;
}
html body.home #main #what .areacont .bx-wrapper .bx-controls {
  display: none;
}
html body.home #main #what .areacont .tomore {
  margin: 20px auto 20px;
}
html body.home #main #what .info {
  margin: 0 auto;
  max-width: 1000px;
  font-size: 1.5em;
}
html body.home #main #what .info h1 {
  font-size: 1.6em;
  text-align: center;
  color: #FC850B;
  margin-bottom: 0px;
}
html body.home #main #what .info ul li img {
  border-radius: 10px;
  overflow: hidden;
}
html body.home #main #what::after {
  content: "";
  background-image: url(img/square_orange02.svg);
  width: 100%;
  height: 10px;
  position: absolute;
  bottom: 0;
  left: 0;
  background-repeat: repeat-x;
  background-size: contain;
  background-position: center;
  z-index: 2;
}
html body.home #main #what .bx-wrapper .bx-viewport {
  background-color: #fff;
}
html body.home #main #talk {
  padding: 50px 0 50px;
  position: relative;
  z-index: 1;
  background-color: #FFF5D8;
}
html body.home #main #talk .title {
  background-image: url(img/sp_map.png);
  background-position: center;
  background-size: contain;
  margin: 0 20px;
  padding: 0px 0 40px;
  background-repeat: no-repeat;
}
html body.home #main #talk .title h1 {
  line-height: 1;
  display: block;
  color: #FC850B;
  font-size: 1.8em;
  text-align: center;
  margin-bottom: 30px;
}
html body.home #main #talk .title h1::before {
  content: "";
  background-image: url(img/icon_search.svg);
  display: inline-block;
}
html body.home #main #talk .areacont .list #map .parts {
  margin: 0 20px;
}
html body.home #main #talk .areacont .list #map .parts > li .modal {
  display: none;
  height: 0;
  max-height: 0;
  min-height: 0;
}
html body.home #main #talk .areacont .list #map .parts > li .modal .modal-content {
  width: 100%;
}
html body.home #main #talk .areacont .list #map .parts > li .modal .modal-content .modal-header,
html body.home #main #talk .areacont .list #map .parts > li .modal .modal-content .modal-footer {
  display: none;
}
html body.home #main #talk .areacont .list #map .parts > li.areaon .modal {
  height: auto;
  max-height: 4000rem;
  transition: all, ease-in-out, 0.5s, 0.5s;
  opacity: 1;
  display: block;
  animation-duration: 0.5s;
  animation-name: fade-in;
  -moz-animation-duration: 0.5s;
  -moz-animation-name: fade-in;
  -webkit-animation-duration: 0.5s;
  -webkit-animation-name: fade-in;
}
html body.home #main #talk .areacont .list #map .parts > li.area01.areaon .modal-dialog .modal-content .single.prefon {
  border-left: 3px solid #0077AA;
}
html body.home #main #talk .areacont .list #map .parts > li.area02.areaon .modal-dialog .modal-content .single.prefon {
  border-left: 3px solid #C5D700;
}
html body.home #main #talk .areacont .list #map .parts > li.area03.areaon .modal-dialog .modal-content .single.prefon {
  border-left: 3px solid #79BC28;
}
html body.home #main #talk .areacont .list #map .parts > li.area04.areaon .modal-dialog .modal-content .single.prefon {
  border-left: 3px solid #FCCF00;
}
html body.home #main #talk .areacont .list #map .parts > li.area05.areaon .modal-dialog .modal-content .single.prefon {
  border-left: 3px solid #4AC0F0;
}
html body.home #main #talk .areacont .list #map .parts > li.area06.areaon .modal-dialog .modal-content .single.prefon {
  border-left: 3px solid #5f1985;
}
html body.home #main #talk::after {
  content: "";
  background-image: url(img/square_white.svg);
  width: 100%;
  height: 10px;
  position: absolute;
  bottom: 0px;
  left: 0;
  background-repeat: repeat-x;
  background-size: contain;
  background-position: center;
  z-index: 2;
}
html body.home #main #foryou {
  padding: 50px 0 0;
  position: relative;
}
html body.home #main #foryou::after {
  content: "";
  background-image: url(img/square_orange02.svg);
  width: 100%;
  height: 10px;
  position: absolute;
  bottom: 0px;
  left: 0;
  background-repeat: repeat-x;
  background-size: contain;
  background-position: center;
  z-index: 2;
}
html body.home #main #foryou h1 {
  line-height: 1;
  display: block;
  color: #FC850B;
  font-size: 1.8em;
  text-align: center;
  margin-bottom: 30px;
}
html body.home #main #foryou .areacont {
  margin: 0 20px;
}
html body.home #main #foryou .areacont > div {
  margin-bottom: 20px;
}
html body.home #main #foryou .areacont > div .wrap {
  border-radius: 5px;
  overflow: hidden;
  box-shadow: 0 0 2px rgba(142, 142, 142, 0.5);
}
html body.home #main #foryou .areacont > div .wrap .image img {
  width: 100%;
  height: auto;
}
html body.home #main #foryou .areacont > div .wrap .text {
  margin: 15px 10px;
  padding-left: 10px;
}
html body.home #main #foryou .areacont > div .wrap .text > p {
  margin-bottom: 15px;
  line-height: 1.5;
}
html body.home #main #foryou .areacont > div .wrap .text .menus a {
  font-size: 0.9em;
  letter-spacing: 0;
  display: block;
  background-color: #f7f7f7;
  padding: 5px 10px;
  border-radius: 5px;
  margin-bottom: 10px;
  line-height: 1.4;
}
html body.home #main #foryou .areacont > div.tojisha .wrap .text {
  border-left: 4px solid rgba(247, 216, 216, 0.75);
}
html body.home #main #foryou .areacont > div.tojisha .wrap .text h2 a {
  color: #DE585D;
  line-height: 1.5;
  margin-bottom: 15px;
  font-size: 1.3rem;
  display: block;
  padding: 0;
  margin: 0;
}
html body.home #main #foryou .areacont > div.tojisha .wrap .text .menus a {
  color: #DE585D;
}
html body.home #main #foryou .areacont > div.shuui .wrap .text {
  border-left: 4px solid #D8E8EF;
}
html body.home #main #foryou .areacont > div.shuui .wrap .text h2 a {
  color: #56A3BA;
  line-height: 1.5;
  margin-bottom: 15px;
  font-size: 1.3rem;
  display: block;
  padding: 0;
  margin: 0;
}
html body.home #main #foryou .areacont > div.shuui .wrap .text .menus a {
  color: #56A3BA;
}
html body.home #main #foryou .areacont > div.sensei .wrap .text {
  border-left: 4px solid rgba(175, 219, 194, 0.35);
}
html body.home #main #foryou .areacont > div.sensei .wrap .text h2 a {
  color: #47a570;
  line-height: 1.5;
  margin-bottom: 15px;
  font-size: 1.3rem;
  display: block;
  padding: 0;
  margin: 0;
}
html body.home #main #foryou .areacont > div.sensei .wrap .text .menus a {
  color: #47a570;
}
html body.home #main #events {
  padding: 50px 0 0;
  position: relative;
  background-color: #FFF5D8;
}
html body.home #main #events::after {
  content: "";
  background-image: url(img/square_white.svg);
  width: 100%;
  height: 10px;
  position: absolute;
  bottom: 0px;
  left: 0;
  background-repeat: repeat-x;
  background-size: contain;
  background-position: center;
  z-index: 2;
}
html body.home #main #events h1 {
  line-height: 1;
  display: block;
  color: #FC850B;
  font-size: 1.8em;
  text-align: center;
  margin-bottom: 30px;
}
html body.home #main #events .areacont {
  margin: 0 20px 0;
  overflow: hidden;
}
html body.home #main #events .areacont a.tomore {
  max-width: 200px;
  margin-bottom: 60px;
  margin-top: 50px;
}
html body.home #main #events .areacont > p {
  text-align: center;
  margin-bottom: 30px;
}
html body.home #main #events .areacont .conts {
  width: 90%;
  margin: 0 auto;
  display: flex;
}
html body.home #main #events .areacont .conts li {
  flex: 1;
}
html body.home #main #events .areacont .conts li .cont {
  background-color: #fff;
  padding: 20px 20px;
  border-radius: 5px;
  margin-bottom: 20px;
  margin: 0 10px;
  height: 100%;
}
html body.home #main #events .areacont .conts li .cont .date {
  font-size: 0.6em;
  margin-bottom: 10px;
}
html body.home #main #events .areacont .conts li .cont .date a {
  color: #939393;
}
html body.home #main #events .areacont .conts li .cont .date .label {
  background-color: #ffe200;
  padding: 3px 8px;
  border-radius: 20px;
}
html body.home #main #events .areacont .conts li .cont .title {
  margin-bottom: 10px;
}
html body.home #main #events .areacont .conts li .cont .title a {
  font-size: 1.1em;
  font-family: fot-tsukuardgothic-std, sans-serif;
  font-style: normal;
  font-weight: 700;
  line-height: 1.5;
}
html body.home #main #events .areacont .conts li .cont .excerpt a {
  line-height: 1.4;
}
html body.home #main #events .areacont .conts li .cont .excerpt a p {
  display: inline;
}
html body.home #main #events .areacont .conts li .cont .excerpt .more {
  text-decoration: underline;
  color: #FC850B;
}
html body.home #main #books {
  padding: 50px 0 0;
  position: relative;
  background-color: #fff;
}
html body.home #main #books h1 {
  line-height: 1;
  display: block;
  color: #FC850B;
  font-size: 1.8em;
  text-align: center;
  margin-bottom: 30px;
}
html body.home #main #books .areacont {
  margin: 0 20px 0;
  overflow: hidden;
}
html body.home #main #books .areacont a.tomore {
  max-width: 200px;
  margin-bottom: 60px;
  margin-top: 0;
}
html body.home #main #books .areacont > p {
  text-align: center;
  margin-bottom: 30px;
}
html body.home #main #books .areacont .conts {
  width: 90%;
  margin: 0 auto;
  display: flex;
}
html body.home #main #books .areacont .conts li {
  flex: 1;
}
html body.home #main #books .areacont .conts li .cont {
  background-color: #fff;
  padding: 20px 20px;
  border-radius: 5px;
  margin-bottom: 20px;
  margin: 0 10px;
  height: 100%;
}
html body.home #main #books .areacont .conts li .cont .date {
  font-size: 0.6em;
  margin-bottom: 10px;
}
html body.home #main #books .areacont .conts li .cont .date a {
  color: #939393;
}
html body.home #main #books .areacont .conts li .cont .date .label {
  background-color: #ffe200;
  padding: 3px 8px;
  border-radius: 20px;
}
html body.home #main #books .areacont .conts li .cont .title {
  margin-bottom: 10px;
}
html body.home #main #books .areacont .conts li .cont .title a {
  font-size: 1.1em;
  font-family: fot-tsukuardgothic-std, sans-serif;
  font-style: normal;
  font-weight: 700;
  line-height: 1.5;
}
html body.home #main #books .areacont .conts li .cont .excerpt a {
  line-height: 1.4;
}
html body.home #main #books .areacont .conts li .cont .excerpt a p {
  display: inline;
}
html body.home #main #books .areacont .conts li .cont .excerpt .more {
  text-decoration: underline;
  color: #FC850B;
}
html body.home #main #books .areacont .conts li .cont .image a img {
  margin: 0 auto 10px;
}

@media screen and (min-width: 768px) {
  html body.home {
    background-color: #333;
  }
  html body.home #wrapper_mbYTP_bgVideo {
    top: -100px !important;
  }
  html body.home #subheader {
    width: 100%;
    font-size: 1em;
  }
  html body.home #subheader > ul {
    margin: 0 auto;
    justify-content: center;
  }
  html body.home #main #mainvisual .text {
    width: 1200px;
    margin: 0 auto;
    text-align: center;
    left: 50%;
    margin-left: -600px;
    font-size: 1.2em;
    bottom: 110px;
  }
  html body.home #main #mainvisual .text h1 {
    margin-bottom: 20px;
  }
  html body.home #main #mainvisual .text p {
    line-height: 1.8;
    font-size: 1em;
  }
  html body.home #main #mainvisual .text aside {
    margin-top: 35px;
    text-align: center;
    line-height: 1.8;
    letter-spacing: 0.05em;
  }
  html body.home #main #mainvisual .text aside br {
    display: block;
  }
  html body.home #main #mainvisual ul {
    height: 480px;
  }
  html body.home #main #mainvisual ul > li.photo_001 {
    background-image: url(img/pc_topvisual01.webp);
    opacity: 1;
  }
  html body.home #main #mainvisual ul > li.photo_002 {
    background-image: url(img/pc_topvisual02.webp);
  }
  html body.home #main #mainvisual ul > li.photo_003 {
    background-image: url(img/pc_topvisual03.webp);
  }
  html body.home #main #mainvisual ul > li.photo_004 {
    background-image: url(img/pc_topvisual04.webp);
  }
  html body.home #main #mainvisual ul > li.photo_005 {
    background-image: url(img/pc_topvisual05.webp);
  }
  html body.home #main #mainvisual #bgVideo {
    height: 480px !important;
    display: block !important;
  }
  html body.home #main #mainvisual::before {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.2784313725);
    background-image: url(img/overlays/01.png);
    background-size: 3px;
    background-repeat: repeat;
    z-index: 1;
    opacity: 0.7;
  }
  html body.home #main #what {
    padding-bottom: 80px;
    padding-top: 100px;
    background-color: #fff;
  }
  html body.home #main #what h1 {
    font-size: 1.5em;
  }
  html body.home #main #what .areacont {
    position: relative;
    overflow: visible;
    height: 660px;
  }
  html body.home #main #what .areacont p {
    width: 470px;
    text-align: left;
    margin: 0 auto;
    line-height: 1.8;
    letter-spacing: 0;
  }
  html body.home #main #what .areacont a.tomore {
    max-width: 200px;
  }
  html body.home #main #what .areacont #charas li {
    position: absolute;
    left: 50%;
    width: 300px;
  }
  html body.home #main #what .areacont #charas li img {
    width: 300px;
    height: auto;
  }
  html body.home #main #what .areacont #charas li:nth-of-type(1) {
    top: -80px;
    margin-left: -530px;
  }
  html body.home #main #what .areacont #charas li:nth-of-type(2) {
    top: 220px;
    margin-left: -520px;
  }
  html body.home #main #what .areacont #charas li:nth-of-type(3) {
    top: 370px;
    margin-left: -102px;
  }
  html body.home #main #what .areacont #charas li:nth-of-type(4) {
    top: 220px;
    margin-left: 150px;
  }
  html body.home #main #what .areacont #charas li:nth-of-type(5) {
    top: -80px;
    margin-left: 223px;
  }
  html body.home #main #what::after {
    bottom: 0;
  }
  html body.home #main #what .info ul {
    display: flex; /* Safari */
    flex-wrap: wrap;
    justify-content: space-between;
  }
  html body.home #main #what .info ul li {
    width: 50%;
    padding: 10px;
  }
  html body.home #main #message {
    padding-top: 70px;
  }
  html body.home #main #message h1 {
    font-size: 2.8em;
  }
  html body.home #main #message .areacont .conts {
    width: 90%;
    margin: 0 auto;
    display: flex; /* Safari */
    flex-wrap: nowrap; /* Safari */
    align-items: stretch;
  }
  html body.home #main #message .areacont .conts li {
    margin: 0 10px;
    flex: 1;
  }
  html body.home #main #message .areacont .conts li .cont {
    height: 100%;
    padding-bottom: 0;
  }
  html body.home #main #message .areacont a.tomore {
    max-width: 200px;
    margin-bottom: 100px;
    margin-top: 50px;
  }
  html body.home #main #story {
    padding: 100px 0 50px;
  }
  html body.home #main #story h1 {
    font-size: 2.8em;
  }
  html body.home #main #story .areacont .forum #bbpress-forums {
    max-width: 800px;
    margin: 0 auto;
  }
  html body.home #main #story .areacont a.tomore {
    max-width: 200px;
    margin-bottom: 60px;
    margin-top: 50px;
  }
  html body.home #main #talk {
    padding: 70px 0 50px;
  }
  html body.home #main #talk > .title {
    max-width: 600px;
    margin: 0 auto;
    background-image: none;
  }
  html body.home #main #talk > .title h1 {
    font-size: 2.8em;
  }
  html body.home #main #talk .areacont .list #map {
    background-position: center;
    background-size: contain;
    max-width: 1000px;
    margin: 0 auto;
    width: 700px;
    height: 920px;
  }
  html body.home #main #talk .areacont .list #map ul.parts {
    width: 100%;
    height: 100%;
    position: relative;
    margin: 0;
  }
  html body.home #main #talk .areacont .list #map ul.parts li {
    background: none;
    border: none;
    box-shadow: none;
    z-index: 0;
  }
  html body.home #main #talk .areacont .list #map ul.parts li a.img {
    display: inline-block;
    position: absolute;
    left: 50%;
    top: 0;
  }
  html body.home #main #talk .areacont .list #map ul.parts li a.text {
    position: absolute;
    top: 0;
    left: 0;
    width: 150px;
    font-size: 0.8rem;
    height: 1.8rem;
    line-height: 1.8rem;
    padding: 0;
    margin: 0;
    position: absolute;
    text-align: center;
  }
  html body.home #main #talk .areacont .list #map ul.parts li .modal {
    display: block;
    height: auto;
    max-height: none;
    width: 150px;
    position: absolute;
    margin-top: 1.8rem;
  }
  html body.home #main #talk .areacont .list #map ul.parts li .modal .modal-content .modal-body .single {
    padding: 3px 10px;
    cursor: pointer;
    position: relative;
  }
  html body.home #main #talk .areacont .list #map ul.parts li .modal .modal-content .modal-body .single.on {
    z-index: 3;
  }
  html body.home #main #talk .areacont .list #map ul.parts li .modal .modal-content .modal-body .single .prefbtn {
    font-size: 1.2rem;
  }
  html body.home #main #talk .areacont .list #map ul.parts li .modal .modal-content .modal-body .single a.pc_only {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    z-index: 2;
    display: block;
  }
  html body.home #main #talk .areacont .list #map ul.parts li .modal .modal-content .modal-body .single .cont {
    position: fixed;
    z-index: 4;
    width: 50%;
    margin: 0;
    padding: 10px 20px;
    border: 2px solid #aaa;
    background: #fff;
  }
  html body.home #main #talk .areacont .list #map ul.parts li.area01 a.img {
    top: -2px;
    right: 9px;
    left: auto;
  }
  html body.home #main #talk .areacont .list #map ul.parts li.area01 a.img svg {
    width: 301px;
    height: 399px;
  }
  html body.home #main #talk .areacont .list #map ul.parts li.area01 a.img svg rect,
  html body.home #main #talk .areacont .list #map ul.parts li.area01 a.img svg circle,
  html body.home #main #talk .areacont .list #map ul.parts li.area01 a.img svg path {
    fill: #0077AA;
  }
  html body.home #main #talk .areacont .list #map ul.parts li.area01 a.text {
    right: -110px;
    top: 0;
    left: auto;
    color: #fff;
    background-color: #0077AA;
    border-radius: 5px 5px 0 0;
  }
  html body.home #main #talk .areacont .list #map ul.parts li.area01 .modal {
    top: 0;
    right: -110px;
    left: auto;
  }
  html body.home #main #talk .areacont .list #map ul.parts li.area01 .modal .modal-content {
    border-left: 1px solid #0077AA;
    border-right: 1px solid #0077AA;
    border-bottom: 1px solid #0077AA;
  }
  html body.home #main #talk .areacont .list #map ul.parts li.area01 .modal .modal-content .modal-body .single {
    border-bottom: 1px solid #f2f8fb;
  }
  html body.home #main #talk .areacont .list #map ul.parts li.area01 .modal .modal-content .modal-body .single:hover {
    background-color: #f2f8fb;
  }
  html body.home #main #talk .areacont .list #map ul.parts li.area02 a.img {
    top: 392px;
    right: 255px;
    left: auto;
  }
  html body.home #main #talk .areacont .list #map ul.parts li.area02 a.img svg {
    width: 82px;
    height: 100px;
  }
  html body.home #main #talk .areacont .list #map ul.parts li.area02 a.img svg rect,
  html body.home #main #talk .areacont .list #map ul.parts li.area02 a.img svg circle,
  html body.home #main #talk .areacont .list #map ul.parts li.area02 a.img svg path {
    fill: #C5D700;
  }
  html body.home #main #talk .areacont .list #map ul.parts li.area02 a.text {
    right: 50px;
    top: 310px;
    left: auto;
    color: #fff;
    background-color: #C5D700;
    border-radius: 5px 5px 0 0;
  }
  html body.home #main #talk .areacont .list #map ul.parts li.area02 .modal {
    right: 50px;
    top: 310px;
    left: auto;
  }
  html body.home #main #talk .areacont .list #map ul.parts li.area02 .modal .modal-content {
    border-left: 1px solid #C5D700;
    border-right: 1px solid #C5D700;
    border-bottom: 1px solid #C5D700;
  }
  html body.home #main #talk .areacont .list #map ul.parts li.area02 .modal .modal-content .modal-body .single {
    border-bottom: 1px solid #fcffda;
  }
  html body.home #main #talk .areacont .list #map ul.parts li.area02 .modal .modal-content .modal-body .single:hover {
    background-color: #fcffda;
  }
  html body.home #main #talk .areacont .list #map ul.parts li.area03 a.img {
    top: 330px;
    right: 286px;
    left: auto;
  }
  html body.home #main #talk .areacont .list #map ul.parts li.area03 a.img svg {
    width: 142px;
    height: 177px;
  }
  html body.home #main #talk .areacont .list #map ul.parts li.area03 a.img svg rect,
  html body.home #main #talk .areacont .list #map ul.parts li.area03 a.img svg circle,
  html body.home #main #talk .areacont .list #map ul.parts li.area03 a.img svg path {
    fill: #79BC28;
  }
  html body.home #main #talk .areacont .list #map ul.parts li.area03 a.text {
    right: auto;
    top: 0;
    left: 180px;
    color: #fff;
    background-color: #79BC28;
    border-radius: 5px 5px 0 0;
  }
  html body.home #main #talk .areacont .list #map ul.parts li.area03 .modal {
    right: auto;
    top: 0;
    left: 180px;
  }
  html body.home #main #talk .areacont .list #map ul.parts li.area03 .modal .modal-content {
    border-left: 1px solid #79BC28;
    border-right: 1px solid #79BC28;
    border-bottom: 1px solid #79BC28;
  }
  html body.home #main #talk .areacont .list #map ul.parts li.area03 .modal .modal-content .modal-body .single {
    border-bottom: 1px solid #f6ffea;
  }
  html body.home #main #talk .areacont .list #map ul.parts li.area03 .modal .modal-content .modal-body .single:hover {
    background-color: #f6ffea;
  }
  html body.home #main #talk .areacont .list #map ul.parts li.area04 a.img {
    top: 454px;
    left: 216px;
  }
  html body.home #main #talk .areacont .list #map ul.parts li.area04 a.img svg {
    width: 83px;
    height: 88px;
  }
  html body.home #main #talk .areacont .list #map ul.parts li.area04 a.img svg rect,
  html body.home #main #talk .areacont .list #map ul.parts li.area04 a.img svg circle,
  html body.home #main #talk .areacont .list #map ul.parts li.area04 a.img svg path {
    fill: #FCCF00;
    stroke: #FCCF00;
  }
  html body.home #main #talk .areacont .list #map ul.parts li.area04 a.text {
    right: auto;
    top: 550px;
    left: 270px;
    color: #fff;
    background-color: #FCCF00;
    border-radius: 5px 5px 0 0;
  }
  html body.home #main #talk .areacont .list #map ul.parts li.area04 .modal {
    right: auto;
    top: 550px;
    left: 270px;
  }
  html body.home #main #talk .areacont .list #map ul.parts li.area04 .modal .modal-content {
    border-left: 1px solid #FCCF00;
    border-right: 1px solid #FCCF00;
    border-bottom: 1px solid #FCCF00;
  }
  html body.home #main #talk .areacont .list #map ul.parts li.area04 .modal .modal-content .modal-body .single {
    border-bottom: 1px solid #fff3c3;
  }
  html body.home #main #talk .areacont .list #map ul.parts li.area04 .modal .modal-content .modal-body .single:hover {
    background-color: #fff3c3;
  }
  html body.home #main #talk .areacont .list #map ul.parts li.area05 a.img {
    top: 453px;
    left: 86px;
  }
  html body.home #main #talk .areacont .list #map ul.parts li.area05 a.img svg {
    width: 141px;
    height: 125px;
  }
  html body.home #main #talk .areacont .list #map ul.parts li.area05 a.img svg rect,
  html body.home #main #talk .areacont .list #map ul.parts li.area05 a.img svg circle,
  html body.home #main #talk .areacont .list #map ul.parts li.area05 a.img svg path {
    fill: #4AC0F0;
    stroke: #4AC0F0;
  }
  html body.home #main #talk .areacont .list #map ul.parts li.area05 a.text {
    right: auto;
    top: 20px;
    left: -20px;
    color: #fff;
    background-color: #4AC0F0;
    border-radius: 5px 5px 0 0;
  }
  html body.home #main #talk .areacont .list #map ul.parts li.area05 .modal {
    right: auto;
    top: 20px;
    left: -20px;
  }
  html body.home #main #talk .areacont .list #map ul.parts li.area05 .modal .modal-content {
    border-left: 1px solid #4AC0F0;
    border-right: 1px solid #4AC0F0;
    border-bottom: 1px solid #4AC0F0;
  }
  html body.home #main #talk .areacont .list #map ul.parts li.area05 .modal .modal-content .modal-body .single {
    border-bottom: 1px solid #f2f8fb;
  }
  html body.home #main #talk .areacont .list #map ul.parts li.area05 .modal .modal-content .modal-body .single:hover {
    background-color: #f2f8fb;
  }
  html body.home #main #talk .areacont .list #map ul.parts li.area06 a.img {
    top: 453px;
    left: 0px;
  }
  html body.home #main #talk .areacont .list #map ul.parts li.area06 a.img svg {
    width: 701px;
    height: 274px;
  }
  html body.home #main #talk .areacont .list #map ul.parts li.area06 a.img svg rect,
  html body.home #main #talk .areacont .list #map ul.parts li.area06 a.img svg circle,
  html body.home #main #talk .areacont .list #map ul.parts li.area06 a.img svg path {
    fill: #5f1985;
    stroke: #5f1985;
  }
  html body.home #main #talk .areacont .list #map ul.parts li.area06 a.text {
    right: auto;
    top: 440px;
    left: -160px;
    color: #fff;
    background-color: #5f1985;
    border-radius: 5px 5px 0 0;
  }
  html body.home #main #talk .areacont .list #map ul.parts li.area06 .modal {
    right: auto;
    top: 440px;
    left: -160px;
  }
  html body.home #main #talk .areacont .list #map ul.parts li.area06 .modal .modal-content {
    border-left: 1px solid #5f1985;
    border-right: 1px solid #5f1985;
    border-bottom: 1px solid #5f1985;
  }
  html body.home #main #talk .areacont .list #map ul.parts li.area06 .modal .modal-content .modal-body .single {
    border-bottom: 1px solid rgba(218, 154, 253, 0.14);
  }
  html body.home #main #talk .areacont .list #map ul.parts li.area06 .modal .modal-content .modal-body .single:hover {
    background-color: rgba(218, 154, 253, 0.14);
  }
  html body.home #main #talk .areacont .list #map ul.parts li.on {
    z-index: 1;
  }
  html body.home #main #foryou {
    background: #fff;
    padding: 100px 0 50px;
  }
  html body.home #main #foryou h1 {
    font-size: 2.8em;
  }
  html body.home #main #foryou .areacont {
    display: flex;
    max-width: 1200px;
    margin: 50px auto 0;
  }
  html body.home #main #foryou .areacont > div {
    flex: 1;
    margin: 0 40px;
  }
  html body.home #main #foryou .areacont > div > ul.wrap {
    height: 100%;
    flex: 1; /* Safari */
    flex-wrap: nowrap;
    border-radius: 0;
    box-shadow: none;
  }
  html body.home #main #foryou .areacont > div > ul.wrap .image img {
    border-radius: 5px;
  }
  html body.home #main #foryou .areacont > div > ul.wrap .text {
    height: 100%;
    margin: 20px 0 0;
    padding-left: 20px;
    border-width: 5px !important;
  }
  html body.home footer {
    margin-top: 0px;
  }
}
@media screen and (max-width: 767px) {
  html body.home #main #what .info {
    background-color: #FC850B;
    padding: 30px 20px;
    font-size: 1em;
  }
  html body.home #main #what .info h1 {
    color: #fff;
  }
  html body.home #main #what .info ul li {
    margin-bottom: 10px;
  }
  html body.home #main #what .info ul li img {
    border: 3px solid #fff;
  }
  html body.home #main #foryou::after {
    bottom: -50px !important;
  }
  html body.home #main #events {
    margin-top: 50px;
  }
  html body.home #main #events .areacont .conts {
    display: block;
    width: 100%;
  }
  html body.home #main #events .areacont .conts li .cont {
    margin: 0 0 10px;
  }
  html body.home #main #books {
    margin-top: 50px;
  }
  html body.home #main #books .areacont .conts {
    width: 100%;
    display: block;
  }
  html body.home #main #books .areacont .conts li .cont {
    margin: 0 0 10px;
  }
  html body.home #wrapper_mbYTP_bgVideo {
    display: none;
  }
  html body.home #main #foryou .areacont > div .wrap .text {
    border: none !important;
    padding-left: 0;
  }
}
html body.archive {
  padding-top: 90px;
}
html body.archive #main > ul > li#pager {
  border-radius: 100px;
  padding: 5px 20px;
}
html body.archive #main > ul > li#pager #pagination {
  display: flex;
  justify-content: center;
}
html body.archive #main > ul > li#pager #pagination > span, html body.archive #main > ul > li#pager #pagination > a {
  padding: 0 10px;
  margin: 0 10px;
  display: inline-block;
}
html body.archive #main > ul > li#pager #pagination a {
  text-decoration: underline;
  font-weight: bold;
}
html body.archive #main > ul > li#pager #pagination a.prev::before {
  content: "<";
  padding-right: 5px;
  display: inline-block;
}
html body.archive #main > ul > li#pager #pagination a.next::after {
  content: ">";
  padding-left: 5px;
  display: inline-block;
}
html body.archive #main > ul > li#pager #pagination span {
  color: #939393;
}
html body.archive footer {
  margin: 0;
}
html body.archive.category-message #main h1 .icon {
  display: block;
  margin: 30px auto 10px;
}
html body.archive.category-message #main h1 .icon::before {
  content: "";
  display: block;
  background-image: url(img/icon_message.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  width: 60px;
  height: 42px;
  transform: rotate(-20deg);
  margin: 0 auto;
}
html body.archive.category-message #main h1 .text::before {
  content: "おしらせ";
  display: block;
  text-align: center;
  font-size: 1.5rem;
  letter-spacing: 0.25em;
  color: #FC850B;
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Yu Gothic", "游ゴシック体", "游ゴシック", SourceHanSansJP-Light, YuGothic, "メイリオ", Meiryo, "ＭＳ Ｐゴシック", Osaka, "MS PGothic", Arial, Helvetica, Verdana, sans-serif;
}
html body.archive.category-message #main > .desc::before {
  content: "デートDVの予防活動に関する最新情報です。";
  display: block;
  margin: 20px 20px 20px;
  text-align: center;
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Yu Gothic", "游ゴシック体", "游ゴシック", SourceHanSansJP-Light, YuGothic, "メイリオ", Meiryo, "ＭＳ Ｐゴシック", Osaka, "MS PGothic", Arial, Helvetica, Verdana, sans-serif;
}
html body.archive.category-message #main > ul {
  background-color: #FFF5D8;
  padding: 30px 20px 30px;
}
html body.archive.category-message #main > ul > li {
  background-color: #fff;
  padding: 20px;
  border-radius: 5px;
  margin-bottom: 20px;
}
html body.archive.category-message #main > ul > li article > ul > li.date {
  font-size: 0.6em;
  margin-bottom: 10px;
  color: #939393;
}
html body.archive.category-message #main > ul > li article > ul > li.title {
  margin-bottom: 10px;
}
html body.archive.category-message #main > ul > li article > ul > li.title a {
  color: #FC850B;
  font-size: 1.2em;
  line-height: 1.5;
  font-weight: bold;
}
html body.archive.category-message #main > ul > li article > ul > li.excerpt .image {
  display: inline-block;
  width: 80px;
  height: 80px;
  float: right;
  margin: 0 0 10px 10px;
}
html body.archive.category-message #main > ul > li article > ul > li.excerpt .image img {
  width: 100%;
  height: auto;
  border-radius: 5px;
}
html body.archive.category-message #main > ul > li article > ul > li.excerpt > a p {
  display: inline;
}
html body.archive.category-message #main > ul > li article > ul > li.excerpt > a .more {
  color: #FCA454;
  text-decoration: underline;
}
html body.archive.category-message #main > ul > li#pager #pagination a {
  color: #FCA454;
}
html body.archive.post-type-archive-more.menuopen header #hd_menu #hd_list {
  background-color: #78B8D1;
}
html body.archive.post-type-archive-more.menuopen header #hd_menu #hd_list ul li.study::before {
  background-color: #78B8D1;
}
html body.archive.post-type-archive-more.menuopen header #hd_menu #hd_list #menuclose {
  color: #78B8D1;
}
html body.archive.post-type-archive-more header > section#hd_logo svg path,
html body.archive.post-type-archive-more header > section#hd_logo svg rect,
html body.archive.post-type-archive-more header > section#hd_logo svg polygon {
  fill: #78B8D1;
}
html body.archive.post-type-archive-more header > section#hd_sodan a .icon svg path {
  fill: #78B8D1;
}
html body.archive.post-type-archive-more header > section#hd_sodan a .text {
  color: #78B8D1;
}
html body.archive.post-type-archive-more header > section#hd_menu .switch span {
  background-color: #78B8D1;
}
html body.archive.post-type-archive-more footer {
  background-color: #78B8D1;
}
html body.archive.post-type-archive-more footer::before {
  content: "";
  background-image: url(img/square_blue.svg);
}
html body.archive.post-type-archive-more footer #ft_study h3 {
  color: #78B8D1;
  background-image: url(img/ribbon_blue.svg);
}
html body.archive.post-type-archive-more footer #ft_study > ul li a {
  color: #78B8D1;
}
html body.archive.post-type-archive-more footer #ft_study > ul li a svg path,
html body.archive.post-type-archive-more footer #ft_study > ul li a svg circle {
  fill: #78B8D1;
}
html body.archive.post-type-archive-more #main h1 .icon {
  display: block;
  margin: 30px auto 10px;
}
html body.archive.post-type-archive-more #main h1 .icon::before {
  content: "";
  display: block;
  background-image: url(img/icon_more.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  width: 79px;
  height: 46px;
  margin: 0 auto;
}
html body.archive.post-type-archive-more #main h1 .text {
  display: block;
  text-align: center;
  font-size: 1.5rem;
  letter-spacing: 0.25em;
  line-height: 1.5;
  color: #78B8D1;
}
html body.archive.post-type-archive-more #main > .desc {
  display: block;
  margin: 20px 20px 20px;
  text-align: center;
}
html body.archive.post-type-archive-more #main > ul {
  background-color: #D8E8EF;
  padding: 30px 20px 50px;
  counter-reset: sample;
}
html body.archive.post-type-archive-more #main > ul > li {
  background-color: #fff;
  padding: 20px;
  border-radius: 5px;
  margin-bottom: 20px;
}
html body.archive.post-type-archive-more #main > ul > li article > ul > li.date {
  font-size: 0.6em;
  margin-bottom: 10px;
  color: #939393;
}
html body.archive.post-type-archive-more #main > ul > li article > ul > li.title {
  margin-bottom: 10px;
}
html body.archive.post-type-archive-more #main > ul > li article > ul > li.title a {
  color: #78B8D1;
  font-size: 1.2em;
  line-height: 1.5;
  font-weight: bold;
}
html body.archive.post-type-archive-more #main > ul > li article > ul > li.excerpt p {
  display: inline;
}
html body.archive.post-type-archive-more #main > ul > li article > ul > li.excerpt .image {
  display: inline-block;
  width: 80px;
  height: 80px;
  float: right;
  margin: 0 0 10px 10px;
}
html body.archive.post-type-archive-more #main > ul > li article > ul > li.excerpt .image img {
  width: 100%;
  height: auto;
  border-radius: 5px;
}
html body.archive.post-type-archive-more #main > ul > li article > ul > li.excerpt .more {
  text-decoration: underline;
  opacity: 0.8;
}
html body.archive.post-type-archive-more #main > ul > li#pager #pagination a {
  color: #FCA454;
}
html body.archive.post-type-archive-more #main > ul > li .date {
  display: none;
}
html body.archive.post-type-archive-more #main > ul > li::before {
  counter-increment: sample;
  content: "ステップ " counter(sample);
  font-size: 0.8em;
  color: #78B8D1;
}
html body.archive.post-type-archive-info.menuopen header #hd_menu #hd_list, html body.archive.archive.tax-event_pref.menuopen header #hd_menu #hd_list {
  background-color: #76c499;
}
html body.archive.post-type-archive-info.menuopen header #hd_menu #hd_list ul li.study::before, html body.archive.archive.tax-event_pref.menuopen header #hd_menu #hd_list ul li.study::before {
  background-color: #76c499;
}
html body.archive.post-type-archive-info.menuopen header #hd_menu #hd_list #menuclose, html body.archive.archive.tax-event_pref.menuopen header #hd_menu #hd_list #menuclose {
  color: #76c499;
}
html body.archive.post-type-archive-info header > section#hd_logo svg path,
html body.archive.post-type-archive-info header > section#hd_logo svg rect,
html body.archive.post-type-archive-info header > section#hd_logo svg polygon, html body.archive.archive.tax-event_pref header > section#hd_logo svg path,
html body.archive.archive.tax-event_pref header > section#hd_logo svg rect,
html body.archive.archive.tax-event_pref header > section#hd_logo svg polygon {
  fill: #76c499;
}
html body.archive.post-type-archive-info header > section#hd_sodan a .icon svg path, html body.archive.archive.tax-event_pref header > section#hd_sodan a .icon svg path {
  fill: #76c499;
}
html body.archive.post-type-archive-info header > section#hd_sodan a .text, html body.archive.archive.tax-event_pref header > section#hd_sodan a .text {
  color: #76c499;
}
html body.archive.post-type-archive-info header > section#hd_menu .switch span, html body.archive.archive.tax-event_pref header > section#hd_menu .switch span {
  background-color: #76c499;
}
html body.archive.post-type-archive-info footer, html body.archive.archive.tax-event_pref footer {
  background-color: #76c499;
}
html body.archive.post-type-archive-info footer::before, html body.archive.archive.tax-event_pref footer::before {
  content: "";
  background-image: url(img/square_green.svg);
}
html body.archive.post-type-archive-info footer #ft_study h3, html body.archive.archive.tax-event_pref footer #ft_study h3 {
  color: #76c499;
  background-image: url(img/ribbon_green.svg);
}
html body.archive.post-type-archive-info footer #ft_study > ul li a, html body.archive.archive.tax-event_pref footer #ft_study > ul li a {
  color: #76c499;
}
html body.archive.post-type-archive-info footer #ft_study > ul li a svg path,
html body.archive.post-type-archive-info footer #ft_study > ul li a svg circle, html body.archive.archive.tax-event_pref footer #ft_study > ul li a svg path,
html body.archive.archive.tax-event_pref footer #ft_study > ul li a svg circle {
  fill: #76c499;
}
html body.archive.post-type-archive-info #main h1 .icon, html body.archive.archive.tax-event_pref #main h1 .icon {
  display: block;
  margin: 30px auto 10px;
}
html body.archive.post-type-archive-info #main h1 .icon::before, html body.archive.archive.tax-event_pref #main h1 .icon::before {
  content: "";
  display: block;
  background-image: url(img/icon_info.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  width: 79px;
  height: 46px;
  margin: 0 auto;
}
html body.archive.post-type-archive-info #main h1 .text, html body.archive.archive.tax-event_pref #main h1 .text {
  display: block;
  text-align: center;
  font-size: 1.5rem;
  letter-spacing: 0.25em;
  line-height: 1.5;
  color: #76c499;
}
html body.archive.post-type-archive-info #main > .desc, html body.archive.archive.tax-event_pref #main > .desc {
  display: block;
  margin: 20px 20px 20px;
  text-align: center;
}
html body.archive.post-type-archive-info #main > ul > li, html body.archive.archive.tax-event_pref #main > ul > li {
  background-color: #fff;
  padding: 20px;
  border-radius: 5px;
  margin-bottom: 20px;
}
html body.archive.post-type-archive-info #main > ul > li article > ul > li.date, html body.archive.archive.tax-event_pref #main > ul > li article > ul > li.date {
  font-size: 0.6em;
  color: #939393;
}
html body.archive.post-type-archive-info #main > ul > li article > ul > li.date .cat, html body.archive.archive.tax-event_pref #main > ul > li article > ul > li.date .cat {
  border: 1px solid #76c499;
  padding: 2px 5px;
  color: #76c499;
}
html body.archive.post-type-archive-info #main > ul > li article > ul > li.title, html body.archive.archive.tax-event_pref #main > ul > li article > ul > li.title {
  margin-bottom: 10px;
}
html body.archive.post-type-archive-info #main > ul > li article > ul > li.title a, html body.archive.archive.tax-event_pref #main > ul > li article > ul > li.title a {
  color: #76c499;
  font-size: 1.2em;
  line-height: 1.5;
  font-weight: bold;
}
html body.archive.post-type-archive-info #main > ul > li article > ul > li.excerpt .image, html body.archive.archive.tax-event_pref #main > ul > li article > ul > li.excerpt .image {
  display: inline-block;
  width: 80px;
  height: 80px;
  float: right;
  margin: 0 0 10px 10px;
}
html body.archive.post-type-archive-info #main > ul > li article > ul > li.excerpt .image img, html body.archive.archive.tax-event_pref #main > ul > li article > ul > li.excerpt .image img {
  width: 100%;
  height: auto;
  border-radius: 5px;
}
html body.archive.post-type-archive-info #main > ul > li#pager #pagination a, html body.archive.archive.tax-event_pref #main > ul > li#pager #pagination a {
  color: #FCA454;
}
html body.archive.post-type-archive-books.menuopen header #hd_menu #hd_list {
  background-color: #76c499;
}
html body.archive.post-type-archive-books.menuopen header #hd_menu #hd_list ul li.study::before {
  background-color: #76c499;
}
html body.archive.post-type-archive-books.menuopen header #hd_menu #hd_list #menuclose {
  color: #76c499;
}
html body.archive.post-type-archive-books header > section#hd_logo svg path,
html body.archive.post-type-archive-books header > section#hd_logo svg rect,
html body.archive.post-type-archive-books header > section#hd_logo svg polygon {
  fill: #76c499;
}
html body.archive.post-type-archive-books header > section#hd_sodan a .icon svg path {
  fill: #76c499;
}
html body.archive.post-type-archive-books header > section#hd_sodan a .text {
  color: #76c499;
}
html body.archive.post-type-archive-books header > section#hd_menu .switch span {
  background-color: #76c499;
}
html body.archive.post-type-archive-books footer {
  background-color: #76c499;
}
html body.archive.post-type-archive-books footer::before {
  content: "";
  background-image: url(img/square_green.svg);
}
html body.archive.post-type-archive-books footer #ft_study h3 {
  color: #76c499;
  background-image: url(img/ribbon_green.svg);
}
html body.archive.post-type-archive-books footer #ft_study > ul li a {
  color: #76c499;
}
html body.archive.post-type-archive-books footer #ft_study > ul li a svg path,
html body.archive.post-type-archive-books footer #ft_study > ul li a svg circle {
  fill: #76c499;
}
html body.archive.post-type-archive-books #main h1 .icon {
  display: block;
  margin: 30px auto 10px;
}
html body.archive.post-type-archive-books #main h1 .icon::before {
  content: "";
  display: block;
  background-image: url(img/icon_book.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  width: 79px;
  height: 46px;
  margin: 0 auto;
}
html body.archive.post-type-archive-books #main h1 .text {
  display: block;
  text-align: center;
  font-size: 1.5rem;
  letter-spacing: 0.25em;
  line-height: 1.5;
  color: #76c499;
}
html body.archive.post-type-archive-books #main > .desc {
  display: block;
  margin: 20px 20px 20px;
  text-align: center;
}
html body.archive.post-type-archive-books #main > ul > li {
  background-color: #fff;
  padding: 20px;
  border-radius: 5px;
  margin-bottom: 20px;
}
html body.archive.post-type-archive-books #main > ul > li article > ul > li.date {
  font-size: 0.6em;
  color: #939393;
}
html body.archive.post-type-archive-books #main > ul > li article > ul > li.date .cat {
  border: 1px solid #76c499;
  padding: 2px 5px;
  color: #76c499;
}
html body.archive.post-type-archive-books #main > ul > li article > ul > li.title {
  margin-bottom: 10px;
}
html body.archive.post-type-archive-books #main > ul > li article > ul > li.title a {
  color: #76c499;
  font-size: 1.2em;
  line-height: 1.5;
  font-weight: bold;
}
html body.archive.post-type-archive-books #main > ul > li article > ul > li.excerpt .image {
  display: inline-block;
  width: 80px;
  height: 80px;
  float: right;
  margin: 0 0 10px 10px;
}
html body.archive.post-type-archive-books #main > ul > li article > ul > li.excerpt .image img {
  width: 100%;
  height: auto;
  border-radius: 5px;
}
html body.archive.post-type-archive-books #main > ul > li#pager #pagination a {
  color: #FCA454;
}

@media screen and (min-width: 768px) {
  html body.archive.category-message #main > ul > li {
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
  }
  html body.archive.post-type-archive-more header {
    background-color: #78B8D1;
  }
  html body.archive.post-type-archive-more #main > .desc {
    max-width: 600px;
    margin: 30px auto;
  }
  html body.archive.post-type-archive-more #main > ul > li {
    max-width: 800px;
    margin: 0 auto 20px;
  }
  html body.archive.post-type-archive-info header, html body.archive.archive.tax-event_pref header {
    background-color: #76c499;
  }
  html body.archive.post-type-archive-info #main .desc, html body.archive.archive.tax-event_pref #main .desc {
    width: 600px;
    margin: 30px auto;
  }
  html body.archive.post-type-archive-info #main > ul > li, html body.archive.archive.tax-event_pref #main > ul > li {
    max-width: 800px;
  }
  html body.archive.post-type-archive-books header {
    background-color: #76c499;
  }
  html body.archive.post-type-archive-books #main .desc {
    width: 600px;
    margin: 30px auto;
  }
  html body.archive.post-type-archive-books #main > ul > li {
    max-width: 800px;
  }
}
html body.single {
  padding-top: 90px;
}
html body.single #main {
  margin: 0 20px;
}
html body.single #main > ul > li#pager {
  border-radius: 100px;
  padding: 5px 20px;
  border: 1px solid #FCA454;
  margin-top: 30px;
}
html body.single #main > ul > li#pager #pagination {
  display: flex;
  justify-content: center;
}
html body.single #main > ul > li#pager #pagination p {
  color: #FCA454;
}
html body.single #main > ul > li#pager #pagination > span, html body.single #main > ul > li#pager #pagination > a {
  padding: 0 10px;
  margin: 0 10px;
  display: inline-block;
}
html body.single #main > ul > li#pager #pagination a {
  text-decoration: none;
  font-weight: bold;
  color: #FCA454;
}
html body.single #main > ul > li#pager #pagination a.prev::before {
  content: "<";
  padding-right: 5px;
  display: inline-block;
}
html body.single #main > ul > li#pager #pagination a.next::after {
  content: ">";
  padding-left: 5px;
  display: inline-block;
}
html body.single #main > ul > li#pager #pagination span {
  color: #939393;
}
html body.single #main > ul.single .date {
  color: #939393;
  font-size: 0.8em;
}
html body.single #main > ul.single .image {
  margin-top: 10px;
  margin-bottom: 10px;
}
html body.single #main > ul.single .image img {
  border-radius: 5px;
}
html body.single #main > ul.single .title {
  font-weight: bold;
  margin: 20px 0px;
  font-size: 1.8em;
  line-height: 1.5;
}
html body.single #main > ul.single .cont h2 {
  margin-bottom: 1rem;
}
html body.single #main > ul.single .cont p {
  margin-bottom: 1em;
}
html body.single #main > ul.single .cont a {
  color: #FC850B;
  text-decoration: underline;
}
html body.single #main > ul.single .cont blockquote {
  background: #f0f0f0;
  padding: 30px;
  border-radius: 10px;
  margin-bottom: 1em;
}
html body.single #main > ul.single .cont .wp-caption-text {
  font-size: 0.8em;
  color: #8e8e8e;
}
html body.single #main > ul.single .cont > * {
  max-width: 100%;
}
html body.single #main > ul.single .writer {
  margin-top: 50px;
  text-align: right;
  color: #939393;
}
html body.single.single-message h1 {
  border-top: 1px solid #FCA454;
  border-bottom: 1px solid #FCA454;
  margin: 10px 0;
  padding: 3px;
  text-align: center;
}
html body.single.single-message h1 .icon {
  display: inline-block;
  margin: 2px auto 0px;
}
html body.single.single-message h1 .icon::before {
  content: "";
  display: block;
  background-image: url(img/icon_message.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  width: 21px;
  height: 15px;
  transform: rotate(-20deg);
  margin: 0 auto;
}
html body.single.single-message h1 .text {
  display: inline-block;
}
html body.single.single-message h1 .text::before {
  content: "おしらせ";
  display: block;
  text-align: center;
  font-size: 1.1rem;
  letter-spacing: 0.25em;
  color: #FCA454;
  margin-left: 10px;
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Yu Gothic", "游ゴシック体", "游ゴシック", SourceHanSansJP-Light, YuGothic, "メイリオ", Meiryo, "ＭＳ Ｐゴシック", Osaka, "MS PGothic", Arial, Helvetica, Verdana, sans-serif;
}
html body.single.single-message #pager {
  border: 1px solid #FCA454 !important;
}
html body.single.single-message #pager #pagination p {
  color: #FFF5D8;
}
html body.single.single-message #pager #pagination p a {
  color: #FCA454;
}
html body.single.single-more.menuopen header #hd_menu #hd_list {
  background-color: #78B8D1;
}
html body.single.single-more.menuopen header #hd_menu #hd_list ul li.study::before {
  background-color: #78B8D1;
}
html body.single.single-more.menuopen header #hd_menu #hd_list #menuclose {
  color: #78B8D1;
}
html body.single.single-more header > section#hd_logo svg path,
html body.single.single-more header > section#hd_logo svg rect,
html body.single.single-more header > section#hd_logo svg polygon {
  fill: #78B8D1;
}
html body.single.single-more header > section#hd_sodan a .icon svg path {
  fill: #78B8D1;
}
html body.single.single-more header > section#hd_sodan a .text {
  color: #78B8D1;
}
html body.single.single-more header > section#hd_menu .switch span {
  background-color: #78B8D1;
}
html body.single.single-more footer {
  background-color: #78B8D1;
}
html body.single.single-more footer::before {
  content: "";
  background-image: url(img/square_blue.svg);
}
html body.single.single-more footer #ft_study h3 {
  color: #78B8D1;
  background-image: url(img/ribbon_blue.svg);
}
html body.single.single-more footer #ft_study > ul li a {
  color: #78B8D1;
}
html body.single.single-more footer #ft_study > ul li a svg path,
html body.single.single-more footer #ft_study > ul li a svg circle {
  fill: #78B8D1;
}
html body.single.single-more h1 {
  border-top: 1px solid #78B8D1;
  border-bottom: 1px solid #78B8D1;
  margin: 10px 0;
  padding: 3px;
  text-align: center;
}
html body.single.single-more h1 .icon {
  display: inline-block;
  margin: 0px auto -3px;
}
html body.single.single-more h1 .icon::before {
  content: "";
  display: block;
  background-image: url(img/icon_more.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  width: 30px;
  height: 17px;
  margin: 0 auto;
}
html body.single.single-more h1 .text {
  display: inline-block;
}
html body.single.single-more h1 .text::before {
  content: "もっと知りたい";
  display: block;
  text-align: center;
  font-size: 1.1rem;
  letter-spacing: 0.25em;
  color: #78B8D1;
  margin-left: 10px;
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Yu Gothic", "游ゴシック体", "游ゴシック", SourceHanSansJP-Light, YuGothic, "メイリオ", Meiryo, "ＭＳ Ｐゴシック", Osaka, "MS PGothic", Arial, Helvetica, Verdana, sans-serif;
}
html body.single.single-more #pager #pagination p {
  color: #D8E8EF !important;
}
html body.single.single-more #pager #pagination p a {
  color: #78B8D1 !important;
}
html body.single.single-more .single .writer {
  display: none;
}
html body.single.single-info.menuopen header #hd_menu #hd_list {
  background-color: #76c499;
}
html body.single.single-info.menuopen header #hd_menu #hd_list ul li.study::before {
  background-color: #76c499;
}
html body.single.single-info.menuopen header #hd_menu #hd_list #menuclose {
  color: #76c499;
}
html body.single.single-info header > section#hd_logo svg path,
html body.single.single-info header > section#hd_logo svg rect,
html body.single.single-info header > section#hd_logo svg polygon {
  fill: #76c499;
}
html body.single.single-info header > section#hd_sodan a .icon svg path {
  fill: #76c499;
}
html body.single.single-info header > section#hd_sodan a .text {
  color: #76c499;
}
html body.single.single-info header > section#hd_menu .switch span {
  background-color: #76c499;
}
html body.single.single-info footer {
  background-color: #76c499;
}
html body.single.single-info footer::before {
  content: "";
  background-image: url(img/square_green.svg);
}
html body.single.single-info footer #ft_study h3 {
  color: #76c499;
  background-image: url(img/ribbon_green.svg);
}
html body.single.single-info footer #ft_study > ul li a {
  color: #76c499;
}
html body.single.single-info footer #ft_study > ul li a svg path,
html body.single.single-info footer #ft_study > ul li a svg circle {
  fill: #76c499;
}
html body.single.single-info h1 {
  border-top: 1px solid #76c499;
  border-bottom: 1px solid #76c499;
  margin: 10px 0;
  padding: 3px;
  text-align: center;
}
html body.single.single-info h1 .icon {
  display: inline-block;
  margin: 0px auto -3px;
}
html body.single.single-info h1 .icon::before {
  content: "";
  display: block;
  background-image: url(img/icon_info.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  width: 30px;
  height: 17px;
  margin: 0 auto;
}
html body.single.single-info h1 .text {
  display: inline-block;
}
html body.single.single-info h1 .text::before {
  content: "イベント・研修会情報";
  display: block;
  text-align: center;
  font-size: 1.1rem;
  letter-spacing: 0.25em;
  color: #76c499;
  margin-left: 10px;
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Yu Gothic", "游ゴシック体", "游ゴシック", SourceHanSansJP-Light, YuGothic, "メイリオ", Meiryo, "ＭＳ Ｐゴシック", Osaka, "MS PGothic", Arial, Helvetica, Verdana, sans-serif;
}
html body.single.single-info #main > ul > li#pager {
  border: 1px solid #76c499;
}
html body.single.single-info #main > ul > li#pager #pagination p {
  color: rgba(175, 219, 194, 0.35);
}
html body.single.single-info #main > ul > li#pager #pagination p a {
  color: #76c499;
}
html body.single.single-info #main #attention {
  background-color: #efefed;
  font-size: 0.8em;
  padding: 20px;
  border-radius: 5px;
  margin-top: 40px;
  font-size: 0.8em;
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ W3 JIS2004", "Yu Gothic", "游ゴシック体", "游ゴシック", SourceHanSansJP-Light, YuGothic, "メイリオ", Meiryo, "ＭＳ Ｐゴシック", Osaka, "MS PGothic", Arial, Helvetica, Verdana, sans-serif;
  text-align: center;
}
html body.single.single-info #main #attention a {
  text-decoration: underline;
}
html body.single.single-info #main #attention ul {
  display: flex;
}
html body.single.single-info #main #attention ul li {
  flex: 1;
}
html body.single.single-info #main #attention ul li a {
  background: #76c499;
  padding: 10px;
  color: #fff;
  padding: 10px 10px;
  display: block;
  border-radius: 5px;
  margin: 20px 10px 0;
  text-decoration: none;
}
html body.single.single-info #main #attention .steps {
  padding: 0 10px 10;
}
html body.single.single-info #main #attention .steps img {
  margin: 50px 0px 0;
}
html body.single.single-books.menuopen header #hd_menu #hd_list {
  background-color: #76c499;
}
html body.single.single-books.menuopen header #hd_menu #hd_list ul li.study::before {
  background-color: #76c499;
}
html body.single.single-books.menuopen header #hd_menu #hd_list #menuclose {
  color: #76c499;
}
html body.single.single-books header > section#hd_logo svg path,
html body.single.single-books header > section#hd_logo svg rect,
html body.single.single-books header > section#hd_logo svg polygon {
  fill: #76c499;
}
html body.single.single-books header > section#hd_sodan a .icon svg path {
  fill: #76c499;
}
html body.single.single-books header > section#hd_sodan a .text {
  color: #76c499;
}
html body.single.single-books header > section#hd_menu .switch span {
  background-color: #76c499;
}
html body.single.single-books footer {
  background-color: #76c499;
}
html body.single.single-books footer::before {
  content: "";
  background-image: url(img/square_green.svg);
}
html body.single.single-books footer #ft_study h3 {
  color: #76c499;
  background-image: url(img/ribbon_green.svg);
}
html body.single.single-books footer #ft_study > ul li a {
  color: #76c499;
}
html body.single.single-books footer #ft_study > ul li a svg path,
html body.single.single-books footer #ft_study > ul li a svg circle {
  fill: #76c499;
}
html body.single.single-books h1 {
  border-top: 1px solid #76c499;
  border-bottom: 1px solid #76c499;
  margin: 10px 0;
  padding: 3px;
  text-align: center;
}
html body.single.single-books h1 .icon {
  display: inline-block;
  margin: 0px auto -3px;
}
html body.single.single-books h1 .icon::before {
  content: "";
  display: block;
  background-image: url(img/icon_book.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  width: 30px;
  height: 17px;
  margin: 0 auto;
}
html body.single.single-books h1 .text {
  display: inline-block;
}
html body.single.single-books h1 .text::before {
  content: "参考書籍";
  display: block;
  text-align: center;
  font-size: 1.1rem;
  letter-spacing: 0.25em;
  color: #76c499;
  margin-left: 10px;
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Yu Gothic", "游ゴシック体", "游ゴシック", SourceHanSansJP-Light, YuGothic, "メイリオ", Meiryo, "ＭＳ Ｐゴシック", Osaka, "MS PGothic", Arial, Helvetica, Verdana, sans-serif;
}
html body.single.single-books #main > ul > li#pager {
  border: 1px solid #76c499;
}
html body.single.single-books #main > ul > li#pager #pagination p {
  color: rgba(175, 219, 194, 0.35);
}
html body.single.single-books #main > ul > li#pager #pagination p a {
  color: #76c499;
}
html body.single.single-books #main #attention {
  background-color: #efefed;
  font-size: 0.8em;
  padding: 20px;
  border-radius: 5px;
  margin-top: 40px;
  font-size: 0.8em;
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ W3 JIS2004", "Yu Gothic", "游ゴシック体", "游ゴシック", SourceHanSansJP-Light, YuGothic, "メイリオ", Meiryo, "ＭＳ Ｐゴシック", Osaka, "MS PGothic", Arial, Helvetica, Verdana, sans-serif;
  text-align: center;
}
html body.single.single-books #main #attention a {
  text-decoration: underline;
}
html body.single.single-books #main #attention ul {
  display: flex;
}
html body.single.single-books #main #attention ul li {
  flex: 1;
}
html body.single.single-books #main #attention ul li a {
  background: #76c499;
  padding: 10px;
  color: #fff;
  padding: 10px 10px;
  display: block;
  border-radius: 5px;
  margin: 20px 10px 0;
  text-decoration: none;
}

@media screen and (min-width: 768px) {
  html body.single #main {
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 40px;
  }
  html body.single #main > ul.single .date {
    margin-bottom: 30px;
  }
  html body.single #main > ul.single .title {
    margin: 0 0 40px;
  }
  html body.single #main > ul.single .image img {
    margin-bottom: 20px;
    margin: 0 auto 40px;
    min-width: 80%;
  }
  html body.single #main > ul.single .cont img {
    max-width: 100%;
    height: auto;
    display: block;
  }
  html body.single #main > ul.single .cont aside {
    font-size: 0.8em;
    color: #686868;
  }
  html body.single #main > ul > li#pager {
    border: 1px solid #FCA454;
    margin: 80px auto 0px;
    width: 70%;
  }
  html body.single.single-more header {
    background-color: #78B8D1;
  }
  html body.single.single-more #main > ul > li#pager {
    border: 1px solid #78B8D1;
  }
  html body.single.single-topic #main {
    max-width: none;
  }
  html body.single.single-info header {
    background-color: #76c499;
  }
  html body.single.single-books header {
    background-color: #76c499;
  }
}
html body.page-supports #main {
  margin-top: 86px;
}
html body.page-supports #main .single {
  padding: 20px 20px 0px;
  position: relative;
}
html body.page-supports #main .single h2 {
  line-height: 1.5;
  display: block;
  color: #FC850B;
  font-size: 1.8em;
  text-align: center;
  margin-bottom: 20px;
}
html body.page-supports #main .single .title_meta,
html body.page-supports #main .single .subtitle.kojin {
  margin-bottom: 20px;
}
html body.page-supports #main .single .subtitle.kojin {
  margin-top: 50px;
}
html body.page-supports #main .single p {
  margin-bottom: 10px;
}
html body.page-supports #main .single #attention {
  background-color: #efefed;
  font-size: 0.8em;
  padding: 20px;
  border-radius: 5px;
  margin-top: 40px;
  font-size: 0.8em;
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ W3 JIS2004", "Yu Gothic", "游ゴシック体", "游ゴシック", SourceHanSansJP-Light, YuGothic, "メイリオ", Meiryo, "ＭＳ Ｐゴシック", Osaka, "MS PGothic", Arial, Helvetica, Verdana, sans-serif;
}
html body.page-supports #main .single #attention a {
  text-decoration: underline;
}

@media screen and (min-width: 768px) {
  html body.page-supports #main h2 {
    font-size: 2.5em;
    margin-top: 30px;
  }
  html body.page-supports #main .single {
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
  }
  html body.page-supports #main .single .contlist {
    overflow: hidden;
    text-align: center;
  }
  html body.page-supports #main .single .contlist .kojin p {
    display: inline-block;
  }
  html body.page-supports #main .single .contlist .kojin p::after {
    content: "/";
    margin: 0 5px;
    color: #f1f1f1;
  }
  html body.page-supports #main .single .contlist .kojin p:last-of-type::after {
    display: none;
  }
}
html body.forum.menuopen header #hd_menu #hd_list,
html body.topic.menuopen header #hd_menu #hd_list {
  background-color: #E99A92;
}
html body.forum.menuopen header #hd_menu #hd_list ul li.study::before,
html body.topic.menuopen header #hd_menu #hd_list ul li.study::before {
  background-color: #E99A92;
}
html body.forum.menuopen header #hd_menu #hd_list #menuclose,
html body.topic.menuopen header #hd_menu #hd_list #menuclose {
  color: #E99A92;
}
html body.forum header > section#hd_logo svg path,
html body.forum header > section#hd_logo svg rect,
html body.forum header > section#hd_logo svg polygon,
html body.topic header > section#hd_logo svg path,
html body.topic header > section#hd_logo svg rect,
html body.topic header > section#hd_logo svg polygon {
  fill: #E99A92;
}
html body.forum header > section#hd_sodan a .icon svg path,
html body.topic header > section#hd_sodan a .icon svg path {
  fill: #E99A92 !important;
}
html body.forum header > section#hd_sodan a .text,
html body.topic header > section#hd_sodan a .text {
  color: #E99A92;
}
html body.forum header > section#hd_menu .switch span,
html body.topic header > section#hd_menu .switch span {
  background-color: #E99A92;
}
html body.forum footer,
html body.topic footer {
  background-color: #E99A92;
}
html body.forum footer::before,
html body.topic footer::before {
  content: "";
  background-image: url(img/square_pink.svg);
}
html body.forum footer #ft_study h3,
html body.topic footer #ft_study h3 {
  color: #E99A92;
  background-image: url(img/ribbon_pink.svg);
}
html body.forum footer #ft_study > ul li a,
html body.topic footer #ft_study > ul li a {
  color: #E99A92;
}
html body.forum footer #ft_study > ul li a svg path,
html body.forum footer #ft_study > ul li a svg circle,
html body.topic footer #ft_study > ul li a svg path,
html body.topic footer #ft_study > ul li a svg circle {
  fill: #E99A92;
}
html body.forum #main,
html body.topic #main {
  margin: 0;
}
html body.forum #main > ul.single .date,
html body.topic #main > ul.single .date {
  display: none;
}
html body.forum #main > ul.single .title,
html body.topic #main > ul.single .title {
  border: 3px solid #E99A92;
  padding: 15px 40px;
  border-radius: 5px;
  text-align: center;
  position: relative;
  margin: 20px 20px 15px;
}
html body.forum #main > ul.single .title a,
html body.topic #main > ul.single .title a {
  color: #DE585D;
  display: block;
  max-width: 200px;
  margin: 0 auto;
}
html body.forum #main > ul.single .title p,
html body.topic #main > ul.single .title p {
  font-size: 1rem;
  font-weight: normal;
  margin: 10px 0 15px;
  line-height: 1.8;
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ W3 JIS2004", "Yu Gothic", "游ゴシック体", "游ゴシック", SourceHanSansJP-Light, YuGothic, "メイリオ", Meiryo, "ＭＳ Ｐゴシック", Osaka, "MS PGothic", Arial, Helvetica, Verdana, sans-serif;
}
html body.forum #main > ul.single .title a.apply,
html body.topic #main > ul.single .title a.apply {
  color: #fff;
  background-color: #DE585D;
  font-size: 1rem;
  padding: 10px;
  border-radius: 5px;
}
html body.forum #main > ul.single .title::before,
html body.topic #main > ul.single .title::before {
  content: "";
  position: absolute;
  display: block;
  left: 50%;
  bottom: -30px;
  margin-left: -140px;
  border: 3px solid #E99A92;
  height: 24px;
  width: 10px;
  background-color: #fff;
}
html body.forum #main > ul.single .title::after,
html body.topic #main > ul.single .title::after {
  content: "";
  position: absolute;
  display: block;
  left: 50%;
  bottom: -30px;
  margin-left: 124px;
  border: 3px solid #E99A92;
  height: 24px;
  width: 10px;
  background-color: #fff;
}
html body.forum #main > ul.single .writer,
html body.topic #main > ul.single .writer {
  display: none;
}
html body.forum #main > ul.single .cont #bbpress-forums,
html body.topic #main > ul.single .cont #bbpress-forums {
  margin-bottom: 0px;
}
html body.forum #main > ul.single .cont #bbpress-forums .bbp-breadcrumb,
html body.forum #main > ul.single .cont #bbpress-forums .bbp-template-notice,
html body.topic #main > ul.single .cont #bbpress-forums .bbp-breadcrumb,
html body.topic #main > ul.single .cont #bbpress-forums .bbp-template-notice {
  display: none;
}
html body.forum #main > ul.single .cont #bbpress-forums .bbp-pagination,
html body.topic #main > ul.single .cont #bbpress-forums .bbp-pagination {
  background-color: rgba(247, 216, 216, 0.75);
  padding: 40px 0;
  margin: 0;
}
html body.forum #main > ul.single .cont #bbpress-forums .bbp-pagination:first-of-type,
html body.topic #main > ul.single .cont #bbpress-forums .bbp-pagination:first-of-type {
  padding-top: 50px;
}
html body.forum #main > ul.single .cont #bbpress-forums .bbp-pagination:last-of-type,
html body.topic #main > ul.single .cont #bbpress-forums .bbp-pagination:last-of-type {
  padding-bottom: 50px;
}
html body.forum #main > ul.single .cont #bbpress-forums .bbp-pagination .bbp-pagination-count,
html body.topic #main > ul.single .cont #bbpress-forums .bbp-pagination .bbp-pagination-count {
  display: none;
}
html body.forum #main > ul.single .cont #bbpress-forums .bbp-pagination .bbp-pagination-links,
html body.topic #main > ul.single .cont #bbpress-forums .bbp-pagination .bbp-pagination-links {
  float: none;
  display: flex;
  justify-content: center;
}
html body.forum #main > ul.single .cont #bbpress-forums .bbp-pagination .bbp-pagination-links a,
html body.forum #main > ul.single .cont #bbpress-forums .bbp-pagination .bbp-pagination-links span,
html body.topic #main > ul.single .cont #bbpress-forums .bbp-pagination .bbp-pagination-links a,
html body.topic #main > ul.single .cont #bbpress-forums .bbp-pagination .bbp-pagination-links span {
  border-radius: 50%;
  display: block;
  background: #E99A92;
  color: #fff;
  height: 2rem;
  width: 2rem;
  line-height: 2rem;
  text-align: center;
  letter-spacing: 0;
  padding: 0;
  margin: 0 5px;
  border: none;
}
html body.forum #main > ul.single .cont #bbpress-forums .bbp-pagination .bbp-pagination-links span,
html body.topic #main > ul.single .cont #bbpress-forums .bbp-pagination .bbp-pagination-links span {
  background-color: #fff;
  color: #E99A92;
}
html body.forum #main > ul.single .cont #bbpress-forums .bbp-topics,
html body.topic #main > ul.single .cont #bbpress-forums .bbp-topics {
  border: none;
  margin-bottom: 0;
}
html body.forum #main > ul.single .cont #bbpress-forums .bbp-topics .bbp-header,
html body.topic #main > ul.single .cont #bbpress-forums .bbp-topics .bbp-header {
  display: none;
}
html body.forum #main > ul.single .cont #bbpress-forums .bbp-topics .bbp-footer,
html body.topic #main > ul.single .cont #bbpress-forums .bbp-topics .bbp-footer {
  display: none;
}
html body.forum #main > ul.single .cont #bbpress-forums .bbp-topics .bbp-body,
html body.topic #main > ul.single .cont #bbpress-forums .bbp-topics .bbp-body {
  padding: 0 20px 0px;
  background-color: rgba(247, 216, 216, 0.75);
}
html body.forum #main > ul.single .cont #bbpress-forums .bbp-topics .bbp-body .type-topic,
html body.topic #main > ul.single .cont #bbpress-forums .bbp-topics .bbp-body .type-topic {
  display: flex; /* Safari */
  flex-wrap: wrap;
  margin-bottom: 10px;
  padding: 10px;
  border-radius: 5px;
  border: none;
}
html body.forum #main > ul.single .cont #bbpress-forums .bbp-topics .bbp-body .type-topic:last-of-type,
html body.topic #main > ul.single .cont #bbpress-forums .bbp-topics .bbp-body .type-topic:last-of-type {
  margin-bottom: 0;
}
html body.forum #main > ul.single .cont #bbpress-forums .bbp-topics .bbp-body .type-topic .bbp-topic-voice-count,
html body.forum #main > ul.single .cont #bbpress-forums .bbp-topics .bbp-body .type-topic .bbp-topic-reply-count,
html body.topic #main > ul.single .cont #bbpress-forums .bbp-topics .bbp-body .type-topic .bbp-topic-voice-count,
html body.topic #main > ul.single .cont #bbpress-forums .bbp-topics .bbp-body .type-topic .bbp-topic-reply-count {
  display: none;
}
html body.forum #main > ul.single .cont #bbpress-forums .bbp-topics .bbp-body .type-topic .bbp-topic-title,
html body.topic #main > ul.single .cont #bbpress-forums .bbp-topics .bbp-body .type-topic .bbp-topic-title {
  width: 100%;
  margin-bottom: 5px;
}
html body.forum #main > ul.single .cont #bbpress-forums .bbp-topics .bbp-body .type-topic .bbp-topic-title a,
html body.topic #main > ul.single .cont #bbpress-forums .bbp-topics .bbp-body .type-topic .bbp-topic-title a {
  font-size: 1.2rem;
  line-height: 1.5;
  font-weight: bold;
  color: #DE585D;
}
html body.forum #main > ul.single .cont #bbpress-forums .bbp-topics .bbp-body .type-topic .bbp-topic-title .bbp-topic-meta,
html body.topic #main > ul.single .cont #bbpress-forums .bbp-topics .bbp-body .type-topic .bbp-topic-title .bbp-topic-meta {
  display: none;
}
html body.forum #main > ul.single .cont #bbpress-forums .bbp-topics .bbp-body .type-topic .bbp-topic-freshness,
html body.topic #main > ul.single .cont #bbpress-forums .bbp-topics .bbp-body .type-topic .bbp-topic-freshness {
  width: 100%;
  float: none;
  text-align: left;
  float: left;
  margin-top: 5px;
  font-size: 0.8rem;
  color: #939393;
}
html body.forum #main > ul.single .cont #bbpress-forums .bbp-topics .bbp-body .type-topic .bbp-topic-freshness .bbp-topic-meta,
html body.topic #main > ul.single .cont #bbpress-forums .bbp-topics .bbp-body .type-topic .bbp-topic-freshness .bbp-topic-meta {
  font-size: 0.8rem;
  float: right;
  margin-top: 0;
  display: inline-block;
  color: #939393;
}
html body.forum #main > ul.single .cont #bbpress-forums .bbp-topics .bbp-body .type-topic .bbp-topic-freshness .bbp-topic-meta .bbp-topic-freshness-author img,
html body.topic #main > ul.single .cont #bbpress-forums .bbp-topics .bbp-body .type-topic .bbp-topic-freshness .bbp-topic-meta .bbp-topic-freshness-author img {
  display: none;
}
html body.forum #main > ul.single .cont #bbpress-forums .bbp-topics .bbp-body .type-topic .bbp-topic-freshness a,
html body.topic #main > ul.single .cont #bbpress-forums .bbp-topics .bbp-body .type-topic .bbp-topic-freshness a {
  color: #686868;
  text-decoration: none;
}
html body.forum #main > ul.single .cont #bbpress-forums .bbp-topic-form form,
html body.topic #main > ul.single .cont #bbpress-forums .bbp-topic-form form {
  padding: 0 20px;
  margin-top: 30px;
  display: block;
  overflow: hidden;
}
html body.forum #main > ul.single .cont #bbpress-forums .bbp-topic-form form > fieldset,
html body.topic #main > ul.single .cont #bbpress-forums .bbp-topic-form form > fieldset {
  border: 2px solid #E99A92;
  margin-top: 30px;
  padding: 0 20px 10px;
}
html body.forum #main > ul.single .cont #bbpress-forums .bbp-topic-form form > fieldset > legend,
html body.topic #main > ul.single .cont #bbpress-forums .bbp-topic-form form > fieldset > legend {
  font-weight: bold;
  text-align: center;
  font-weight: bold;
  color: #DE585D;
  font-size: 1.5rem;
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ W3 JIS2004", "Yu Gothic", "游ゴシック体", "游ゴシック", SourceHanSansJP-Light, YuGothic, "メイリオ", Meiryo, "ＭＳ Ｐゴシック", Osaka, "MS PGothic", Arial, Helvetica, Verdana, sans-serif;
  font-feature-settings: normal;
}
html body.forum #main > ul.single .cont #bbpress-forums .bbp-topic-form form > fieldset .desc,
html body.topic #main > ul.single .cont #bbpress-forums .bbp-topic-form form > fieldset .desc {
  margin: 10px 0 30px;
  font-size: 1rem;
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ W3 JIS2004", "Yu Gothic", "游ゴシック体", "游ゴシック", SourceHanSansJP-Light, YuGothic, "メイリオ", Meiryo, "ＭＳ Ｐゴシック", Osaka, "MS PGothic", Arial, Helvetica, Verdana, sans-serif;
}
html body.forum #main > ul.single .cont #bbpress-forums .bbp-topic-form form > fieldset > div,
html body.topic #main > ul.single .cont #bbpress-forums .bbp-topic-form form > fieldset > div {
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ W3 JIS2004", "Yu Gothic", "游ゴシック体", "游ゴシック", SourceHanSansJP-Light, YuGothic, "メイリオ", Meiryo, "ＭＳ Ｐゴシック", Osaka, "MS PGothic", Arial, Helvetica, Verdana, sans-serif;
}
html body.forum #main > ul.single .cont #bbpress-forums .bbp-topic-form form > fieldset > div > .bbp-form,
html body.topic #main > ul.single .cont #bbpress-forums .bbp-topic-form form > fieldset > div > .bbp-form {
  border: none;
  padding: 0;
  font-size: 1.2em;
}
html body.forum #main > ul.single .cont #bbpress-forums .bbp-topic-form form > fieldset > div > .bbp-form legend,
html body.topic #main > ul.single .cont #bbpress-forums .bbp-topic-form form > fieldset > div > .bbp-form legend {
  display: none;
}
html body.forum #main > ul.single .cont #bbpress-forums .bbp-topic-form form > fieldset > div > .bbp-form label[for=bbp_anonymous_website],
html body.forum #main > ul.single .cont #bbpress-forums .bbp-topic-form form > fieldset > div > .bbp-form #bbp_anonymous_website,
html body.topic #main > ul.single .cont #bbpress-forums .bbp-topic-form form > fieldset > div > .bbp-form label[for=bbp_anonymous_website],
html body.topic #main > ul.single .cont #bbpress-forums .bbp-topic-form form > fieldset > div > .bbp-form #bbp_anonymous_website {
  display: none;
}
html body.forum #main > ul.single .cont #bbpress-forums .bbp-topic-form form > fieldset > div label,
html body.topic #main > ul.single .cont #bbpress-forums .bbp-topic-form form > fieldset > div label {
  color: #DE585D;
  font-size: 1rem;
  font-weight: bold;
}
html body.forum #main > ul.single .cont #bbpress-forums .bbp-topic-form form > fieldset > div input,
html body.forum #main > ul.single .cont #bbpress-forums .bbp-topic-form form > fieldset > div textarea,
html body.topic #main > ul.single .cont #bbpress-forums .bbp-topic-form form > fieldset > div input,
html body.topic #main > ul.single .cont #bbpress-forums .bbp-topic-form form > fieldset > div textarea {
  border: 1px solid rgba(247, 216, 216, 0.75);
  max-width: 100%;
  font-size: 1.2rem;
  padding: 5px;
  display: block;
  max-width: 100%;
  width: 100%;
  border-radius: 5px;
}
html body.forum #main > ul.single .cont #bbpress-forums .bbp-topic-form form > fieldset > div .form-allowed-tags,
html body.topic #main > ul.single .cont #bbpress-forums .bbp-topic-form form > fieldset > div .form-allowed-tags {
  display: none;
}
html body.forum #main > ul.single .cont #bbpress-forums .bbp-topic-form form > fieldset > div .bbp-submit-wrapper,
html body.topic #main > ul.single .cont #bbpress-forums .bbp-topic-form form > fieldset > div .bbp-submit-wrapper {
  width: 100%;
}
html body.forum #main > ul.single .cont #bbpress-forums .bbp-topic-form form > fieldset > div .bbp-submit-wrapper button,
html body.topic #main > ul.single .cont #bbpress-forums .bbp-topic-form form > fieldset > div .bbp-submit-wrapper button {
  background-color: #DE585D;
  color: #fff;
  padding: 10px;
  border-radius: 100px;
  font-size: 1.5rem;
  letter-spacing: 5px !important;
  margin: 0 auto 10px;
  min-width: 190px;
  max-width: 300px;
  width: 80%;
  display: block;
  border: none;
}
html body.forum #main > ul.single #pager,
html body.topic #main > ul.single #pager {
  margin: 0 20px;
  border: 1px solid #E99A92;
  display: none;
}
html body.forum #main > ul.single #pager #pagination p,
html body.topic #main > ul.single #pager #pagination p {
  color: rgba(247, 216, 216, 0.75);
}
html body.forum #main > ul.single #pager #pagination p a,
html body.topic #main > ul.single #pager #pagination p a {
  color: #E99A92;
}
html body.forum #main #attention,
html body.topic #main #attention {
  display: none;
}

html body.topic #main > ul.single .title {
  padding: 15px 10px;
  text-align: left;
}
html body.topic #main > ul.single .title a {
  max-width: 100%;
}
html body.topic #main > ul.single .cont #bbpress-forums {
  margin-bottom: 0;
}
html body.topic #main > ul.single .cont #bbpress-forums .bbp-pagination {
  padding: 10px 0;
}
html body.topic #main > ul.single .cont #bbpress-forums .bbp-reply-form {
  display: none;
}
html body.topic #main > ul.single .cont #bbpress-forums ul.forums {
  margin-bottom: 0;
  border: none;
  background-color: rgba(247, 216, 216, 0.75);
  padding: 10px 20px 0;
}
html body.topic #main > ul.single .cont #bbpress-forums ul.forums .bbp-header,
html body.topic #main > ul.single .cont #bbpress-forums ul.forums .bbp-footer {
  display: none;
}
html body.topic #main > ul.single .cont #bbpress-forums ul.forums .bbp-body .bbp-reply-header {
  background-color: #fff;
  border: none;
  border-radius: 5px 5px 0 0;
  padding: 20px 20px 0;
  font-size: 0.8rem;
}
html body.topic #main > ul.single .cont #bbpress-forums ul.forums .bbp-body .bbp-reply-header .bbp-meta .bbp-reply-permalink,
html body.topic #main > ul.single .cont #bbpress-forums ul.forums .bbp-body .bbp-reply-header .bbp-meta .bbp-admin-links {
  display: none;
}
html body.topic #main > ul.single .cont #bbpress-forums ul.forums .bbp-body .bbp-reply-header .bbp-meta span.bbp-reply-post-date {
  float: none;
}
html body.topic #main > ul.single .cont #bbpress-forums ul.forums .bbp-body .bbp-reply-header .bbp-meta .datetitle {
  color: #DE585D;
  margin-right: 8px;
}
html body.topic #main > ul.single .cont #bbpress-forums ul.forums .bbp-body div.odd {
  padding-top: 0;
  background-color: #fff;
  border-radius: 0 0 5px 5px;
  padding-bottom: 20px;
}
html body.topic #main > ul.single .cont #bbpress-forums ul.forums .bbp-body div.odd .bbp-reply-author {
  padding-left: 0;
  margin: 0;
  font-size: 0.8rem;
  padding: 0px 12px 0;
  min-height: 0;
  margin-bottom: 20px;
  border-bottom: 2px dashed rgba(247, 216, 216, 0.75);
  padding-bottom: 20px;
  width: 100%;
  text-align: left;
}
html body.topic #main > ul.single .cont #bbpress-forums ul.forums .bbp-body div.odd .bbp-reply-author img {
  display: none;
}
html body.topic #main > ul.single .cont #bbpress-forums ul.forums .bbp-body div.odd .bbp-reply-author br {
  display: none;
}
html body.topic #main > ul.single .cont #bbpress-forums ul.forums .bbp-body div.odd .bbp-reply-author .authortitle {
  font-size: 0.8rem;
  color: #DE585D;
  margin-right: 8px;
}
html body.topic #main > ul.single .cont #bbpress-forums ul.forums .bbp-body div.odd .bbp-reply-content {
  padding: 0;
  font-size: 1.2rem;
}
html body.topic #main > ul.single .cont #bbpress-forums ul.forums .bbp-body div.odd .bbp-reply-content p {
  margin-bottom: 20px;
}
html body.topic #main > ul.single .cont #bbpress-forums ul.forums .bbp-body div.odd .bbp-reply-content p:last-of-type {
  margin-bottom: 0;
}
html body.topic #main > ul.single .cont #bbpress-forums a.tomore {
  background-color: #DE585D;
  color: #fff;
  font-size: 1.2rem;
  margin-bottom: 20px;
}
html body.topic #main > ul.single #pager {
  display: none;
}
html body.topic footer {
  margin-top: 0;
}

@media screen and (min-width: 768px) {
  html body.forum header,
  body.topic header {
    background-color: #E99A92;
  }
  html body.forum #main,
  body.topic #main {
    max-width: 100%;
    width: 100%;
  }
  html body.forum #main > ul.single > .title,
  body.topic #main > ul.single > .title {
    max-width: 600px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 20px;
    margin-top: 30px;
  }
  html body.forum #main > ul.single > .title a,
  body.topic #main > ul.single > .title a {
    max-width: none;
  }
  html body.forum #main > ul.single > .title::before,
  body.topic #main > ul.single > .title::before {
    content: "";
    position: absolute;
    display: block;
    left: 50%;
    bottom: -43px;
    margin-left: -140px;
    border: 3px solid #E99A92;
    height: 37px;
    width: 10px;
    background-color: #fff;
  }
  html body.forum #main > ul.single > .title::after,
  body.topic #main > ul.single > .title::after {
    content: "";
    position: absolute;
    display: block;
    left: 50%;
    bottom: -43px;
    margin-left: 124px;
    border: 3px solid #E99A92;
    height: 37px;
    width: 10px;
    background-color: #fff;
  }
  html body.forum #main > ul.single > .cont #bbpress-forums > .bbp-topics .bbp-body > ul.type-topic,
  body.topic #main > ul.single > .cont #bbpress-forums > .bbp-topics .bbp-body > ul.type-topic {
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
    padding: 30px;
  }
  html body.forum #main > ul.single > .cont #bbpress-forums ul.forums,
  body.topic #main > ul.single > .cont #bbpress-forums ul.forums {
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
  }
  html body.forum #main > ul.single > .cont #bbpress-forums .bbp-topic-form,
  body.topic #main > ul.single > .cont #bbpress-forums .bbp-topic-form {
    max-width: 800px;
    margin: 0 auto;
  }
  html body.forum #main > ul.single > .cont #bbpress-forums .bbp-topic-form form,
  body.topic #main > ul.single > .cont #bbpress-forums .bbp-topic-form form {
    padding: 0;
  }
  html body.forum #main > ul.single > .cont #bbpress-forums .bbp-topic-form form fieldset,
  body.topic #main > ul.single > .cont #bbpress-forums .bbp-topic-form form fieldset {
    border-radius: 5px;
    padding: 20px 50px 30px;
  }
  html body.topic #main > ul.single > .title {
    border: none;
    text-align: center;
    padding: 30px;
    max-width: 800px;
    margin: 30px auto;
  }
  html body.topic #main > ul.single > .title::before, html body.topic #main > ul.single > .title::after {
    content: "”";
    border: none;
    position: absolute;
    right: 0;
    bottom: 0;
    margin: 0;
    background-color: transparent;
    height: auto;
    width: auto;
    color: #E99A92;
    font-size: 3rem;
  }
  html body.topic #main > ul.single > .title::before {
    content: "“";
    border: none;
    position: absolute;
    left: 0;
    top: 0;
    right: auto;
    margin: 0;
    background-color: transparent;
    height: auto;
    width: auto;
  }
  html body.topic #main > ul.single > .title::after {
    content: "“";
    border: none;
    position: absolute;
    right: 0;
    bottom: 0;
    left: auto;
    margin: 0;
    background-color: transparent;
    height: auto;
    width: auto;
    transform: rotate(180deg);
  }
  html body.topic #main > ul.single > .cont #bbpress-forums {
    background-color: rgba(247, 216, 216, 0.75);
  }
  html body.topic #main > ul.single > .cont #bbpress-forums .bbp-pagination {
    background-color: transparent;
  }
  html body.topic #main > ul.single > .cont #bbpress-forums ul.forums {
    background-color: transparent;
  }
  html body.topic #main > ul.single > .cont #bbpress-forums ul.forums .bbp-body .bbp-reply-header {
    padding: 50px 72px 0;
  }
  html body.topic #main > ul.single > .cont #bbpress-forums ul.forums .bbp-body div.odd {
    padding: 0 60px 50px;
  }
  html body.topic #main > ul.single > .cont #bbpress-forums ul.forums .bbp-body div.odd .bbp-reply-author {
    border-bottom: 1px;
  }
  html body.topic #main > ul.single > .cont #bbpress-forums ul.forums .bbp-body div.odd .bbp-reply-content {
    margin: 0 10px;
  }
  html body.topic #main > ul.single > .cont #bbpress-forums a.tomore {
    margin: 50px auto;
  }
}
html body.page-about #main {
  margin-top: 86px;
}
html body.page-about #main h1 {
  display: none;
}
html body.page-about #main > article {
  padding: 60px 20px 80px;
  position: relative;
}
html body.page-about #main > article h2 {
  line-height: 1.5;
  display: block;
  color: #FC850B;
  font-size: 1.8em;
  text-align: center;
  margin-bottom: 20px;
}
html body.page-about #main > article:nth-of-type(even) {
  background-color: #FFF5D8;
}
html body.page-about #main > article:nth-of-type(odd)::after {
  content: "";
  background-image: url(img/square_orange02.svg);
  width: 100%;
  height: 10px;
  position: absolute;
  bottom: 0px;
  left: 0;
  background-repeat: repeat-x;
  background-size: contain;
  background-position: center;
  z-index: 2;
}
html body.page-about #main > article#mainvisual {
  background-image: url(img/sp_topvisual03.jpg);
  background-position: center;
  backgorund-repeat: no-repeat;
  background-size: cover;
  position: relative;
  padding: 40px;
}
html body.page-about #main > article#mainvisual::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.6);
  position: absolute;
  top: 0;
  left: 0;
}
html body.page-about #main > article#mainvisual aside {
  color: #fff;
  font-size: 1rem;
  position: relative;
  z-index: 2;
}
html body.page-about #main > article#mainvisual aside span {
  font-size: 1.5em;
  color: #fff;
  line-height: 1.5;
  font-weight: bold;
  margin-bottom: 10px;
  display: block;
}
html body.page-about #main > article#what::after {
  content: "";
  background-image: url(img/square_white.svg);
  width: 100%;
  height: 10px;
  position: absolute;
  bottom: 0;
  left: 0;
  background-repeat: repeat-x;
  background-size: contain;
  background-position: center;
  z-index: 2;
}
html body.page-about #main > article#thanks .supporters {
  margin-top: 30px;
  display: flex; /* Safari */
  flex-wrap: wrap;
}
html body.page-about #main > article#thanks .supporters > li {
  background-color: #fff;
  padding: 20px;
  border-radius: 5px;
  width: 100%;
  margin-bottom: 20px;
  border: 1px solid #FCA454;
}
html body.page-about #main > article#thanks .supporters > li h3 {
  color: #FC850B;
  margin-bottom: 10px;
}
html body.page-about footer {
  margin-top: 0;
}

@media screen and (min-width: 768px) {
  html body.page-about #main > article > * {
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
  }
  html body.page-about #main > article p {
    text-align: center;
  }
  html body.page-about #main > article#mainvisual {
    background-image: url(img/pc_topvisual03.jpg);
  }
  html body.page-about #main > article#mainvisual aside {
    margin: 140px auto;
    font-size: 1.2em;
    max-width: 90%;
    text-align: center;
  }
  html body.page-about #main > article#mainvisual aside span {
    margin-bottom: 20px;
  }
  html body.page-about #main > article#thanks .supporters {
    margin-bottom: 30px; /* Safari */
    flex-wrap: wrap;
  }
  html body.page-about #main > article#thanks .supporters p {
    text-align: left;
  }
  html body.page-about #main > article#thanks .supporters > li {
    margin: 0 20px 20px;
  }
  html body.page-about #main > article#thanks .supporters .tomore {
    max-width: 300px;
    margin-bottom: 0;
  }
}
@media screen and (min-width: 1400px) {
  html body.page-about #main > article#mainvisual aside {
    font-size: 1.5em;
  }
  html body.page-about #main > article#mainvisual aside span {
    margin-bottom: 50px;
  }
}
html body.page-organization strong {
  font-weight: bold;
}
html body.page-organization #main {
  margin-top: 86px;
}
html body.page-organization #main h1 {
  display: block;
  text-align: center;
  margin-top: 0px;
  font-size: 2.5em;
  margin-bottom: 0;
  padding-bottom: 0;
  color: #FC850B;
}
html body.page-organization #main > article {
  padding: 60px 20px 80px;
  position: relative;
}
html body.page-organization #main > article h2 {
  line-height: 1.5;
  display: block;
  color: #FC850B;
  font-size: 1.8em;
  text-align: center;
  margin-bottom: 20px;
}
html body.page-organization #main > article:nth-of-type(even) {
  background-color: #FFF5D8;
}
html body.page-organization #main > article:nth-of-type(odd)::after {
  content: "";
  background-image: url(img/square_orange02.svg);
  width: 100%;
  height: 10px;
  position: absolute;
  bottom: 0px;
  left: 0;
  background-repeat: repeat-x;
  background-size: contain;
  background-position: center;
  z-index: 2;
}
html body.page-organization #main > article#aisatsu .wrapper {
  max-width: 600px;
}
html body.page-organization #main > article#aisatsu p {
  text-align: left;
}
html body.page-organization #main > article#aisatsu .name {
  margin-top: 2em;
  font-weight: bold;
  font-size: 0.9em;
}
html body.page-organization #main > article#aisatsu .image {
  float: right;
  width: 120px;
  height: auto;
  margin: 0 0 10px 20px;
}
html body.page-organization #main > article#aisatsu .image img {
  border-radius: 10px;
}
html body.page-organization #main > article#naiyo .wrapper {
  max-width: 800px;
}
html body.page-organization #main > article#naiyo .wrapper > * {
  flex: 1;
}
html body.page-organization #main > article#naiyo .text ul {
  margin-left: 2em;
  margin-bottom: 30px;
}
html body.page-organization #main > article#naiyo .text ul li {
  list-style: disc;
}
html body.page-organization #main > article#yakuin table tr th {
  width: 6em;
  font-size: 0.8em;
  font-weight: bold;
  vertical-align: top;
  padding-top: 0.2em;
}
html body.page-organization #main > article#yakuin table tr td {
  padding-bottom: 10px;
}
html body.page-organization #main > article#contact::after {
  content: none;
}
html body.page-organization #main > article#contact form {
  margin: 40px auto;
}
html body.page-organization #main > article#contact form > p {
  text-align: left;
  margin-bottom: 20px;
}
html body.page-organization #main > article#contact form > p span.hissu {
  font-size: 0.8em;
  color: red;
}
html body.page-organization #main > article#contact form input,
html body.page-organization #main > article#contact form textarea {
  width: 100%;
  line-height: 2;
  padding: 5px 10px;
  font-size: 1.2em;
}
html body.page-organization #main > article#contact form input[type=submit],
html body.page-organization #main > article#contact form textarea[type=submit] {
  background-color: #FC850B;
  color: #fff;
  border-radius: 5px;
  letter-spacing: 0.3em;
  padding-left: 0.3em;
  border: none;
}
html body.page-organization #main > article#mokuteki a.btn.toteikan {
  text-align: center;
  display: block;
  border: 1px solid #fc850a;
  color: #fc850a;
  margin-top: 20px;
  width: 10em;
  border-radius: 5px;
}
html body.page-organization #main > article#aisatsu::after, html body.page-organization #main > article#naiyo::after, html body.page-organization #main > article#toapply::after {
  content: "";
  background-image: url(img/square_white.svg);
  width: 100%;
  height: 10px;
  position: absolute;
  bottom: 0;
  left: 0;
  background-repeat: repeat-x;
  background-size: contain;
  background-position: center;
  z-index: 2;
}

@media screen and (min-width: 768px) {
  html body.page-organization #main > article > * {
    max-width: 600px;
    margin-left: auto;
    margin-right: auto;
  }
  html body.page-organization #main > article p {
    text-align: center;
  }
  html body.page-organization #main > article#aisatsu .image {
    width: 220px;
  }
  html body.page-organization #main > article#naiyo .wrapper {
    display: flex;
  }
  html body.page-organization #main > article#naiyo .wrapper .text ul {
    margin-right: 20px;
    margin-bottom: 0;
    margin-left: 0;
  }
}
html body.page-apply strong {
  font-weight: bold;
}
html body.page-apply #main {
  margin-top: 86px;
}
html body.page-apply #main h1 {
  display: block;
  text-align: center;
  margin-top: 0px;
  font-size: 2.5em;
  margin-bottom: 0;
  padding-bottom: 0;
  color: #FC850B;
}
html body.page-apply #main > article {
  padding: 60px 20px 80px;
  position: relative;
}
html body.page-apply #main > article h2 {
  line-height: 1.5;
  display: block;
  color: #FC850B;
  font-size: 1.8em;
  text-align: center;
  margin-bottom: 20px;
}
html body.page-apply #main > article#intro .system {
  border: 1px solid #FC850B;
  padding: 30px;
  margin: 30px 0 0;
}
html body.page-apply #main > article#intro .system table tr {
  /*&:first-of-type {
      th,td {
          border-bottom:1px dotted $orange01;
      }
  }*/
}
html body.page-apply #main > article#intro .system table tr th {
  color: #FC850B;
  width: 6em;
  vertical-align: top;
}
html body.page-apply #main > article#intro .system table tr:first-of-type td {
  padding-bottom: 20px;
}
html body.page-apply #main > article#intro .btns {
  border-radius: 5px;
  overflow: hidden;
}
html body.page-apply #main > article#intro .btns p {
  width: 50%;
  text-align: center;
  background-color: #f3f3f3;
  padding: 10px;
}
html body.page-apply #main > article#intro .btns p a {
  color: #333;
}
html body.page-apply #main > article#intro .howto a.btn {
  font-weight: bold;
  font-size: 1.2em;
  margin: 10px 0;
  display: block;
  width: 100%;
  text-align: center;
  padding: 5px;
  border-radius: 5px;
  background-color: #fc850b;
  color: #fff;
}
html body.page-apply #main > article#intro .okurisaki {
  background-color: #eee;
  padding: 14px;
  margin: 20px 0;
  text-align: center;
}
html body.page-apply #main > article#intro .okurisaki .number {
  font-size: 2em;
}
html body.page-apply #main > article#intro #kaiinname {
  background-color: #fffaf4;
  padding: 30px;
  border-radius: 5px;
  margin-top: 1em;
  margin-bottom: 1em;
  font-size: 0.8em;
}
html body.page-apply #main > article#intro #kaiinname p {
  font-size: 1rem;
}
html body.page-apply #main > article#intro #kaiinname p a {
  text-decoration: underline;
}
html body.page-apply #main > article#intro #kaiinname h3 {
  font-size: 1.2em;
}
html body.page-apply #main > article#intro #kaiinname ul li {
  margin-bottom: 20px;
}
html body.page-apply #main > article#intro #kaiinname ul li:last-child {
  margin-bottom: 0;
}
html body.page-apply #main > article#intro a {
  color: #FC850B;
  text-decoration: underline;
}
html body.page-apply #main > article#intro .howto {
  margin-top: 3em;
}

@media screen and (min-width: 768px) {
  html body.page-apply #main > article > * {
    max-width: 600px;
    margin-left: auto;
    margin-right: auto;
  }
  html body.page-apply #main > article#intro .system {
    margin: 10px auto;
  }
}
html body.page-register #main,
html body.page-error #main,
html body.page-complete #main {
  margin-top: 86px;
}
html body.page-register #main h1 .icon,
html body.page-error #main h1 .icon,
html body.page-complete #main h1 .icon {
  display: block;
  margin: 30px auto 10px;
}
html body.page-register #main h1 .icon::before,
html body.page-error #main h1 .icon::before,
html body.page-complete #main h1 .icon::before {
  content: "";
  display: block;
  background-image: url(img/icon_register.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  width: 60px;
  height: 42px;
  margin: 0 auto;
}
html body.page-register #main h1 .text::before,
html body.page-error #main h1 .text::before,
html body.page-complete #main h1 .text::before {
  content: "会員登録";
  display: block;
  text-align: center;
  font-size: 1.5rem;
  letter-spacing: 0.25em;
  color: #FC850B;
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Yu Gothic", "游ゴシック体", "游ゴシック", SourceHanSansJP-Light, YuGothic, "メイリオ", Meiryo, "ＭＳ Ｐゴシック", Osaka, "MS PGothic", Arial, Helvetica, Verdana, sans-serif;
}
html body.page-register #main .desc,
html body.page-error #main .desc,
html body.page-complete #main .desc {
  text-align: center;
  color: #FC850B;
}
html body.page-register #main .users-register-form,
html body.page-error #main .users-register-form,
html body.page-complete #main .users-register-form {
  background-color: #FFF5D8;
  width: 500px;
  margin: 30px auto 30px;
  max-width: 100%;
  border-radius: 5px;
  padding: 30px;
}
html body.page-register #main .users-register-form form .form-group,
html body.page-error #main .users-register-form form .form-group,
html body.page-complete #main .users-register-form form .form-group {
  margin-bottom: 20px;
}
html body.page-register #main .users-register-form form .form-group input,
html body.page-register #main .users-register-form form .form-group textarea,
html body.page-error #main .users-register-form form .form-group input,
html body.page-error #main .users-register-form form .form-group textarea,
html body.page-complete #main .users-register-form form .form-group input,
html body.page-complete #main .users-register-form form .form-group textarea {
  border: 1px solid rgba(247, 216, 216, 0.75);
  max-width: 100%;
  font-size: 1.2rem;
  padding: 5px;
  display: block;
  max-width: 100%;
  width: 100%;
  border-radius: 5px;
  letter-spacing: 0.1em;
}
html body.page-register #main .users-register-form form .form-group input[type=submit],
html body.page-error #main .users-register-form form .form-group input[type=submit],
html body.page-complete #main .users-register-form form .form-group input[type=submit] {
  background-color: #FC850B;
  color: #fff;
  margin: 40px auto 0;
  display: block;
}
html body.page-register #main .users-register-form form .form-group:last-of-type,
html body.page-error #main .users-register-form form .form-group:last-of-type,
html body.page-complete #main .users-register-form form .form-group:last-of-type {
  margin-bottom: 0;
}
html body.page-register #main .users-register-form form .form-group span.error,
html body.page-error #main .users-register-form form .form-group span.error,
html body.page-complete #main .users-register-form form .form-group span.error {
  color: #DE585D;
}
html body.page-register #main #errormessage,
html body.page-error #main #errormessage,
html body.page-complete #main #errormessage {
  margin: 0 auto;
  text-align: center;
  margin: 100px auto;
  color: #FC850B;
}
html body.page-register #main #errormessage .btns,
html body.page-error #main #errormessage .btns,
html body.page-complete #main #errormessage .btns {
  margin-top: 30px;
}
html body.page-register #main #errormessage .btns a,
html body.page-error #main #errormessage .btns a,
html body.page-complete #main #errormessage .btns a {
  text-decoration: none;
  background-color: #e0e0e0;
  padding: 10px 20px;
  border-radius: 100px;
  margin: 10px;
  color: #757575;
}
html body.page-register #main #errormessage .btns a.tologin,
html body.page-error #main #errormessage .btns a.tologin,
html body.page-complete #main #errormessage .btns a.tologin {
  background-color: #FC850B;
  color: #fff;
}
html body.page-register #main #success a,
html body.page-error #main #success a,
html body.page-complete #main #success a {
  text-decoration: none;
  padding: 10px 20px;
  border-radius: 100px;
  margin: 10px;
  background-color: #FC850B;
  color: #fff;
  display: block;
  text-align: center;
  margin: 20px auto 0;
  max-width: 17em;
}

html body.page-login_page #main {
  margin-top: 86px;
}
html body.page-login_page #main h1 .icon {
  display: block;
  margin: 30px auto 10px;
}
html body.page-login_page #main h1 .icon::before {
  content: "";
  display: block;
  background-image: url(img/icon_register.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  width: 60px;
  height: 42px;
  margin: 0 auto;
}
html body.page-login_page #main h1 .text::before {
  content: "会員ログイン";
  display: block;
  text-align: center;
  font-size: 1.5rem;
  letter-spacing: 0.25em;
  color: #FC850B;
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Yu Gothic", "游ゴシック体", "游ゴシック", SourceHanSansJP-Light, YuGothic, "メイリオ", Meiryo, "ＭＳ Ｐゴシック", Osaka, "MS PGothic", Arial, Helvetica, Verdana, sans-serif;
}
html body.page-login_page #main .desc {
  text-align: center;
  color: #FC850B;
}
html body.page-login_page #main #login {
  background-color: #FFF5D8;
  width: 500px;
  margin: 30px auto 30px;
  max-width: 100%;
  border-radius: 5px;
  padding: 30px;
}
html body.page-login_page #main #login form .form-group {
  margin-bottom: 20px;
}
html body.page-login_page #main #login form .form-group input,
html body.page-login_page #main #login form .form-group textarea {
  border: 1px solid rgba(247, 216, 216, 0.75);
  max-width: 100%;
  font-size: 1.2rem;
  padding: 5px;
  display: block;
  max-width: 100%;
  width: 100%;
  border-radius: 5px;
  letter-spacing: 0.1em;
}
html body.page-login_page #main #login form .form-group input[type=submit] {
  background-color: #FC850B;
  color: #fff;
  margin: 40px auto 0;
  display: block;
}
html body.page-login_page #main #login form .form-group:last-of-type {
  margin-bottom: 0;
}
html body.page-login_page #main #login form .form-group span.error {
  color: #DE585D;
}

@media screen and (max-width: 767px) {
  html body.page-register #main,
  html body.page-error #main,
  html body.page-complete #main {
    padding: 0 20px;
  }
  html body.page-register #main .users-register-form,
  html body.page-error #main .users-register-form,
  html body.page-complete #main .users-register-form {
    margin-bottom: 0;
  }
  html body.page-register #main #errormessage,
  html body.page-error #main #errormessage,
  html body.page-complete #main #errormessage {
    margin: 20px auto 0;
  }
  html body.page-register #main #errormessage .btns a,
  html body.page-error #main #errormessage .btns a,
  html body.page-complete #main #errormessage .btns a {
    display: block;
  }
  html body.page-login_page #main {
    padding: 0 20px;
  }
  html body.page-login_page #main #login {
    margin-bottom: 0;
  }
}
.share-buttons {
  display: flex;
  margin-top: 40px;
  width: 100%;
  color: #fff;
  justify-content: center;
  display: none;
}
.share-buttons a span {
  color: #fff;
  line-height: 40px;
  padding: 10px 40px;
  display: block;
}
.share-buttons i {
  display: block;
  color: #fff;
  text-align: center;
  float: left;
}
.share-buttons .tweet,
.share-buttons .fb-iine {
  display: block;
}
.share-buttons .tweet {
  background-color: #1da1f2;
  margin-right: 20px;
  border-radius: 40px;
}
.share-buttons .tweet i {
  margin-right: 10px;
  margin-right: -5px;
  margin-left: 5px;
  line-height: 40px;
  font-size: 40px;
}
.share-buttons .fb-iine {
  border-radius: 40px;
  background-color: #3b5998;
}
.share-buttons .fb-iine i {
  margin-right: 10px;
  color: #fff;
  font-size: 40px;
  line-height: 40px;
}

.single-message .share-buttons {
  display: flex;
}

@media screen and (max-width: 430px) {
  .share-buttons .tweet,
  .share-buttons .fb-iine {
    line-height: 30px;
  }
  .share-buttons a span {
    padding: 10px 10px;
    line-height: 30px;
  }
  .share-buttons .fb-iine i,
  .share-buttons .tweet i {
    line-height: 30px;
    font-size: 30px;
  }
}
html body.archive.post-type-archive-info,
html body.archive.tax-event_pref {
  font-family: inherit;
}
html body.archive.post-type-archive-info .newpicks,
html body.archive.tax-event_pref .newpicks {
  background-color: #76c499;
  padding-top: 20px;
}
html body.archive.post-type-archive-info .newpicks h2,
html body.archive.tax-event_pref .newpicks h2 {
  text-align: center;
  color: #fff;
  margin: 0;
  font-size: 1em;
  color: #fff;
  line-height: 1;
  margin-bottom: 10px;
}
html body.archive.post-type-archive-info .newpicks > ul,
html body.archive.tax-event_pref .newpicks > ul {
  padding: 10px 0;
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  padding-top: 0;
  margin-top: 0;
}
html body.archive.post-type-archive-info .newpicks > ul > li,
html body.archive.tax-event_pref .newpicks > ul > li {
  display: block !important;
  margin: 10px 0;
  background-color: #fff;
  border-radius: 5px;
  flex: 1;
  margin: 10px;
  padding-top: 0;
  margin-top: 0;
}
html body.archive.post-type-archive-info .newpicks > ul > li article > ul,
html body.archive.tax-event_pref .newpicks > ul > li article > ul {
  display: flex;
}
html body.archive.post-type-archive-info .newpicks > ul > li article > ul > li,
html body.archive.tax-event_pref .newpicks > ul > li article > ul > li {
  margin-bottom: 0;
}
html body.archive.post-type-archive-info .newpicks > ul > li article > ul > li.date,
html body.archive.tax-event_pref .newpicks > ul > li article > ul > li.date {
  text-align: center;
  padding: 10px;
  width: 4.2em;
  flex-basis: 4.2em;
  box-sizing: content-box;
}
html body.archive.post-type-archive-info .newpicks > ul > li article > ul > li.date .title,
html body.archive.tax-event_pref .newpicks > ul > li article > ul > li.date .title {
  dispay: block;
  font-size: 0.8em;
  color: #76c499;
  display: block;
  line-height: 1;
  margin-bottom: 5px;
}
html body.archive.post-type-archive-info .newpicks > ul > li article > ul > li.date .number,
html body.archive.tax-event_pref .newpicks > ul > li article > ul > li.date .number {
  font-size: 1.5em;
  position: relative;
  line-height: 1;
}
html body.archive.post-type-archive-info .newpicks > ul > li article > ul > li.date .number span,
html body.archive.tax-event_pref .newpicks > ul > li article > ul > li.date .number span {
  color: #76c499;
  letter-spacing: 0;
  text-align: center;
}
html body.archive.post-type-archive-info .newpicks > ul > li article > ul > li.date .number .month,
html body.archive.tax-event_pref .newpicks > ul > li article > ul > li.date .number .month {
  margin-right: 0.1em;
  width: 1em;
  display: inline-block !important;
}
html body.archive.post-type-archive-info .newpicks > ul > li article > ul > li.date .number .day,
html body.archive.tax-event_pref .newpicks > ul > li article > ul > li.date .number .day {
  margin-left: 0.3em;
  width: 1em;
  display: inline-block;
}
html body.archive.post-type-archive-info .newpicks > ul > li article > ul > li.date .number::after,
html body.archive.tax-event_pref .newpicks > ul > li article > ul > li.date .number::after {
  content: "";
  background-color: #76c499;
  width: 2px;
  height: 1.1em;
  background-color: #76c499;
  display: block;
  transform: rotate(24deg);
  margin-top: -1.05em;
  margin-left: 1.4em;
}
html body.archive.post-type-archive-info .newpicks > ul > li article > ul > li.date .pref,
html body.archive.tax-event_pref .newpicks > ul > li article > ul > li.date .pref {
  background-color: #76c499;
  color: #fff;
  margin-top: 10px;
  border-radius: 100px;
  font-size: 0.8em;
}
html body.archive.post-type-archive-info .newpicks > ul > li article > ul > li.title,
html body.archive.tax-event_pref .newpicks > ul > li article > ul > li.title {
  padding: 10px 0 10px 10px;
  margin-right: 10px;
  flex: 1;
  overflow: hidden;
}
html body.archive.post-type-archive-info .newpicks > ul > li article > ul > li.title a,
html body.archive.tax-event_pref .newpicks > ul > li article > ul > li.title a {
  font-size: 1.1em;
  font-weight: bold;
  max-height: 4.5em;
  display: block;
  line-height: 1.5;
  overflow: hidden;
  line-height: 1.5;
  color: #76c499;
}
html body.archive.post-type-archive-info .post-event-list-wrap,
html body.archive.tax-event_pref .post-event-list-wrap {
  background-color: rgba(175, 219, 194, 0.35);
  padding: 30px 20px 50px;
}
html body.archive.post-type-archive-info .post-event-list-wrap .post-event-list,
html body.archive.tax-event_pref .post-event-list-wrap .post-event-list {
  max-width: 1000px;
}
html body.archive.post-type-archive-info .post-event-list-wrap .post-event-list .wrapper,
html body.archive.tax-event_pref .post-event-list-wrap .post-event-list .wrapper {
  display: flex;
}
html body.archive.post-type-archive-info .post-event-list-wrap .post-event-list .wrapper .maincolum,
html body.archive.tax-event_pref .post-event-list-wrap .post-event-list .wrapper .maincolum {
  flex: 1;
  padding-right: 30px;
}
html body.archive.post-type-archive-info .post-event-list-wrap .post-event-list .wrapper .maincolum .month,
html body.archive.tax-event_pref .post-event-list-wrap .post-event-list .wrapper .maincolum .month {
  color: #76c499;
  display: block;
  font-weight: bold;
  font-size: 1.2em;
  text-align: center;
  width: 100%;
  margin-bottom: 20px;
  line-height: 1;
}
html body.archive.post-type-archive-info .post-event-list-wrap .post-event-list .wrapper .maincolum .month:not(:first-of-type),
html body.archive.tax-event_pref .post-event-list-wrap .post-event-list .wrapper .maincolum .month:not(:first-of-type) {
  margin-top: 50px;
  display: block;
}
html body.archive.post-type-archive-info .post-event-list-wrap .post-event-list .wrapper .maincolum article > ul > li.pref,
html body.archive.tax-event_pref .post-event-list-wrap .post-event-list .wrapper .maincolum article > ul > li.pref {
  background-color: #76c499;
  color: #fff;
  display: inline-block;
  border-radius: 100px;
  padding: 0 10px;
  margin-bottom: 6px;
  font-size: 0.8em;
}
html body.archive.post-type-archive-info .post-event-list-wrap .post-event-list .wrapper .maincolum article > ul > li.title,
html body.archive.tax-event_pref .post-event-list-wrap .post-event-list .wrapper .maincolum article > ul > li.title {
  margin-bottom: 15px;
}
html body.archive.post-type-archive-info .post-event-list-wrap .post-event-list .wrapper .maincolum article > ul > li.title a,
html body.archive.tax-event_pref .post-event-list-wrap .post-event-list .wrapper .maincolum article > ul > li.title a {
  line-height: 1.3;
  font-size: 1.5em;
  font-weight: bold;
}
html body.archive.post-type-archive-info .post-event-list-wrap .post-event-list .wrapper .maincolum article > ul > li.date, html body.archive.post-type-archive-info .post-event-list-wrap .post-event-list .wrapper .maincolum article > ul > li.place,
html body.archive.tax-event_pref .post-event-list-wrap .post-event-list .wrapper .maincolum article > ul > li.date,
html body.archive.tax-event_pref .post-event-list-wrap .post-event-list .wrapper .maincolum article > ul > li.place {
  color: #76c499;
  line-height: 1;
}
html body.archive.post-type-archive-info .post-event-list-wrap .post-event-list .wrapper .maincolum article > ul > li.date span, html body.archive.post-type-archive-info .post-event-list-wrap .post-event-list .wrapper .maincolum article > ul > li.place span,
html body.archive.tax-event_pref .post-event-list-wrap .post-event-list .wrapper .maincolum article > ul > li.date span,
html body.archive.tax-event_pref .post-event-list-wrap .post-event-list .wrapper .maincolum article > ul > li.place span {
  border: 1px solid #76c499;
  color: #76c499;
  padding: 0 0.3em;
  line-height: 1.5;
  font-size: 0.8em;
  display: block;
  margin-right: 5px;
  float: left;
}
html body.archive.post-type-archive-info .post-event-list-wrap .post-event-list .wrapper .maincolum article > ul > li.date,
html body.archive.tax-event_pref .post-event-list-wrap .post-event-list .wrapper .maincolum article > ul > li.date {
  margin-bottom: 10px;
}
html body.archive.post-type-archive-info .post-event-list-wrap .post-event-list .wrapper .maincolum article > ul > li.place,
html body.archive.tax-event_pref .post-event-list-wrap .post-event-list .wrapper .maincolum article > ul > li.place {
  margin-bottom: 15px;
}
html body.archive.post-type-archive-info .post-event-list-wrap .post-event-list .wrapper .maincolum article > ul > li.excerpt,
html body.archive.tax-event_pref .post-event-list-wrap .post-event-list .wrapper .maincolum article > ul > li.excerpt {
  overflow: hidden;
}
html body.archive.post-type-archive-info .post-event-list-wrap .post-event-list .wrapper .maincolum article > ul > li.excerpt img,
html body.archive.tax-event_pref .post-event-list-wrap .post-event-list .wrapper .maincolum article > ul > li.excerpt img {
  float: left;
  margin-right: 10px;
  margin-bottom: 10px;
  display: block;
  border-radius: 5px;
}
html body.archive.post-type-archive-info .post-event-list-wrap .post-event-list .wrapper .maincolum article > ul > li.excerpt a p,
html body.archive.tax-event_pref .post-event-list-wrap .post-event-list .wrapper .maincolum article > ul > li.excerpt a p {
  display: inline;
}
html body.archive.post-type-archive-info .post-event-list-wrap .post-event-list .wrapper .maincolum article > ul > li.excerpt a .more,
html body.archive.tax-event_pref .post-event-list-wrap .post-event-list .wrapper .maincolum article > ul > li.excerpt a .more {
  text-decoration: underline;
  color: #76c499;
}
html body.archive.post-type-archive-info .post-event-list-wrap .post-event-list .wrapper .side,
html body.archive.tax-event_pref .post-event-list-wrap .post-event-list .wrapper .side {
  width: 300px;
  margin-bottom: 50px;
}
html body.archive.post-type-archive-info .post-event-list-wrap .post-event-list .wrapper .side h2,
html body.archive.tax-event_pref .post-event-list-wrap .post-event-list .wrapper .side h2 {
  color: #76c499;
  font-size: 1.3em;
  margin-bottom: 10px;
}
html body.archive.post-type-archive-info .post-event-list-wrap .post-event-list .wrapper .side .calender,
html body.archive.tax-event_pref .post-event-list-wrap .post-event-list .wrapper .side .calender {
  margin-bottom: 50px;
}
html body.archive.post-type-archive-info .post-event-list-wrap .post-event-list .wrapper .side .calender .jqueryCalendar,
html body.archive.tax-event_pref .post-event-list-wrap .post-event-list .wrapper .side .calender .jqueryCalendar {
  width: 100%;
}
html body.archive.post-type-archive-info .post-event-list-wrap .post-event-list .wrapper .side .calender .jqueryCalendar ul.navi,
html body.archive.tax-event_pref .post-event-list-wrap .post-event-list .wrapper .side .calender .jqueryCalendar ul.navi {
  background: #76c499;
  width: 100%;
}
html body.archive.post-type-archive-info .post-event-list-wrap .post-event-list .wrapper .side .calender .jqueryCalendar ul.navi li.prev a,
html body.archive.tax-event_pref .post-event-list-wrap .post-event-list .wrapper .side .calender .jqueryCalendar ul.navi li.prev a {
  background: none;
  height: 1em;
  width: 2em;
  text-align: center;
}
html body.archive.post-type-archive-info .post-event-list-wrap .post-event-list .wrapper .side .calender .jqueryCalendar ul.navi li.prev a::before,
html body.archive.tax-event_pref .post-event-list-wrap .post-event-list .wrapper .side .calender .jqueryCalendar ul.navi li.prev a::before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-right: 0.6em solid #fff;
  border-top: 0.5em solid transparent;
  border-bottom: 0.5em solid transparent;
  width: 0.6em;
}
html body.archive.post-type-archive-info .post-event-list-wrap .post-event-list .wrapper .side .calender .jqueryCalendar ul.navi li.next a,
html body.archive.tax-event_pref .post-event-list-wrap .post-event-list .wrapper .side .calender .jqueryCalendar ul.navi li.next a {
  background: none;
  height: 1em;
  width: 2em;
  text-align: center;
}
html body.archive.post-type-archive-info .post-event-list-wrap .post-event-list .wrapper .side .calender .jqueryCalendar ul.navi li.next a::before,
html body.archive.tax-event_pref .post-event-list-wrap .post-event-list .wrapper .side .calender .jqueryCalendar ul.navi li.next a::before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-left: 0.6em solid #fff;
  border-top: 0.5em solid transparent;
  border-bottom: 0.5em solid transparent;
  width: 0.6em;
}
html body.archive.post-type-archive-info .post-event-list-wrap .post-event-list .wrapper .side .calender .jqueryCalendar div.main,
html body.archive.tax-event_pref .post-event-list-wrap .post-event-list .wrapper .side .calender .jqueryCalendar div.main {
  background: #fff;
  padding-bottom: 0;
}
html body.archive.post-type-archive-info .post-event-list-wrap .post-event-list .wrapper .side .calender .jqueryCalendar div.main div.caption,
html body.archive.tax-event_pref .post-event-list-wrap .post-event-list .wrapper .side .calender .jqueryCalendar div.main div.caption {
  width: auto;
  height: 1em;
  font-size: 1em;
  color: #fff;
  line-height: 2;
  margin: -2em auto 1em;
}
html body.archive.post-type-archive-info .post-event-list-wrap .post-event-list .wrapper .side .calender .jqueryCalendar div.main table,
html body.archive.tax-event_pref .post-event-list-wrap .post-event-list .wrapper .side .calender .jqueryCalendar div.main table {
  width: 100%;
}
html body.archive.post-type-archive-info .post-event-list-wrap .post-event-list .wrapper .side .calender .jqueryCalendar div.main table tbody tr td,
html body.archive.tax-event_pref .post-event-list-wrap .post-event-list .wrapper .side .calender .jqueryCalendar div.main table tbody tr td {
  background: none;
}
html body.archive.post-type-archive-info .post-event-list-wrap .post-event-list .wrapper .side .calender .jqueryCalendar div.main table tbody tr td a,
html body.archive.tax-event_pref .post-event-list-wrap .post-event-list .wrapper .side .calender .jqueryCalendar div.main table tbody tr td a {
  background-color: #fe0;
  background-image: none;
  width: 100%;
  color: #333;
  font-weight: bold;
}
html body.archive.post-type-archive-info .post-event-list-wrap .post-event-list .wrapper .side .map .areas,
html body.archive.tax-event_pref .post-event-list-wrap .post-event-list .wrapper .side .map .areas {
  height: 300px;
  width: 300px;
  position: relative;
}
html body.archive.post-type-archive-info .post-event-list-wrap .post-event-list .wrapper .side .map .areas li,
html body.archive.tax-event_pref .post-event-list-wrap .post-event-list .wrapper .side .map .areas li {
  padding: 10px;
  line-height: 1;
  display: inline-block;
  border-radius: 2em;
  background-color: #333;
  position: absolute;
  z-index: 1;
}
html body.archive.post-type-archive-info .post-event-list-wrap .post-event-list .wrapper .side .map .areas li a,
html body.archive.tax-event_pref .post-event-list-wrap .post-event-list .wrapper .side .map .areas li a {
  color: #fff;
}
html body.archive.post-type-archive-info .post-event-list-wrap .post-event-list .wrapper .side .map .areas .area01,
html body.archive.tax-event_pref .post-event-list-wrap .post-event-list .wrapper .side .map .areas .area01 {
  top: 20px;
  right: 70px;
  background-color: #0077AA;
}
html body.archive.post-type-archive-info .post-event-list-wrap .post-event-list .wrapper .side .map .areas .area02,
html body.archive.tax-event_pref .post-event-list-wrap .post-event-list .wrapper .side .map .areas .area02 {
  top: 160px;
  right: 0px;
  background-color: #C5D700;
}
html body.archive.post-type-archive-info .post-event-list-wrap .post-event-list .wrapper .side .map .areas .area03,
html body.archive.tax-event_pref .post-event-list-wrap .post-event-list .wrapper .side .map .areas .area03 {
  top: 91px;
  right: 110px;
  background-color: #79BC28;
}
html body.archive.post-type-archive-info .post-event-list-wrap .post-event-list .wrapper .side .map .areas .area04,
html body.archive.tax-event_pref .post-event-list-wrap .post-event-list .wrapper .side .map .areas .area04 {
  bottom: 40px;
  right: 60px;
  background-color: #FCCF00;
}
html body.archive.post-type-archive-info .post-event-list-wrap .post-event-list .wrapper .side .map .areas .area05,
html body.archive.tax-event_pref .post-event-list-wrap .post-event-list .wrapper .side .map .areas .area05 {
  bottom: 117px;
  left: 0px;
  background-color: #4AC0F0;
}
html body.archive.post-type-archive-info .post-event-list-wrap .post-event-list .wrapper .side .map .areas .area06,
html body.archive.tax-event_pref .post-event-list-wrap .post-event-list .wrapper .side .map .areas .area06 {
  bottom: 0px;
  left: 30px;
  background-color: #5f1985;
}
html body.archive.post-type-archive-info .post-event-list-wrap .post-event-list .wrapper .side .map .areas::before,
html body.archive.tax-event_pref .post-event-list-wrap .post-event-list .wrapper .side .map .areas::before {
  content: "";
  position: absolute;
  height: 300px;
  width: 300px;
  background-color: rgba(255, 255, 255, 0.568627451);
  border-radius: 50%;
  z-index: 0;
  top: 10px;
}
html body.archive.post-type-archive-info .post-event-list-wrap .post-event-list .wrapper .side .map .areas::after,
html body.archive.tax-event_pref .post-event-list-wrap .post-event-list .wrapper .side .map .areas::after {
  content: "";
  background-image: url(img/map_all_02.png);
  width: 100%;
  height: 100%;
  display: block;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  position: absolute;
}

html body.archive.tax-event_pref .post-event-list-wrap .post-event-list .wrapper .maincolum h2 {
  color: #76c499;
  display: block;
  font-weight: bold;
  font-size: 1.5em;
  text-align: center;
  width: 100%;
  margin-bottom: 20px;
  line-height: 1;
}
html body.archive.tax-event_pref .post-event-list-wrap .post-event-list .wrapper .maincolum .month {
  display: none;
}

@media screen and (max-width: 767px) {
  html body.archive.post-type-archive-info .newpicks > ul,
  html body.archive.tax-event_pref .newpicks > ul {
    display: block;
  }
  html body.archive.post-type-archive-info .post-event-list-wrap .post-event-list .wrapper,
  html body.archive.tax-event_pref .post-event-list-wrap .post-event-list .wrapper { /* Safari */
    flex-wrap: wrap;
  }
  html body.archive.post-type-archive-info .post-event-list-wrap .post-event-list .wrapper .maincolum,
  html body.archive.tax-event_pref .post-event-list-wrap .post-event-list .wrapper .maincolum {
    width: 100%;
    padding-right: 0;
    order: 2;
  }
  html body.archive.post-type-archive-info .post-event-list-wrap .post-event-list .wrapper .side,
  html body.archive.tax-event_pref .post-event-list-wrap .post-event-list .wrapper .side {
    width: 100%;
    order: 1;
    margin-bottom: 30px;
  }
  html body.archive.post-type-archive-info .post-event-list-wrap .post-event-list .wrapper .side h2,
  html body.archive.tax-event_pref .post-event-list-wrap .post-event-list .wrapper .side h2 {
    line-height: 1;
    margin-bottom: 0;
  }
  html body.archive.post-type-archive-info .post-event-list-wrap .post-event-list .wrapper .side .calender,
  html body.archive.post-type-archive-info .post-event-list-wrap .post-event-list .wrapper .side .map,
  html body.archive.tax-event_pref .post-event-list-wrap .post-event-list .wrapper .side .calender,
  html body.archive.tax-event_pref .post-event-list-wrap .post-event-list .wrapper .side .map {
    border: 1px solid #76c499;
    padding: 10px;
    border-radius: 5px;
  }
  html body.archive.post-type-archive-info .post-event-list-wrap .post-event-list .wrapper .side .calender h2 span,
  html body.archive.post-type-archive-info .post-event-list-wrap .post-event-list .wrapper .side .map h2 span,
  html body.archive.tax-event_pref .post-event-list-wrap .post-event-list .wrapper .side .calender h2 span,
  html body.archive.tax-event_pref .post-event-list-wrap .post-event-list .wrapper .side .map h2 span {
    width: 1em;
    display: block;
    height: 1em;
    float: left;
    transition: all, ease-in-out, 0.5s, 0.5s;
    margin-top: 0;
    margin-right: 0;
    transform: rotate(0deg);
  }
  html body.archive.post-type-archive-info .post-event-list-wrap .post-event-list .wrapper .side .calender h2 span::before,
  html body.archive.post-type-archive-info .post-event-list-wrap .post-event-list .wrapper .side .map h2 span::before,
  html body.archive.tax-event_pref .post-event-list-wrap .post-event-list .wrapper .side .calender h2 span::before,
  html body.archive.tax-event_pref .post-event-list-wrap .post-event-list .wrapper .side .map h2 span::before {
    content: "";
    width: 2px;
    height: 10px;
    transform: rotate(-50deg);
    background-color: #76c499;
    display: block;
    transform-origin: center, bottom;
    margin-left: 0.5em;
  }
  html body.archive.post-type-archive-info .post-event-list-wrap .post-event-list .wrapper .side .calender h2 span::after,
  html body.archive.post-type-archive-info .post-event-list-wrap .post-event-list .wrapper .side .map h2 span::after,
  html body.archive.tax-event_pref .post-event-list-wrap .post-event-list .wrapper .side .calender h2 span::after,
  html body.archive.tax-event_pref .post-event-list-wrap .post-event-list .wrapper .side .map h2 span::after {
    content: "";
    width: 2px;
    height: 10px;
    transform: rotate(50deg);
    background-color: #76c499;
    display: block;
    transform-origin: center, top;
    margin-left: 0.5em;
  }
  html body.archive.post-type-archive-info .post-event-list-wrap .post-event-list .wrapper .side .calender.on h2 span,
  html body.archive.post-type-archive-info .post-event-list-wrap .post-event-list .wrapper .side .map.on h2 span,
  html body.archive.tax-event_pref .post-event-list-wrap .post-event-list .wrapper .side .calender.on h2 span,
  html body.archive.tax-event_pref .post-event-list-wrap .post-event-list .wrapper .side .map.on h2 span {
    transform: rotate(90deg);
    margin-top: 0.2em;
    margin-right: 0.2em;
  }
  html body.archive.post-type-archive-info .post-event-list-wrap .post-event-list .wrapper .side .calender,
  html body.archive.tax-event_pref .post-event-list-wrap .post-event-list .wrapper .side .calender {
    margin-bottom: 10px;
  }
  html body.archive.post-type-archive-info .post-event-list-wrap .post-event-list .wrapper .side .calender .jquery-calendar,
  html body.archive.tax-event_pref .post-event-list-wrap .post-event-list .wrapper .side .calender .jquery-calendar {
    display: none;
    margin-top: 10px;
  }
  html body.archive.post-type-archive-info .post-event-list-wrap .post-event-list .wrapper .side .map .areas,
  html body.archive.tax-event_pref .post-event-list-wrap .post-event-list .wrapper .side .map .areas {
    height: 273px;
    width: 250px;
    margin: 0 auto;
    margin-bottom: 33px;
    display: none;
  }
  html body.archive.post-type-archive-info .post-event-list-wrap .post-event-list .wrapper .side .map .areas::before,
  html body.archive.tax-event_pref .post-event-list-wrap .post-event-list .wrapper .side .map .areas::before {
    top: 20px;
    left: 10px;
    height: 230px;
    width: 230px;
  }
}
html body.single-info #main > ul.single .pref {
  background-color: #76c499;
  color: #fff;
  display: inline-block;
  border-radius: 100px;
  padding: 0 10px;
  margin-bottom: 6px;
  font-size: 0.8em;
}
html body.single-info #main > ul.single .title {
  margin: 0 0 30px;
}
html body.single-info #main > ul.single .meta {
  margin-bottom: 30px;
}
html body.single-info #main > ul.single .meta li {
  color: #76c499;
  line-height: 1;
  margin-bottom: 10px;
  display: block;
  width: 100%;
  overflow: hidden;
}
html body.single-info #main > ul.single .meta li span {
  border: 1px solid #76c499;
  color: #76c499;
  padding: 0 0.3em;
  line-height: 1.5;
  font-size: 0.8em;
  display: block;
  margin-right: 5px;
  float: left;
  width: 6em;
  text-align: center;
  box-sizing: content-box;
}
html body.single-info #main > ul.single .meta li.date {
  margin-bottom: 0;
  font-size: 1em;
  margin-bottom: 10px;
}
html body.single-info #main > ul.single .meta li a {
  text-decoration: underline;
  color: #76c499;
}

html body.archive.post-type-archive-books #main .books-list,
html body.archive.tax-books_tags #main .books-list {
  display: flex; /* Safari */
  flex-wrap: wrap;
  width: 100%;
  max-width: 800px;
  justify-content: center;
  margin: 0 auto 50px;
}
html body.archive.post-type-archive-books #main .books-list > li,
html body.archive.tax-books_tags #main .books-list > li {
  width: 33.3%;
  text-align: center;
}
html body.archive.post-type-archive-books #main .books-list > li a img,
html body.archive.tax-books_tags #main .books-list > li a img {
  margin: 0 auto 10px;
}
html body.archive.post-type-archive-books #main .books-list > li ul li.meta p,
html body.archive.tax-books_tags #main .books-list > li ul li.meta p {
  font-size: 0.8em;
  color: #777;
}

@media screen and (max-width: 767px) {
  html body.archive.post-type-archive-books #main .books-list > li,
  html body.archive.tax-books_tags #main .books-list > li {
    width: 50%;
  }
}
html body.single-books #main > ul.single .image {
  max-width: 300px;
  margin: 20px auto 0;
}
html body.single-books #main > ul.single .image img {
  margin-left: auto;
  margin-right: auto;
}
html body.single-books #main > ul.single .meta {
  margin-bottom: 30px;
}
html body.single-books #main > ul.single .meta li {
  color: #76c499;
  line-height: 1;
  margin-bottom: 10px;
  display: block;
  width: 100%;
  overflow: hidden;
}
html body.single-books #main > ul.single .meta li span {
  border: 1px solid #76c499;
  color: #76c499;
  padding: 0 0.3em;
  line-height: 1.5;
  font-size: 0.8em;
  display: block;
  margin-right: 5px;
  float: left;
  width: 6em;
  text-align: center;
  box-sizing: content-box;
}
html body.single-books #main > ul.single .meta li a {
  text-decoration: underline;
  color: #76c499;
}
html body.single-books #main > ul.single .meta li.date {
  margin-bottom: 0;
  font-size: 1em;
  margin-bottom: 10px;
}
html body.single-books #main > ul.single .meta li.writer {
  margin: 0;
  text-align: left;
  margin-bottom: 10px;
}
html body.single-books #main .share-buttons {
  display: flex;
}

html body.error404 #main {
  margin: 10em auto;
  text-align: center;
}
html body.error404 #main a {
  background-color: #fca454;
  padding: 0 10px;
  border-radius: 40px;
  margin: 20px 0 0;
  display: inline-block;
}

html body.archive.post-type-archive-org.menuopen header #hd_menu #hd_list,
html body.page-org_new.menuopen header #hd_menu #hd_list {
  background-color: #76c499;
}
html body.archive.post-type-archive-org.menuopen header #hd_menu #hd_list ul li.study::before,
html body.page-org_new.menuopen header #hd_menu #hd_list ul li.study::before {
  background-color: #76c499;
}
html body.archive.post-type-archive-org.menuopen header #hd_menu #hd_list #menuclose,
html body.page-org_new.menuopen header #hd_menu #hd_list #menuclose {
  color: #76c499;
}
html body.archive.post-type-archive-org header > section#hd_logo svg path,
html body.archive.post-type-archive-org header > section#hd_logo svg rect,
html body.archive.post-type-archive-org header > section#hd_logo svg polygon,
html body.page-org_new header > section#hd_logo svg path,
html body.page-org_new header > section#hd_logo svg rect,
html body.page-org_new header > section#hd_logo svg polygon {
  fill: #76c499;
}
html body.archive.post-type-archive-org header > section#hd_sodan a .icon svg path,
html body.page-org_new header > section#hd_sodan a .icon svg path {
  fill: #76c499;
}
html body.archive.post-type-archive-org header > section#hd_sodan a .text,
html body.page-org_new header > section#hd_sodan a .text {
  color: #76c499;
}
html body.archive.post-type-archive-org header > section#hd_menu .switch span,
html body.page-org_new header > section#hd_menu .switch span {
  background-color: #76c499;
}
html body.archive.post-type-archive-org footer,
html body.page-org_new footer {
  background-color: #76c499;
}
html body.archive.post-type-archive-org footer::before,
html body.page-org_new footer::before {
  content: "";
  background-image: url(img/square_green.svg);
}
html body.archive.post-type-archive-org footer #ft_study h3,
html body.page-org_new footer #ft_study h3 {
  color: #76c499;
  background-image: url(img/ribbon_green.svg);
}
html body.archive.post-type-archive-org footer #ft_study > ul li a,
html body.page-org_new footer #ft_study > ul li a {
  color: #76c499;
}
html body.archive.post-type-archive-org footer #ft_study > ul li a svg path,
html body.archive.post-type-archive-org footer #ft_study > ul li a svg circle,
html body.page-org_new footer #ft_study > ul li a svg path,
html body.page-org_new footer #ft_study > ul li a svg circle {
  fill: #76c499;
}
html body.archive.post-type-archive-org #pagetitle,
html body.page-org_new #pagetitle {
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Yu Gothic", "游ゴシック体", "游ゴシック", SourceHanSansJP-Light, YuGothic, "メイリオ", Meiryo, "ＭＳ Ｐゴシック", Osaka, "MS PGothic", Arial, Helvetica, Verdana, sans-serif;
  padding: 30px 0 10px;
  margin: 20px auto;
  width: calc(100% - 20px);
  background-position: center;
  background-image: url(img/sp_map_green.png);
  background-size: contain;
  background-repeat: no-repeat;
}
html body.archive.post-type-archive-org #pagetitle h1,
html body.page-org_new #pagetitle h1 {
  text-align: center;
}
html body.archive.post-type-archive-org #pagetitle h1 .text,
html body.page-org_new #pagetitle h1 .text {
  text-align: center;
  font-size: 1.5rem;
  color: #76c499;
}
html body.archive.post-type-archive-org #pagetitle h1 .text.talk, html body.archive.post-type-archive-org #pagetitle h1 .text.textbook, html body.archive.post-type-archive-org #pagetitle h1 .text.teacher,
html body.page-org_new #pagetitle h1 .text.talk,
html body.page-org_new #pagetitle h1 .text.textbook,
html body.page-org_new #pagetitle h1 .text.teacher {
  display: none;
}
html body.archive.post-type-archive-org #pagetitle h1 .icon,
html body.page-org_new #pagetitle h1 .icon {
  display: inline-block;
  margin: 0px auto 0px;
}
html body.archive.post-type-archive-org #pagetitle h1 .icon::before,
html body.page-org_new #pagetitle h1 .icon::before {
  content: "";
  display: block;
  background-image: url(img/icon_search_green.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  width: 37px;
  height: 37px;
  margin: 0 auto;
}
html body.archive.post-type-archive-org #pagetitle .desc .talk,
html body.archive.post-type-archive-org #pagetitle .desc .textbook,
html body.archive.post-type-archive-org #pagetitle .desc .teacher,
html body.page-org_new #pagetitle .desc .talk,
html body.page-org_new #pagetitle .desc .textbook,
html body.page-org_new #pagetitle .desc .teacher {
  display: none;
}
html body.archive.post-type-archive-org #pagetitle .desc span,
html body.page-org_new #pagetitle .desc span {
  margin: 20px 20px 20px;
  text-align: center;
  display: block;
}
html body.archive.post-type-archive-org #pagetitle .toapply,
html body.page-org_new #pagetitle .toapply {
  max-width: 600px;
  padding: 10px 20px;
  border: 1px solid #47a570;
  margin: 0 auto 50px;
  text-align: center;
}
html body.archive.post-type-archive-org #pagetitle .toapply p,
html body.page-org_new #pagetitle .toapply p {
  color: #47a570;
  font-size: 0.8em;
}
html body.archive.post-type-archive-org #pagetitle .toapply p a,
html body.page-org_new #pagetitle .toapply p a {
  text-decoration: underline;
  color: #47a570;
}
html body.archive.post-type-archive-org #pagetitle #taxswitch,
html body.page-org_new #pagetitle #taxswitch {
  margin: 0 auto 30px;
  max-width: 320px;
  display: flex;
  justify-content: space-between;
}
html body.archive.post-type-archive-org #pagetitle #taxswitch > li,
html body.page-org_new #pagetitle #taxswitch > li {
  width: 70px;
  height: 70px;
  display: block;
}
html body.archive.post-type-archive-org #pagetitle #taxswitch > li a,
html body.page-org_new #pagetitle #taxswitch > li a {
  background-color: #76c499;
  color: #fff;
  text-align: center;
  font-size: 0.8rem;
  line-height: 70px;
  display: block;
  width: 100%;
  height: 100%;
  border-radius: 100px;
}
html body.archive.post-type-archive-org #main #maparea .areacont .list #map > .parts,
html body.page-org_new #main #maparea .areacont .list #map > .parts {
  margin: 0 20px;
}
html body.archive.post-type-archive-org #main #maparea .areacont .list #map > .parts > li .modal,
html body.page-org_new #main #maparea .areacont .list #map > .parts > li .modal {
  display: none;
  height: 0;
  max-height: 0;
  min-height: 0;
}
html body.archive.post-type-archive-org #main #maparea .areacont .list #map > .parts > li .modal ul li,
html body.page-org_new #main #maparea .areacont .list #map > .parts > li .modal ul li {
  font-size: 1em;
  border-bottom: 1px solid rgba(0, 0, 0, 0.0196078431);
  box-shadow: none;
  border-radius: 0;
  margin: 0;
}
html body.archive.post-type-archive-org #main #maparea .areacont .list #map > .parts > li .modal ul li a,
html body.page-org_new #main #maparea .areacont .list #map > .parts > li .modal ul li a {
  font-weight: bold;
  display: block;
  padding: 5px 10px;
}
html body.archive.post-type-archive-org #main #maparea .areacont .list #map > .parts > li.areaon .modal,
html body.page-org_new #main #maparea .areacont .list #map > .parts > li.areaon .modal {
  height: auto;
  max-height: 4000rem;
  transition: all, ease-in-out, 0.5s, 0.5s;
  opacity: 1;
  display: block;
  animation-duration: 0.5s;
  animation-name: fade-in;
  -moz-animation-duration: 0.5s;
  -moz-animation-name: fade-in;
  -webkit-animation-duration: 0.5s;
  -webkit-animation-name: fade-in;
}
html body.archive.post-type-archive-org #main #maparea .areacont .list #map > .parts > li.area01 .modal li,
html body.page-org_new #main #maparea .areacont .list #map > .parts > li.area01 .modal li {
  background-color: #f2f8fb;
}
html body.archive.post-type-archive-org #main #maparea .areacont .list #map > .parts > li.area02 .modal li,
html body.page-org_new #main #maparea .areacont .list #map > .parts > li.area02 .modal li {
  background-color: #fcffda;
}
html body.archive.post-type-archive-org #main #maparea .areacont .list #map > .parts > li.area03 .modal li,
html body.page-org_new #main #maparea .areacont .list #map > .parts > li.area03 .modal li {
  background-color: #f6ffea;
}
html body.archive.post-type-archive-org #main #maparea .areacont .list #map > .parts > li.area04 .modal li,
html body.page-org_new #main #maparea .areacont .list #map > .parts > li.area04 .modal li {
  background-color: #fff3c3;
}
html body.archive.post-type-archive-org #main #maparea .areacont .list #map > .parts > li.area05 .modal li,
html body.page-org_new #main #maparea .areacont .list #map > .parts > li.area05 .modal li {
  background-color: #f2f8fb;
}
html body.archive.post-type-archive-org #main #maparea .areacont .list #map > .parts > li.area06 .modal li,
html body.page-org_new #main #maparea .areacont .list #map > .parts > li.area06 .modal li {
  background-color: rgba(218, 154, 253, 0.14);
}
html body.archive.post-type-archive-org #main #maparea .areacont .list #map > .info,
html body.page-org_new #main #maparea .areacont .list #map > .info {
  margin: 50px 20px 0;
}
html body.archive.post-type-archive-org #main #maparea .areacont .list #map > .info > div,
html body.page-org_new #main #maparea .areacont .list #map > .info > div {
  margin-bottom: 50px;
}
html body.archive.post-type-archive-org #main #maparea .areacont .list #map > .info > div .wrap .single-header,
html body.page-org_new #main #maparea .areacont .list #map > .info > div .wrap .single-header {
  text-align: center;
  border-top: 0.25rem solid #0077AA;
}
html body.archive.post-type-archive-org #main #maparea .areacont .list #map > .info > div .wrap .single-header h4,
html body.page-org_new #main #maparea .areacont .list #map > .info > div .wrap .single-header h4 {
  color: #0077AA;
  background-color: #fff;
  line-height: 1;
  display: inline-block;
  font-size: 1rem;
  margin-top: 0;
  padding: 0 10px;
  position: relative;
  top: -1rem;
}
html body.archive.post-type-archive-org #main #maparea .areacont .list #map > .info > div .wrap .single-body > div,
html body.page-org_new #main #maparea .areacont .list #map > .info > div .wrap .single-body > div {
  margin-top: -100px;
  padding-top: 100px;
  margin-bottom: 50px;
  display: flex;
}
html body.archive.post-type-archive-org #main #maparea .areacont .list #map > .info > div .wrap .single-body > div .prefbtn,
html body.page-org_new #main #maparea .areacont .list #map > .info > div .wrap .single-body > div .prefbtn {
  min-height: 6em;
  background: #0077AA;
  color: #fff;
  border-radius: 5px;
  writing-mode: vertical-rl;
  text-orientation: upright; /* すべて縦方向に表示 */
  font-feature-settings: normal;
  padding: 10px 0;
  width: 24px;
  line-height: 24px;
}
html body.archive.post-type-archive-org #main #maparea .areacont .list #map > .info > div .wrap .single-body > div .cont,
html body.page-org_new #main #maparea .areacont .list #map > .info > div .wrap .single-body > div .cont {
  padding-left: 15px;
  flex: 1;
  position: relative;
  display: flex;
  flex-wrap: wrap;
  gap: 10px 10px;
  padding-top: 10px;
  padding-bottom: 10px;
}
html body.archive.post-type-archive-org #main #maparea .areacont .list #map > .info > div .wrap .single-body > div .cont > p,
html body.page-org_new #main #maparea .areacont .list #map > .info > div .wrap .single-body > div .cont > p {
  color: #b5b3b3;
}
html body.archive.post-type-archive-org #main #maparea .areacont .list #map > .info > div .wrap .single-body > div .cont::before,
html body.page-org_new #main #maparea .areacont .list #map > .info > div .wrap .single-body > div .cont::before {
  position: absolute;
  top: 0;
  left: 20px;
  z-index: 0;
  color: #939393;
  font-size: 0.8em;
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ W3 JIS2004", "Yu Gothic", "游ゴシック体", "游ゴシック", SourceHanSansJP-Light, YuGothic, "メイリオ", Meiryo, "ＭＳ Ｐゴシック", Osaka, "MS PGothic", Arial, Helvetica, Verdana, sans-serif;
}
html body.archive.post-type-archive-org #main #maparea .areacont .list #map > .info > div .wrap .single-body > div .cont .infowrap,
html body.page-org_new #main #maparea .areacont .list #map > .info > div .wrap .single-body > div .cont .infowrap {
  padding-bottom: 20px;
  background-color: #fff;
  position: relative;
  z-index: 1;
  border: 3px solid #0077AA;
  padding: 1em;
  border-radius: 5px;
  width: 100%;
}
html body.archive.post-type-archive-org #main #maparea .areacont .list #map > .info > div .wrap .single-body > div .cont .infowrap .name,
html body.page-org_new #main #maparea .areacont .list #map > .info > div .wrap .single-body > div .cont .infowrap .name {
  margin-bottom: 10px;
}
html body.archive.post-type-archive-org #main #maparea .areacont .list #map > .info > div .wrap .single-body > div .cont .infowrap .name h3,
html body.page-org_new #main #maparea .areacont .list #map > .info > div .wrap .single-body > div .cont .infowrap .name h3 {
  font-size: 1.2em;
  line-height: 1.5;
  font-weight: 600;
}
html body.archive.post-type-archive-org #main #maparea .areacont .list #map > .info > div .wrap .single-body > div .cont .infowrap .wrap .photo,
html body.page-org_new #main #maparea .areacont .list #map > .info > div .wrap .single-body > div .cont .infowrap .wrap .photo {
  margin: 1em auto;
}
html body.archive.post-type-archive-org #main #maparea .areacont .list #map > .info > div .wrap .single-body > div .cont .infowrap .wrap .photo img,
html body.page-org_new #main #maparea .areacont .list #map > .info > div .wrap .single-body > div .cont .infowrap .wrap .photo img {
  margin: 1em auto;
  display: block;
  border-radius: 5px;
  max-width: 100%;
  width: auto;
  max-height: 200px;
  height: auto;
}
html body.archive.post-type-archive-org #main #maparea .areacont .list #map > .info > div .wrap .single-body > div .cont .infowrap .wrap .text .description,
html body.page-org_new #main #maparea .areacont .list #map > .info > div .wrap .single-body > div .cont .infowrap .wrap .text .description {
  margin-bottom: 10px;
}
html body.archive.post-type-archive-org #main #maparea .areacont .list #map > .info > div .wrap .single-body > div .cont .infowrap .wrap .text .description p,
html body.page-org_new #main #maparea .areacont .list #map > .info > div .wrap .single-body > div .cont .infowrap .wrap .text .description p {
  font-size: 0.9em;
  line-height: 1.8;
}
html body.archive.post-type-archive-org #main #maparea .areacont .list #map > .info > div .wrap .single-body > div .cont .infowrap .wrap .text .meta,
html body.page-org_new #main #maparea .areacont .list #map > .info > div .wrap .single-body > div .cont .infowrap .wrap .text .meta {
  background: #fcfcfc;
  border-radius: 5px;
  padding: 10px;
}
html body.archive.post-type-archive-org #main #maparea .areacont .list #map > .info > div .wrap .single-body > div .cont .infowrap .wrap .text .meta .info,
html body.page-org_new #main #maparea .areacont .list #map > .info > div .wrap .single-body > div .cont .infowrap .wrap .text .meta .info {
  font-size: 0.8em;
}
html body.archive.post-type-archive-org #main #maparea .areacont .list #map > .info > div .wrap .single-body > div .cont .infowrap .wrap .text .meta .info > div,
html body.page-org_new #main #maparea .areacont .list #map > .info > div .wrap .single-body > div .cont .infowrap .wrap .text .meta .info > div {
  display: flex;
  display: flex;
  margin-bottom: 10px;
  align-items: center;
  border-bottom: 1px solid #e6e6e1;
  padding-bottom: 10px;
}
html body.archive.post-type-archive-org #main #maparea .areacont .list #map > .info > div .wrap .single-body > div .cont .infowrap .wrap .text .meta .info > div span,
html body.page-org_new #main #maparea .areacont .list #map > .info > div .wrap .single-body > div .cont .infowrap .wrap .text .meta .info > div span {
  display: inline-block;
  border-radius: 0px;
  background-color: #efefed;
  color: #939393;
  font-size: 0.8em;
  line-height: 1;
  padding: 3px 7px;
  margin-right: 9px;
  width: 6em;
  text-align: center;
  width: 6em;
}
html body.archive.post-type-archive-org #main #maparea .areacont .list #map > .info > div .wrap .single-body > div .cont .infowrap .wrap .text .meta .info > div > *,
html body.page-org_new #main #maparea .areacont .list #map > .info > div .wrap .single-body > div .cont .infowrap .wrap .text .meta .info > div > * {
  display: table-cell;
}
html body.archive.post-type-archive-org #main #maparea .areacont .list #map > .info > div .wrap .single-body > div .cont .infowrap .wrap .text .meta .info > div a,
html body.page-org_new #main #maparea .areacont .list #map > .info > div .wrap .single-body > div .cont .infowrap .wrap .text .meta .info > div a {
  text-decoration: underline;
  word-break: break-all;
  font-size: 0.8em;
  line-height: 1.2;
  display: block;
}
html body.archive.post-type-archive-org #main #maparea .areacont .list #map > .info > div .wrap .single-body > div .cont .infowrap .wrap .text .meta .info > div > div,
html body.page-org_new #main #maparea .areacont .list #map > .info > div .wrap .single-body > div .cont .infowrap .wrap .text .meta .info > div > div {
  font-size: 0.8em;
  font-weight: normal;
  padding: 0.1em;
  border-radius: 5px;
  text-align: center;
  width: 6em;
}
html body.archive.post-type-archive-org #main #maparea .areacont .list #map > .info > div .wrap .single-body > div .cont .infowrap .wrap .text .meta .info > div > div span,
html body.page-org_new #main #maparea .areacont .list #map > .info > div .wrap .single-body > div .cont .infowrap .wrap .text .meta .info > div > div span {
  background-color: #efefed;
  display: block;
  border-radius: 100px;
  margin-right: 6px;
}
html body.archive.post-type-archive-org #main #maparea .areacont .list #map > .info > div .wrap .single-body > div .cont .infowrap .wrap .text .meta .graph,
html body.page-org_new #main #maparea .areacont .list #map > .info > div .wrap .single-body > div .cont .infowrap .wrap .text .meta .graph {
  font-size: 0.8em;
  display: flex;
  align-items: center;
}
html body.archive.post-type-archive-org #main #maparea .areacont .list #map > .info > div .wrap .single-body > div .cont .infowrap .wrap .text .meta .graph div,
html body.page-org_new #main #maparea .areacont .list #map > .info > div .wrap .single-body > div .cont .infowrap .wrap .text .meta .graph div {
  border-radius: 0px;
  background-color: #efefed;
  color: #939393;
  font-size: 0.8em;
  line-height: 1;
  padding: 3px 7px;
  margin-right: 9px;
  width: 6em;
  text-align: center;
}
html body.archive.post-type-archive-org #main #maparea .areacont .list #map > .info > div .wrap .single-body > div .cont .infowrap .wrap .text .meta .graph ul,
html body.page-org_new #main #maparea .areacont .list #map > .info > div .wrap .single-body > div .cont .infowrap .wrap .text .meta .graph ul {
  flex-wrap: wrap;
  flex: 1;
  display: flex;
}
html body.archive.post-type-archive-org #main #maparea .areacont .list #map > .info > div .wrap .single-body > div .cont .infowrap .wrap .text .meta .graph ul a,
html body.page-org_new #main #maparea .areacont .list #map > .info > div .wrap .single-body > div .cont .infowrap .wrap .text .meta .graph ul a {
  text-decoration: underline;
}
html body.archive.post-type-archive-org #main #maparea .areacont .list #map > .info > div .wrap .single-body > div .cont .infowrap .wrap .text .meta .graph ul:not(:last-of-type)::after,
html body.page-org_new #main #maparea .areacont .list #map > .info > div .wrap .single-body > div .cont .infowrap .wrap .text .meta .graph ul:not(:last-of-type)::after {
  content: "/";
  margin-right: 0.5em;
}
html body.archive.post-type-archive-org #main #maparea .areacont .list #map > .info > div .wrap .single-body > div .cont .infowrap .wrap .text .meta .graph ul li:not(:last-of-type)::after,
html body.page-org_new #main #maparea .areacont .list #map > .info > div .wrap .single-body > div .cont .infowrap .wrap .text .meta .graph ul li:not(:last-of-type)::after {
  content: "/";
  margin-right: 0.3em;
  margin-left: 0.3em;
}
html body.archive.post-type-archive-org #main #maparea .areacont .list #map > .info > div#area02 .wrap .single-header,
html body.page-org_new #main #maparea .areacont .list #map > .info > div#area02 .wrap .single-header {
  border-top: 0.25rem solid #C5D700;
}
html body.archive.post-type-archive-org #main #maparea .areacont .list #map > .info > div#area02 .wrap .single-header h4,
html body.page-org_new #main #maparea .areacont .list #map > .info > div#area02 .wrap .single-header h4 {
  color: #C5D700;
}
html body.archive.post-type-archive-org #main #maparea .areacont .list #map > .info > div#area02 .wrap .single-body .prefbtn,
html body.page-org_new #main #maparea .areacont .list #map > .info > div#area02 .wrap .single-body .prefbtn {
  background: #C5D700;
}
html body.archive.post-type-archive-org #main #maparea .areacont .list #map > .info > div#area02 .wrap .single-body > div .cont .infowrap,
html body.page-org_new #main #maparea .areacont .list #map > .info > div#area02 .wrap .single-body > div .cont .infowrap {
  border-color: #C5D700;
}
html body.archive.post-type-archive-org #main #maparea .areacont .list #map > .info > div#area03 .wrap .single-header,
html body.page-org_new #main #maparea .areacont .list #map > .info > div#area03 .wrap .single-header {
  border-top: 0.25rem solid #79BC28;
}
html body.archive.post-type-archive-org #main #maparea .areacont .list #map > .info > div#area03 .wrap .single-header h4,
html body.page-org_new #main #maparea .areacont .list #map > .info > div#area03 .wrap .single-header h4 {
  color: #79BC28;
}
html body.archive.post-type-archive-org #main #maparea .areacont .list #map > .info > div#area03 .wrap .single-body .prefbtn,
html body.page-org_new #main #maparea .areacont .list #map > .info > div#area03 .wrap .single-body .prefbtn {
  background: #79BC28;
}
html body.archive.post-type-archive-org #main #maparea .areacont .list #map > .info > div#area03 .wrap .single-body > div .cont .infowrap,
html body.page-org_new #main #maparea .areacont .list #map > .info > div#area03 .wrap .single-body > div .cont .infowrap {
  border-color: #79BC28;
}
html body.archive.post-type-archive-org #main #maparea .areacont .list #map > .info > div#area04 .wrap .single-header,
html body.page-org_new #main #maparea .areacont .list #map > .info > div#area04 .wrap .single-header {
  border-top: 0.25rem solid #FCCF00;
}
html body.archive.post-type-archive-org #main #maparea .areacont .list #map > .info > div#area04 .wrap .single-header h4,
html body.page-org_new #main #maparea .areacont .list #map > .info > div#area04 .wrap .single-header h4 {
  color: #FCCF00;
}
html body.archive.post-type-archive-org #main #maparea .areacont .list #map > .info > div#area04 .wrap .single-body .prefbtn,
html body.page-org_new #main #maparea .areacont .list #map > .info > div#area04 .wrap .single-body .prefbtn {
  background: #FCCF00;
}
html body.archive.post-type-archive-org #main #maparea .areacont .list #map > .info > div#area04 .wrap .single-body > div .cont .infowrap,
html body.page-org_new #main #maparea .areacont .list #map > .info > div#area04 .wrap .single-body > div .cont .infowrap {
  border-color: #FCCF00;
}
html body.archive.post-type-archive-org #main #maparea .areacont .list #map > .info > div#area05 .wrap .single-header,
html body.page-org_new #main #maparea .areacont .list #map > .info > div#area05 .wrap .single-header {
  border-top: 0.25rem solid #4AC0F0;
}
html body.archive.post-type-archive-org #main #maparea .areacont .list #map > .info > div#area05 .wrap .single-header h4,
html body.page-org_new #main #maparea .areacont .list #map > .info > div#area05 .wrap .single-header h4 {
  color: #4AC0F0;
}
html body.archive.post-type-archive-org #main #maparea .areacont .list #map > .info > div#area05 .wrap .single-body .prefbtn,
html body.page-org_new #main #maparea .areacont .list #map > .info > div#area05 .wrap .single-body .prefbtn {
  background: #4AC0F0;
}
html body.archive.post-type-archive-org #main #maparea .areacont .list #map > .info > div#area05 .wrap .single-body > div .cont .infowrap,
html body.page-org_new #main #maparea .areacont .list #map > .info > div#area05 .wrap .single-body > div .cont .infowrap {
  border-color: #4AC0F0;
}
html body.archive.post-type-archive-org #main #maparea .areacont .list #map > .info > div#area06 .wrap .single-header,
html body.page-org_new #main #maparea .areacont .list #map > .info > div#area06 .wrap .single-header {
  border-top: 0.25rem solid #5f1985;
}
html body.archive.post-type-archive-org #main #maparea .areacont .list #map > .info > div#area06 .wrap .single-header h4,
html body.page-org_new #main #maparea .areacont .list #map > .info > div#area06 .wrap .single-header h4 {
  color: #5f1985;
}
html body.archive.post-type-archive-org #main #maparea .areacont .list #map > .info > div#area06 .wrap .single-body .prefbtn,
html body.page-org_new #main #maparea .areacont .list #map > .info > div#area06 .wrap .single-body .prefbtn {
  background: #5f1985;
}
html body.archive.post-type-archive-org #main #maparea .areacont .list #map > .info > div#area06 .wrap .single-body > div .cont .infowrap,
html body.page-org_new #main #maparea .areacont .list #map > .info > div#area06 .wrap .single-body > div .cont .infowrap {
  border-color: #5f1985;
}
html body.archive.post-type-archive-org #main #attention,
html body.page-org_new #main #attention {
  background-color: #efefed;
  font-size: 0.8em;
  padding: 20px;
  border-radius: 5px;
  font-size: 0.8em;
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ W3 JIS2004", "Yu Gothic", "游ゴシック体", "游ゴシック", SourceHanSansJP-Light, YuGothic, "メイリオ", Meiryo, "ＭＳ Ｐゴシック", Osaka, "MS PGothic", Arial, Helvetica, Verdana, sans-serif;
  margin: 0 20px 30px;
  text-align: center;
}
html body.archive.post-type-archive-org #main #attention a,
html body.page-org_new #main #attention a {
  text-decoration: underline;
}
html body.archive.post-type-archive-org#talk h1 .text.all, html body.archive.post-type-archive-org#talk h1 .text.textbook, html body.archive.post-type-archive-org#talk h1 .text.teacher,
html body.page-org_new#talk h1 .text.all,
html body.page-org_new#talk h1 .text.textbook,
html body.page-org_new#talk h1 .text.teacher {
  display: none;
}
html body.archive.post-type-archive-org#talk h1 .text.talk,
html body.page-org_new#talk h1 .text.talk {
  display: block;
}
html body.archive.post-type-archive-org#talk .desc .all,
html body.archive.post-type-archive-org#talk .desc .textbook,
html body.archive.post-type-archive-org#talk .desc .teacher,
html body.page-org_new#talk .desc .all,
html body.page-org_new#talk .desc .textbook,
html body.page-org_new#talk .desc .teacher {
  display: none;
}
html body.archive.post-type-archive-org#talk .desc .talk,
html body.page-org_new#talk .desc .talk {
  display: block;
}
html body.archive.post-type-archive-org#talk #pagetitle #taxswitch > li.talk a,
html body.page-org_new#talk #pagetitle #taxswitch > li.talk a {
  color: #76c499;
  background-color: #fff;
  border: 1px solid #76c499;
}
html body.archive.post-type-archive-org#teacher h1 .text.talk, html body.archive.post-type-archive-org#teacher h1 .text.textbook, html body.archive.post-type-archive-org#teacher h1 .text.all,
html body.page-org_new#teacher h1 .text.talk,
html body.page-org_new#teacher h1 .text.textbook,
html body.page-org_new#teacher h1 .text.all {
  display: none;
}
html body.archive.post-type-archive-org#teacher h1 .text.teacher,
html body.page-org_new#teacher h1 .text.teacher {
  display: block;
}
html body.archive.post-type-archive-org#teacher .desc .talk,
html body.archive.post-type-archive-org#teacher .desc .textbook,
html body.archive.post-type-archive-org#teacher .desc .all,
html body.page-org_new#teacher .desc .talk,
html body.page-org_new#teacher .desc .textbook,
html body.page-org_new#teacher .desc .all {
  display: none;
}
html body.archive.post-type-archive-org#teacher .desc .teacher,
html body.page-org_new#teacher .desc .teacher {
  display: block;
}
html body.archive.post-type-archive-org#teacher #pagetitle #taxswitch > li.teacher a,
html body.page-org_new#teacher #pagetitle #taxswitch > li.teacher a {
  color: #76c499;
  background-color: #fff;
  border: 1px solid #76c499;
}
html body.archive.post-type-archive-org#textbook h1 .text.talk, html body.archive.post-type-archive-org#textbook h1 .text.teacher, html body.archive.post-type-archive-org#textbook h1 .text.all,
html body.page-org_new#textbook h1 .text.talk,
html body.page-org_new#textbook h1 .text.teacher,
html body.page-org_new#textbook h1 .text.all {
  display: none;
}
html body.archive.post-type-archive-org#textbook h1 .text.textbook,
html body.page-org_new#textbook h1 .text.textbook {
  display: block;
}
html body.archive.post-type-archive-org#textbook .desc .talk,
html body.archive.post-type-archive-org#textbook .desc .teacher,
html body.archive.post-type-archive-org#textbook .desc .all,
html body.page-org_new#textbook .desc .talk,
html body.page-org_new#textbook .desc .teacher,
html body.page-org_new#textbook .desc .all {
  display: none;
}
html body.archive.post-type-archive-org#textbook .desc .textbook,
html body.page-org_new#textbook .desc .textbook {
  display: block;
}
html body.archive.post-type-archive-org#textbook #pagetitle #taxswitch > li.textbook a,
html body.page-org_new#textbook #pagetitle #taxswitch > li.textbook a {
  color: #76c499;
  background-color: #fff;
  border: 1px solid #76c499;
}
html body.archive.post-type-archive-org#all h1 .text.talk, html body.archive.post-type-archive-org#all h1 .text.teacher, html body.archive.post-type-archive-org#all h1 .text.textbook,
html body.page-org_new#all h1 .text.talk,
html body.page-org_new#all h1 .text.teacher,
html body.page-org_new#all h1 .text.textbook {
  display: none;
}
html body.archive.post-type-archive-org#all h1 .text.all,
html body.page-org_new#all h1 .text.all {
  display: block;
}
html body.archive.post-type-archive-org#all .desc .talk,
html body.archive.post-type-archive-org#all .desc .teacher,
html body.archive.post-type-archive-org#all .desc .textbook,
html body.page-org_new#all .desc .talk,
html body.page-org_new#all .desc .teacher,
html body.page-org_new#all .desc .textbook {
  display: none;
}
html body.archive.post-type-archive-org#all .desc .all,
html body.page-org_new#all .desc .all {
  display: block;
}
html body.archive.post-type-archive-org#all #pagetitle #taxswitch > li.all a,
html body.page-org_new#all #pagetitle #taxswitch > li.all a {
  color: #76c499;
  background-color: #fff;
  border: 1px solid #76c499;
}
html body.archive.post-type-archive-org#teacher .infowrap, html body.archive.post-type-archive-org#textbook .infowrap, html body.archive.post-type-archive-org#talk .infowrap,
html body.page-org_new#teacher .infowrap,
html body.page-org_new#textbook .infowrap,
html body.page-org_new#talk .infowrap {
  display: none;
}
html body.archive.post-type-archive-org#all #main #maparea .areacont .list #map > .info > div .wrap .single-body > div .cont .infowrap,
html body.page-org_new#all #main #maparea .areacont .list #map > .info > div .wrap .single-body > div .cont .infowrap {
  display: block;
}
html body.archive.post-type-archive-org#teacher #main #maparea .areacont .list #map > .info > div .wrap .single-body > div .cont .infowrap.teacher,
html body.page-org_new#teacher #main #maparea .areacont .list #map > .info > div .wrap .single-body > div .cont .infowrap.teacher {
  display: block;
}
html body.archive.post-type-archive-org#textbook #main #maparea .areacont .list #map > .info > div .wrap .single-body > div .cont .infowrap.textbook,
html body.page-org_new#textbook #main #maparea .areacont .list #map > .info > div .wrap .single-body > div .cont .infowrap.textbook {
  display: block;
}
html body.archive.post-type-archive-org#talk #main #maparea .areacont .list #map > .info > div .wrap .single-body > div .cont .infowrap.talk,
html body.page-org_new#talk #main #maparea .areacont .list #map > .info > div .wrap .single-body > div .cont .infowrap.talk {
  display: block;
}

@media screen and (min-width: 768px) {
  html body.archive.post-type-archive-org header,
  html body.page-org_new header {
    background-color: #76c499;
  }
  html body.archive.post-type-archive-org #pagetitle h1 span,
  html body.page-org_new #pagetitle h1 span {
    font-size: 2.5rem !important;
  }
  html body.archive.post-type-archive-org #pagetitle h1 span.icon::before,
  html body.page-org_new #pagetitle h1 span.icon::before {
    width: 51px;
    height: 51px;
  }
  html body.archive.post-type-archive-org #pagetitle .desc,
  html body.page-org_new #pagetitle .desc {
    max-width: 600px;
    margin: 30px auto 30px;
  }
  html body.archive.post-type-archive-org #pagetitle #taxswitch,
  html body.page-org_new #pagetitle #taxswitch {
    max-width: 700px;
    margin-bottom: 60px;
  }
  html body.archive.post-type-archive-org #pagetitle #taxswitch > li,
  html body.page-org_new #pagetitle #taxswitch > li {
    width: 130px;
    height: 130px;
  }
  html body.archive.post-type-archive-org #pagetitle #taxswitch > li a,
  html body.page-org_new #pagetitle #taxswitch > li a {
    line-height: 130px;
    font-size: 1.2rem;
  }
  html body.archive.post-type-archive-org #main #pagetitle,
  html body.page-org_new #main #pagetitle {
    background: none;
  }
  html body.archive.post-type-archive-org #main #maparea .areacont .list #map ul.parts,
  html body.page-org_new #main #maparea .areacont .list #map ul.parts {
    position: relative;
    background-position: center;
    background-size: contain;
    max-width: 1000px;
    margin: 0 auto;
    width: 700px;
    height: 920px;
    left: 30px;
  }
  html body.archive.post-type-archive-org #main #maparea .areacont .list #map ul.parts li,
  html body.page-org_new #main #maparea .areacont .list #map ul.parts li {
    background: none;
    border: none;
    box-shadow: none;
    z-index: 0;
  }
  html body.archive.post-type-archive-org #main #maparea .areacont .list #map ul.parts li a.img,
  html body.page-org_new #main #maparea .areacont .list #map ul.parts li a.img {
    display: inline-block;
    position: absolute;
    left: 50%;
    top: 0;
  }
  html body.archive.post-type-archive-org #main #maparea .areacont .list #map ul.parts li a.text,
  html body.page-org_new #main #maparea .areacont .list #map ul.parts li a.text {
    position: absolute;
    top: 0;
    left: 0;
    width: 150px;
    font-size: 0.8rem;
    height: 1.8rem;
    line-height: 1.8rem;
    padding: 0;
    margin: 0;
    position: absolute;
    text-align: center;
  }
  html body.archive.post-type-archive-org #main #maparea .areacont .list #map ul.parts li .modal,
  html body.page-org_new #main #maparea .areacont .list #map ul.parts li .modal {
    display: block;
    height: auto;
    max-height: none;
    width: 150px;
    position: absolute;
    margin-top: 1.8rem;
    z-index: 2;
  }
  html body.archive.post-type-archive-org #main #maparea .areacont .list #map ul.parts li .modal .modal-content .modal-body .single,
  html body.page-org_new #main #maparea .areacont .list #map ul.parts li .modal .modal-content .modal-body .single {
    padding: 3px 10px;
    cursor: pointer;
    position: relative;
  }
  html body.archive.post-type-archive-org #main #maparea .areacont .list #map ul.parts li .modal .modal-content .modal-body .single.on,
  html body.page-org_new #main #maparea .areacont .list #map ul.parts li .modal .modal-content .modal-body .single.on {
    z-index: 3;
  }
  html body.archive.post-type-archive-org #main #maparea .areacont .list #map ul.parts li .modal .modal-content .modal-body .single .prefbtn,
  html body.page-org_new #main #maparea .areacont .list #map ul.parts li .modal .modal-content .modal-body .single .prefbtn {
    font-size: 0.8rem;
  }
  html body.archive.post-type-archive-org #main #maparea .areacont .list #map ul.parts li .modal .modal-content .modal-body .single a.pc_only,
  html body.page-org_new #main #maparea .areacont .list #map ul.parts li .modal .modal-content .modal-body .single a.pc_only {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    z-index: 2;
    display: block;
  }
  html body.archive.post-type-archive-org #main #maparea .areacont .list #map ul.parts li .modal .modal-content .modal-body .single .cont,
  html body.page-org_new #main #maparea .areacont .list #map ul.parts li .modal .modal-content .modal-body .single .cont {
    position: fixed;
    z-index: 4;
    width: 50%;
    margin: 0;
    padding: 10px 20px;
    border: 2px solid #aaa;
    background: #fff;
  }
  html body.archive.post-type-archive-org #main #maparea .areacont .list #map ul.parts li.area01 a.img,
  html body.page-org_new #main #maparea .areacont .list #map ul.parts li.area01 a.img {
    top: -2px;
    right: 9px;
    left: auto;
  }
  html body.archive.post-type-archive-org #main #maparea .areacont .list #map ul.parts li.area01 a.img svg,
  html body.page-org_new #main #maparea .areacont .list #map ul.parts li.area01 a.img svg {
    width: 301px;
    height: 399px;
  }
  html body.archive.post-type-archive-org #main #maparea .areacont .list #map ul.parts li.area01 a.img svg rect,
  html body.archive.post-type-archive-org #main #maparea .areacont .list #map ul.parts li.area01 a.img svg circle,
  html body.archive.post-type-archive-org #main #maparea .areacont .list #map ul.parts li.area01 a.img svg path,
  html body.page-org_new #main #maparea .areacont .list #map ul.parts li.area01 a.img svg rect,
  html body.page-org_new #main #maparea .areacont .list #map ul.parts li.area01 a.img svg circle,
  html body.page-org_new #main #maparea .areacont .list #map ul.parts li.area01 a.img svg path {
    fill: #0077AA;
  }
  html body.archive.post-type-archive-org #main #maparea .areacont .list #map ul.parts li.area01 a.text,
  html body.page-org_new #main #maparea .areacont .list #map ul.parts li.area01 a.text {
    right: -110px;
    top: 0;
    left: auto;
    color: #fff;
    background-color: #0077AA;
    border-radius: 5px 5px 0 0;
  }
  html body.archive.post-type-archive-org #main #maparea .areacont .list #map ul.parts li.area01 .modal,
  html body.page-org_new #main #maparea .areacont .list #map ul.parts li.area01 .modal {
    top: 0;
    right: -110px;
    left: auto;
  }
  html body.archive.post-type-archive-org #main #maparea .areacont .list #map ul.parts li.area01 .modal .modal-content,
  html body.page-org_new #main #maparea .areacont .list #map ul.parts li.area01 .modal .modal-content {
    border-left: 1px solid #0077AA;
    border-right: 1px solid #0077AA;
    border-bottom: 1px solid #0077AA;
  }
  html body.archive.post-type-archive-org #main #maparea .areacont .list #map ul.parts li.area01 .modal .modal-content .modal-body .single,
  html body.page-org_new #main #maparea .areacont .list #map ul.parts li.area01 .modal .modal-content .modal-body .single {
    border-bottom: 1px solid #f2f8fb;
  }
  html body.archive.post-type-archive-org #main #maparea .areacont .list #map ul.parts li.area01 .modal .modal-content .modal-body .single:hover,
  html body.page-org_new #main #maparea .areacont .list #map ul.parts li.area01 .modal .modal-content .modal-body .single:hover {
    background-color: #f2f8fb;
  }
  html body.archive.post-type-archive-org #main #maparea .areacont .list #map ul.parts li.area02 a.img,
  html body.page-org_new #main #maparea .areacont .list #map ul.parts li.area02 a.img {
    top: 392px;
    right: 255px;
    left: auto;
  }
  html body.archive.post-type-archive-org #main #maparea .areacont .list #map ul.parts li.area02 a.img svg,
  html body.page-org_new #main #maparea .areacont .list #map ul.parts li.area02 a.img svg {
    width: 82px;
    height: 100px;
  }
  html body.archive.post-type-archive-org #main #maparea .areacont .list #map ul.parts li.area02 a.img svg rect,
  html body.archive.post-type-archive-org #main #maparea .areacont .list #map ul.parts li.area02 a.img svg circle,
  html body.archive.post-type-archive-org #main #maparea .areacont .list #map ul.parts li.area02 a.img svg path,
  html body.page-org_new #main #maparea .areacont .list #map ul.parts li.area02 a.img svg rect,
  html body.page-org_new #main #maparea .areacont .list #map ul.parts li.area02 a.img svg circle,
  html body.page-org_new #main #maparea .areacont .list #map ul.parts li.area02 a.img svg path {
    fill: #C5D700;
  }
  html body.archive.post-type-archive-org #main #maparea .areacont .list #map ul.parts li.area02 a.text,
  html body.page-org_new #main #maparea .areacont .list #map ul.parts li.area02 a.text {
    right: 50px;
    top: 310px;
    left: auto;
    color: #fff;
    background-color: #C5D700;
    border-radius: 5px 5px 0 0;
  }
  html body.archive.post-type-archive-org #main #maparea .areacont .list #map ul.parts li.area02 .modal,
  html body.page-org_new #main #maparea .areacont .list #map ul.parts li.area02 .modal {
    right: 50px;
    top: 310px;
    left: auto;
  }
  html body.archive.post-type-archive-org #main #maparea .areacont .list #map ul.parts li.area02 .modal .modal-content,
  html body.page-org_new #main #maparea .areacont .list #map ul.parts li.area02 .modal .modal-content {
    border-left: 1px solid #C5D700;
    border-right: 1px solid #C5D700;
    border-bottom: 1px solid #C5D700;
  }
  html body.archive.post-type-archive-org #main #maparea .areacont .list #map ul.parts li.area02 .modal .modal-content .modal-body .single,
  html body.page-org_new #main #maparea .areacont .list #map ul.parts li.area02 .modal .modal-content .modal-body .single {
    border-bottom: 1px solid #fcffda;
  }
  html body.archive.post-type-archive-org #main #maparea .areacont .list #map ul.parts li.area02 .modal .modal-content .modal-body .single:hover,
  html body.page-org_new #main #maparea .areacont .list #map ul.parts li.area02 .modal .modal-content .modal-body .single:hover {
    background-color: #fcffda;
  }
  html body.archive.post-type-archive-org #main #maparea .areacont .list #map ul.parts li.area03 a.img,
  html body.page-org_new #main #maparea .areacont .list #map ul.parts li.area03 a.img {
    top: 330px;
    right: 286px;
    left: auto;
  }
  html body.archive.post-type-archive-org #main #maparea .areacont .list #map ul.parts li.area03 a.img svg,
  html body.page-org_new #main #maparea .areacont .list #map ul.parts li.area03 a.img svg {
    width: 142px;
    height: 177px;
  }
  html body.archive.post-type-archive-org #main #maparea .areacont .list #map ul.parts li.area03 a.img svg rect,
  html body.archive.post-type-archive-org #main #maparea .areacont .list #map ul.parts li.area03 a.img svg circle,
  html body.archive.post-type-archive-org #main #maparea .areacont .list #map ul.parts li.area03 a.img svg path,
  html body.page-org_new #main #maparea .areacont .list #map ul.parts li.area03 a.img svg rect,
  html body.page-org_new #main #maparea .areacont .list #map ul.parts li.area03 a.img svg circle,
  html body.page-org_new #main #maparea .areacont .list #map ul.parts li.area03 a.img svg path {
    fill: #79BC28;
  }
  html body.archive.post-type-archive-org #main #maparea .areacont .list #map ul.parts li.area03 a.text,
  html body.page-org_new #main #maparea .areacont .list #map ul.parts li.area03 a.text {
    right: auto;
    top: 0;
    left: 180px;
    color: #fff;
    background-color: #79BC28;
    border-radius: 5px 5px 0 0;
  }
  html body.archive.post-type-archive-org #main #maparea .areacont .list #map ul.parts li.area03 .modal,
  html body.page-org_new #main #maparea .areacont .list #map ul.parts li.area03 .modal {
    right: auto;
    top: 0;
    left: 180px;
  }
  html body.archive.post-type-archive-org #main #maparea .areacont .list #map ul.parts li.area03 .modal .modal-content,
  html body.page-org_new #main #maparea .areacont .list #map ul.parts li.area03 .modal .modal-content {
    border-left: 1px solid #79BC28;
    border-right: 1px solid #79BC28;
    border-bottom: 1px solid #79BC28;
  }
  html body.archive.post-type-archive-org #main #maparea .areacont .list #map ul.parts li.area03 .modal .modal-content .modal-body .single,
  html body.page-org_new #main #maparea .areacont .list #map ul.parts li.area03 .modal .modal-content .modal-body .single {
    border-bottom: 1px solid #f6ffea;
  }
  html body.archive.post-type-archive-org #main #maparea .areacont .list #map ul.parts li.area03 .modal .modal-content .modal-body .single:hover,
  html body.page-org_new #main #maparea .areacont .list #map ul.parts li.area03 .modal .modal-content .modal-body .single:hover {
    background-color: #f6ffea;
  }
  html body.archive.post-type-archive-org #main #maparea .areacont .list #map ul.parts li.area04 a.img,
  html body.page-org_new #main #maparea .areacont .list #map ul.parts li.area04 a.img {
    top: 454px;
    left: 216px;
  }
  html body.archive.post-type-archive-org #main #maparea .areacont .list #map ul.parts li.area04 a.img svg,
  html body.page-org_new #main #maparea .areacont .list #map ul.parts li.area04 a.img svg {
    width: 83px;
    height: 88px;
  }
  html body.archive.post-type-archive-org #main #maparea .areacont .list #map ul.parts li.area04 a.img svg rect,
  html body.archive.post-type-archive-org #main #maparea .areacont .list #map ul.parts li.area04 a.img svg circle,
  html body.archive.post-type-archive-org #main #maparea .areacont .list #map ul.parts li.area04 a.img svg path,
  html body.page-org_new #main #maparea .areacont .list #map ul.parts li.area04 a.img svg rect,
  html body.page-org_new #main #maparea .areacont .list #map ul.parts li.area04 a.img svg circle,
  html body.page-org_new #main #maparea .areacont .list #map ul.parts li.area04 a.img svg path {
    fill: #FCCF00;
    stroke: #FCCF00;
  }
  html body.archive.post-type-archive-org #main #maparea .areacont .list #map ul.parts li.area04 a.text,
  html body.page-org_new #main #maparea .areacont .list #map ul.parts li.area04 a.text {
    right: auto;
    top: 550px;
    left: 270px;
    color: #fff;
    background-color: #FCCF00;
    border-radius: 5px 5px 0 0;
  }
  html body.archive.post-type-archive-org #main #maparea .areacont .list #map ul.parts li.area04 .modal,
  html body.page-org_new #main #maparea .areacont .list #map ul.parts li.area04 .modal {
    right: auto;
    top: 550px;
    left: 270px;
  }
  html body.archive.post-type-archive-org #main #maparea .areacont .list #map ul.parts li.area04 .modal .modal-content,
  html body.page-org_new #main #maparea .areacont .list #map ul.parts li.area04 .modal .modal-content {
    border-left: 1px solid #FCCF00;
    border-right: 1px solid #FCCF00;
    border-bottom: 1px solid #FCCF00;
  }
  html body.archive.post-type-archive-org #main #maparea .areacont .list #map ul.parts li.area04 .modal .modal-content .modal-body .single,
  html body.page-org_new #main #maparea .areacont .list #map ul.parts li.area04 .modal .modal-content .modal-body .single {
    border-bottom: 1px solid #fff3c3;
  }
  html body.archive.post-type-archive-org #main #maparea .areacont .list #map ul.parts li.area04 .modal .modal-content .modal-body .single:hover,
  html body.page-org_new #main #maparea .areacont .list #map ul.parts li.area04 .modal .modal-content .modal-body .single:hover {
    background-color: #fff3c3;
  }
  html body.archive.post-type-archive-org #main #maparea .areacont .list #map ul.parts li.area05 a.img,
  html body.page-org_new #main #maparea .areacont .list #map ul.parts li.area05 a.img {
    top: 453px;
    left: 86px;
  }
  html body.archive.post-type-archive-org #main #maparea .areacont .list #map ul.parts li.area05 a.img svg,
  html body.page-org_new #main #maparea .areacont .list #map ul.parts li.area05 a.img svg {
    width: 141px;
    height: 125px;
  }
  html body.archive.post-type-archive-org #main #maparea .areacont .list #map ul.parts li.area05 a.img svg rect,
  html body.archive.post-type-archive-org #main #maparea .areacont .list #map ul.parts li.area05 a.img svg circle,
  html body.archive.post-type-archive-org #main #maparea .areacont .list #map ul.parts li.area05 a.img svg path,
  html body.page-org_new #main #maparea .areacont .list #map ul.parts li.area05 a.img svg rect,
  html body.page-org_new #main #maparea .areacont .list #map ul.parts li.area05 a.img svg circle,
  html body.page-org_new #main #maparea .areacont .list #map ul.parts li.area05 a.img svg path {
    fill: #4AC0F0;
    stroke: #4AC0F0;
  }
  html body.archive.post-type-archive-org #main #maparea .areacont .list #map ul.parts li.area05 a.text,
  html body.page-org_new #main #maparea .areacont .list #map ul.parts li.area05 a.text {
    right: auto;
    top: 90px;
    left: 10px;
    color: #fff;
    background-color: #4AC0F0;
    border-radius: 5px 5px 0 0;
  }
  html body.archive.post-type-archive-org #main #maparea .areacont .list #map ul.parts li.area05 .modal,
  html body.page-org_new #main #maparea .areacont .list #map ul.parts li.area05 .modal {
    right: auto;
    top: 90px;
    left: 10px;
  }
  html body.archive.post-type-archive-org #main #maparea .areacont .list #map ul.parts li.area05 .modal .modal-content,
  html body.page-org_new #main #maparea .areacont .list #map ul.parts li.area05 .modal .modal-content {
    border-left: 1px solid #4AC0F0;
    border-right: 1px solid #4AC0F0;
    border-bottom: 1px solid #4AC0F0;
  }
  html body.archive.post-type-archive-org #main #maparea .areacont .list #map ul.parts li.area05 .modal .modal-content .modal-body .single,
  html body.page-org_new #main #maparea .areacont .list #map ul.parts li.area05 .modal .modal-content .modal-body .single {
    border-bottom: 1px solid #f2f8fb;
  }
  html body.archive.post-type-archive-org #main #maparea .areacont .list #map ul.parts li.area05 .modal .modal-content .modal-body .single:hover,
  html body.page-org_new #main #maparea .areacont .list #map ul.parts li.area05 .modal .modal-content .modal-body .single:hover {
    background-color: #f2f8fb;
  }
  html body.archive.post-type-archive-org #main #maparea .areacont .list #map ul.parts li.area06 a.img,
  html body.page-org_new #main #maparea .areacont .list #map ul.parts li.area06 a.img {
    top: 453px;
    left: 0px;
  }
  html body.archive.post-type-archive-org #main #maparea .areacont .list #map ul.parts li.area06 a.img svg,
  html body.page-org_new #main #maparea .areacont .list #map ul.parts li.area06 a.img svg {
    width: 701px;
    height: 274px;
  }
  html body.archive.post-type-archive-org #main #maparea .areacont .list #map ul.parts li.area06 a.img svg rect,
  html body.archive.post-type-archive-org #main #maparea .areacont .list #map ul.parts li.area06 a.img svg circle,
  html body.archive.post-type-archive-org #main #maparea .areacont .list #map ul.parts li.area06 a.img svg path,
  html body.page-org_new #main #maparea .areacont .list #map ul.parts li.area06 a.img svg rect,
  html body.page-org_new #main #maparea .areacont .list #map ul.parts li.area06 a.img svg circle,
  html body.page-org_new #main #maparea .areacont .list #map ul.parts li.area06 a.img svg path {
    fill: #5f1985;
    stroke: #5f1985;
  }
  html body.archive.post-type-archive-org #main #maparea .areacont .list #map ul.parts li.area06 a.text,
  html body.page-org_new #main #maparea .areacont .list #map ul.parts li.area06 a.text {
    right: auto;
    top: 440px;
    left: -160px;
    color: #fff;
    background-color: #5f1985;
    border-radius: 5px 5px 0 0;
  }
  html body.archive.post-type-archive-org #main #maparea .areacont .list #map ul.parts li.area06 .modal,
  html body.page-org_new #main #maparea .areacont .list #map ul.parts li.area06 .modal {
    right: auto;
    top: 440px;
    left: -160px;
  }
  html body.archive.post-type-archive-org #main #maparea .areacont .list #map ul.parts li.area06 .modal .modal-content,
  html body.page-org_new #main #maparea .areacont .list #map ul.parts li.area06 .modal .modal-content {
    border-left: 1px solid #5f1985;
    border-right: 1px solid #5f1985;
    border-bottom: 1px solid #5f1985;
  }
  html body.archive.post-type-archive-org #main #maparea .areacont .list #map ul.parts li.area06 .modal .modal-content .modal-body .single,
  html body.page-org_new #main #maparea .areacont .list #map ul.parts li.area06 .modal .modal-content .modal-body .single {
    border-bottom: 1px solid rgba(218, 154, 253, 0.14);
  }
  html body.archive.post-type-archive-org #main #maparea .areacont .list #map ul.parts li.area06 .modal .modal-content .modal-body .single:hover,
  html body.page-org_new #main #maparea .areacont .list #map ul.parts li.area06 .modal .modal-content .modal-body .single:hover {
    background-color: rgba(218, 154, 253, 0.14);
  }
  html body.archive.post-type-archive-org #main #maparea .areacont .list #map ul.parts li.on,
  html body.page-org_new #main #maparea .areacont .list #map ul.parts li.on {
    z-index: 1;
  }
  html body.archive.post-type-archive-org #main #maparea .areacont .list #map ul.info,
  html body.page-org_new #main #maparea .areacont .list #map ul.info {
    margin: 100px auto 0;
    width: 90%;
    max-width: 1000px;
  }
  html body.archive.post-type-archive-org #main #maparea .areacont .list #map ul.info > div > .wrap .single-header,
  html body.page-org_new #main #maparea .areacont .list #map ul.info > div > .wrap .single-header {
    margin-bottom: 30px;
  }
  html body.archive.post-type-archive-org #main #maparea .areacont .list #map ul.info > div > .wrap .single-header h4,
  html body.page-org_new #main #maparea .areacont .list #map ul.info > div > .wrap .single-header h4 {
    font-size: 2rem;
  }
  html body.archive.post-type-archive-org #main #maparea .areacont .list #map ul.info > div > .wrap .single-body > div .cont > section.infowrap,
  html body.page-org_new #main #maparea .areacont .list #map ul.info > div > .wrap .single-body > div .cont > section.infowrap {
    width: calc(33.3333333333% - 7px);
  }
  html body.archive.post-type-archive-org #main #maparea .areacont .list #map ul.info > div > .wrap .single-body > div .cont > section.infowrap.photo,
  html body.page-org_new #main #maparea .areacont .list #map ul.info > div > .wrap .single-body > div .cont > section.infowrap.photo {
    width: 100%;
  }
  html body.archive.post-type-archive-org #main #maparea .areacont .list #map ul.info > div > .wrap .single-body > div .cont > section.infowrap.photo > .wrap,
  html body.page-org_new #main #maparea .areacont .list #map ul.info > div > .wrap .single-body > div .cont > section.infowrap.photo > .wrap {
    display: flex;
    flex-wrap: wrap;
  }
  html body.archive.post-type-archive-org #main #maparea .areacont .list #map ul.info > div > .wrap .single-body > div .cont > section.infowrap.photo > .wrap .name,
  html body.page-org_new #main #maparea .areacont .list #map ul.info > div > .wrap .single-body > div .cont > section.infowrap.photo > .wrap .name {
    width: 100%;
  }
  html body.archive.post-type-archive-org #main #maparea .areacont .list #map ul.info > div > .wrap .single-body > div .cont > section.infowrap.photo > .wrap .name h3,
  html body.page-org_new #main #maparea .areacont .list #map ul.info > div > .wrap .single-body > div .cont > section.infowrap.photo > .wrap .name h3 {
    font-size: 1.5em;
  }
  html body.archive.post-type-archive-org #main #maparea .areacont .list #map ul.info > div > .wrap .single-body > div .cont > section.infowrap.photo > .wrap .photo,
  html body.page-org_new #main #maparea .areacont .list #map ul.info > div > .wrap .single-body > div .cont > section.infowrap.photo > .wrap .photo {
    order: 2;
    padding: 0;
    margin: 0 auto;
  }
  html body.archive.post-type-archive-org #main #maparea .areacont .list #map ul.info > div > .wrap .single-body > div .cont > section.infowrap.photo > .wrap .photo img,
  html body.page-org_new #main #maparea .areacont .list #map ul.info > div > .wrap .single-body > div .cont > section.infowrap.photo > .wrap .photo img {
    max-width: none;
    max-height: 300px;
    margin: 0 auto;
  }
  html body.archive.post-type-archive-org #main #maparea .areacont .list #map ul.info > div > .wrap .single-body > div .cont > section.infowrap.photo > .wrap .text,
  html body.page-org_new #main #maparea .areacont .list #map ul.info > div > .wrap .single-body > div .cont > section.infowrap.photo > .wrap .text {
    order: 1;
    max-width: 600px;
    margin-right: 20px;
  }
  html body.archive.post-type-archive-org #main #attention,
  html body.page-org_new #main #attention {
    margin: 0 auto 50px;
    max-width: 800px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1040px) {
  html body.archive.post-type-archive-org #main #maparea .areacont .list #map ul.info > div > .wrap .single-body > div .cont > section.infowrap .photo > .wrap .photo {
    margin-top: 10px;
  }
}
html body.page-org_new {
  padding: 0;
  padding-top: 90px;
  margin: 0 auto;
}
html body.page-org_new #main #maparea .areacont .list #map ul.info {
  width: 90%;
  max-width: 1200px;
}
html body.page-org_new #main #maparea .areacont .list #map ul.info > div > .wrap > .single-body > .single > .cont {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 10px;
}
html body.page-org_new #main #maparea .areacont .list #map ul.info > div > .wrap > .single-body > .single > .cont .infowrap {
  border: 3px solid #333;
  border-radius: 10px;
  padding: 2em;
  width: calc(50% - 6px);
  margin-bottom: 0;
}
html body.page-org_new #main #maparea .areacont .list #map ul.info > div > .wrap > .single-body > .single > .cont .infowrap > .name h3.name {
  margin: 0;
  padding: 0;
  font-size: 1.5em;
}
html body.page-org_new #main #maparea .areacont .list #map ul.info > div > .wrap > .single-body > .single > .cont .infowrap .photo {
  border-radius: 10px;
  margin-bottom: 10px;
  padding: 10px 0;
}
html body.page-org_new #main #maparea .areacont .list #map ul.info > div > .wrap > .single-body > .single > .cont .infowrap .photo img {
  border-radius: 10px;
  width: auto;
  text-align: center;
  margin: 0 auto;
  max-height: 300px;
}
html body.page-org_new #main #maparea .areacont .list #map ul.info > div > .wrap > .single-body > .single > .cont .infowrap .info {
  font-size: 0.8em;
}
html body.page-org_new #main #maparea .areacont .list #map ul.info > div > .wrap > .single-body > .single > .cont .infowrap .graph {
  font-size: 0.8em;
  display: flex;
  margin-bottom: 10px;
  align-items: flex-start;
}
html body.page-org_new #main #maparea .areacont .list #map ul.info > div > .wrap > .single-body > .single > .cont .infowrap .graph ul {
  flex-wrap: wrap;
  flex: 1;
  display: flex;
}
html body.page-org_new #main #maparea .areacont .list #map ul.info > div > .wrap > .single-body > .single > .cont .infowrap .graph ul li:not(:last-of-type)::after {
  content: "/";
  margin-right: 0.5em;
}
html body.page-org_new #main #maparea .areacont .list #map ul.info > div > .wrap > .single-body > .single > .cont .infowrap .graph ul li a {
  text-decoration: underline;
}
html body.page-org_new #main #maparea .areacont .list #map ul.info > div > .wrap > .single-body > .single > .cont .infowrap .description text p {
  margin-bottom: 0;
  line-height: 1.5;
}
html body.page-org_new #main #maparea .areacont .list #map ul.info #area01 > .wrap > .single-body > .single > .cont .infowrap {
  border: 3px solid #0077aa;
}
html body.page-org_new #main #maparea .areacont .list #map ul.info #area02 > .wrap > .single-body > .single > .cont .infowrap {
  border: 3px solid #c5d700;
}
html body.page-org_new #main #maparea .areacont .list #map ul.info #area03 > .wrap > .single-body > .single > .cont .infowrap {
  border: 3px solid #79bc28;
}
html body.page-org_new #main #maparea .areacont .list #map ul.info #area04 > .wrap > .single-body > .single > .cont .infowrap {
  border: 3px solid #fccf00;
}
html body.page-org_new #main #maparea .areacont .list #map ul.info #area05 > .wrap > .single-body > .single > .cont .infowrap {
  border: 3px solid #4ac0f0;
}
html body.page-org_new #main #maparea .areacont .list #map ul.info #area06 > .wrap > .single-body > .single > .cont .infowrap {
  border: 3px solid #5f1985;
}

@media screen and (max-width: 959px) {
  html body.page-org_new #main #maparea .areacont .list #map ul.info > div > .wrap > .single-body > .single > .cont .infowrap {
    width: 100%;
    padding: 1em;
  }
}
@media screen and (min-width: 1400px) {
  html body.page-org_new #main #maparea .areacont .list #map ul.info > div > .wrap > .single-body > .single > .cont .infowrap {
    width: calc(33% - 6px);
    padding: 1em;
  }
}/*# sourceMappingURL=style.css.map */