@charset "utf-8";

/* clearfix */

.my-event-box:after,
.comment-box:after,
.clearfix:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0;
}

* html .clearfix {
  zoom: 1;
}

html {
  overflow-y: scroll;
}

body {
  color: #333;
  text-align: left;
  margin: 0;
  padding: 0;
  background: #FFF;
  word-wrap: break-word;
  overflow: visible;
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", Arial, Helvetica, sans-serif;
  font-size: 16px;
  line-height: 1.6;
  letter-spacing: 0;
  padding-top: 56px;
}


/* html body */


/* 設定系 */

abbr,
acronym {
  border: 0;
}

address,
caption,
cite,
code,
dfn,
em,
th,
var {
  font-style: normal;
  font-weight: normal;
}

blockquote,
dd,
div,
dl,
dt,
h1,
h2,
h3,
h4,
h5,
h6,
li,
ol,
p,
pre,
span,
td,
th,
ul {
  margin: 0;
  padding: 0;
}

p {
  word-break: break-all;
}

body .display-sp {
  display: none;
}

caption,
th {
  text-align: left;
}

code,
kbd,
pre,
samp,
tt {
  font-family: monospace;
  line-height: 100%;
}

img {
  vertical-align: bottom;
}

ol,
ul {
  list-style: none;
}

.m10 {
  margin-top: 10px;
}

.m15 {
  margin-top: 15px;
}

.m20 {
  margin-top: 20px;
}

.m25 {
  margin-top: 25px;
}


/* 設定系 */


/* link */

a {
  overflow: hidden;
  color: #1cbac8;
  color: #1cbac8;
  outline: none;
  text-decoration: none;
}

a img {}

a:hover {
  text-decoration: underline;
}

a:hover img {}

a img,
img {
  border: 0;
}


/* link */


/* メニュー */

ul.menu {}

ul.menu li {
  float: left;
}

ul.menu li a {}


/* メニュー */


/* 見出し */

h1 {
  text-align: center;
  font-size: 28px;
  font-weight: bold;
  line-height: 1.5;
  margin-bottom: 20px;
}

.about-box h2,
.add-event-box h2,
.single-content h2 {
  font-size: 25px;
  color: #00D8D8;
  color: #333;
  background: #F4F4F4;
  border-left: 4px #ddd solid;
  padding: 7px 10px 5px 10px;
  text-align: left;
  line-height: 1.4;
  margin: 34px 0 14px;
  letter-spacing: 0;
}

.styled-output h2:first-child,
.styled-output h3:first-child,
.styled-output h4:first-child {
  margin-top: 10px!important;
}

.add-event-box h2::before,
.single-content h2::before {
  display: none;
}

h2.home-head {
  font-family: 'Teko', sans-serif;
  position: relative;
  text-align: center;
  font-size: 45px;
  letter-spacing: 5px;
  line-height: 1;
  margin-bottom: 50px;
}

h2.home-head span {
  position: relative;
  z-index: 2;
  display: inline-block;
  padding: 0 20px;
  background-color: #fff;
  text-align: left;
}

h2.home-head::before {
  position: absolute;
  top: 42%;
  z-index: 1;
  content: '';
  display: block;
  width: 100%;
  height: 3px;
  background-color: #000;
}

.hot-event h2 {}

.hot-event h2 span {
  background: #F4F4F4;
}

.hot-event h2::before {}

h3 {
  font-size: 22px;
  color: #00D8D8;
  border-bottom: 1px solid #00D8D8;
  color: #333;
  border-bottom: 1px solid #333;
  margin: 40px 0 20px;
}

h4 {
  font-size: 20px;
  margin: 30px 0 15px;
}


/* 見出し */


/* headerなど */

header {
  padding-top: 0px;
  background: #1cbac8;
  padding: 10px;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 9;
}

main {
  margin: 80px auto;
  text-align: left;
}

.text-center {
  text-align: center;
}

.text-left {
  text-align: left;
}

.text-right {
  text-align: right;
}

.terms-box li {
  list-style: outside decimal;
}

.terms-box ul {
  margin-left: 20px;
}

.terms-box ul li ul li {
  text-indent: -1.5em;
}

.terms-box li li,
.terms-box .child li {
  list-style: none;
}

.terms-box ul li ol li {
  list-style: outside lower-roman;
  margin-left: 42px;
  text-indent: 0em;
}

.left-side {
  float: left;
}

.right-side {
  float: right;
}

