/*
Theme Name: syushu event site
Author: management office syushu
Author URI: http://www.syushu.jp/
Version: 2.0
*/

/* Reset & Base
-------------------------------------------------------------- */
* { border: 0; font-family: inherit; font-size: 100%; font-style: inherit; font-weight: inherit; margin: 0; outline: 0; padding: 0; box-sizing: border-box; word-break: break-all; word-wrap: break-word;}
ol, ul { list-style: none; }
table { border-collapse: separate; border-spacing: 0; }
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section { display: block; }
a { display: inline-block; }
input[type="submit"] { -webkit-appearance: none; }

p { text-align: left; }
strong { font-weight: bold; }
em { font-style: italic; }
blockquote { display: block; padding: 2em; }
img { max-width: 100%; height: auto; vertical-align: bottom; }
iframe { max-width: 100%; }

/* 
* WP NativeStyle
-------------------------------------------------------------- */
/* img */
.aligncenter {
  display: block;
  margin: 0 auto;
}
.alignright { float: right; }
.alignleft { float: left; }

img[class*="wp-image-"],
img[class*="attachment-"] {
  height: auto;
  max-width: 100%;
}

/* 
* common
-------------------------------------------------------------- */
.sp { display: none !important; }

a { text-decoration: none; }
a:link, a:visited { color: inherit; }
a:hover { text-decoration: none; }
a:hover { opacity: .5; }

.t_left { text-align: left !important; }
.t_right { text-align: right !important; }
.t_center { text-align: center !important; }

.flex { display: flex; flex-wrap: wrap; justify-content: space-between; align-items: flex-start; }
small, .small {font-size: 77%;}
svg { width: 1rem; height: 1rem; fill: inherit; }

html {
  -webkit-text-size-adjust:100%;
  text-align: center;
  line-height: 1.5;
  letter-spacing: .03em;
  font-size: 15px;
  font-family: 'Noto Sans JP', sans-serif;
}

.container {
  width: 90%;
  max-width: 1150px;
  margin: auto;
}

.ttl_sub01 {
  font-size: 1.88rem;
/*  margin-bottom: 5.64rem;*/
  margin-bottom: 3.76rem;
  font-weight: bold; 
  color: #606060;
  text-align: center;
}
.ttl_sub01:not(:first-of-type) {
  margin-top: 3rem;
}
.ttl_sub02 {
  font-size: 1.47rem;
  margin-bottom: 1.47rem;
  font-weight: bold; 
  color: #606060;
  text-align: center;
}

.list_caution {
  list-style: disc;
  margin-left: 1.5em;
  color: #eb6e55;
  font-weight: bold;
  text-align: left;
}
.list_caution > *:not(:last-child) {
  margin-bottom: .3rem;
}

.mb1 {
  margin-bottom: 1rem;
}
.mb3 {
  margin-bottom: 3rem;
}
.mb5 {
  margin-bottom: 5rem;
}

.err_msg {
  text-align: center;
  color: #eb6e55;
  font-weight: bold;
}

.disabled {
  pointer-events: none;
  opacity: .3;
}

/*
 * header
 ***********************************/
header {
  background-color: #FFF;
  padding-top: 2rem;
  text-align: center;
  border-bottom: 4px solid #606060;
}
.site_desc {
  margin-bottom: .5rem;
  font-size: .87rem;
}
.logo {
  max-width: 40%; 
  margin-bottom: 1.5rem;
}
#searchform #s {
  padding: .5rem 1rem;
  border-radius: 5px;
  border: 2px solid #CCCCCC;
  background: url(/magazine_events/images/img_search.png) no-repeat right center;
  width: 70%;
  margin-bottom: 1.5rem;
}

.gnavi {
  background: #F8F8F8;
  border-top: 1px solid #E9E9E9;
  border-bottom: 1px solid #E9E9E9;
  padding: 1rem 0;
  color: #33BCE9;
  font-size: 1.2rem;
  font-weight: 700;
}
.gnavi ul {
  margin: auto;
}
.gnavi li {
}
.regist {
  color: #FFB13E !important;
}

.list_tags {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  margin-bottom: 1.5rem;
  font-size: .87rem;
}
.list_tags > * {
  margin: 0 .3em .5em;
}
.list_tags > *:last-child {
  margin-right: 0;
}
.list_tags a {
  border-radius: 5rem;
  background-color: #33bbe8;
  border: 1px solid #33bbe8;
  padding: .3em 1em;
  color: #FFF;
  text-decoration: none !important;
}
.list_tags a:hover {
  background: #FFF;
  color: #33bbe8;
  opacity: 1;
}


