@charset "UTF-8";
/* ***********************************************************
 *
 * Since:     2011-10
 * Modified:  2011-10
 * Guideline: Ver.2.0
 *
 * ***********************************************************
 */
.system-free h1, .system-free h2, .system-free h3, .system-free h4, .system-free h5, .system-free h6, .system-free li, .system-free pre, .system-free address, .system-free div, .system-free blockquote {
  margin: 0;
  padding: 0;
  word-wrap: break-word;
}

.system-free table {
  border-collapse: separate;
}

.system-free ul, .system-free ol {
  margin: 0px 0px 0px 15px;
  padding: 0px 0px 0px 15px;
}

.system-free ul {
  list-style: disc;
}

.system-free ol {
  list-style: decimal;
}

.system-free ul li, .system-free ol li {
  margin: 0;
  padding: 0;
}

.system-free a {
  color: #0066B6;
  text-decoration: underline;
}

.system-free a img {
  border: 2px;
}

.system-free a:link {
  color: #0066B6;
}

.system-free a:active {
  color: #0000FF;
}

.system-free a:visited {
  color: #990066;
}

.system-free a:hover {
  color: #E20A16;
}

.system-free a:after {
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}

.system-free img {
  border-style: none;
  height: auto;
  max-width: 100%;
}

@media (min-width: 760px) {
  .system-free img {
    max-height: 600px;
  }
}

@media (max-width: 759px) and (min-width: 480px) {
  .system-free img {
    max-height: 420px;
    width: auto;
  }
}

@media (max-width: 479px) {
  .system-free img {
    max-height: 300px;
    width: auto;
  }
}

/*　2022.07.12　画像コピペ禁止　*/
img.no-copy {
  pointer-events: none;
}

.img-guard {
  position: relative;
  width: 100%;
  height: auto;
}

.guard-nopic {
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  background: url(../img_common/00.png);
}

/* sns.html
 * ---------------------------------------------------- */
.sns__btn__list {
  list-style: none !important;
  margin: 0 0 15px 0 !important;
  padding: 0 !important;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  -ms-justify-content: flex-start;
  justify-content: flex-start;
  -ms-flex-pack: flex-start;
  -webkit-align-items: stretch;
  -moz-align-items: stretch;
  -ms-align-items: stretch;
  align-items: stretch;
}

.sns__btn__list li {
  text-align: center;
  margin: 0 0 0 10px !important;
  font-size: 0px;
  line-height: 0;
}

.sns__btn__list li:first-of-type {
  margin: 0 !important;
}

.sns__btn__list li a {
  text-decoration: none;
  border-bottom: none !important;
}

.sns__btn__list li a:hover img {
  opacity: 0.8;
  filter: alpha(opacity=80);
  -ms-filter: "alpha(opacity=80)";
  filter: progid:DXImageTransform.Microsoft.Alpha Opacity=80;
}

/* shop_table1.html
 * ---------------------------------------------------- */
.system-free .shop-data {
  padding: 15px;
  background-color: #F4F7EE;
  -webkit-border-radius: 10px / 8px;
  -moz-border-radius: 10px / 8px;
  -ms-border-radius: 10px / 8px;
  -o-border-radius: 10px / 8px;
  border-radius: 10px / 8px;
}

.system-free .shop-data .shop-name {
  color: #349A00;
  font-size: 1.25rem;
  font-weight: 700;
}

.system-free .shop-data .title {
  position: relative;
  font-size: 1rem;
  font-weight: bold;
  padding: 0 0 0 1.25em;
}

.system-free .shop-data .title:before {
  position: absolute;
  left: 0;
  content: "●";
  color: #339900;
}

.system-free .shop-data a {
  text-decoration: none;
}

.system-free .shop-data a:link, .system-free .shop-data a:visited, .system-free .shop-data a:focus {
  border-bottom: solid 1px #CCC;
  color: #333;
}