footer .ad-box {
  text-align: center;
  margin-bottom: 60px;
  /* いったん非表示 */
  display: none;
}

.ad-box li {
  display: inline-block;
  margin: 0 10px;
}

.ad-box p {
  margin-bottom: 15px;
}

.logo {
  float: left;
  margin-top: 0px;
}

.header-right {
  float: right;
}

.search-box {
  position: relative;
  display: block;
  float: left;
}

.search-box input:not([type="submit"]) {
  background: #fff;
  height: 30px;
  border-radius: 3px;
  border: none;
  line-height: 30px;
  box-sizing: border-box;
  padding: 0 42px 0 10px;
  width: 100%;
  outline: none;
  font-size: 14px;
}

.search-box input[type="submit"] {
  font-family: FontAwesome;
  background: none;
  border: none;
}

.search-box input[type="submit"],
.search-box a {
  position: absolute;
  top: 4px;
  right: 4px;
  color: #000;
  font-size: 18px;
}

header.home .search-box {
  float: left;
}

.search-detail-box {
  background: #F4F4F4;
  padding: 30px 25px 30px;
  margin-bottom: 55px;
}

.search-detail-box label:not([for=vacant_check]) {
  font-size: 14px;
  font-weight: bold;
  display: block;
  margin-bottom: 4px;
}

.search-detail-box input[type="text"] {
  width: 72%;
  padding: 6px;
}

.search-detail-box .right-side input[type="date"] {
  width: 180px;
  padding: 6px;
}

.search-detail-box .btn {
  margin-top: 14px;
}


/* ラベルのスタイル　*/

.search-detail-box label[for="vacant_check"] {
  padding-left: 59px;
  /* ラベルの位置 */
  display: inline-block;
  cursor: pointer;
  position: relative;
}


/* ボックスのスタイル */

.search-detail-box label[for="vacant_check"]:before {
  content: '';
  width: 32px;
  /* ボックスの横幅 */
  height: 32px;
  /* ボックスの縦幅 */
  display: inline-block;
  position: absolute;
  left: 0;
  top: -5px;
  background-color: #fff;
  border: 1px solid #ccc;
  border-radius: 6px 6px 6px 6px;
  margin-left: 18px;
}


/* 元のチェックボックスを表示しない */

.search-detail-box input[type=checkbox] {
  display: none;
}


/* チェックした時のスタイル */

.search-detail-box input[type=checkbox]:checked + label[for="vacant_check"]:before {
  content: '\2713';
  /* チェックの文字 */
  font-size: 22px;
  /* チェックのサイズ */
  color: #fff;
  /* チェックの色 */
  background-color: #00A3D9;
  /* チェックした時の色 */
  text-align: center;
}

.search-detail-box .left-side {
  margin-top: 22px;
  width: 50%;
}

.search-detail-box .left-side input[type="text"] {
  width: 92%;
}

.search-detail-box .right-side {
  margin-top: 22px;
  float: left;
  width: 49%;
}

.my-event-box {
  background: #F4F4F4;
  padding: 30px 25px 30px;
  margin-top: 55px;
}

.my-event-box h2 {
  text-align: center;
  margin-bottom: 22px;
}

.my-event-box article {
  margin-left: 2%;
  margin-bottom: 24px;
  text-align: left;
}

.my-event-box-inner article:nth-child(3n+1) {
  margin-left: 0%;
}

.my-event-box-inner article a {
  text-decoration: none;
}

.my-event-box-inner article a:hover .event-title {
  text-decoration: underline;
}

header.logout .search-box,
header.login .search-box {
  margin-right: 20px;
  margin-top: 1px;
  width: 190px;
}

.login-btn {
  font-size: 14px;
  background: #fff;
  height: 30px;
  box-sizing: border-box;
  color: #1cbac8;
  border-radius: 3px;
  line-height: 30px;
  display: block;
  width: 115px;
  text-align: center;
  margin-top: 1px;
}

.login-btn:hover {
  text-decoration: none;
  background: #fafafa;
}

header.home .login-btn {
  float: right;
}

.user-menu li {
  display: block;
  float: left;
  margin-left: 4px;
}

.user-menu {
  float: right;
  font-size: 14px;
  line-height: 1;
  position: relative;
}

.user-menu img {
  width: 20px;
  height: auto;
  margin-right: 8px;
  vertical-align: middle;
}

.user-menu a {
  color: #fff;
  margin-left: 2px;
  padding: 8px 8px;
  line-height: 1;
  display: inline-block;
}