/* 
* breadcrumb & pagenation
-------------------------------------------------------------- */
.wrap_breadcrumb {
  background: #e9e9e9;
  padding: 2rem 0;
}
.breadcrumb {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  font-size: .73rem;
  margin-bottom: .3em;
}
.breadcrumb li {
  text-align: left;
}
.breadcrumb li:not(:last-child)::after {
  content: '>';
  margin: 0 .5em;
}
.breadcrumb a {
  text-decoration: underline;
}
.breadcrumb svg {
  width: .73rem;
  height: .73rem;
}
.breadcrumb .home {
  font-size: 0;
}

.wrap_pagenation {
  width: 100%;
  background: #606060;
  padding: 1rem 0;
}
.pagenation {
  display: flex;
  justify-content: center;
}
.pagenation svg {
  width: 1em;
  height: 1em;
  fill: #FFF;
}
.pagenation > * {
  margin: 0 1rem;
}
.pagenation > * > a,
.pagenation > * > span {
  padding: 1em;
  background-color: #33bbe8;
  border: 2px solid #33bbe8;
  border-radius: 50%;
  line-height: 1;
  letter-spacing: 0;
  text-decoration: none;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #FFF;
  min-width: calc(3em + 4px);
}
.pagenation > * a:hover,
.pagenation .current span {
  background-color: #FFF;
  color: #33bbe8;
  opacity: 1;
}
.pagenation > * a:hover svg {
  fill: #33bbe8;
}


/*
* home
***********************************/
.subbox_area {
  display: flex;
  align-items: flex-start;
  flex-wrap: nowrap;
  overflow-x: auto;
}
/*
@media screen and (max-width: 730px) {
  .subbox_area {
    flex-wrap: nowrap;
    overflow-x: scroll;
  }
}
*/
.subbox_area > *:not(:nth-child(5n + 1)) {
  margin-left: 2.68%;
}
.subbox_area > *:not(:nth-child(1)):not(:nth-child(2)):not(:nth-child(3)):not(:nth-child(4)):not(:nth-child(5)) {
  margin-top: 2.68%;
}
.group_subbox .wrap_subbox_area:nth-of-type(2n) {
  background-color: #75D1EF;
}
.group_subbox .wrap_subbox_area:nth-of-type(2n + 1) {
  background-color: #FFB13E;
}
.wrap_subbox_area {
  padding: 3rem 0;
}
.list_options {
  background: #FFB13E;
}
.list_events_main {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
  padding: 3rem 0 0;
}
.list_events_main .post {
  margin-bottom: 2.69%;
}
.subbox_area .thum,
.subbox_area .body {
  margin-bottom: 0 !important;
}
.post_more01 {
  margin: 2rem 0 0;
  width: 100%;
  background: none;
  box-shadow: none;
}
.post_more01 .btn02 {
  display: inline-block;
  font-weight: bold;
  padding: 1rem 3rem;
  text-align: center;
  border: 1px solid;
  border-radius: 5rem;
  width: 50%;
  background: #FFF;
}

/* 
* category
-------------------------------------------------------------- */
.list_categories {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  color: #FFF;
  margin: -1rem 0 5rem;
}
.list_categories > * {
  margin: 1rem .5rem 0;
}
.list_categories a {
  border-radius: 5rem;
  background-color: #33bbe8;
  border: 1px solid #33bbe8;
  padding: 0.3em 1em;
}

.cat_desc {
  margin-bottom: 3rem;
}
.cat_desc p {
  text-align: center;
}

/* 
* post
-------------------------------------------------------------- */
#masonry {
  margin-bottom: 3rem;
}
.post, .post-sizer {
  background-color: #FFF;
  width: 17.85%;
  border-radius: 5px;
  box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.4);
  min-width: 200px;
}
.post.wide {
  width: 38.39%;
}
.post-sizer-gutter {
  width: 2.69%;
}
.post > a {
  display: block;
}
.post .label {
  display: block;
  padding: .5rem;
  font-weight: bold;
  text-align: center;
  font-size: 1.2rem;
  color: #FFF;
  background: #FF9900;
  border-radius: 5px 5px 0 0;
}
.like .label {
  background: #75D1EF;
}
.post:not(.wide) .thum img {
  border-radius: 5px 5px 0 0;
}
.post .body {
  padding: 1rem;
  font-size: .87rem
}
.post .title {
  text-align: left;
  font-size: 1rem;
  font-weight: bold;
  margin-bottom: 1rem;
  line-height: 1.3;
}
.post table {
  width: 100%;
  text-align: left;
  font-weight: normal;
}
.post th {
  font-weight: bold;
/*  vertical-align: top;*/
  white-space: nowrap;
  padding-right: 1em !important;
  text-align: center;
}
.post tr > * {
  border-bottom: 1px solid #666;
  padding: .3em 0;
}
.post .desc {
  color: #666;
  font-size: .79rem;
  padding-top: .5rem;
}