.system-free .shop-data a:hover {
  border-bottom: solid 1px #E20A16;
  color: #E20A16;
}

.system-free .shop-data p {
  word-break: break-all;
}

@media (min-width: 480px) {
  .system-free .shop-data {
    padding: 20px;
  }
  .system-free .shop-data .shop-name {
    color: #349A00;
    font-size: 1.25rem;
    font-weight: 700;
  }
  .system-free .shop-data .title {
    font-size: 1rem;
    padding: 0 0 0 1.25em;
  }
}

/* photo1.html
 * ---------------------------------------------------- */
.photo__block01 {
  font-size: 0px;
  line-height: 0;
  text-align: center;
  margin: 0 0 1rem 0;
}

.photo__block01 figcaption {
  font-size: 0.875rem;
  line-height: 1.5;
  color: #666666;
  margin: 10px 0 0 0;
  text-align: center;
}

/* photo2.html
 * ---------------------------------------------------- */
.photo__block02 figure {
  font-size: 0px;
  line-height: 0;
  width: 100%;
  text-align: center;
  margin: 0 0 1rem 0;
}

@media (min-width: 480px) {
  .photo__block02 {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: nowrap;
    -moz-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    -ms-justify-content: space-between;
    justify-content: space-between;
    -ms-flex-pack: space-between;
    -webkit-align-items: stretch;
    -moz-align-items: stretch;
    -ms-align-items: stretch;
    align-items: stretch;
  }
  .photo__block02 figure {
    width: 49%;
    margin: 0;
  }
}

/* festa_table1.html
 * ---------------------------------------------------- */
table.festa__layout01 {
  width: 100%;
  border-right: #ccc solid 1px;
  border-collapse: collapse;
  margin-bottom: 30px;
}

table.festa__layout01 thead th {
  color: #fff;
  padding: 5px 10px;
  text-align: center;
  border-top: #ccc solid 1px;
  border-left: #ccc solid 1px;
  border-bottom: #ccc solid 1px;
}

table.festa__layout01 thead th:last-child {
  border-right: #ccc solid 1px;
}

table.festa__layout01 tbody th {
  padding: 5px 10px;
  border-left: #ccc solid 1px;
  border-bottom: #ccc solid 1px;
}

table.festa__layout01 tbody tr:last-child th {
  border-bottom: #ccc solid 1px;
}

table.festa__layout01 tbody td {
  padding: 5px 10px;
  border-left: #ccc solid 1px;
  border-bottom: #ccc solid 1px;
  vertical-align: top;
}

table.festa__layout01 tbody td em.fa-star {
  color: #AA1B81;
  font-size: 1rem;
  margin: 0 0 0 5px;
}

table.festa__layout01 tbody td:nth-of-type(1) {
  max-width: 250px;
  text-align: left;
}

table.festa__layout01 tbody td:nth-of-type(2) {
  width: auto;
}

table.festa__layout01 tbody td em {
  color: #F00;
  font-size: 0.6875rem;
  font-weight: bold;
  font-style: normal;
}

table.festa__layout01 tbody td a:link {
  text-decoration: underline;
}

table.festa__layout01 tbody td a:hover {
  color: #F00;
  text-decoration: underline;
}

table.festa__layout01.type1 thead th {
  background-color: #BD84BC;
}

table.festa__layout01.type2 thead th {
  background-color: #EB6AAA;
}

table.festa__layout01.type3 thead th {
  background-color: #F58221;
}

table.festa__layout01.type4 thead th {
  background-color: #6F9B31;
}

table.festa__layout01.type5 thead th {
  background-color: #0EB7CC;
}

table.festa__layout01.type6 thead th {
  background-color: #936C46;
}

table.festa__layout01.type7 thead th {
  background-color: #918BC2;
}

/*　アピールポイント　*/
#appealpoint {
  border: dashed 2px pink;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
  padding: 0.5em 1em;
  position: relative;
  margin: 0 0 1rem 0;
}

