@charset "utf-8";

.roll_over a > img:nth-child(2) {
	display: none;
}
#carp .mainimg {
  background: url("../images/bg_mainimg.png") no-repeat center center / cover;
  width: 100%;
  margin: 0 auto;
}
#carp .mainimg > * {
  position: relative;
  z-index: 10;
}
#carp {
	text-align: center;
	overflow: hidden;
}
#carp .smlfont {
	font-size: 80%;
}
#carp .em {
	font-weight: bold;
}
#carp .underline {
	border-bottom: 3px double #E40013;
}
#carp .red {color: #f00;}
#carp .pb0 {
  padding-bottom: 0 !important;
}
#carp .border-box {
	background: #FCE5E7;
}
#carp .shosai-box dl,
#carp .shosai-box p {
	text-align: left;
}
#carp .shosai-box dt {
	color: #E40013;
	font-weight: bold;
	padding-bottom: 3px;
}
#carp .table tr > * {
  border: 1px solid #E40013;
	background: #fff;
	color: #000;
  padding: 5px 10px;
  vertical-align: middle;
}
#carp .table tr > th {
  background: #F9CED1;
	white-space: nowrap;
	text-align: center;
}
#carp .table tr > th > span.small {
  font-size: 90%;
  font-weight: normal;
}
#carp .table + p, #carp .table + ul {
  margin-top: 5px;
}
#carp .list > li {
  position: relative;
  padding-left: 1.3em;
}
#carp .list.custom_4 > li {
  padding-left: 4.3em;
}
#carp .list > li::before,
#carp .list > li > .num {
  position: absolute;
  top: 0;
  left: 0;
}
#carp .list.circle > li::before {
  content: "○";
}
#carp .list.smldot > li::before {
  content: "・";
}
#carp .list.kome > li::before {
  content: "※";
}
#carp .list > li + li {
	margin-top: .2em;
}
#carp .list.invitation > li + li {
	margin-top: .5em;
}
#carp .list.invitation .em {
	font-size: 110%;
}
#carp .fs_small {font-size:90%;}

#carp .bb1 {
	margin: auto;
}
#carp .bb_list li {
	font-weight: bold;
}
#carp .bb_list li:nth-child(1) {
	color: #00A6E9;
}
#carp .bb_list li:nth-child(2) {
	color: #E40013;
}
#carp .bb_list li {
	text-align: left;
}
#carp .bb_list li > img {
	padding-bottom: 15px;
}
#carp .bb_list li span {
	display: block;
}
#carp .bb_list li span.attent {
	color: #000;
  font-size: 80%;
  font-weight: normal;
  text-indent: -1em;
  margin-left: 1em;
}
#carp .bb_list li span.attent::before {
  content: '※';
}
/* closed */
#carp .closed {
  font-weight: bold;
  color: #00468C;
  border: 5px double #00468C;
  width: 94%;
  max-width: 840px;
  border-radius: 10px;
}


/* /_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_
  Media Queries による切り替え
@media only screen and (max-width: 960px) {
/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_*/
/* スマホ向けのスタイル：960px */
@media only screen and (max-width: 768px) {
	#carp img{
		max-width: 100%;
		width: auto;
	}
  #carp .mb30 {
    margin-bottom: 20px;
  }
	#carp .mainimg {
		padding: 10px 15px 5px;
	}
	#carp {
		padding-bottom: 30px;
		font-size: 14px;
	}
	#carp .border-box {
		border: none;
		border-top: 3px solid #E40013;
		padding: 10px 0 30px;
	}
	#carp .border-box .container {
		margin: 0;
		padding: 0 4%;
	}
	#carp .border-box .tokuten img {
		display: block;
		width: 40%;
    max-width: 170px;
		margin: 10px auto;
	}
	#carp .shosai-box dt {
		font-size: 16px;
	}
	#carp .shosai-box dd + dt {
		margin-top: 15px;
	}
  #carp .table tr > th > span.small {
    display: block;
  }

	#carp .bb1 {
		padding: 0 4%;
	}
	#carp .bb_list {
		padding: 30px 4%;
	}
	#carp .bb_list li {
		max-width: 432px;
		margin: auto;
	}
	#carp .bb_list li:first-child {
		padding-bottom: 20px;
	}
	#carp .bb_list li span {
		padding: 5px 4%;
	}
  #carp .closed {
    margin: 20px auto;
    font-size: 110%;
    padding: 5px;
  }

}

/* タブレット＆PCのスタイル：768px */
@media only screen and (min-width: 769px) {
	.roll_over a:hover > img:nth-child(1) {
		display: none;
	}
	.roll_over a:hover > img:nth-child(2) {
		display: inline;
	}

	#carp .mainimg {
		padding: 25px 0;
    margin-bottom: 50px;
	}
	#carp {
		padding-bottom: 70px;
		font-size: 16px;
	}
	#carp .border-box {
		background: #FCE5E7;
		border: 3px solid #E40013;
		width: 840px;
		padding: 35px 35px 30px;
		margin: auto;
		position: relative;
	}
	#carp .border-box .container {
		width: auto;
		max-width: none;
	}
	#carp .border-box .tokuten {
		position: absolute;
		left: -10px;
		top: -25px;
	}
  #carp .border-box + .border-box {
    margin-top: 50px;
  }
	#carp .shosai-box dt {
		font-size: 18px;
	}
	#carp .shosai-box dd + dt {
		margin-top: 20px;
	}
	
	#carp .bb_list {
		padding: 40px 0 60px;
		display: table;
		margin: auto;
	}
	#carp .bb_list li {
		display: table-cell;
		width: 432px;
		padding: 0 10px;
	}
	#carp .bb_list li span {
		padding: 5px 10px;
	}
	#carp .bb_list li a,
  #carp .bb1 a {
    transition: .5s;
	}
	#carp .bb_list li a:hover,
  #carp .bb1 a:hover {
    opacity: .7;
	}
  #carp .closed {
    margin: -20px auto 50px;
    font-size: 150%;
    padding: 15px;
  }


}