.date_info {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  margin: -.3em 0 .5em;
}
.date_info > * {
  margin-top: .3em;
  border-radius: 5px;
  padding: .2em .5em;
  font-size: .6rem;
  border: 1px solid;
  white-space: nowrap;
  display: flex;
  align-items: baseline;
  justify-content: center;
}
.date_info > *:not(:last-of-type) {
  margin-right: .5em;
}
.date_info span {
  font-size: .79rem;
  margin-right: .3em;
  font-weight: bold;
}
.new, .near, .sticky {
  color: #EB6E55;
  align-items: center;
  width: 100%;
}
.date_info .status {
  color: #FFF;
  font-weight: bold;
  background: #EB6E55;
}
.post .date_info {
  margin-bottom: 1rem;
}
.post .date_info .status {
  width: 100%;
  margin-right: 0 !important;
}

.post .footer {
  padding: 0 .5rem .5rem;
}
.post .list_tags {
  font-size: .71rem;
  justify-content: flex-start;
  margin: 0;
}
.post .list_tags > * {
  margin: 0 .3em .3em 0;
}
.post .list_tags > *:last-child {
  margin: 0;
}
.post .list_tags a {
  padding: .2em .5em;
}


.ad {
  box-shadow: 0 1px 1px 1px rgba(120, 200, 170, 0.7); 
  padding: 1em;
}
.like {
  box-shadow: 0 1px 1px 1px rgba(117,209,239,1.00);
}
.option {
  box-shadow: 0 1px 1px 1px rgba(255, 153, 0, 0.5);
}
.ad .title {
  color: #78C8AA;
}
.sponsor {
  text-align: center;
  overflow: hidden;
}
.sponsor:empty + * {
  display: none;
}

/* chumoku */
.chumoku .subbox_area {
  flex-wrap: wrap;
}
.chumoku .post {
  width: 31.54%;
}
.chumoku .subbox_area > *:not(:nth-of-type(3n + 1)) {
  margin-left: 2.68%;
}
.chumoku .subbox_area > *:nth-of-type(3n + 4) {
  margin-left: 0;
}
.chumoku .subbox_area > *:not(:nth-of-type(1)):not(:nth-of-type(2)):not(:nth-of-type(3)) {
  margin-top: 2.68%;
}
@media screen and (max-width: 722px) {
  .chumoku .post {
    width: 48.66%;
  }
  .chumoku .subbox_area > *:nth-of-type(2n + 1) {
    margin-left: 0 !important;
  }
  .chumoku .subbox_area > *:nth-of-type(2n + 2) {
    margin-left: 2.68% !important;
  }
  .chumoku .subbox_area > *:not(:nth-of-type(1)):not(:nth-of-type(2)) {
    margin-top: 2.68%;
  }


}

/* 
* single
-------------------------------------------------------------- */
.singular {
  padding: 3rem 0 0;
}
.page .singular {
  padding-bottom: 5rem;
}
.singular .new,
.singular .near,
.singular .sticky {
  width: auto;
}
.singular .content {
  max-width: 800px;
  margin: auto;
  padding-bottom: 5rem;
}
.singular .header {
  margin-bottom: 1rem;
}
.singular .ttl_main {
  font-size: 3rem;
  line-height: 1.3;
  font-weight: bold;
  text-align: left;
  margin-bottom: 1rem;
}
.singular .publish_date {
  font-size: .79rem;
  text-align: right;
}

.sec_single {
  margin-top: 10rem;
}


.singular .thum,
.singular .body,
.singular .event_detail,
.singular .sec_share,
.singular .sec_entry,
.singular .sec_ikitaiine,
.singular .comment_area {
  margin-bottom: 10rem;
}
.singular .text {
  text-align: left;
  line-height: 1.8;
}
.singular .text p {
  margin-bottom: 1.8em;
}
.singular .tokuten,
.single .text strong {
  display: block;
  background-color: #33BBE8;
  color: #FFF;
  padding: 1rem;
  border-radius: 5px;
  text-align: left;
  font-weight: bold;
}
.singular .tokuten .ttl_sub02 {
  color: #FFF;
}
.tbl_event {
  width: 100%;
  text-align: left;
  margin-bottom: 3rem;
}
.tbl_event tr > * {
  border-bottom: 1px solid #606060;
  padding: 1.5rem 0;
}
.tbl_event th {
  font-weight: bold;
  padding-right: 5rem;
  white-space: nowrap;
  text-align: center;
}
.tbl_event td {
  width: 100%;
}
.tbl_event a {
  text-decoration: underline;
}

