/*------タグ設定-----------------*/
h1 {
	margin: 0;
}
h2 {
	margin: 0px 0 5px 5px;
	font-size: 24px;
}
header {
	width: 850px;
	height: 50px;
	padding-top: 3px;
}
/*-----------id設定-----------------*/
.logo {
    vertical-align: bottom;
    margin: 5px;
}
header #ad {
	display: inline-block;
	margin: 5px 5px;
}

#windowWrapper {
	width: 100%;
	height: 100%;
}

#pcWrapper {
	width: 850px;
	height: auto;
	min-height: 1600px;
	background: transparent;
	margin: 0 auto;
}

#pcLeftWrapper, #pcMemLeftWrapper {
	width: 150px;
	height: auto;
	min-height: 1300px;
	display: inline-block;
	float: left;
	padding: 0 10px;
	margin: 0;
}

#pcCentWrapper {
	width: 680px;
	height: auto;
	min-height: 1300px;
	float: left;
	margin: 0;
}

#pcRightWrapper {
	width: 130px;
	height: auto;
	min-height: 1300px;
	display: inline-block;
	float: left;
	padding: 0 10px;
	margin: 0;
}

#ad {
	display: inline-block;
	margin: 30px 0px 0 -10px;
}

.wide {
  width: 650px;
  padding: 5px 0 0;
}
.wide:before{
  left: 35%;
}
.wide_img {
  width: 45%;
  padding: 10px 10px 10px 5px;
}
.wide_info{
	width: 50%;
	padding: 10px 0px;
	vertical-align: top;
}
.wide img {
	width: 100%;
	height: 250px;
}


.waku {
  position: relative;
}
.waku:before {
  content: ''; /* このプロパティが無いと擬似要素は機能しません、お決まりの呪文です。 */
  display: block; /* ブロック要素にします。 */
  position: absolute; /* absoluteで上に乗っけます。 */
  top: 0; /* 縦横の値を入れるのは基本です。入れないとだめ！っと思っておくほうが今後の為いいです。 */
  left: 0;
  width: 100%;
  height: 100%;
  box-shadow: inset 0 0 0px 6px rgba(255,255,255,0.6);
}

/* .narrow {
  position: relative;
  background-image: url("../images/topBack.jpg");
  box-shadow:0 0 5px rgba(0,0,0,.2);
  padding: 0em;
  color: #65513f;
  width: 160px;
  height: 200px;
  margin: 10px 3px 0;
  display: inline-block;
    text-align: center;
}
.narrow:before{
  position: absolute;
  content: "";
  top: -1em;
  left: 15%;
  width:50px;
  height:20px;
  background-image: linear-gradient(-45deg, rgba(179,62,92,.4) 25%, transparent 25%, transparent 50%, rgba(179,62,92,.4) 50%, rgba(179,62,92,.4) 75%, transparent 75%, transparent 100%);
  background-size: 10px 10px;
  border-left:2px dotted rgba(0,0,0,.1);
  border-right:2px dotted rgba(0,0,0,.1);
  box-shadow:0 0 5px rgba(0,0,0,.2);
  padding: 0.25em 2em;
  color: #65513f;
  transform: rotate(-4deg); 
}
.narrow td:first-child {
  width: 35%;
  margin: 0;
  padding: 10px 10px 10px 5px;
  vertical-align: top;
}
.narrow td:nth-child(2){
	display: none;
}
.narrow img {
	width: 100%;
	max-height: 180px;
	object-fit: contain;
}
.narrow .btn {
	margin: 2px 0 0 0;
	border-radius: 0 15px 15px 0;
	padding: 0.2em 0.9em 0.1em 0.6em;
	background: #b33e5c;
	cursor: pointer;
	border: 3px solid #b33e5c;
	color: white;
	display: inline-block;
}
.narrow .btn:hover {
	border: 3px double #b33e5c;
	background: white;
	color: #b33e5c;
} */

.paging {
	margin: 15px 0 30px 10px;
}
.paging a{
	margin: 2px -1px 0 0;
}

/* .toTop {
	display: none;
	position: fixed;
	bottom: 10px;
	right: 10px;
	cursor: pointer;
	transition: 0.5s;
	width: 45px;
}
.toTop:hover {
	transition: 0.5s;
	margin-bottom: 5px;
} */

#det {
  padding: 20px 10px;
  width: 700px;
  margin: 25px auto;
}
#det:before{
  left: 35%;
  width: 150px;
}
.det_img {
  padding: 16px 0 16px 5px;
  vertical-align: top;
  width: 47%;
}
.det_info {
	padding: 5px;
	vertical-align: top;
	width: 47%;
}
#det img {
	max-width: 350px;
	max-height: 450px;
	object-fit: contain;
}
#det td:first-child {
	padding: 16px;
	vertical-align: top;
	width: 50%;
}
#det td:nth-child(2){
	padding: 5px;
	vertical-align: top;
}

#add {
  width: 550px;
}
#add:before{
  left: 35%;
}

#memBtn {
	text-align: center;
	margin: 0px auto;
}

#wrap {
  padding: 50px 20px;
  width: 500px;
}
#wrap:before{
  left: 35%;
}

/*----------個別class設定-------------*/
.marker2 span{
	color: #333;
	position: relative;
	display: inline-block;
}
.marker2 span:after {
	position: absolute;
	bottom: 1px;
	left: -1px;
	content: "";
	width: 0;
	height: 3px;
	transition: 0.3s;
	background-color: rgba(179,62,92,.4);
}
.marker2 span:hover:after {
	width: 110%;
}

.detH1 {
	margin: 0 0 10px 0px;
}
.detH2 {
	font-size: 15px;
	margin: 0;
}
/*----------class設定-------*/
.mobile {
	display: none;
}
