@charset "UTF-8";

/*
//共通部分/////////////////////////////////////////////////////////////////
ーーーーーーーーーーーーーーーーーーーーーーー*/
html {
  width:100%;
	font-size: 20px;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
	-webkit-touch-callout:none;
}
body {
  width:100%;
	font-family: "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", sans-serif;
	line-height: 1.7;
	color: SaddleBrown;
	background-color: Cornsilk;
	-webkit-touch-callout:none; /* リンク長押しのポップアップを無効化 */
	-webkit-user-select:none; /* テキスト長押しの選択ボックスを無効化 */
}
a {
	text-decoration: none;
}
img {
	max-width: 100%;
}

/*ラッパー*/
.wrapper {
	max-width: 1100px;
	margin: 0 auto;
	padding: 0 4%;
}


table {
  width: 100%;
  *border-collapse: collapse;
  border-spacing: 0;
  font-size:18px;
}
.tables th
{
  color: #fff;
  padding: 8px 15px;
  background: #258;
  background:-moz-linear-gradient(rgba(34,85,136,0.7), rgba(34,85,136,0.9) 50%);
  background:-webkit-gradient(linear, 100% 0%, 100% 50%, from(rgba(34,85,136,0.7)), to(rgba(34,85,136,0.9)));
  font-weight: bold;
  border-left:1px solid #258;
  border-top:1px solid #258;
  border-bottom:1px solid #258;
  line-height: 120%;
  text-align: center;
  text-shadow:0 -1px 0 rgba(34,85,136,0.9);
  box-shadow: 0px 1px 1px rgba(255,255,255,0.3) inset;
}
.tables th:first-child
{
  border-radius: 5px 0 0 0; 
}
.tables th:last-child
{
  border-radius:0 5px 0 0;
  border-right:1px solid #258;
  box-shadow: 2px 2px 1px rgba(0,0,0,0.1), 0px 1px 1px rgba(255,255,255,0.3) inset;
}

.tables td
{
  padding: 8px 15px;
  border-bottom: 1px solid #84b2e0;
  border-left: 1px solid #84b2e0;
  text-align: center;
  box-shadow: 2px 2px 1px rgba(0,0,0,0.1);
}

.tables tr td:last-child {
  border-right: 1px solid #84b2e0;
}
.tables tr {
  background: #fff;
}
.tables1 tr:nth-child(2n+1) {
  background: #f1f6fc;
}
.tables tr:last-child td {
  box-shadow: 2px 2px 1px rgba(0,0,0,0.1);
}
.tables tr:last-child td:first-child {
  border-radius: 0 0 0 5px;
}
.tables tr:last-child td:last-child {
  border-radius: 0 0 5px 0;
}



fieldset
{
  border: none;
  padding: 0;
  margin: 0;
  text-align: center;
}
.radio-inline__input
{
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important;
}
.radio-inline__label
{
  display: inline-block;
  padding: 0.5rem 1rem;
  margin-right: 5px;
  border-radius: 3px;
  transition: all .2s;

  outline-color: #4D90FE;
  outline-offset: -2px;
  outline-style: auto;
  outline-width: 5px;
}
.radio-inline__input:checked + .radio-inline__label
{
  background: #B54A4A;
  color: #fff;
  text-shadow: 0 0 1px rgba(0,0,0,.7);
}
.radio-inline__input:focus + .radio-inline__label
{
  outline-color: #4D90FE;
  outline-offset: -2px;
  outline-style: auto;
  outline-width: 5px;
}


.button03 {
  background-color: #fff;
  border: dashed 2px #c71585;
  color: #c71585;
  border-radius: 10px;
  padding: 4px 10px;
  text-decoration: none;
  font-size: 1em;
}




.events
{
  width: 100%;
  /*min-width: 860px;*/
  padding: .8em 1.2em;
  border: 3px solid #222;
  border-radius: 10px;
  background-color: #fff;
  color: #333333;
  font-size:1.5rem;
  margin-bottom:15px;
}

.events table tr td
{
  padding-left:10px;
}

/*1列目のtd*/
.events table tr td:first-child
{
  width:250px;
}
.events table tr td:first-child span
{
  margin-left:10px;
  font-size:1.2rem;
}
/*2列目以降のtd*/
.events table tr td:nth-child(n+2)
{
  border-left:1px solid #258;
}

/*回答期限内容のtr*/
.events table tr:first-child
{
  font-size:1.4rem;
  font-weight:bold;
}

/*日時場所内容のtr*/
.events table tr:nth-child(2)
{
  font-size:1.4rem;
  font-weight:bold;
}
.events table tr:nth-child(2) td
{
  border-top: 1px solid #258;
}