.gmap {
  margin-top: 1rem;
}
.gmap iframe {
  min-height: 360px;  
}

.singular .list_tags {
  justify-content: flex-start;
  margin: 0;
}
.singular .list_tags > * {
  margin: 0 1rem .3rem 0;
}
.singular .list_tags > *:last-child {
  margin: 0;
}

.singular .cat .list_tags {
  margin-bottom: .5rem;
}

.share_box {
  margin-bottom: 3rem;
  display: flex;
  flex-wrap: wrap;
}
.share_box li {
  width: 50%;
  text-align: center;
  color: #FFF;
}
.share_box li a {
  display: block;
  padding: 2rem;
  text-decoration: none;
  font-weight: bold;
  letter-spacing: .1em;
}
.fb_share {background: #3b5998;}
.tw_share {background: #0f1419 ;}
.hatena_share {background: #008fde;}
.line_share{background: #25af00;}

.tbl_entry {
  width: 100%;
  text-align: left;
}
.tbl_entry tr > * {
  padding: 1rem 0;
  border-bottom: 1px solid #606060;
}
.tbl_entry th {
  padding-right: 3rem;
  white-space: nowrap;
  font-weight: bold;
}
.tbl_entry input[type="text"],
.tbl_entry input[type="email"],
.tbl_entry input[type="tel"],
.tbl_entry input[type="url"],
.tbl_entry select,
.tbl_entry textarea {
  border: 1px solid #606060;
  padding: .5em;
  border-radius: 5px;
  width: 100%;
  background: #FAFAFA;
}
.tbl_entry input[type="submit"] {
  box-shadow: 0 3px 6px 0px rgba(0, 0, 0, 0.16);
/*  border: 1px solid #606060;*/
  padding: .77em;
  border-radius: 5rem;
  width: 40%;
  background: #7CBA00;
  margin: auto;
  cursor: pointer;
  font-weight: bold;
  font-size: 1.3rem;
  color: #FFF;
  letter-spacing: .2em;
}
.tbl_entry .note {
  text-align: center;
  font-weight: bold;
  margin-bottom: 1rem;
}
.tbl_entry .flex {
  justify-content: space-around;
}


.comment_area {
/*  padding: 3rem 0;*/
}
.comment_area .comments {
  width: 100%;
  margin: auto;
}
.comment_area input[type="text"],
.comment_area textarea {
  border: 1px solid #606060;
  padding: 1em;
  border-radius: 5px;
  background: #FAFAFA;
}
.comment_area textarea {
  width: 100%;
}
.comment_area p {
  margin-bottom: 1rem;
}
.comment_area .comment-form-author {
  display: flex;
  align-items: center;
}
.comment_area .comment-form-author > *:first-child {
  margin-right: 1rem;
}
.comment_area .comment-form-cookies-consent {
  font-size: .89rem;
}
.comment_area .form-submit {
  text-align: center;
}
.comment_area input[type="submit"] {
  box-shadow: 0 3px 6px 0px rgba(0, 0, 0, 0.16);
/*  border: 1px solid #606060;*/
  padding: .77em;
  border-radius: 5rem;
  width: 40%;
  background: #7CBA00;
  color: #FFF;
  margin: auto;
  cursor: pointer;
  font-weight: bold;
  font-size: 1.3rem;
  letter-spacing: .2em;
}
.comment_area .comment {
  text-align: left;
  margin-bottom: 2rem;
}
.comment_area .comment .comment {
  margin-left: 2rem;
  border-left: 1px solid #606060;
  padding-left: 1rem;
}
.comment_area .comment-author {
  font-weight: bold;
}
.comment_area .comment-meta {
  font-size: .89rem;
}
.comment_area .reply {
  margin-bottom: 1rem;
}
.comment_area .reply a {
  border: 1px solid #606060;
  padding: .3em 1em;
  border-radius: 5rem;
  background: #FFF4BD;
  text-decoration: none;
  font-size: .76rem;
}
.comment_area .comment-list {
  margin-bottom: 3rem;
}

.singular .footer .list_tags,
.singular .footer .date_info {
  margin-bottom: 1rem;
}
.sns {
  justify-content: flex-start;
  flex-wrap: wrap;
  align-items: center;
}
.sns > *:not(:last-child) {
  margin-right: 1rem;
}

.yarpp-related {
  margin: 0 !important;
}

.singular .post.wide {
  width: 17.85%;
}

.ad_single {
  margin: 3rem 0;
  background: #fff4bd;
  padding: 1rem;
  border-radius: 5px;
}
.ad_single.flex {
  justify-content: space-around;
}
.ad_article {
  margin: 7rem 0;
}

.bnr_syushu {
  margin: 0 0 5rem;
}

.singular .event_status {
  background: #eb6e55;
  border-radius: 5px;
  padding: 1em;
  font-size: 1.47rem;
  font-weight: bold;
  margin-bottom: 3rem;
  text-align: center;
  color: #FFF;
}

.entry_count {
  border: 1px solid;
  border-radius: 5px;
  text-align: center;
  padding: 1rem;
  margin-bottom: 1.5rem;
}

.sec_ikitaiine .txt01 {
  font-size: 1.1rem;
  font-weight: bold;
  text-align: center;
  margin-bottom: 1rem;
}
.ikitaiine {
  padding: .5em 1.5em;
  border-radius: 10rem;
  background: #7CBA00;
  box-shadow: 0 3px 6px 0px rgba(0, 0, 0, 0.16);
  color: #FFF;
  cursor: pointer;
  font-size: 1.3rem;
  letter-spacing: .2em;
}
.ikitaiine:disabled {
  cursor: not-allowed;
/*  opacity: .5;*/
  background: gray;
}
.icn_ikitaiine {
  width: 1em;
}
.cnt_ikitaiine {
  position: relative;
  display: inline-block;
/*  margin: 1.5em 0 1.5em .7rem;*/
  margin-left: .7rem;
  padding: .5em 1.5em;
  color: #555;
  font-size: 1.3rem;
  font-weight: bold;
  background: #fff4bd;
}
.cnt_ikitaiine::before {
  content: "";
  position: absolute;
  top: 50%;
  transform: translate(-100%, -50%);
  left: 0;
  border: .7rem solid transparent;
  border-right: .7rem solid #fff4bd;
}

/*
 * regist
 ***********************************/
.tbl_regist {
  width: 100%; 
  text-align: left
}
.tbl_regist a:link, .tbl_regist a:visited {
  text-decoration: underline; 
}
.tbl_regist tr > * {
  padding: 1rem; 
  border-bottom: 1px solid #606060;
}
.tbl_regist tr:last-of-type > * {
  border-bottom: 0;
  padding-top: 3rem;
}
.tbl_regist th {
  font-weight: bold;
  padding-right: 2rem;
  white-space: nowrap;
  vertical-align: top;
}
.tbl_regist th span,
span.hissu {
  border-radius: 5px;
  background-color: #EB6E55;
  padding: .3em .5em;
  font-size: .73rem; 
  color: #FFF;
  margin-left: 1em;
}
.tbl_regist td p, .post_fix {
  margin-bottom: .8em; 
}
.list_regist01 {
  display: flex;
  flex-wrap: wrap;
}
.list_regist01 > *:not(:last-child) {
  margin: 0 1rem .5rem 0;
}
.list_regist02 li {
  list-style: none;
  margin-bottom: .5em; 
  color: #33BBE8;
  font-weight: bold;
}
.list_regist02 li input[type="checkbox"] {
  margin-right: .5em;
}
.tbl_regist li label {
  float: none; 
}
.tbl_regist input[type="text"],
.tbl_regist input[type="email"],
.tbl_regist input[type="submit"],
.tbl_regist input[type="url"],
.tbl_regist input[type="password"],
.tbl_regist select,
.tbl_regist textarea {
  padding: .5em; 
  border: 1px solid #606060;
  background-color: #FFF4BD;
  border-radius: 3px;
  line-height: 1.5;
  width: 100%;
}
.tbl_regist select,
.tbl_regist input.hasDatepicker {
  width: auto;
}
.tbl_regist input[type="text"],
.tbl_regist input[type="email"],
.tbl_regist input[type="submit"],
.tbl_regist input[type="url"],
.tbl_regist input[type="password"],
.tbl_regist textarea {
  -webkit-appearance: none;
}
.tbl_regist input[type=submit],
.btn01 {
  width: auto;
  padding: 1rem 7rem; 
  box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.40);
  background-color: #7CBA00;
  color: #FFF !important;
  font-weight: bold;
  font-size: 1.3rem;
  cursor: pointer;
  border-radius: 5rem;
  box-shadow: 0 3px 6px 0px rgba(0, 0, 0, 0.16);
  letter-spacing: .2em;
}

.tbl_regist .price_single input,
.tbl_regist .price_multi input {
  text-align: right;
  width: 7em;
}

.tbl_regist input.revise {
  color: #000 !important;
  background: #FFF4BD;
}
#firstBox, #secondBox {
  display: none; 
}
.caution {
  color: #EB6E55;
  font-weight: bold; 
}
#page_err {
  color: #EB6E55;
  font-weight: bold; 
  border-radius: 3px;
  border: 3px solid #606060;
  padding: 1em 2em;
  margin-bottom: 60px;
}

.post_check {
  width: 100%;
  background-color: #EB6E55;
  padding: 2rem 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
}
.post_check > * {
  width: 30%;
}
.post_check input[type=submit],
.post_check input[type=button] {
  width: 100%;
  padding: 1rem; 
  border-radius: 5rem;
  background-color: #7CBA00;
  font-size: 1.3rem;
  font-weight: bold;
  cursor: pointer;
  box-shadow: 0 3px 6px 0px rgba(0, 0, 0, 0.16);
  color: #FFF;
  letter-spacing: .2em;
}
.post_check input[type=submit].revise {
  background: #606060;
  font-weight: normal;
}

.err_input > * {
  border-top: 5px dashed #EB6E55;
  border-bottom: 5px dashed #EB6E55 !important;
}
.err_input > *:first-child {
  border-left: 5px dashed #EB6E55;
}
.err_input > *:last-child {
  border-right: 5px dashed #EB6E55;
}

.ttl_regist01 {
  font-size: 3.5rem;
  font-weight: bold;
  color: #eb6e55;
  margin-bottom: 1.5rem;
}
.check_caution {
  color: #eb6e55;
  font-weight: bold;
  border-bottom: 1px solid #606060;
  padding-bottom: 3rem;
  margin-bottom: 3rem;
}

.noimg_regist {
  border: 5px solid #EB6E55;
  color: #EB6E55;
  font-size: 2rem;
  font-weight: bold;
  padding: 5rem;
}

.note_thanks {
  font-size: 1.1rem;
  font-weight: bold;
  text-decoration: underline;
}
.sns_widget > * {
  width: 40%;
  max-height: 460px;
  overflow-y: auto;
}

.post_body_regist {
  border: double #606060;
  border-radius: 5px;
  padding: 3rem;
  margin-bottom: 5rem;
}
.post_body_regist p {
  margin-bottom: 2em;
}

.wrap_table {
  overflow-x: auto;
}
.tbl_regist_option {
  border-top: 1px solid #DCDCDC;
  border-left: 1px solid #DCDCDC;
  width: 100%;
}
.tbl_regist_option small {
  font-size: .87rem;
}
.tbl_regist_option thead th,
.tbl_regist_option tfoot th {
  text-align: center;
  padding: 1rem;
  white-space: nowrap;
  font-weight: bold;
}
.tbl_regist_option input[type="submit"] {
  width: 100%;
  background: #7CBA00;
  color: #FFF;
  font-weight: bold;
  padding: .77rem;
  border-radius: 5rem;
  cursor: pointer;
  margin-top: 1em;
  letter-spacing: .2em;
  box-shadow: 0 3px 6px 0px rgba(0, 0, 0, 0.16);
}
.tbl_regist_option tr > * {
  border-right: 1px solid #DCDCDC;
  border-bottom: 1px solid #DCDCDC;
}
.tbl_regist_option tbody th {
  white-space: initial;
  text-align: left;
  padding: 1em;
}
.tbl_regist_option tbody th .ttl {
  font-size: 1.1rem;
  font-weight: bold;
  color: #33bbe8;
  margin: 0 0 .5em;
  border: 0;
}
.tbl_regist_option tbody td {
  text-align: center;
  font-size: 2rem;
  font-weight: bold;
  vertical-align: middle !important;
}

.tbl_regist_half tr > * {
  width: 50%;
}
.tbl_regist_half th {
  white-space: normal;
}
.element_card {
  padding: 0.5em !important;
  border: 1px solid #606060 !important;
  background-color: #FFF4BD;
  border-radius: 3px;
  width: 100%;
}
#onSubmit {
  background: #33bbe8;
  color: #FFF;
  font-weight: bold;
  font-size: 1.5rem;
  padding: 1rem 3rem;
  border-radius: 5rem;
  cursor: pointer;
}