.user-menu a:hover {
  text-decoration: none;
  border-radius: 3px;
  background: rgba(0, 0, 0, 0.08);
}

.user-menu .settings-btn:hover {
  background: none;
}

.user-menu i {
  font-size: 20px;
  vertical-align: middle;
}

.user-menu ul {
  display: none;
  position: absolute;
  right: 19px;
  top: 36px;
  background: #fff;
  padding: 0px 4px;
  border-radius: 6px;
  box-shadow: 0px 3px 3px rgba(0, 0, 0, 0.3);
  z-index: 1;
}

.notification-box {
  background: #fff;
  padding: 0px 4px;
  z-index: 1;
}

header .notification-box {
  display: none;
  position: absolute;
  right: 19px;
  top: 36px;
  border-radius: 6px;
  box-shadow: 0px 3px 3px rgba(0, 0, 0, 0.3);
}

.settings-menu:before {
  content: "\f0d8";
  font-family: FontAwesome;
  position: absolute;
  display: block;
  color: #fff;
  top: -13px;
  right: 10px;
  z-index: 1;
  font-size: 20px;
}

.user-menu ul.notification-box {
  display: none;
  position: absolute;
  right: 19px;
  top: 36px;
  background: #fff;
  padding: 0px 4px;
  border-radius: 6px;
  box-shadow: 0px 3px 3px rgba(0, 0, 0, 0.3);
  z-index: 1;
  width: 430px;
  padding: 6px 0;
  z-index: 9;
  max-height: 500px;
  overflow-y: auto;
}

.user-menu ul.notification-box li {
  margin: 0 4px;
  padding: 0 4px 0px;
}

ul.notification-box a {
  line-height: 1.6;
  border-bottom: 1px solid #eee;
}

ul.notification-box a img {
  width: 50px;
  height: 50px;
  float: left;
  margin-right: 10px;
}

ul.notification-box li:last-child a {
  border-bottom: none;
}

ul.notification-box span {
  color: #999;
  font-size: 13px;
  display: inline-block;
}

.notification-more {
  text-align: center;
}

header .notification-box:before {
  content: "\f0d8";
  font-family: FontAwesome;
  position: absolute;
  display: block;
  color: #fff;
  top: -13px;
  right: 50px;
  z-index: 1;
  font-size: 20px;
}

.user-menu ul li {
  display: block;
  float: none;
  margin: 10px 4px;
}

.user-menu ul li a {
  display: block;
  color: #333;
}

section .notification-box {
  padding: 0 5%;
}

section .notification-box li a {
  display: block;
  color: #999;
  padding: 8px 8px;
}

section .notification-box li a:hover {
  text-decoration: none;
  border-radius: 3px;
  background: rgba(0, 0, 0, 0.08);
}

.user-menu ul li i {
  color: #666;
  margin-right: 6px;
  font-size: 16px;
  vertical-align: middle;
}

.footer-menu {
  background: #F4F4F4;
  padding: 50px 0;
  text-align: center;
}

.footer-menu ul {
  font-size: 0;
  line-height: 1;
}

.footer-menu ul li {
  font-size: 14px;
  display: inline-block;
  margin-right: 10px;
  border-left: 1px solid #000;
  padding-left: 10px;
}

.footer-menu ul li:first-child {
  border-left: none;
}

.footer-menu ul a {
  color: #000;
}

.footer-copyright {
  background: #000;
  color: #999;
  font-size: 12px;
  text-align: center;
  padding: 50px 0;
}


/* headerなど */


/* ここまで共通 */


/* top */

main {}

