@charset "utf-8";
/* CSS Document */
.h_bar{
  display: none;
}
.mb_5 {margin-bottom: 5px;}
.mb_20 {margin-bottom: 20px;}
#mainArea {
	width: 1100px;
	font-size: 15px;
	line-height: 26px;
	margin: 0 auto;
	margin-bottom: 4%;
	}
#mainArea p {
	font-family: -apple-system, BlinkMacSystemFont, Roboto, "Segoe UI", "Helvetica Neue", HelveticaNeue, YuGothic, "Yu Gothic Medium", "Yu Gothic", Verdana, Meiryo, sans-serif;
	}
	/* IEだけに適応 */
_:lang(x)::-ms-backdrop, .selector {
	font-family: "Segoe UI", Meiryo, sans-serif;
}
.top-text-area {
	width: 49%;
	display: inline-block;
	vertical-align: top;
	margin: 4% 0%;
}
.top-text-area p {
	padding: 6% 0;
	font-size: 13px;
    line-height: 22px;
}
.item_img {
	width: 800px;
    -webkit-backface-visibility: hidden;
}
.initial {
	font-size: 30px;
}
.item-pointArea {
	position: relative;
}
.item-name {
	display: inline-block;
    vertical-align: middle;
    font-size: 43px !important;
    font-weight: 600;
    margin-left: 10px;
	padding: 0% !important;
}
.number {
	vertical-align: middle;
	 display: inline-block;
	-ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
	text-orientation: upright; /* すべて縦方向に表示 */
	font-weight: 700;
    font-size: 16px !important;
	padding: 0% !important;
}

.item-name-sub {
	font-size: 21px !important;
    margin-bottom: 10px;
    font-weight: 700;
}
#boxcontents {
	position: absolute;
    bottom: 70px;
    width: 420px;
}
.item-text-wrapper {
	width: 95%;
	margin: 0 auto;
}
.item-text-area {
	width: 33%;
	display: inline-block;
	vertical-align: top;
	margin: 0 0 6% 0%;
}
.item-text-area  p {
	font-size: 15px;
    line-height: 26px;
	padding-right: 11%;
}
.price {
	font-size: 17px !important;
	line-height: 2.6 !important;
}
.btnArea_ {
    width: 100%;
    display: inline-block;
    text-align: left;
    line-height: 3.3;
    letter-spacing: 1px;
	margin: 8% 0;
}
.btnArea_ a {
    border: 1px solid #000000;
    color: #fff;
	background-color: #000;
    text-align: center;
    padding: 0 0;
    font-size: 1.8rem;
    margin: 0;
    transition: all .3s;
    display: inline-block;
    text-decoration: none;
    width: 100%;
    font-family: arial,sans-serif;
    letter-spacing: 0;
}
.btnArea_ a:hover {
    color: #000 !important;
    background-color: #fff;
    border: 1px solid #000000;
}
#subArea {
	margin: 6% 0;
    padding: 6%;
    border: solid 1px #c1c1c1;
}
.sub-text-area {
	width: 66%;
	display: inline-block;
	vertical-align: top;
}
.sub-text-area  p {
	font-size: 15px;
    line-height: 26px;
	padding-right: 11%;
}
.sub-midashi {
	font-size: 33px !important;
	margin-bottom: 25px;
	font-style: italic;
}
#archive-wrapper {
	background: #e6e6e6;
}
#archive {
	width: 990px;
	margin: 0 auto;
	padding: 6% 0;
}
.archive_child {
	width: 33%;
    display: inline-block;
    padding: 3%;
}
.archive_link {
	font-size: 14px;
	line-height: 1.6;
	transition: all .3s;
}
.yymmdd {
	display: block;
	font-style: italic;
	color: #898989;
}

.morebtn_ {
    width: 480px;
    text-align: left;
    line-height: 3.3;
    letter-spacing: 1px;
	margin: 0 auto;
}
.morebtn_ a {
    border: 1px solid #000000;
    color: #000;
	background-color: #fff;
    text-align: center;
    padding: 0 0;
    font-size: 1.8rem;
    margin: 0;
    transition: all .3s;
    display: inline-block;
    text-decoration: none;
    width: 100%;
    margin-bottom: 50px;
    letter-spacing: 0;
}
.morebtn_ a:hover {
    color: #fff !important;
    background-color: #000;
    border: 1px solid #000000;
}