.confirm a {
  pointer-events: none;
}

.pass {
  display: block;
  border: 2px solid;
  padding: 1rem;
  border-radius: 5px;
  text-align: center;
}

/*
 * page
 ***********************************/
.wp_content h3 {
  text-align: left;
  font-size: 1.5rem;
  font-weight: bold;
  margin: 5rem 0 1.5rem;
  border-bottom: 1px solid;
}
.wp_content h4 {
  text-align: left;
  font-size: 1.25rem;
  font-weight: bold;
  margin: 3rem 0 1.25rem;
  border-left: 3px solid;
  padding-left: .5em;
}
.wp_content a {
  color: #33bbe8 !important;
  font-weight: bold;
}
.wp_content ul {
  list-style: disc;
  margin-left: 2rem;
  text-align: left;
}
.wp_content li {
  margin-bottom: .5em;
}
.wp_content table {
  text-align: left;
}
.wp_content table tr > * {
  padding: 1rem;
}
.wp_content table td:first-of-type {
  font-weight: bold;
  padding-right: 2rem;
  white-space: nowrap;
  vertical-align: top;
}


/*
 * footer
 ***********************************/
footer {
  padding: 5rem 0 3rem;
  background-color: #FFF4BD;
}
.footer_content {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 1.5rem;
}
.footer_content > * {
  width: 30%;
  text-align: left;
}