.main-img {
  overflow: hidden;
  position: relative;
  margin-top: 80px;
  background: url(../img/main-img.png) no-repeat center;
  background-size: cover;
  box-sizing: border-box;
  min-height: 400px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.main-img.main-img-not-login {
  padding-top: 78px;
}

.main-img p {
  font-size: 20px;
  text-align: center;
  color: #fff;
  text-shadow: 0 0 6px rgba(0, 0, 0, 0.5), 0 0 6px rgba(0, 0, 0, 0.5);
}

.main-img p span {
  font-size: 42px;
  font-weight: bold;
  color: #fff;
  display: block;
  margin-bottom: 5px;
}

.main-img p span br {
  display: none;
}

.main-img .sns-login {
  text-align: center;
}

.main-img .sns-login li {
  display: inline-block;
  margin-left: 6px;
  margin-right: 6px;
}

.main-img .sns-login li a {
  display: inline-block;
  width: 200px;
}

.hot-event {
  background: #F4F4F4;
  padding: 80px 5%;
}

.event-container {
  margin-top: 50px;
}

.event-box {
  position: relative;
  width: 32%;
  display: block;
  box-sizing: border-box;
  float: left;
  background: #fff;
  box-shadow: 0 4px 5px rgba(0, 0, 0, 0.09);
  border-radius: 2%;
  overflow: hidden;
  border: 1px solid rgba(0, 0, 0, 0.13);
}

.event-container article a {
  display: block;
  text-decoration: none;
}

article a {
  text-decoration: underline;
}

.event-container article a:hover .event-title {
  text-decoration: underline;
}

.event-container article {
  margin-left: 2%;
  margin-bottom: 24px;
}

.event-container article:nth-child(3n+1) {
  margin-left: 0%;
}

.event-box img {
  width: 100%;
  height: auto;
}

.event-over {
  line-height: 1.4;
  text-align: center;
  padding: 12% 20px;
  background: rgba(0, 0, 0, 0.7);
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 0;
  -webkit-transition: 0.3s ease;
  -moz-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  transition: 0.3s ease;
}

.event-container article:hover .event-over {
  opacity: 1;
}

.event-title {
  padding: 8px 12px 10px;
  font-weight: bold;
  height: 2.65em;
  overflow: hidden;
  color: #333;
}

.event-date {
font-size: 13px;
    color: #333;
    background: url(../img/stripe.png) #fafafa;
    padding: 4px 0;
    text-align: center;
    letter-spacing: .07em; 
}
.event-author{
    padding: 2px 12px 8px;
    overflow: hidden;
    color: #999;
    font-size: 14px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

.old-event {
  font-size: 12px;
  color: #fff;
  background: #666;
  padding: 1px 6px;
  position: absolute;
  top: 11px;
  right: 11px;
  z-index: 1;
}

h1 .old-event {
  position: inherit;
  display: inline-block;
  margin-left: 20px;
  vertical-align: middle;
}

.event-count {
  font-size: 20px;
  color: #fff;
  font-weight: bold;
  margin-top: 15px;
}

.event-count span {
  font-size: 30px;
  color: #1cbac8;
}

.event-place {
  color: #999;
  font-size: 14px;
  padding: 0 12px 10px;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  height: 1.7em;
}

.event-place:before {
  content: "\f041";
  color: #ccc;
  font-family: FontAwesome;
  margin-right: 12px;
}

.event-place-no:before {
  display: none;
}

.list-more {
  text-align: center;
}

.list-more a {
  width: 85%;
  margin-top: 15px;
  padding: 10px 0;
}

.today-event {
  background: #fff;
  padding: 80px 5% 20px;
}

.new-event {
  background: #fff;
  padding: 80px 5%;
}

.search-event {
  padding: 0px 5%;
}

.share-this-page-box {
  text-align: center;
  margin: 60px 0 30px;
}

.share-this-page-box h2 {
  margin-bottom: 15px;
}

.delete-btn {
  display: inline-block;
  font-size: 14px;
  color: #999;
  cursor: pointer;
  margin-top: 25px;
  background: none;
  text-decoration: underline;
  box-shadow: none;
  outline: none;
  border: none;
}


/* single */

.event-single {
  padding: 0 5%;
}

.event-single .single-overview,
.event-single .single-content,
.event-single .participant {
  max-width: 780px;
  margin-left: auto;
  margin-right: auto;
}

.single-date {
  text-align: center;
  font-size: 20px;
  color: #999999;
  margin-top: 20px;
  margin-bottom: 20px;
}
.single-author{
  text-align: center;
  font-size: 14px;
  color: #999999;
}

.single-tag.top-tag {
  text-align: center;
}

.single-tag li {
  display: inline-block;
}

.single-tag li,
.single-tag li a {
  margin: 0 3px 3px 0;
  background: #1cbac8;
  color: #fff;
  font-size: 13px;
  padding: 8px 10px;
  box-sizing: border-box;
  border-radius: 3px;
  display: inline-block;
  line-height: 1;
}

.top-tag.single-tag li {
  background: #aaa;
  border-radius: 30px;
}

.single-tag li a {
  padding: 0;
  border-radius: 0;
  background: none;
  text-decoration: none;
  margin: 0;
}

.add-event-box .single-tag {
  margin: 10px 0;
}

.add-event-box .single-tag li {
  cursor: pointer;
  font-size: 13px;
  margin-bottom: 8px;
  color: #1cbac8;
  background: #fff;
  border: 1px solid #1cbac8;
}

.single-main-img {
  text-align: center;
  margin: 30px auto 15px;
  display: block;
}

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

dl.single-overview {}

dl.single-overview .single-tag li {
  margin: 0 4px 10px 0;
  box-shadow: 0px -2px 0 rgba(0, 0, 0, 0.12) inset;
}

dl.single-overview dt {
  float: left;
  clear: left;
  width: 7em;
  color: #00D8D8;
  color: #555;
  font-weight: bold;
  padding: 12px 0 0 0;
  font-size: 14px;
}

dl.single-overview dd {
  padding: 20px;
  border-bottom: 1px solid #ccc;
  padding: 12px 30px 12px 7.5em;
}

dl.single-overview dd:last-child {
  /*
  padding: 20px 20px 10px;
  */
}

dl.single-overview dd img {
  width: 30px;
  height: auto;
  margin-right: 10px;
  vertical-align: middle;
}

.overview-map {
  font-size: 27px;
  display: inline-block;
  margin-left: 20px;
  line-height: 1;
  vertical-align: -7px;
}

.overview-twitter {
  font-size: 27px;
  display: inline-block;
  margin-left: 20px;
  line-height: 1;
  vertical-align: -7px;
  color: #55acee;
}

.overview-facebook {
  font-size: 27px;
  display: inline-block;
  margin-left: 20px;
  line-height: 1;
  vertical-align: -7px;
  color: #3b5998;
}

.single-content {
  margin: 35px 0;
}

.single-content p {
  margin-bottom: 1.3em;
}

.single-content ul li {
  font-weight: bold;
  margin-bottom: 10px;
  text-indent: -1em;
  margin-left: 1em;
}

.single-login-btn {
  text-align: center;
  margin-top: 80px;
}

.single-login-btn a {
  width: 60%;
  display: inline-block;
  background: #FFCC00;
  font-size: 25px;
  color: #fff;
  text-align: center;
  padding: 10px;
  border-radius: 3px;
  box-sizing: border-box;
  border: 3px solid #FFCC00;
}

.single-login-btn a {
  text-decoration: none;
}

.single-participate-btn {
  text-align: center;
  margin-bottom: 40px;
}

.single-participate-btn form {
  display: inline-block;
  margin: 0 10px;
  width: 30%;
}

.single-participate-btn li a,
.single-participate-btn input {
  display: block;
  font-size: 22px;
  text-align: center;
  padding: 10px;
  border-radius: 3px;
  box-sizing: border-box;
  width: 100%;
}

.alert-spam {
  margin-top: 15px;
  font-size: 13px;
  color: #c00;
}

.btn {
  box-shadow: 0px -3px 2px rgba(0, 0, 0, 0.1) inset, 0 2px 3px rgba(0, 0, 0, 0.1);
  text-decoration: none;
}

.btn:hover {
  text-decoration: none;
}

.single-cancel-btn {
  background: #ccc;
  color: #fff;
}

.single-cancel-btn:hover {
  background: #bbb;
}

.single-ok-btn {
  background: #1cbac8;
  color: #fff;
}

.single-ok-btn:hover {
  background: #1cbac8;
}

.single-hold-btn {
  background: #FFCC00;
  color: #fff;
}

.single-hold-btn:hover {
  background: #FCC900;
}

.single-participate-btn a:hover,
.single-ok-btn:hover,
.single-hold-btn:hover {
  text-decoration: none;
}

.participant {
  background: #F4F4F4;
  padding: 20px 25px 20px;
  margin-bottom: 25px;
  border-radius: 4px;
  border: 1px solid #ddd;
}

.participant ul {
  margin-bottom: 10px;
}

.participant ul li {
  margin: 0 14px 34px 0;
  display: inline-block;
  position: relative;
}

.participant ul li a {
  display: block;
}

.participant ul li span {
  position: absolute;
  bottom: -1.8em;
  left: -6px;
  right: -6px;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  font-size: 12px;
  text-align: center;
  color: #666;
}

.participant ul li img {
  width: 60px;
  height: 60px;
}

.participant ul li.ok {
  border: 2px solid #1cbac8;
  box-sizing: border-box;
}

.participant ul li.ok a {
  display: inline;
}

.participant ul li.ok:before {
  content: "\f00c";
  font-family: FontAwesome;
  position: absolute;
  top: -5px;
  left: -5px;
  padding: 5px;
  background: #1cbac8;
  color: #fff;
  line-height: 1;
  font-size: 10px;
  width: 20px;
  height: 20px;
  box-sizing: border-box;
  border-radius: 50px;
}

.participant ul li.hold {
  border: 2px solid #FFCC00;
  box-sizing: border-box;
}

.participant ul li.hold:before {
  content: "\f0f3";
  font-family: FontAwesome;
  position: absolute;
  top: -5px;
  left: -5px;
  padding: 5px;
  background: #FFCC00;
  color: #fff;
  line-height: 1;
  font-size: 10px;
  width: 20px;
  height: 20px;
  box-sizing: border-box;
  border-radius: 50px;
}

.participant h2 {
  font-size: 20px;
  font-weight: bold;
  line-height: 1;
  margin-bottom: 25px;
}

.participant h2 span {
  font-size: 26px;
  margin-left: 8px;
}

.ok-member span {
  color: #1cbac8;
}

.hold-member span {
  color: #FFCC00;
}

.cancel-member span {
  color: #999;
}

.comment {
  background: #F4F4F4;
  padding: 30px 25px 30px;
  margin-top: 50px;
}

.comment ul li img {
  float: left;
}

.post-comment {}

.comment ul {}

.comment ul li {
  border-bottom: 1px dotted #ccc;
  padding-bottom: 15px;
  padding-top: 15px;
}

.comment-right {
  margin-left: 70px;
}

.comment-name {
  font-weight: bold;
  margin-bottom: 8px;
  color: #1cbac8;
  line-height: 1;
}

.comment-name span {
  font-weight: normal;
  color: #999;
  margin-left: 20px;
  font-size: 12px;
}

.comment-content {
  font-size: 14px;
  line-height: 1.5;
}

.post-comment {
  border-bottom: 1px solid #ccc;
  padding-bottom: 30px;
  margin-bottom: 10px;
}

.post-comment {}

.add-event-box,
.settings-box,
.login-box,
.terms-box,
.about-box,
.mypage-box {
  text-align: center;
}

.about-box,
.terms-box {
  width: 800px;
  margin: 0 auto;
  text-align: left;
}

.about-box img {
  max-width: 100%;
  margin: 20px 0;
  box-sizing: border-box;
  border: 10px solid #eee;
}

.mypage-box {
  width: 800px;
  margin: 0 auto;
}

.about-box h2,
.terms-box h2 {
  text-align: left;
  margin-top: 36px;
  margin-bottom: 10px;
  font-size: 20px;
}

.login-box dl,
.add-event-box dl,
.settings-box dl {
  width: 600px;
  text-align: left;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  border-bottom: 2px dotted #ccc;
  margin: 20px auto 20px;
}

.login-box h1 + dl,
.add-event-box h1 + dl,
.settings-box h1 + dl {
  margin: 60px auto 20px;
}

.settings-box dl:last-child {
  border: none;
}

.login-box dt,
.add-event-box dt,
.settings-box dt {
  font-weight: bold;
  width: 140px;
  float: left;
}

.settings-box input[type="file"] {
  font-size: 13px;
}

.settings-box input:not([type="submit"]) {
  min-width: 88%;
  margin-bottom: 10px;
}

input[type="submit"] {
  border: none;
  margin-bottom: 5px;
}

.settings-box input.facebook-id {
  max-width: 170px;
  min-width: inherit;
}

.add-event-box dd,
.settings-box dd {
  padding: 0 0 4px 10px;
  margin-left: 150px;
  margin-bottom: 18px;
}

.add-event-box dl {
  width: 850px;
  border-bottom: none!important;
}

.add-event-box dt {
  width: 180px;
}

.add-event-box dd {
  margin-left: 190px;
}

.add-event-box input:not([type="submit"]):not([type="checkbox"]) {
  min-width: 99%;
  margin-bottom: 10px;
  margin-right: 4px;
}

.add-event-box textarea {
  margin-top: 0;
}

.forgot-pw {
  margin-top: 25px;
}

.login-box dt {
  width: 210px;
}

.login-box dd {
  margin-left: 220px;
}

.login-box input:not([type="submit"]) {
  min-width: 99%;
  margin-bottom: 10px;
}

.login-box textarea {
  margin-top: 0;
}

.login-switch {
  margin-top: 30px;
  text-align: center;
  display: block;
}

.login-switch span {
  cursor: pointer;
  overflow: hidden;
  color: #1cbac8;
  outline: none;
  text-decoration: none;
}

.login-switch span:hover {
  text-decoration: underline;
}

.login-box input[type="checkbox"] {
  margin-right: 4px;
}

.fullscreen-btn.fullscreen-style {
  display: none!important;
}

.add-event-box .short:not([type="submit"]):not([type="checkbox"]) {
  min-width: 160px;
}

.add-event-box select {
  -webkit-appearance: none;
  height: 30px;
  padding: 2px 14px;
  background: #fff;
}

.add-event-box label {
  cursor: pointer;
  display: inline-block;
  margin-right: 10px;
}

.add-event-box label input {
  margin-right: 4px;
}

.add-event-box dd p,
.settings-box dd p {
  font-size: 14px;
}

.alert-error {
  font-size: 14px;
  color: #C00;
  margin-bottom: 5px;
}

.alert-success {
  font-size: 14px;
  color: #006DD9;
  margin-bottom: 5px;
}

.required {
  background: #c00;
  color: #fff;
  display: inline-block;
  line-height: 1;
  padding: 3px 8px;
  margin-left: 12px;
  font-size: 12px;
}

.sns-login {
  margin: 16px 0 28px;
}

.sns-login li a {
  display: block;
  padding: 12px 22px;
  width: 320px;
  margin: 4px auto;
  color: #fff;
  border-radius: 4px;
  margin-bottom: 8px;
}

.settings-box .sns-login li a,
.settings-box .sns-login li input[type="submit"] {
  margin: 0 0 20px;
}

.sns-login li .single-cancel-btn {
  display: inline-block;
  padding: 4px 18px;
  vertical-align: 0px;
  margin-left: 10px;
  width: auto;
}

.settings-box .sns-login li input[type="submit"] {
  margin-left: 10px;
  overflow: hidden;
  border-radius: 4px;
}

.btn-edit {
  display: block;
  padding: 12px 22px;
  width: 320px;
  margin: 4px auto 44px;
  color: #666;
  background: #fafafa;
  border: 1px solid #ddd;
  border-radius: 4px;
  margin-top: 28px;
  text-align: center;
}

.btn-follow {
  margin-bottom: 10px;
}

.btn-follow i {
  margin-right: 4px;
  color: #FFCC00;
}

.btn-followed {
  background: #FFCC00;
  color: #fff;
  border: none;
}

.btn-followed i {
  color: #fff;
}

.follow-txt {
  font-size: 12px;
}

.duplicate-event {
  text-align: center;
  margin: -10px 0 10px;
}

.shut-form {
  color: #1cbac8;
  text-align: center;
  margin-bottom: 40px;
}

.shut-btn {
  display: inline-block;
  color: #1cbac8;
  cursor: pointer;
  background: none;
  box-shadow: none;
  outline: none;
  border: none;
  padding: 0;
  text-decoration: underline;
}

.shut-btn:hover {
  text-decoration: underline;
}

.shut-form i,
.duplicate-event i {
  margin-right: 4px;
}

.sns-login li a i {
  font-size: 22px;
  margin-right: 6px;
  vertical-align: middle;
}

.login-fb a {
  background: #305097;
}

.login-tw a {
  background: #00aced;
}

.sns-link-icon li {
  display: inline-block;
}

.sns-link-icon a {
  width: 40px;
  height: 40px;
  color: #fff;
  display: inline-block;
  text-align: center;
  line-height: 40px;
  border-radius: 50%;
  font-size: 20px;
  margin: 0 1px 10px;
}

.icon-fa {
  background: #305097;
}

.icon-tw {
  background: #00aced;
}

.icon-web {
  background: #FF8000;
}

.info-btn:hover,
.btn-edit:hover,
.single-tag li a:hover,
.post-comment-btn:hover,
.sns-link-icon a:hover,
.sns-login li a:hover {
  -webkit-filter: brightness(96%);
  filter: brightness(96%);
}

.user-icon img {
  border-radius: 50%;
  width: 80px;
  height: 80px;
  margin-bottom: 12px;
}

.my-message {
  display: block;
  max-width: 480px;
  margin: 10px auto 10px;
  text-align: left;
  line-height: 1.8;
  color: #777;
}

.comment-box {
  padding: 16px 0;
  border-bottom: 1px solid #ddd;
  position: relative;
}

.comment-box .remove-btn {
  position: absolute;
  top: 4px;
  right: 4px;
  color: #999;
  cursor: pointer;
  font-size: 16px;
  display: none;
  z-index: 1;
}

.comment-box:hover .remove-btn {
  display: block;
}

input.fa-remove {
  border-radius: 50%;
  font-weight: bold;
}

.comment-box .remove-btn {
  color: #fff;
}

.comment-box .remove-btn:hover {
  color: #666;
}

.comment-box .remove-btn a {
  color: #999;
}

.comment-box .remove-btn a:hover {
  color: #666;
}

.comment-box p {
  font-size: 15px;
}

.comment-box-icon {
  width: 40px;
  float: left;
  margin-right: 10px;
  margin-top: 5px;
}

.comment-box-icon img {
  width: 40px;
  height: 40px;
}

.comment-box-right {
  padding-left: 55px;
}

.comment-box-right-name {
  display: inline-block;
}

.comment-box-right-date {
  display: inline-block;
  margin-left: 4px;
  font-size: 13px;
  color: #999;
}

.comment-area {
  border: 1px solid #ccc;
  margin: 15px 0 10px;
  display: block;
  width: 98%;
  resize: none;
  padding: 4px;
}

dd textarea {
  border: 1px solid #ccc;
  margin: 15px 0 10px;
  display: block;
  min-width: 99%;
  resize: none;
  padding: 4px;
  height: 15em;
}

.post-comment-btn,
.info-btn {
  display: inline-block;
  font-size: 16px;
  text-align: center;
  padding: 6px 10px;
  border-radius: 3px;
  background: #1cbac8;
  color: #fff;
  box-sizing: border-box;
}


/* ページャー */

.paginate {
  padding: 9px 8px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  text-align: center;
  margin-top: 50px;
  font-size: 14px;
}

.paginate li {
  display: inline-block;
  line-height: 1;
}

.paginate li a {
  display: inline-block;
  color: #666;
  text-decoration: none;
  padding: 9px 12px;
  margin-right: 3px;
  border-radius: 16px;
  background: #fff;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  transition: all 0.3s linear;
}

.paginate li a:hover {
  background: #eee;
}

.paginate li a:active {
  -webkit-box-shadow: 1px 1px 3px -1px rgba(0, 0, 0, .55);
  -moz-box-shadow: 1px 1px 3px -1px rgba(0, 0, 0, .55);
  box-shadow: 1px 1px 3px -1px rgba(0, 0, 0, .55);
}

.paginate li.navpage a {
  padding: 9px 13px;
  background: #eee;
  color: #1cbac8;
}

.paginate li.navpage a:hover {
  color: #1cbac8;
  background: #eee;
}

.paginate li.current {
  background: #1cbac8;
}

.paginate li.single,
.paginate li.current {
  vertical-align: top;
  display: inline-block;
  padding: 9px 12px;
  margin-right: 3px;
  border-radius: 16px;
  color: #fff;
}

#register-agree {
  min-width: inherit;
}

.login-to-join {
  margin: 20px 0 20px;
  padding: 10px;
  background: #f5f5f5;
  border: 2px solid #1cbac8;
}

.event-password {
  display: none;
}

#set-password:checked+label+.event-password {
  display: block;
}