#appealpoint li {
  line-height: 1.5;
  padding: 0;
  list-style-type: none !important;
  color: #AA1B81;
  font-weight: bold;
}

#appealpoint li::before {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f005";
  font-weight: bold;
  left: 1em;
  color: #AA1B81;
}

@media screen and (min-width: 800px) and (max-width: 959px), screen and (max-width: 640px) {
  table.festa__layout01 {
    border-top: #ccc solid 1px;
  }
  table.festa__layout01 thead {
    display: none;
  }
  table.festa__layout01 tbody th {
    display: block;
  }
  table.festa__layout01 tbody td {
    display: block;
  }
  table.festa__layout01 tbody td a:link {
    color: #ffffff;
  }
  table.festa__layout01 tbody td::before {
    font-weight: bold;
    float: left;
    clear: both;
  }
  table.festa__layout01 tbody td:nth-of-type(1) {
    max-width: 100%;
    text-align: center;
    color: #fff;
  }
  table.festa__layout01 tbody td:nth-of-type(2) {
    width: auto;
  }
  table.festa__layout01 tbody td:nth-of-type(2):before {
    content: "詳細：";
  }
  table.festa__layout01 tbody td p {
    padding-left: 3em;
  }
  table.festa__layout01.type1 tbody td:nth-of-type(1) {
    background-color: #BD84BC;
  }
  table.festa__layout01.type2 tbody td:nth-of-type(1) {
    background-color: #EB6AAA;
  }
  table.festa__layout01.type3 tbody td:nth-of-type(1) {
    background-color: #F58221;
  }
  table.festa__layout01.type4 tbody td:nth-of-type(1) {
    background-color: #6F9B31;
  }
  table.festa__layout01.type5 tbody td:nth-of-type(1) {
    background-color: #0EB7CC;
  }
  table.festa__layout01.type6 tbody td:nth-of-type(1) {
    background-color: #936C46;
  }
  table.festa__layout01.type7 tbody td:nth-of-type(1) {
    background-color: #918BC2;
  }
}

/* sneaker_map1.html
 * ---------------------------------------------------- */
.sneaker__block__map {
  background-color: #F0EEE8;
  padding: 5px !important;
  margin: 30px 0 0 0 !important;
}

.sneaker__block__map .line {
  border: 1px solid #B6B196;
  padding: 20px;
}

.sneaker__block__map h3.title {
  border-bottom: 1px dashed #CBC6A6;
  color: #42210B;
  font-size: 1.125rem;
  margin: 0 0 15px 0;
}

.sneaker__block__map .box {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: stretch;
  -moz-align-items: stretch;
  -ms-align-items: stretch;
  align-items: stretch;
  -webkit-flex-wrap: nowrap;
  -moz-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  -ms-justify-content: flex-start;
  justify-content: flex-start;
  -ms-flex-pack: flex-start;
}

.sneaker__block__map .box__map {
  text-align: center;
  width: 100%;
  max-width: 380px;
}

.sneaker__block__map .box__text {
  width: 60%;
  color: #42210B;
  margin: 0 0 0 25px;
}

.sneaker__block__map .box h4 {
  font-size: 1rem;
  font-weight: bold;
}

.sneaker__block__map .box p {
  font-size: 0.875rem;
}

@media screen and (min-width: 800px) and (max-width: 959px), screen and (max-width: 640px) {
  .sneaker__block__map {
    margin: 15px 0 0 0;
  }
  .sneaker__block__map .box {
    display: block;
  }
  .sneaker__block__map .box__map {
    max-width: auto;
    margin: 0 0 15px 0;
  }
  .sneaker__block__map .box__text {
    margin: 0;
    width: 100%;
  }
}

/* senryu_block1.html
 * ---------------------------------------------------- */
.specialty__block {
  margin: 0 0 30px 0 !important;
  border: 1px solid #996600;
  background-image: url(../img_common/template/senryu_bg_01.png), url(../img_common/template/senryu_bg_02.jpg);
  background-repeat: no-repeat,repeat;
  background-position: right top,left top;
}