footer .list_tags {
  margin-bottom: 3rem;
}

.bnr_f {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  margin-bottom: 3rem;
}
.bnr_f > * {
  width: 40%;
}

.fnavi ul {
  display: flex;
  flex-direction: column;
  color: #33BBE8;
  font-weight: bold;
}
.fnavi li {
  margin-bottom: 1rem;
}
.foot_menu {
}
.foot_menu .ttl01 {
  color: #33BBE8;
  font-weight: bold;
  margin-bottom: .5rem;
}
.foot_menu ul {
  margin-left: 1rem; 
}
.foot_menu li {
  margin-bottom: .3rem;
  font-size: .87rem;
}

.copy {
  text-align: center;
  font-size: .71rem;
}
.copy a {
  text-decoration: underline; 
}

.syushu {
  font-size: .71rem;
  text-align: center;
}

footer select {
  border: 1px solid #33BBE8;
  border-radius: 3px;
  padding: .3em .5em;
  width: 100%;
  -webkit-appearance: none;
  background-color: #FFF;
}


/* 
* for SP
-------------------------------------------------------------- */
@media screen and (max-width: 640px) {
  .pc { display: none !important; }
  .sp { display: initial !important; }

  html {
    font-size: 4.06vw;
  }
    
  .post, .post.wide {
    width: 100%;
  }
  
  .logo {
    max-width: 60%;
  }
  #searchform #s {
    width: 100%;
  }
  
  .gnavi {
    display: none;
    position: fixed;
    width: 100vw;
    height: 100vh;
    bottom: 0;
    left: 0;
    z-index: 1000;
    padding-bottom: 4rem;
  }
  .gnavi ul {
    flex-direction: column;
    justify-content: space-around;
    align-items: center;
    height: 100%;
    padding: 3rem 0;
  }
  
  header .list_tags {
    overflow-x: auto;
    flex-wrap: nowrap;
    justify-content: flex-start;
  }
  header .list_tags > * {
    white-space: nowrap;
    margin: 0 .5em 0 0;
  }
  header .list_tags > *:last-child {
    margin: 0;
  }
  
  .subbox_area {
    flex-wrap: nowrap;
    overflow-x: scroll;
  }
  .subbox_area .post {
    width: 50vw;
    flex-shrink: 0;
  }
  .chumoku .subbox_area {
    overflow-x: hidden;
  }
  .chumoku .subbox_area .post {
    width: 100%;
    margin-left: 0 !important;
  }
  .chumoku .subbox_area .post:not(:first-of-type) {
    margin-top: 2.68% !important;
  }
  .chumoku .post .thum img {
    max-width: none;
    width: 100%;
  }
  .subbox_area > *:not(:first-child) {
    margin-left: 2rem; 
  }
  .subbox_area > *:not(:nth-child(1)):not(:nth-child(2)):not(:nth-child(3)):not(:nth-child(4)):not(:nth-child(5)) {
    margin-top: 0;
  }
  .list_events_main .post {
    margin-bottom: 3rem;
  }
  .list_events_main .post:not(.wide) a {
    display: flex;
    justify-content: center;
  }
  .list_events_main .post:not(.wide) .thum {
    width: 35%;
  }
  .list_events_main .post:not(.wide) .body {
    width: 65%;
  }
  .post_more01 .btn02 {
    width: 100%;
/*    padding: 3rem 1rem;*/
  }
  
  .singular .ttl_main {
    font-size: 2rem;
  }
  .tbl_event tr > *,
  .tbl_entry tr > * {
    display: block;
    padding: 0;
    border: 0;
  }
  .tbl_event tr,
  .tbl_entry tr {
    display: block;
    padding: 1.5rem 0;
  }
  .tbl_event tr,
  .tbl_entry tr:not(:last-of-type) {
    border-bottom: 1px solid #606060;
  }
  .tbl_event th,
  .tbl_entry th {
    margin-bottom: .5em;
    text-align: left;
  }
  .tbl_entry input[type="submit"] {
    width: 100%;
    font-size: 1rem;
  }
  
  .ad_single.flex {
    justify-content: center;
  }
  .ad_single.flex > *:not(:last-of-type) {
    margin-bottom: 1rem;
  }
  
  .share_box li a {
    padding: 2rem 1rem;  
    font-size: .87rem;
  }
  .comment_area .comment-form-author {
    flex-wrap: wrap;
  }
  .comment_area input[type="text"], .comment_area textarea {
    width: 100%;
  }
  .comment_area input[type="submit"] {
    width: 100%;
    font-size: 1rem;
  }
  
  .wp_content table,
  .wp_content table tbody,
  .wp_content table tr {
    display: block;
  }
  .wp_content table th,
  .wp_content table td {
    display: block;
    border: 0;
    padding: 0;
  }
  .wp_content table th,
  .wp_content table td:first-of-type {
    padding-bottom: .5em;
    white-space: normal;
  }
  .wp_content table tr {
    padding: 1rem;
    border-bottom: 1px solid;
  }
  
  .post_body_regist {
    padding: 1rem;
    margin-bottom: 3rem;
  }
  .tbl_regist,
  .tbl_regist tbody,
  .tbl_regist tr,
  .tbl_regist th,
  .tbl_regist td {
    display: block;
  }
  .tbl_regist th {
    border: 0;
    padding-bottom: 0;
    white-space: normal;
  }
    .tbl_regist_half tr > * {
    width: 100%;
  }
    .ttl_regist01 {
    font-size: 1.88rem;
  }
  .tbl_regist input[type=submit], .btn01 {
    padding: 1rem;
    width: 100%;
  }
  
  .post_check {
    flex-direction: column-reverse;
    padding: 2rem;
  }
  .post_check > * {
    width: 100%;
  }
  .post_check > *:first-of-type {
    margin-top: 2rem;
  }
  .post_check input[type=submit], .post_check input[type=button] {
    font-size: .88rem;
  }
  
  .tbl_regist_option {
    width: 100%;
    border: 0;
  }
  .tbl_regist_option thead {
    display: none;
  }
  .tbl_regist_option tbody {
    display: block;
    margin-bottom: 2rem;
  }
  .tbl_regist_option tbody tr {
    display: block;
    margin-bottom: .5em;
    border: 1px solid #DCDCDC;
  }
  .tbl_regist_option tbody th,
  .tbl_regist_option tbody td {
    border: 0;
    display: block;
  }
  .tbl_regist_option tbody td {
    border-top: 1px solid #DCDCDC;
    font-size: 1rem;
    padding: 1rem;
  }
  .tbl_regist_option tbody td::before {
    content: attr(data-label);
    margin-right: 2em;
  }
  .tbl_regist_option tfoot th:first-of-type {
    display: none;
  }
  .tbl_regist_option tfoot th {
    display: block;
    border: 1px solid #DCDCDC;
  }
  .err_input {
    border: 3px dashed #EB6E55;
  }
  .err_input > *:first-child,
  .err_input > *:last-child,
  .err_input > * {
    border: 0 !important;
  }
  
  .wp_content table td:first-of-type {
    padding-right: 0;
  }
  
  .sns_widget > * {
    width: 100%;
  }
  
  .wrap_pagenation {
    padding: 2rem 0;
  }
  .pagenation {
    font-size: .78rem;
  }
  .pagenation > * {
    margin: 0 .39rem;
  }
  
  .menu_sp {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: 10000;
    background: #33bbe8;
    border-top: 2px solid #606060;
    fill: #FFF;
  }
  .menu_sp ul {
    display: flex;
    justify-content: space-around;
  }
  .menu_sp a {
    padding: 1rem;
  }
  
  footer {
    margin-bottom: 3rem;
  }
  .footer_content  > * {
    width: 100%;
    padding-bottom: 1.5rem;
    border-bottom: 1px solid #E9E9E9;
  }
  .footer_content  > *:not(:last-child) {
    margin-bottom: 1.5rem;
  }
  .bnr_f > * {
    width: 100%;
  }
  .bnr_f > *:not(:last-of-type) {
    margin-bottom: 1rem;
  }

  .fnavi ul {
    flex-wrap: wrap;
    flex-direction: row;
  }
  .fnavi li {
    margin: 0 1rem 1rem 0;
  }
  .fnavi li:last-child {
    margin: 0;
  }
}