.alert-password {
  text-align: center;
}

.alert-password p {
  margin-bottom: 20px;
}

.alert-password input {
  width: 320px;
  display: inline-block;
}

.official-twitter {
  text-align: center;
  margin-top: 10px;
}

.official-twitter a {
  margin-top: 12px;
  margin-bottom: 28px;
  display: inline-block;
  padding: 8px 18px 6px;
  line-height: 1.4;
  background: #00aced;
  font-size: 15px;
  color: #fff;
  border-radius: 8px;
}

.official-twitter a i {
  vertical-align: middle;
  font-size: 28px;
  margin-right: 10px;
}

.official-twitter a:hover {
  text-decoration: none;
  opacity: 0.88;
}

.notification-alert i {
  /* 通知がある時に赤く */
  color: #FF5C26;
}

h2.hold-member i,
h2.ok-member i,
h2#comments i {
  font-size: 20px;
  color: #aaa;
  margin-right: 8px;
  vertical-align: 0px;
  text-shadow: 1px 0 0 rgba(0,0,0,0.5);
}

.sns-warning {
  display: flex;
  justify-content: center;
}

.sns-warning--text {
  margin: 32px 16px 0;
  padding: 16px;
  background-color: #FBE69E;
  border-radius: 8px;
  text-align: center;
  font-size: 14px;
  font-weight: bold;
}