.specialty__block .title {
  font-size: 1.25rem;
  font-family: 'Noto Serif JP', sans-serif;
  font-weight: bold;
  display: inline-block;
  min-width: 60px;
  text-align: center;
  padding: 0 20px;
  background: #996600;
  background: -moz-linear-gradient(-45deg, #996600 0%, #ffff99 30%, #cc9900 80%, #ff9900 100%);
  background: -webkit-linear-gradient(-45deg, #996600 0%, #ffff99 30%, #cc9900 80%, #ff9900 100%);
  background: linear-gradient(135deg, #996600 0%, #ffff99 30%, #cc9900 80%, #ff9900 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#996600', endColorstr='#ff9900',GradientType=1 );
}

.specialty__block > .inner {
  padding: 20px;
}

.specialty__block .clause {
  font-size: 1.25rem;
  font-family: 'Noto Serif JP', sans-serif;
  font-weight: bold;
  margin-bottom: 15px;
}

.specialty__block .name {
  font-family: 'Noto Serif JP', sans-serif;
  border-bottom: 1px dotted #CCCCCC;
  text-align: right;
  padding-bottom: 10px;
  margin-bottom: 25px;
}

.winning__block {
  margin: 0 0 30px 0 !important;
  border: 1px solid #C8D7AA;
  background-image: url(../img_common/template/senryu_bg_02.jpg);
  background-repeat: repeat;
  background-position: left top;
}

.winning__block .title {
  font-size: 1.25rem;
  font-family: 'Noto Serif JP', sans-serif;
  font-weight: bold;
  background-color: #C8D7AA;
  display: inline-block;
  min-width: 60px;
  text-align: center;
  padding: 0 20px;
}

.winning__block > .inner {
  padding: 20px;
}

.winning__block .clause {
  font-size: 1.125rem;
  font-family: 'Noto Serif JP', sans-serif;
  font-weight: bold;
  margin-bottom: 15px;
}

.winning__block .name {
  font-family: 'Noto Serif JP', sans-serif;
  border-bottom: 1px dotted #CCCCCC;
  text-align: right;
  padding-bottom: 10px;
  margin-bottom: 25px;
}

.winning__block .name:last-of-type {
  margin-bottom: 0;
}

/*　ひとこと　*/
.comment__block h4 {
  margin: 0;
  padding: 0;
  font-weight: bold;
}

.comment__block p.text {
  margin: 0 0 30px 0;
}

.comment__block p.name {
  text-align: right;
}

@media screen and (max-width: 480px) {
  .specialty__block > .inner, .winning__block > .inner {
    padding: 15px 10px;
  }
}

/* senryu_btn1.html
 * ---------------------------------------------------- */
p.btn__square {
  font-size: 1rem;
  font-weight: 700;
  padding: 10px 0;
  margin-left: auto;
  margin-right: auto;
  width: 80%;
}

p.btn__square a {
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  display: inline-block;
  width: 100%;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
  padding: 10px 30px;
  text-decoration: none;
  text-align: center;
  position: relative;
  cursor: pointer;
}

p.btn__square a:after {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  font-size: 0.6875rem;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0%, -50%);
  -moz-transform: translate(0%, -50%);
  -ms-transform: translate(0%, -50%);
  -o-transform: translate(0%, -50%);
  transform: translate(0%, -50%);
  content: "\f054";
  right: 15px;
  height: auto;
  visibility: unset;
}

p.btn__square a:link, p.btn__square a:visited, p.btn__square a:focus {
  color: #fff;
  background-color: #369C00;
}

p.btn__square a:hover {
  color: #fff;
  background-color: #E20A16;
  -moz-transition: background-color 0.2s;
  -webkit-transition: background-color 0.2s;
  -o-transition: background-color 0.2s;
  -ms-transition: background-color 0.2s;
  transition: background-color 0.2s;
}

/* kindergarten_table1.html
 * ---------------------------------------------------- */
.kindergarten__layout01 {
  width: 100%;
  border-collapse: collapse;
  margin-bottom: 20px;
}

.kindergarten__layout01 tbody th {
  width: 200px;
  font-weight: bold;
  background-color: #FEEEED;
  padding: 5px 10px;
  vertical-align: top;
}

.kindergarten__layout01 tbody th span.icon__star {
  color: #ff9900;
  margin-left: 0.5em;
}

.kindergarten__layout01 tbody tr:nth-child(2n) td {
  background: #FBFBF6;
}

.kindergarten__layout01 tbody tr:nth-child(2n) th {
  background: #FCD4D5;
}

.kindergarten__layout01 tbody td {
  width: auto;
  padding: 5px 10px;
  vertical-align: top;
}

.kindergarten__layout01 tbody td a:link {
  color: #B76B39;
  text-decoration: underline;
}

.kindergarten__layout01 tbody td a:hover {
  color: #F00;
  text-decoration: underline;
}

/*　注意事項　*/
.kindergarten__note {
  color: #F00;
}

.kindergarten__note em {
  color: #ff9900;
  font-style: normal;
  margin-right: 0.5em;
}

@media screen and (min-width: 800px) and (max-width: 959px), screen and (max-width: 640px) {
  .kindergarten__layout01 tbody th, .kindergarten__layout01 tbody td {
    display: block;
    width: 100%;
  }
}

/* lecturer_block1.html
 * ---------------------------------------------------- */
.lecturer__bock {
  overflow: hidden;
  -webkit-background-size: 5px 5px;
  background-image: -webkit-gradient(linear, 0 0, 100% 100%, color-stop(0.25, #F4F7EE), color-stop(0.25, transparent), to(transparent)), -webkit-gradient(linear, 0 100%, 100% 0, color-stop(0.25, #F4F7EE), color-stop(0.25, transparent), to(transparent)), -webkit-gradient(linear, 0 0, 100% 100%, color-stop(0.75, transparent), color-stop(0.75, #F4F7EE)), -webkit-gradient(linear, 0 100%, 100% 0, color-stop(0.75, transparent), color-stop(0.75, #F4F7EE));
  padding: 10px;
  background-color: #f0fff1;
}

.lecturer__bock .inner {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  -ms-justify-content: flex-start;
  justify-content: flex-start;
  -ms-flex-pack: flex-start;
  -webkit-align-items: stretch;
  -moz-align-items: stretch;
  -ms-align-items: stretch;
  align-items: stretch;
}

.lecturer__bock .tit {
  padding-left: 10px;
}

.lecturer__bock figure {
  width: 150px;
  height: 100px;
  text-align: center;
  padding: 10px 0;
  margin: 0 10px 0 0;
  background-color: rgba(176, 203, 123, 0.5);
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
}

.lecturer__bock .comment {
  max-width: 100%;
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  font-size: 0.875rem;
}

.lecturer__bock .comment p.name, .lecturer__bock .comment p.shop_name {
  padding: 2px 5px;
}

.lecturer__bock .comment p.name {
  color: #fff;
  font-weight: bold;
  background-color: #394e34;
}

.lecturer__bock .comment p.name:before {
  content: "講師：";
  display: inline-block;
}

.lecturer__bock .comment p.shop_name {
  color: #000;
  padding: 0 0 0 6.5em;
  margin: 0 0 10px 0;
  position: relative;
  background-color: rgba(57, 78, 52, 0.5);
}

.lecturer__bock .comment p.shop_name:before {
  content: "工房・教室：";
  display: inline-block;
  position: absolute;
  left: 5px;
}

.lecturer__bock .comment h2.tit {
  font-weight: normal;
  margin: 0px 0px 10px;
}

.lecturer__bock .comment p:not(.name):not(.shop_name) {
  padding: 0 5px;
}

.lecturer__bock .comment dl {
  margin: 10px 0 0;
  padding: 5px;
}

.lecturer__bock .comment dl dt {
  float: left;
  width: 7em;
  padding: 5px 0;
  font-weight: bold;
}

.lecturer__bock .comment dl dd {
  padding: 5px 0 5px 7em;
  border-bottom: 1px #b1a29a dotted;
  word-break: break-all;
}

.lecturer__bock .comment dl dd:before {
  content: ":";
  display: inline-block;
  vertical-align: top;
  padding-right: 5px;
  margin: 0 0 0 -5px;
}

@media screen and (min-width: 800px) and (max-width: 959px), screen and (max-width: 640px) {
  .lecturer__bock .inner {
    display: -webkit-block;
    display: -moz-block;
    display: -ms-block;
    display: -webkit-block;
    display: block;
  }
  .lecturer__bock .tit {
    padding-left: 10px;
  }
  .lecturer__bock figure {
    width: 150px;
    height: 100px;
    text-align: center;
    padding: 10px 0;
    margin: 0 auto 15px auto;
  }
  .lecturer__bock .comment {
    max-width: 100%;
    font-size: 0.875rem;
  }
  .lecturer__bock .comment dl {
    margin: 10px 0 0;
    padding: 5px;
  }
  .lecturer__bock .comment dl dt {
    float: left;
    width: 7em;
    padding: 5px 0;
    font-weight: bold;
  }
  .lecturer__bock .comment dl dd {
    padding: 5px 0 5px 7em;
    border-bottom: 1px #b1a29a dotted;
    word-break: break-all;
  }
  .lecturer__bock .comment dl dd:before {
    content: ":";
    display: inline-block;
    vertical-align: top;
    padding-right: 5px;
    margin: 0 0 0 -5px;
  }
}

.lecturer__bock .btn__detail {
  padding: 0;
  width: 200px;
  margin: 15px auto 0px;
}

.lecturer__bock .btn__detail a {
  position: relative;
  background-color: #F7B500;
  padding: 5px;
  display: block;
  text-align: center;
  text-decoration: none;
}

.lecturer__bock .btn__detail a:after {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0%, -50%);
  -moz-transform: translate(0%, -50%);
  -ms-transform: translate(0%, -50%);
  -o-transform: translate(0%, -50%);
  transform: translate(0%, -50%);
  content: "\f101";
  right: 15px;
  height: auto !important;
  visibility: visible !important;
}

.lecturer__bock .btn__detail a:link, .lecturer__bock .btn__detail a:visited {
  color: #fff;
}

.lecturer__bock .btn__detail a:hover {
  color: #fff;
  background-color: #FFD151;
  transition: background-color 0.4s;
}

.lecturer__bock ul.photo__list {
  list-style: none;
  margin: 30px 0 0 0;
  padding: 0;
}

.lecturer__bock ul.photo__list li {
  margin: 0px 0px 15px 0px;
  font-size: 0px;
  line-height: 0;
  text-align: center;
  background-color: rgba(0, 0, 0, 0.1);
  padding: 0px;
}

@media screen and (min-width: 640px) {
  .lecturer__bock ul.photo__list {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: nowrap;
    -moz-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-justify-content: space-around;
    -moz-justify-content: space-around;
    -ms-justify-content: space-around;
    justify-content: space-around;
    -ms-flex-pack: space-around;
    -webkit-align-items: stretch;
    -moz-align-items: stretch;
    -ms-align-items: stretch;
    align-items: stretch;
    padding: 0;
  }
  .lecturer__bock ul.photo__list li {
    flex-basis: 33.33%;
    margin: 0px 0px 0px 10px;
    padding: 0px;
  }
  .lecturer__bock ul.photo__list li:first-of-type {
    margin: 0;
  }
}

/* lecturer_block2.html
 * ---------------------------------------------------- */
.info__block {
  word-break: break-all;
  margin: 0 0 30px;
  padding: 10px;
  border: 7px solid #EEEEEE;
}

.info__block dt {
  float: left;
  width: 8.5em;
  padding: 10px 0;
  font-weight: normal;
  margin: 0px;
  color: #669933;
  text-indent: 0.5em;
}

.info__block dt:before {
  content: "■";
  color: #BDDE9B;
  margin-right: 5px;
}

.info__block dd {
  padding: 10px 0 10px 8.5em;
  border-bottom: 1px #CCCCCC solid;
  margin: 0px;
}

.info__block dd ul {
  margin: 0px;
  padding: 0px 0px 0px 15px;
  list-style: disc;
}

.info__block dd ul li {
  margin: 0px 0px 5px;
  padding: 0px;
}

@media screen and (min-width: 800px) and (max-width: 959px), screen and (max-width: 640px) {
  .info__block dt {
    float: none;
    width: 100%;
    padding: 5px 0 0;
    margin: 0px;
    text-indent: 0.5em;
  }
  .info__block dd {
    padding: 0 0 5px;
    margin: 0px;
  }
}

/*　メッセージ　*/
.message__block {
  margin: 2em 0;
  background: #f1f1f1;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.22);
}

.message__block .box__title {
  font-size: 1.125rem;
  background: #C4DFBE;
  padding: 4px;
  text-align: center;
  color: #FFF;
  font-weight: bold;
  letter-spacing: 0.05em;
}

.message__block p {
  padding: 15px 20px;
  margin: 0;
}

/* title1.html
 * ---------------------------------------------------- */
.design_title01 {
  position: relative;
  display: inline-block;
  padding: 0 25%;
  margin: 0 0 30px 0 !important;
  width: 100%;
  text-align: center;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  font-size: 1.125rem;
  font-weight: bold;
}

.design_title01:before, .design_title01:after {
  content: '';
  position: absolute;
  top: 50%;
  display: inline-block;
  width: 25%;
  height: 1px;
  background-color: #999999;
}

.design_title01:before {
  left: 0;
}

.design_title01:after {
  right: 0;
}

/* title2.html
 * ---------------------------------------------------- */
.design_title02 {
  font-size: 1.125rem;
  font-weight: bold;
  margin: 0 0 15px 0 !important;
  padding: 0.5rem 1rem !important;
  border-left: 4px solid #359B00;
  background-color: #F8FFF4;
}

/* title3.html
 * ---------------------------------------------------- */
.design_title03 {
  font-size: 1rem;
  font-weight: bold;
  margin: 0 0 15px 0 !important;
  padding: 0.5rem 1rem !important;
  border-bottom: dashed 2px #359B00;
}

/* title4.html
 * ---------------------------------------------------- */
.design_title04 {
  font-size: 1rem;
  font-weight: bold;
  margin: 10px 0 0 0 !important;
  padding: 0 !important;
}

/* topics1.html
 * ---------------------------------------------------- */
.topics__block01 {
  padding: 20px !important;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  border-radius: 10px;
  background-color: #FFF1E3;
}

.topics__block01 .text__block {
  margin: 10px 0 0 0;
  -webkit-box-ordinal-group: 1;
  -moz-box-ordinal-group: 1;
  -ms-flex-order: 1;
  -webkit-order: 1;
  order: 1;
  order: 1;
}

.topics__block01 .text__block h4 {
  font-size: 1.125rem;
  padding: 0;
  font-weight: bold;
  margin: 0 0 15px 0;
}

.topics__block01 .photo__block {
  -webkit-box-ordinal-group: 2;
  -moz-box-ordinal-group: 2;
  -ms-flex-order: 2;
  -webkit-order: 2;
  order: 2;
  text-align: center;
  margin: 0 0 20px 0 !important;
}

@media screen and (min-width: 640px) {
  .topics__block01 {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: stretch;
    -moz-align-items: stretch;
    -ms-align-items: stretch;
    align-items: stretch;
    -webkit-flex-wrap: nowrap;
    -moz-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    -ms-justify-content: flex-start;
    justify-content: flex-start;
    -ms-flex-pack: flex-start;
  }
  .topics__block01 .photo__block {
    margin: 0 0 0 20px !important;
  }
}

/*　応募する　ボタン　*/
.button_apply {
  padding: 0px;
  margin-right: auto;
  margin-left: auto;
  text-align: center;
  width: 300px;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
}

.button_apply a {
  width: 80%;
  display: inline-block;
  line-height: 1;
  font-size: 1.5rem;
  padding: 10px 30px;
  text-decoration: none;
  text-align: center;
  position: relative;
  background-color: #da2c38;
  color: #fff;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
  border: 1px solid #333;
}

.button_apply a:after {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  font-size: 0.6875rem;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0%, -50%);
  -moz-transform: translate(0%, -50%);
  -ms-transform: translate(0%, -50%);
  -o-transform: translate(0%, -50%);
  transform: translate(0%, -50%);
  content: "\f054";
  right: 15px;
  height: auto;
  visibility: visible;
}

.button_apply a:link, .button_apply a:visited, .button_apply a:focus {
  color: #fff;
}

.button_apply a:hover {
  opacity: 0.8;
  filter: alpha(opacity=80);
  -ms-filter: "alpha(opacity=80)";
  filter: progid:DXImageTransform.Microsoft.Alpha Opacity=80;
}

/* title_festa1.html
 * ---------------------------------------------------- */
.store_name01 {
  font-size: 1.125rem;
  font-weight: bold;
  line-height: 1;
  margin: 0 0 10px 0 !important;
  padding: 0 0 0 1.25rem !important;
  border-bottom--width: 2px;
  border-bottom--style: dashed;
  border-bottom--color: #359B00;
  position: relative;
  display: inline-block;
}

.store_name01:after {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  font-size: 0.875rem;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0%, -50%);
  -moz-transform: translate(0%, -50%);
  -ms-transform: translate(0%, -50%);
  -o-transform: translate(0%, -50%);
  transform: translate(0%, -50%);
  top: 85%;
  -webkit-transform: translate(0%, -85%);
  -moz-transform: translate(0%, -85%);
  -ms-transform: translate(0%, -85%);
  -o-transform: translate(0%, -85%);
  transform: translate(0%, -85%);
  content: "\f058";
  left: 0;
}

.store_name01.type1 {
  color: #BD84BC;
  border-bottom-color: #BD84BC !important;
}

.store_name01.type2 {
  color: #EB6AAA;
  border-bottom-color: #EB6AAA !important;
}

.store_name01.type3 {
  color: #F58221;
  border-bottom-color: #F58221 !important;
}

.store_name01.type4 {
  color: #6F9B31;
  border-bottom-color: #6F9B31 !important;
}

.store_name01.type5 {
  color: #0EB7CC;
  border-bottom-color: #0EB7CC !important;
}

.store_name01.type6 {
  color: #936C46;
  border-bottom-color: #936C46 !important;
}

.store_name01.type7 {
  color: #918BC2;
  border-bottom-color: #918BC2 !important;
}

/* googlemap.html
 * ---------------------------------------------------- */
.google-map {
  border: solid 1px #ccc;
}

.google-map iframe {
  vertical-align: bottom;
  width: 100%;
  border-top: none;
  border-right: none;
  border-bottom: none;
  border-left: none;
}

/* precautions.html(注意事項)
 * ---------------------------------------------------- */
ul.precautions {
  margin: 0;
  padding: 0;
  list-style: none;
}

ul.precautions li {
  color: #F00;
  position: relative;
  padding: 0 0 0 25px;
}

ul.precautions li:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "※";
}

/* Youtube
 * ---------------------------------------------------- */
.youtube {
  position: relative;
  width: 100%;
  padding-top: 56.25% !important;
}

.youtube iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
}
