@charset "UTF-8";
#beltbnr {
 display: none;
}
.h_bar{
  display: none;
}
#mainArea{
	width: 900px;
  letter-spacing: 0;
  line-height: 2;
  overflow: hidden;
  margin: 0 auto;
}
.lead {
   width: 90%;
    font-size: 1.3rem;
    margin: 8% auto;
    text-align: left;
    font-family: -apple-system, BlinkMacSystemFont, Roboto, "Segoe UI", "Helvetica Neue", HelveticaNeue, YuGothic, "Yu Gothic Medium", "Yu Gothic", Verdana, Meiryo, sans-serif;
}
section{
   width: 90%;
   margin: 10em auto 12em;
}
.bold {
  font-weight: 700 !important;
}
.blc {
  display: block;
}
.in-blc{
  display: inline-block;
}
.right{
  text-align: right;
}
.left{
  text-align: left;
}
.center{
  text-align: center;
}
.v-m {
  vertical-align: middle;
}
.f-11 {
  font-size: 1.1rem;
}
.f-12 {
  font-size: 1.2rem;
}
.f-20 {
  font-size: 2.0rem;
}
.f-y {
	font-family: -apple-system, BlinkMacSystemFont, Roboto, "Segoe UI", "Helvetica Neue", HelveticaNeue, YuGothic, "Yu Gothic Medium", "Yu Gothic", Verdana, Meiryo, sans-serif;
}
.z-2 {
	position: relative;
	z-index: 2;
}
h3 {
	font-weight: 600;
	font-style: normal;
    font-size: 1.6rem;
    line-height: 1.6;
	text-align: center;
	font-family: -apple-system, BlinkMacSystemFont, Roboto, "Segoe UI", "Helvetica Neue", HelveticaNeue, YuGothic, "Yu Gothic Medium", "Yu Gothic", Verdana, Meiryo, sans-serif;
}
.fukidashi {
	display: block;
    margin: 1% auto 5%;
    width: 80px;
    text-align: center;
}
h4 {
	font-size: 1.7rem;
    line-height: 1.7;
    font-family: -apple-system, BlinkMacSystemFont, Roboto, "Segoe UI", "Helvetica Neue", HelveticaNeue, YuGothic, "Yu Gothic Medium", "Yu Gothic", Verdana, Meiryo, sans-serif;
    display: inline-block;
    vertical-align: middle;
}
.title_ {
	margin: 0 0 6%;
}
.title_img {
	width: 42px;
    margin: 0 3% 0 0;
    display: inline-block;
    vertical-align: middle;
}
h5 {
    display: flex;
    align-items: center;
	font-size: 1.2rem;
	margin-bottom: 5%;
	font-weight: 200;
	font-style: normal;
	letter-spacing: 1px;
	font-family: -apple-system, BlinkMacSystemFont, Roboto, "Segoe UI", "Helvetica Neue", HelveticaNeue, YuGothic, "Yu Gothic Medium", "Yu Gothic", Verdana, Meiryo, sans-serif;
}
h5:after {
    content: "";
    height: 1px;
    flex-grow: 1;
	background-color: #666;
    margin-left: 1rem;
}
.img_area {
	width: 48%;
	display: inline-block;
	vertical-align: middle;
}
.text_area {
	width: 41%;
	display: inline-block;
	vertical-align: middle;
}
.m-r {
	margin-right: 10%;
}
.po-r {
	position: relative;
}
.hi-img {
	width: 90px;
	position: absolute;	
	z-index: 2;
	top: -40px;
    right: -22px;
}
.hi-img-pc {
	width: 90px;
	position: absolute;	
	z-index: 2;
	top: -40px;
    left: -22px;
}
.staff-area {
	background-color: #f0f0f0;
	padding: 8% 0 11%;
}
.staff-area-inner {
	width: 80%;
	margin: 0 auto;
}
.staff-li {
	display: inline-block;
	vertical-align: top;
	width: 32.9%;
	text-align: center;
}
.staff {
    width: 100px;
	margin-bottom: 5%;
}
.shop_ {
	font-size: 1.1rem;
}
.staffname_ {
	font-size: 1.4rem;
	font-weight: 600;
	line-height: 1.6;
}
/*///*/
.fade {
	margin-bottom: 15%;
}
.caption_ {
	margin: 0% auto 10%;
}
.crdit {
    display: inline-block;
    width: 74%;
    vertical-align: middle;
    font-size: 1.1rem;
    line-height: 1.8;
}
.crdit p {
    margin-bottom: 3px;
}
.mb5 {
	margin-bottom: 5px;
}
.mb10 {
	margin-bottom: 10px;
}
.mb20 {
	margin-bottom: 20px;
}
.mb30 {
	margin-bottom: 30px;
}
.img-c img {
	width: 100%;
	-webkit-backface-visibility: hidden;
}
.credit_area {
}
.line_ {
	width: 86%;
	margin: 0 auto;
	border: solid #adadad 0.5px;
}
.staff--comment {
  position: relative;
  padding: 15px 20px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin: 2em 0em 3em;
  text-align: left;
}
.staff--comment::before,
.staff--comment::after {
  position: absolute;
  content: '';
  width: 20px;
  height: 20px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.staff--comment::before {
  top: 0;
  left: 0;
  border-top: 4px solid #888;
  border-left: 4px solid #888;
}
.staff--comment::after {
  bottom: 0;
  right: 0;
  border-bottom: 4px solid #888;
  border-right: 4px solid #888;
}
/*////*/
.button_crdit {
	width: 73%;
	display: inline-block;
	vertical-align: middle;
}
.button_ {
  width: 64px;
  height: 30px;
  border: solid 1px #222;
  background: #fff;
  text-align: center;
  transition : 1s;
  vertical-align: middle;
}
.eff {
  text-decoration: none;
	line-height: 30px;
	color: #222 !important;
	font-size: 1.1rem;
	letter-spacing: 1px;
	font-family: -apple-system, BlinkMacSystemFont, Roboto, "Segoe UI", "Helvetica Neue", HelveticaNeue, YuGothic, "Yu Gothic Medium", "Yu Gothic", Verdana, Meiryo, sans-serif;
}
.button_:hover{
    background: #222;
	border: solid 1px #222;
	color: #fff !important; 
	transition : .3s;
}
.eff:hover {
    color: #fff !important;
    background: #222;
}
/*////*/
.btn_all_crdit {
	width: 60%;
	display: inline-block;
	vertical-align: middle;
}
.btn_all {
    width: 125px;
    text-align: left;
    line-height: 3.0;
    display: inline-block;
    vertical-align: middle;
}
.btn_all a {
	width: 100%;
   border: 1px solid #111;
    color: #fff;
    background-color: #111;
    text-align: center;
    padding: 0px;
    font-size: 1.3rem;
	letter-spacing: 1px;
	font-weight: 400;
    transition: all 0.3s ease 0s;
    display: inline-block;
    text-decoration: none;
}
.btn_all a:hover {
    color: #111 !important;
    background-color: #fff;
    border: 1px solid #111;
}