/*回答備考のtr*/
.events table tr:nth-child(3) td
{
  padding-top:5px;
  padding-bottom:5px;
  border-top: 1px solid #258;
}
.events table tr:nth-child(3) td
{
  font-size:1.1rem;
  border-bottom: 1px solid #258;
}
.events table tr:nth-child(3) td:first-child span
{
  font-size:1.4rem;
  font-weight:bold;
  color:#a9a9a9;
}
.events table tr:nth-child(3) td:last-child
{
  font-size:1.1rem;
  vertical-align:top;
}
.events table tr:nth-child(3) td:last-child span
{
  padding-left:20px;
  font-size:1.2rem;
  font-weight:bold;
}

/*最終行のtr*/
.events table tr:last-child td
{
  text-align:center;
  padding-top:5px;
  padding-left:0px;
}
.events table tr:last-child td button,
.ownerBtn
{
  width:80%;
  background-color: #fff;
  border: double 6px #3cb371;
  color: #3cb371;
  margin-top:5px;
  border-radius: 10px;
  padding: 4px 15px;
  text-decoration: none;
  font-size: 1.2rem;
  font-weight:bold;
}
.events table tr:last-child td:last-child
{
  font-size:1.1rem;
  vertical-align:top;
}


.join
{
  background-color:#87cefa !important;
}
.join table tr:last-child td button
{
  color:#ff4500 !important;
  border-color:#ff4500 !important;
}
.join table tr:nth-child(3) td:first-child span
{
  color:#9932cc;
}

.noJoin
{
  background-color:#696969 !important;
}
.noJoin table tr:last-child td button
{
  color:#ff4500 !important;
  border-color:#ff4500 !important;
}
.noJoin table tr:nth-child(3) td:first-child span
{
  color:#b8860b;
}



.overlay
{
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.75);
  width: 100%;
  height: 100%;
  z-index: 10;
}
/* モーダルウィンドウ */
.modal-window
{
  display: none;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 95%;
  height: 80%;
  border-radius: 5px;
  z-index: 11;
  overflow:auto;
  /*background-color:#ddd;*/
}
.modal-window table
{
  width: 100%;
  font-size:2rem;
}
.modal-window table tr
{
  background: #fff;
  text-align:center;
}
.modal-window table th
{
  width:20%;
  color: #fff;
  padding: 10px 0;
  background: #258;
  background:-moz-linear-gradient(rgba(34,85,136,0.7), rgba(34,85,136,0.9) 50%);
  background:-webkit-gradient(linear, 100% 0%, 100% 50%, from(rgba(34,85,136,0.7)), to(rgba(34,85,136,0.9)));
  font-weight: bold;
  border:1px solid #258;
  line-height: 120%;
  text-align: center;
  text-shadow:0 -1px 0 rgba(34,85,136,0.9);
  font-size:1.3rem;
}
.modal-window table td
{
  border:1px solid #258;
  padding:15px 0;
}
.modal-window table tr:first-child th
{
  border-radius: 10px 0 0 0;
}
.modal-window table tr:first-child td:last-child
{
  border-radius:0 10px 0 0;
}
.modal-window table tr:last-child th
{
  border-radius: 0 0 0 10px;
}
.modal-window table tr:last-child td:last-child
{
  border-radius:0 0 10px 0;
}
.modal-window table tr:first-child th,
.modal-window table tr:first-child td
{
  box-shadow: 1px 2px 2px rgba(0,0,0,0.1);
}
.modal-window table tr:last-child th
.modal-window table tr:last-child td
{
  box-shadow: 2px 2px 1px rgba(0,0,0,0.1);
}



.selectbox-3
{
    display: inline-flex;
    align-items: center;
    position: relative;
    width:96%;
}

.selectbox-3::after {
    position: absolute;
    right: 15px;
    width: 10px;
    height: 7px;
    background-color: #535353;
    clip-path: polygon(0 0, 100% 0, 50% 100%);
    content: '';
    pointer-events: none;
}

.selectbox-3 select
{
    appearance: none;
    width:100%;
    min-width: 230px;
    height: 2.2em;
    padding: .3em calc(.8em + 30px) .4em .8em;
    border: 1px solid #d0d0d0;
    border-radius: 25px;
    background-color: #fff;
    color: #333333;
    font-size: 0.8em;
    cursor: pointer;
}

@media (max-width:1070px) {
}
@media (max-width:960px) {
}
@media (max-width:796px) {
}
@media (max-width:830px) {
  html
  {
    
    font-size:12px !important;
  }
  .modal-window table
  {
    font-size:1.5rem !important;
  }
}

@media only screen and (max-width: 1050px) {
}