@charset "UTF-8";
#beltbnr {
 display: none;
}
.h_bar{
  display: none;
}
#mainArea{
  width: 900px;
  margin: 0 auto;
  letter-spacing: 0;
  line-height: 2;
  font-size: 1.1rem;
}
.lead {
    font-size: 1.4rem;
    margin: 6% auto 15%;
    text-align: center;
    font-family: -apple-system, BlinkMacSystemFont, Roboto, "Segoe UI", "Helvetica Neue", HelveticaNeue, YuGothic, "Yu Gothic Medium", "Yu Gothic", Verdana, Meiryo, sans-serif;
}
section{
  margin: 6em auto;
}
.blc {
	display: block;
}
.in-blc{
  display: inline-block;
}
.center{
  text-align: center;
}
.v-m{
  vertical-align: middle;
}
.f-11 {
  font-size: 1.1rem;
}
.f-12 {
  font-size: 1.2rem;
}
.f-y {
	font-family: -apple-system, BlinkMacSystemFont, Roboto, "Segoe UI", "Helvetica Neue", HelveticaNeue, YuGothic, "Yu Gothic Medium", "Yu Gothic", Verdana, Meiryo, sans-serif;
}
.m-l {
	margin-left: 8%;
}
.itemimg-area {
	margin: 12% auto 9%;
}
.mainimg-area {
	width: 52%;
	display: inline-block;
	vertical-align: middle;
}
.cap-area {
	width: 39%;
	display: inline-block;
	vertical-align: middle;
}
.cap-area-inner{
	margin: 9% auto 12%;
}
h3 {
	font-size: 2.4rem;
	font-family: freight-big-pro, serif;
    font-weight: 800;
    font-style: normal;
	letter-spacing: 1px;
	text-align: center;
	line-height: 1;
    margin: 0 0 3%;
}
h4 {
	font-size: 2.4rem;
	font-family: freight-big-pro, serif;
    font-weight: 800;
    font-style: normal;
	letter-spacing: 1px;
	display: flex;
    align-items: center;
	position: absolute;
    left: 14%;
}
h4:after {
    border-top: 1px solid;
    content: "";
    width: 50px;
    margin-left: 8px;
}
h5 {
	font-size: 2.0rem;
	font-family: freight-big-pro, serif;
    font-weight: 800;
    font-style: normal;
	letter-spacing: 1px;
	display: flex;
    align-items: center;
	margin: 0 0 5%;
}
h5:after {
    border-top: 1px solid;
    content: "";
    width: 50px;
    margin-left: 8px;
}
.back-b {
	background:#f7f5ed;
	padding: 10% 8%;
}
.item-img {
	width: 50%;
	display: inline-block;
	vertical-align: middle;
}
.photo_ {
	width: 90% !important;
	margin: 0 auto;
	display: block;
}
/*///*/
.info {
	background:#f7f5ed;
	padding: 10% 0;
}
/*///*/
.crdit {
    display: inline-block;
    width: 74%;
    vertical-align: middle;
    font-size: 1.1rem;
    line-height: 1.8;
}
.crdit p {
    margin-bottom: 3px;
}
.mb10 {
	margin-bottom: 10px !important;
}
.mb20 {
	margin-bottom: 20px !important;
}
.mb30 {
	margin-bottom: 30px !important;
}
.img-c img {
	width: 100%;
	-webkit-backface-visibility: hidden;
}
/*////*/
.btn_all {
    width: 100%;
    text-align: left;
    line-height: 3.6;
	display: block;
    vertical-align: middle;
    margin: 9% auto 0;
}
.btn_all a {
	width: 100%;
    border: 1px solid #111;
    color: #fff;
    background-color: #111;
    text-align: center;
    padding: 0px;
    font-size: 1.5rem;
	letter-spacing: 2px;
    transition: all 0.3s ease 0s;
    display: inline-block;
    text-decoration: none;
	font-family: "Arial";
}
.btn_all a:hover {
    color: #111 !important;
    background-color: #fff;
    border: 1px solid #111;
}
