@charset "UTF-8";

#relateLinks:after,
#header:after,
#globalNav .nav:after,
#globalNav:after,
#contents:after,
#main:after,
#aside:after,
.inner:after,
#footer:after,
#cover:after,
#breadcrumb:after,
#visual:after{
	font-size:1px;
	content: "";
	display: block;
	height: 0;
	clear: both;
}
#relateLinks,
#header,
#globalNav,
#globalNav .nav,
#contents,
#main,
#aside,
.inner,
#footer,
#cover,
#breadcrumb,
#visual{
	zoom: 1;
}
.pager:after,
.entry:after,
.entry-post:after,
.entry-column:after,
.list:after,
.well:after,
.section:after,
section:after,
.block1:after,
.block2:after,
.block3:after,
.block4:after,
.block5:after,
.block6:after,
.block70-30:after,
.block60-40:after,
.block50-50:after{
	font-size:1px;
	content: "";
	display: block;
	height: 0;
	clear: both;
}
.pager,
.entry,
.entry-post,
.entry-column,
.list,
.well,
.section,
section,
.block1,
.block2,
.block3,
.block4,
.block5,
.block6,
.block70-30,
.block60-40,
.block50-50{
	zoom: 1;
}

.edit h1,
.edit h2,
.edit h3,
.edit h4,
.edit h5,
.edit h6{
	clear: both;
}

/* loading */
#loader {
	display: none;
	position: fixed;
	top: 50%;
	left: 50%;
	margin-top: -16px; /* heightの半分のマイナス値 */
	margin-left: -16px; /* widthの半分のマイナス値 */
	z-index: 9999999999;
}
#loader i{
	color:#808080 !important;
}
#fade {
	width: 100%;
	height: 100%;
	display: none;
	background-color: rgba(255,255,255,0.96);
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: 999999999;
}




/* margin */
.margin-bottom-xl {
	margin-bottom: 40px !important;
}
.margin-bottom-lg {
	margin-bottom: 30px !important;
}
.margin-bottom-xm {
	margin-bottom: 20px !important;
}
.margin-bottom-md {
	margin-bottom: 12px !important;
}
.margin-bottom-sm {
	margin-bottom: 6px !important;
}
.margin-bottom-xs {
	margin-bottom: 3px !important;
}

.margin-tb-40 {
	margin: 40px 0 40px 0 !important;
}


.padding-tb-20 {
	padding: 20px 0 20px 0 !important;
}
.padding-tb-30 {
	padding: 30px 0 30px 0 !important;
}
.padding-tb-40 {
	padding: 40px 0 40px 0 !important;
}
.padding-tb-50 {
	padding: 50px 0 50px 0 !important;
}
.padding-tb-60 {
	padding: 60px 0 60px 0 !important;
}


.padding-tb-45_40 {
	padding: 45px 0 40px 0 !important;
}

.padding-tb-0_30 {
	padding: 0 0 30px 0 !important;
}
.padding-tb-30_0 {
	padding: 30px 0 1px 0 !important;
}

.padding-tb-40_20 {
	padding: 40px 0 20px 0 !important;
}
.padding-tb-20_40 {
	padding: 20px 0 40px 0 !important;
}

.padding-tb-60_30 {
	padding: 60px 0 30px 0 !important;
}
.padding-tb-30_60 {
	padding: 30px 0 60px 0 !important;
}


/* font size */
.text-xxlg {
	font-size: 2.5em !important; /* 40px */
}
.text-xlg {
	font-size: 2.0em !important; /* 32px */
}
.text-lg {
	font-size: 1.750em !important; /* 28px */
}
.text-xmd {
	font-size: 1.375em !important; /* 22px */
}
.text-md {
	font-size: 1.125em !important; /* 18px */
}
.text-nml {
	font-size: 1.0em !important; /* 16px */
}
.text-sm {
	font-size: 0.875em !important; /* 14px */
	line-height: 170% !important;
}
.text-xsm {
	font-size: 0.750em !important; /* 12x */
	line-height: 120% !important;
}


/* text position */
.text-center{
	text-align: center;
}
.text-right{
	text-align: right;
}
.text-left{
	text-align: left;
}

.text-space1{
	letter-spacing: 1px;
}
.text-space2{
	letter-spacing: 2px;
}
.text-space2{
	letter-spacing: 2px;
}

.text-strong{
	font-weight: bold;
}

span.text-em{
	border-bottom: 2px solid #EFEFEF;
	padding-bottom: 2px;
}
span.text-em-orange{
	border-bottom: 2px solid #455b5b;
	padding-bottom: 6px;
}

/* text link */
a{
	color:#455b5b;
	text-decoration: underline;
}
a:hover{
	color:#455b5b;
	text-decoration: none ;
}

a.line-none {
	color:#9fa16b !important;
	text-decoration: none !important;
}
a:hover.line-none{
	color:#455b5b !important;
	text-decoration: underline !important;
}

a.line-theme {
	color:#455b5b !important;
	text-decoration: underline !important;
}
a:hover.line-theme{
	color:#455b5b !important;
	text-decoration: none !important;
}

a.color-theme{
	color:#455b5b !important;
	text-decoration: none !important;
}
a:hover.color-theme{
	color:#455b5b !important;
	text-decoration: underline !important;
}

a.color-black{
	color:#000 !important;
	text-decoration: none !important;
}
a:hover.color-black{
	color:#455b5b !important;
	text-decoration: underline !important;
}

a.color-white{
	color:#FFF !important;
	text-decoration: none !important;
}
a:hover.color-white{
	color:#FFF !important;
	text-decoration: underline !important;
}
a.color-gray{
	color:#999 !important;
	text-decoration: none !important;
}
a:hover.color-gray{
	color:#455b5b !important;
	text-decoration: underline !important;
}
a.color-red{
	color:#ba4242 !important;
	text-decoration: underline !important;
}
a:hover.color-red{
	color:#455b5b !important;
	text-decoration: underline !important;
}

.text-theme{
	color: #455b5b !important;
}
.text-white{
	color: #FFF !important;
}
.text-black{
	color: #000 !important;
}
.text-red{
	color: #ba4242 !important;
}
.text-grayd{
	color: #666 !important;
}
.text-grayl{
	color: #999 !important;
}
.text-bg-light{
	background-color: rgba(255,255,255,0.5);
	padding: 0 4px 1px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}
.text-shadow-dark{
	text-shadow:
	0px 0px 5px rgb(0, 0, 0),
	0px 0px 10px rgb(0, 0, 0),
	0px 0px 10px rgb(0, 0, 0),
	0px 0px 20px rgb(0, 0, 0);
}
.text-shadow-light{
	text-shadow:
	0px 0px 5px rgb(255, 255, 255, 0.5),
	0px 0px 10px rgb(255, 255, 255, 0.5),
	0px 0px 20px rgb(255, 255, 255, 0.5);
}
.text-line{
	color: #45b345 !important;
}
.text-yellow{
	color: #fed701 !important;
}
.marker-yellow{
    background: -moz-linear-gradient(top, rgba(255, 220, 77, 0) 60%, rgba(255, 220, 77, 0.4) 60%, rgba(255, 220, 77, 0.4) 100%);
    background: -webkit-linear-gradient(top, rgba(255, 220, 77, 0) 60%, rgba(255, 220, 77, 0.4) 60%, rgba(255, 220, 77, 0.4) 100%);
    background: linear-gradient(to bottom, rgba(255, 220, 77, 0) 60%, rgba(255, 220, 77, 0.4) 60%, rgba(255, 220, 77, 0.4) 100%);
}


.bg-theme{
	background-color:#455b5b;
}
.bg-theme-light{
	background-color: #627370;
}
.bg-gray{
	background-color:#CCC;
}
.bg-grayh {
	background-color: #222;
}
.bg-grayl {
	background-color: #EFEFEF;
}
.bg-white {
	background-color: #FFF;
}
.bg-beige{
	background-color: #F4F2EC;
}
.bg-line{
	background-color: #45b345;
}
.bg-layer{
	position: relative;
	z-index: 0;
}
.bg-layer-black10:after{
	position: absolute;
	display: block;
	content: "";
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0,0,0,0.1);
}
.bg-layer-black20:after{
	position: absolute;
	display: block;
	content: "";
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0,0,0,0.2);
}
/* image */
.img-round-corners img{
	border-radius: 5px;
}
.img-round-circle img{
	border-radius: 50%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
}

.img-over {
	-webkit-transition: 0.2s ease-in-out;
	-moz-transition: 0.2s ease-in-out;
	-o-transition: 0.2s ease-in-out;
	transition: 0.2s ease-in-out;
}
.img-over:hover {
	opacity: 0.6;
	filter: alpha(opacity=60);
}



/* Rule */
hr{
	clear: both;
	width: 100%;
	height: 0;
	border: 0;
	border-bottom:1px solid #DDD;
	margin: 24px 0;
}

/* button */
.btn{
	font-size: 1.0em;
	line-height: 160%;
	text-align: center;
	display: inline-block;
}
.btn a{
	background: #F5F5F5;
	border:1px solid #DEDEDE;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	padding: 8px 18px 8px 18px;
	display: block;
	color: #333;
	text-decoration: none !important;
	-webkit-transition: background 0.4s;
	-moz-transition: background 0.4s;
	-o-transition: background 0.4s;
	transition: background 0.4s;
}
.btn a:hover{
	background: #DEDEDE;
	padding: 8px 18px 8px 18px;
	display: block;
	color: #111;
	text-decoration: none;
}

.btn-sm{
	font-size: 0.875em;
	line-height: 160%;
}
.btn-sm a{
	padding: 4px 10px 4px 10px;
}
.btn-sm a:hover{
	padding: 4px 10px 4px 10px;
}


.btn-md{
	font-size: 1.125em;
	line-height: 160%;
}
.btn-md a{
	padding: 18px 26px 18px 26px;
}
.btn-md a:hover{
	padding: 18px 26px 18px 26px;
}

.btn-lg{
	font-size: 1.375em;
	line-height: 180%;
}
.btn-lg a{
	padding: 24px 38px 24px 38px;
}
.btn-lg a:hover{
	padding: 24px 38px 24px 38px;
}

.btn-full{
	width: 100%;
}
.btn-half{
	width: 50%;
}

.btn-white a{
	background: #fff;
	border:2px solid #000;
	color: #111;
}
.btn-white a:hover{
	background: #455b5b;
	border:1px solid #455b5b;
	color: #FFF;
}

.btn-theme a{
	background: #455b5b;
	border:1px solid #455b5b;
	color: #FFF;
}
.btn-theme a:hover{
	background: #DDD;
	border:1px solid #DDD !important;
	color: #333;
}


/* ボタン追加 */
.btnType1{
	font-size: 1.0em;
	line-height: 160%;
	letter-spacing: 1px;
	text-align: center;
	display: inline-block;
	margin: auto;
}
.btnType1 a{
	background: #FFF;
	border:3px solid #455b5b;
	padding: 12px 30px 12px 30px;
	display: block;
	color: #455b5b;
	text-decoration: none;
	-webkit-transition: background 0.4s;
	-moz-transition: background 0.4s;
	-o-transition: background 0.4s;
	transition: background 0.4s;
}
.btnType1 a:hover{
	background: #ede8d0;
	border:3px solid #455b5b;
	padding: 12px 30px 12px 30px;
	display: block;
	color: #455b5b;
	text-decoration: none;
}
.btnType2{
	font-size: 1.250em;
	font-weight:700;
	letter-spacing: 1px;
	text-align: center;
	display: inline-block;
	margin: auto;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	padding-top:15px;
}
.btnType2 a{
	background: #9fa16b;
	padding: 12px 30px 12px 30px;
	display: block;
	color: #fff;
	text-decoration: none;
	-webkit-transition: background 0.4s;
	-moz-transition: background 0.4s;
	-o-transition: background 0.4s;
	transition: background 0.4s;
}
.btnType2 a:hover{
	background: #777950;
	padding: 12px 30px 12px 30px;
	display: block;
	color: #fff;
	text-decoration: none;
}

.btnType3{
	font-size: 0.875em;
	font-weight:700;
	letter-spacing: 1px;
	text-align: center;
	display: inline-block;
	margin: auto;
	border-radius: 60px;
	-webkit-border-radius: 60px;
	-moz-border-radius: 60px;
	padding-top:15px;
}
.btnType3 a{
	background: #9fa16b;
	padding: 6px 20px;
	display: block;
	color: #fff;
	text-decoration: none;
	-webkit-transition: background 0.4s;
	-moz-transition: background 0.4s;
	-o-transition: background 0.4s;
	transition: background 0.4s;
}
.btnType3 a:hover{
	background: #777950;
	padding: 6px 20px;
	display: block;
	color: #fff;
	text-decoration: none;
}

.catch {
	background: #455b5b;
	padding: 10px 16px 9px 16px;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	color:#fff;
}

/* column */
.well {
	padding: 24px 24px 20px 24px;
	border: 1px solid #CCC;
	border-radius: 3px;
	box-sizing: border-box;
}

.well-lg {
	padding: 36px 36px 30px 36px;
	border-radius: 3px;
	box-sizing: border-box;
}
.well-sm {
	padding: 12px;
	border-radius: 3px;
}

.well-white {
	background: rgba(255,255,255,0.5);
}

.well-grayl {
	background-color: #ddddd3;
}

.well-border-no {
	border: none;
}

.divider{
	border-bottom:1px solid #DDD;
	color: #DDD;
	padding: 0;
	margin: 0;
}
.divider-sm{
	margin: 10px 0 10px 0;
}
.divider-md{
	margin: 18px 0 18px 0;
}
.divider-lg{
	margin: 36px 0 36px 0;
}

.divider-bottom-15{
	margin-bottom: 15px;
}



/* 共通 */
.balloon {
	display:inline-block;
	position: relative;
	border-radius:3px;
}
.balloon:before {
	position: absolute;
	content: " ";
	height: 20px;
	width: 20px;
	transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
}
.balloon-inner {
	padding:1.2em 1.5em 0.6em 1.5em;
	background:#fff;
	border-radius:2px;
	/* transform z-index hack */
	transform: rotate(0deg);
	-webkit-transform: rotate(0deg);
	-ms-transform: rotate(0deg);
}
.shadow, .shadow:before {
 box-shadow: 0 0 0 1px rgba(0,0,0,0.2);
 -webkit-box-shadow: 0 0 0 1px rgba(0,0,0,0.2);
 background:#fff;
}
/* 下中央（ぼかしなし） */
.balloon-bottom:before {
 bottom: -7px;
 left: 50%;
 margin-left: -10px;
}
/* 上中央（ぼかしなし） */
.balloon-top:before {
 top: -7px;
 left: 50%;
 margin-left: -10px;
}
/* 左中央（ぼかしなし） */
.balloon-left:before {
 left: -7px;
 top: 50%;
 margin-top: -10px;
}
/* 右中央（ぼかしなし） */
.balloon-right:before {
 right: -7px;
 top: 50%;
 margin-top: -10px;
}
/* 水平垂直距離0（ぼかし） */
.shadow2, .shadow2:before {
 box-shadow: 0 0 4px rgba(0,0,0,0.2);
 -webkit-box-shadow: 0 0 4px rgba(0,0,0,0.2);
 background:#fff;
}
/* 下方向（ぼかしなし） */
.shadow3 {
	box-shadow: 0 3px #CCC;
	-webkit-box-shadow: 0 3px #CCC;
	background:#fff;
}
.shadow3:before {
	box-shadow: 3px 3px #CCC;
	-webkit-box-shadow: 3px 3px #CCC;
	background:#fff;
	position: absolute;
	left: 4.0em;
}

/* add */

a.tel-tap{
	color: #333;
	text-decoration: none;
}
a:hover.tel-tap{
	color: #333;
	text-decoration: none;
}

.mincho,
span.sw-mincho {
	font-family: 'Noto Serif JP', serif;
	font-weight: 400;
}
/* add */


.listview{
	position: relative;
}
.listview i.fa-chevron-right{
	position: absolute;
	right: 4px;
	top: 50%;
	font-size: 1.3em;
	color: #455b5b;
}

span.icon-new{
	font-size: 0.750em;
	font-weight: normal;
	color: #FF6600;
}

.icon-badge{
	background: #EFEFEF;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	color: #333;
	padding: 4px 8px;
}
.icon-badge-black{
	background: #111;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	color: #FFF;
}
.icon-badge-theme{
	background: #455b5b;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	color: #FFF;
}
.icon-badge-gley{
	background: #333;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	color: #FFF;
}
.icon-badge-red{
	background: #ba4242;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	color: #FFF;
}
.icon-badge-pink{
	font-size: 0.750em !important; /* 12x */
	line-height: 120% !important;
	background: #dcb0ae;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	color: #fff;
	margin-right:10px;
	margin-bottom:10px;
}

input[type="submit"],
input[type=text],
input[type=email],
textarea,
input[type="button"] {
	width: 100%;
	-webkit-appearance: none;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	border-radius: 0;
}
input[type="text"]:focus,
input[type="email"]:focus,
textarea:focus {
	background: #FFFFF5;
	border:1px solid #459e94;
	box-shadow:0px 0px 6px 3px #EFEFEF;
	border-radius:6px;
}

:placeholder-shown {
	font-size: 0.750em;
	color: #999; }
/* Google Chrome, Safari, Opera 15+, Android, iOS */
::-webkit-input-placeholder {
	font-size: 0.750em;
	color: #999999; }
/* Firefox 18- */
:-moz-placeholder {
	font-size: 0.750em;
	color: #999; opacity: 1; }
/* Firefox 19+ */
::-moz-placeholder {
	font-size: 0.750em;
	color: #999; opacity: 1; }
/* IE 10+ */
:-ms-input-placeholder {
	font-size: 0.750em;
	color: #999; }



/*----------------------------------------
　PC
-------------------------------------------*/
@media print, screen and (min-width: 769px){

.img-normal{
	max-width: 100% !important;
	height: auto !important;
}

.hide_pc{
	display: none;
}

span.break_pc{
	display: block;
}

/* background */
.bg {
	min-width: 1060px;
}


/* Side Block Left */
#owner{
	position: fixed;
	top: 24%;
	left:10px;
	z-index:999;
}
#owner p{
	-webkit-writing-mode: vertical-rl;
	-ms-writing-mode: tb-rl;
	writing-mode: vertical-rl;
	font-size: 0.750em;
	font-weight:700;
	letter-spacing: 2px;
}


/* Side Block */
#badges{
	position: fixed;
	top: 24%;
	right: 0px;
	z-index:999;
}
#badges .badge{
	width: 80px;
	height: 65px;
	padding-top: 15px;
	text-align: center;
	margin-bottom: 6px;
	-webkit-transition: 0.2s ease-in-out;
	-moz-transition: 0.2s ease-in-out;
	-o-transition: 0.2s ease-in-out;
	transition: 0.2s ease-in-out;
}
#badges .badge a{
	text-decoration: none;
}
#badges .badge:hover{
	text-decoration: none;
	opacity: 0.7;
	filter: alpha(opacity=70);
	-webkit-transition: 0.2s ease-in-out;
	-moz-transition: 0.2s ease-in-out;
	-o-transition: 0.2s ease-in-out;
	transition: 0.2s ease-in-out;
}
#badges .badge i{
	font-size: 1.625em;
	margin-bottom: 4px;
}
#badges .badge p{
	font-size: 0.750em !important;
	font-weight: 500;
	letter-spacing: 1px;
}
#badges .badge.reserve{
	background: rgba(255,255,255,.9);
	border: 3px solid #455b5b;
}
#badges .badge.reserve a{
	color: #455b5b;
}
#badges .badge.first{
	background: rgba(69,91,91,.9);
	border: 3px solid #455b5b;
}
#badges .badge.first a{
	color: #fff;
}
#badges .badge.line{
	background: rgba(69,179,69,.9);
	border: 3px solid #45b345;
}
#badges .badge.line a{
	color: #fff;
}
#badges .badge.line img{
	width: 50px;
	margin: 8px 0 4px 0;
}



/* scroll Top */
#page-top{
	display: block;
	position: fixed;
	bottom: 10px;
	right: 10px;
	width: 60px;
	height: 60px;
	background: rgba(71,173,162,.9);
	border-radius: 3px;
	-webkit-border-radius: 60px;
	-moz-border-radius: 3px;

	font-size: 1.8em;
	line-height: 200%;
	color: #fff;
	text-align: center;
	text-decoration: none;
	cursor: pointer;
	z-index: 9999999;
}
#page-top a{
	color: #FFF;
}
#page-top:hover{
	background: rgba(71,173,162,.7);
}



#relateLinks{
	width: 100%;
	background-color: #455b5b;
	color: #fff;
	padding:3px 0;
}
#relateLinks h1{
	font-size: 0.625em;
	font-weight: normal;
	color: #fff;
	text-align: right;
}

/* ヘッター
-------------------------------------------- */
#header{
	position: relative;
	z-index: 10;
	padding-top: 10px;
	margin-bottom: 10px;
}

#header .boxLogo{
	float: left;
	width: 242px;
	margin-right: 50px;
	filter: drop-shadow(4px 4px 4px rgba(255,255,255,0.6));
}
#header .boxInfo{
	float:right;
}
#header .boxInfo .info{
	color: #455b5b;

}
#header .boxInfo p.tel{
	font-family: 'Lato', sans-serif;
	font-size: 1.500em;
	font-weight: 400;
}
#header .boxInfo p.open{
	font-size: 0.688em;
}
#header .boxInfo .info p,
#header .boxInfo .info p a{
	color: #455b5b;
}


/* ナビゲーション
-------------------------------------------- */
#globalNav{
	float: left;
	position: relative;
	z-index:100;
}

.nav {

	margin: auto;
}
.fixed {
	position: fixed;
	top: 0;
	right: 0;
	width: 100%;
	z-index: 9999;
	box-shadow: #DDD 0px 0px 6px;
	-webkit-box-shadow: #DDD 0px 0px 6px;
	-moz-box-shadow: #DDD 0px 0px 6px;
}



/* フッター
-------------------------------------------- */
#footer{
	width: 100%;
	margin: auto;
	padding:60px 0 0 0;
}
#footer #access{
	margin-bottom: 60px;
}

#footer .blockA .logo{
	width: 70%;
	height: auto;
	margin: auto;
	margin-bottom: 20px;
}
#footer .blockA{
	float: left;
	width: 34%;
}
#footer .blockB{
	float: right;
	width: 64%;
}
#footer h4{
	font-size: 1.375em;
	font-weight: 700;
	color: #9fa16b;
	letter-spacing: 1px;
}

#footer .tel a{
	font-size: 1.5em;
	font-weight: 700;
	color: #455b5b;
}


#footer .copy{
	background: #455b5b;
	text-align: center;
	padding:15px 0 15px 0;
	text-align: center;
}
#footer .copy p{
	font-size: 0.625em;
	line-height: 180%;
	letter-spacing: 1px;
	color: #FFF;
}

/* カバー画像
-------------------------------------------- */
#cover {
	width: 100%;
	display: table;
	margin-bottom: 30px;
}
#cover .box {
	display: table-cell;
	vertical-align: middle;
}
#cover p.heading {
	position: relative;
	padding: 0 0 0.5em 0;
	font-family: 'Noto Serif JP', serif;
	font-size: 1.375em;
	font-weight: 500;
	color: #9fa16b;
	text-align: center;
	letter-spacing: 2px;
	margin-bottom: 30px;
}
#cover p.heading:after {
	content: "";
	display: block;
	position: absolute;
	left: 46%;
	bottom: 0;
	width: 8%;
	height: 6px;
	box-sizing: border-box;
}
#cover p.heading::after {
	bottom: 0;
	border-bottom: 3px solid #9fa16b;
}
#cover h2.heading{
	width: 1060px;
	margin: auto;
	font-size: 1.625em;
	font-weight: 600;
	color: #333;
	letter-spacing: 1px;
	vertical-align:top;
}
#cover h2.heading span.divider{
	border: none;
	border-left: 2px solid #333;
	padding-right: 16px;
	margin-left: 16px;
}
#cover h2.heading span.sub{
	font-size: 0.500em;
	font-weight: 700;
	color: #111;
	line-height: 100%;
	letter-spacing: 1px;
	vertical-align:middle;
}



/* サイドカラム
-------------------------------------------- */
#aside {
	float: right;
	width: 200px;
	padding-bottom: 30px;
}
#aside h3{
	font-size: 1.00em;
	letter-spacing: 1px;
	padding: 0.6em 0.4em;
	border-top: 2px solid #455b5b;
	border-bottom: 1px solid #CCC;
	margin-bottom: 18px;
}
#aside select.select-box {
	background-color: #eee;
	background-image: none;
	border: medium none;
	display: inline-block;
	font-size: 1.0em;
	height: 36px;
	padding: 0 16px;
	vertical-align: middle;
}
#aside .boxNews{
	margin-bottom: 50px;
}
#aside .boxNews .entry{
	padding: 0 2px 0 2px;
	margin-bottom: 18px;
	padding-bottom: 16px;
	border-bottom:1px solid #DDD;
}
#aside .boxNews .entry .image {
	float: left;
	margin-right: 14px;
}
#aside .boxNews .entry .image img{
	max-width: 70px;
	height:auto;
}
#aside .boxNews .entry h4{
	font-size: 0.875em;
	line-height: 160%;
}
#aside .boxNews .entry .date{
	font-size: 0.750em;
	color: #666;
	margin-bottom: 2px;
}


#catNav{
}
#catNav .c-inner {
	display: none;
}
#catNav .c-inner.open {
	display: block;
}
#catNav ul li a{
	text-decoration: none;
	background-image: none;
}
#catNav p{
	cursor: pointer;
	padding: 10px 6px;
	border-bottom: 1px solid #DEDEDE;
	-webkit-transition: background 0.4s;
	-moz-transition: background 0.4s;
	-o-transition: background 0.4s;
	transition: background 0.4s;
}
#catNav p.level1{
	font-size: 0.850em;
	background:url("/images/common/arrow_right.png") 8px 18px / 5px no-repeat;
	padding-left:20px;
}
#catNav p.level1 a{
	color: #333;
	display: block;
	text-decoration: none;
}
#catNav p.level1:hover{
	color: #333 !important;
	background-color: #EFEFEF;
	text-decoration: none;
	-webkit-transition: background 0.4s;
	-moz-transition: background 0.4s;
	-o-transition: background 0.4s;
	transition: background 0.4s;
}
#catNav p.level1 a:hover{
	text-decoration: none;
}
#catNav .c-inner li{
	font-size: 0.750em;
}
#catNav .c-inner li a{
	display: block;
	padding: 5px 12px 5px 16px;
	color: #333;
	text-decoration: none;
}
#catNav .c-inner li a:hover{
	display: block;
	padding: 5px 12px 5px 16px;
	background-color: #455b5b;
	color: #FFF;
	text-decoration: none;
}
#catNav ul.children li.acticve a{
	font-weight: bold;
	color: #54b947;
}


#aside .boxCategory{
	margin-bottom: 40px;
}


#aside .boxArchive{
	margin-bottom: 40px;
}

#aside .btn-more a{
	font-size: 0.875em !important;
	letter-spacing: 1px;
	padding: 16px 0 16px 0;
}

#aside .boxBnr .image{
	margin-bottom: 18px;
}

#aside .boxBnr .free{
	margin-bottom: 18px;
}



/* フレーム
-------------------------------------------- */
#contents{
	width: 100%;
	margin: auto;
}

#main{
	position: relative;
}
#main-column1{
	width: 100%;
	position: relative;
}
#main-column2{
	float: left;
	width: 790px;
	position: relative;
	margin-bottom: 40px;
}

.inner{
	width:1060px;
	margin:auto;

}

/* パンくず
-------------------------------------------- */
#breadcrumb{
	width: 1060px;
	margin: auto;
	margin-top: 0;
	margin-bottom: 40px;
}
#breadcrumb ul li{
	float: left;
	font-size: 0.750em;
}
#breadcrumb ul li:last-child{
	color: #999;
}
#breadcrumb ul li a {
	background:url("/images/common/arrow_right.png") right center / 6px no-repeat;
	padding-right:14px;
	margin-right: 8px;
	color: #333;
	text-decoration: none;
}
#breadcrumb ul li a:hover {
	color: #333;
	text-decoration: underline;
}
#breadcrumb ul li .current_item {
	font-weight: bold;
	color: #000 !important;
}



/* エディター Class
-------------------------------------------- */
#main h1,
#main-column1 h1,
#main-column2 h1 {
	position: relative;
	padding: 0 0 0.6em 0;
	font-size: 2.6em;
	font-family: 'Noto Serif JP', serif;
	font-weight: normal;
	text-align: center;
	letter-spacing: 2px;
	margin-bottom: 38px;
}
#main h1::after,
#main-column1 h1::after,
#main-column2 h1::after {
	content: "";
	display: block;
	position: absolute;
	left: 44%;
	bottom: 0;
	width: 80px;
	height: 6px;
	box-sizing: border-box;
}
#main h1::after,
#main-column1 h1::after,
#main-column2 h1::after{
	bottom: 0;
	border-bottom: 3px solid #455b5b;
}
.edit h2 {
	font-family: 'Noto Serif JP', serif;
	font-weight: 300;
	font-size: 2.000em;
	color: #455b5b;
	line-height: 170%;
	letter-spacing: 2px;
	margin-bottom: 24px;
}
.edit h3 {
    font-family: 'Noto Serif JP', serif;
    background: url(/images/common/pagesubtitle_bg.jpg) ;
    font-size: 1.500em;
    font-weight: 600;
    color: #FFF;
    letter-spacing: 1px;
    line-height: 140%;
    padding: 12px 10px 13px 20px;
    margin: 25px 0 20px 0;
}
.edit h4 {
	font-size: 1.375em;
	font-weight: bold;
	color: #9fa16b;
	line-height: 140%;
	letter-spacing: 2px;
	border-bottom: 3px solid #9fa16b;
	margin-bottom: 20px;
	padding: 15px;
}
.edit h5 {
	font-family: 'Noto Serif JP', serif;
	font-weight: 300;
	border-left: 5px solid;
	color: #455b5b;
	font-size: 1.375em;
	letter-spacing: 1px;
	margin-top: 5px;
	margin-bottom:15px;
	padding-left: 12px;
}


.edit h6 {
	font-size:1.1em;
	margin: 0 0 10px 0;
	color: #455b5b;
	line-height: 170%;
	letter-spacing: 1px;
}

.edit p {
	font-size: 1.0em;
	color: #455b5b;
	line-height: 180% !important;
	margin-bottom: 16px;
}

.edit p.caption {
	font-size: 1.0em;
	line-height: 160%;
}

.edit ol{
	list-style: decimal;
	padding-left: 40px;
	margin-bottom: 16px;
}
.edit ul{
	list-style: none;
	padding-left: 0px;
	margin-bottom: 16px;
}
.edit ol li,
.edit ul li{
	font-size: 1.0em;
	margin-bottom: 10px;
}


.edit table{
	width: 99%;
	border: none;
	border-collapse: collapse;
	border-spacing: 0;
	margin: auto;
	margin-bottom: 20px;
}
.edit table th{
	padding: 10px 6px 12px 8px;
	border-bottom: 1px solid #DDD;
	vertical-align: top;
	font-size: 1.0em;
	line-height:170%;
	width: 120px;
}
.edit table td{
	padding: 12px 6px 12px 8px;
	border-bottom: 1px solid #DDD;
	vertical-align: top;
	font-size: 1.0em;
	line-height:170%;
}

.edit table.stripe tr:nth-child(odd){
	background: #EFEFEF;
}
.edit table.stripe th{
	padding: 20px 15px 20px 20px;
	border-top: 1px solid #DDD;
	border-bottom: 1px solid #DDD;
	border-left: 1px solid #DDD;
	border-right: 1px solid #DDD;
	vertical-align: top;
	font-size: 1.0em;
	font-weight: normal;
	line-height:170%;
}
.edit table.stripe td{
	padding: 20px 20px 20px 15px;
	border-top: 1px solid #DDD;
	border-right: 1px solid #DDD;
	border-bottom: 1px solid #DDD;
	vertical-align: top;
	font-size: 1.0em;
	line-height:170%;
}

.edit table td ul li{
	font-size: 1.0em;
}

.edit table p{
	font-size: 1.0em;
	margin-bottom: 16px;
	line-height: 180%;
	margin-bottom: 0;
}

.edit p a,
.edit ol li a,
.edit ul li a{
	color:#333;
	text-decoration: underline;
}
.edit p a:hover,
.edit ol li a:hover,
.edit ul li a:hover{
	color:#455b5b;
	text-decoration: none;
}
.edit table td a{
	color:#455b5b;
	text-decoration: underline;
}
.edit table td a:hover{
	color:#333;
	text-decoration: none;
}

.edit blockquote{
	background-color:#EFEFEF;
	padding:2.0em 1.8em 1.2em 4em;
	position:relative;
}
.edit blockquote:before{
	content:"“";
	font-size:600%;
	line-height:1.0em;
	font-family: 'Noto Sans JP', sans-serif;
	color:#999;
	position:absolute;
	left:8px;
	top:4px;
}
.edit blockquote p{

}
.edit hr{
	clear: both;
	background-color: #DEDEDE;
	border: 0;
	height: 1px;
}
.edit em{
	border: none;
	font-style: italic;
	font-weight: normal;
}

.edit p.category{
	font-size: 1.2em;
	color: #529EC4;
	letter-spacing: 1px;
	margin: 0 0 18px 0;
}
.edit p.category a{
	color: #529EC4;
	text-decoration: underline;
}
.edit p.category a:hover{
	color: #529EC4;
	text-decoration: none;
}

.edit .pageTitle-en {
	position: relative;
	padding: 0 0 0.5em 0;
	font-size: 1.375em;
	font-weight: 700;
	color: #455b5b;
	text-align: center;
	letter-spacing: 2px;
	margin-bottom: 30px;
}
.edit .pageTitle-en:after {
	content: "";
	display: block;
	position: absolute;
	left: 46%;
	bottom: 0;
	width: 8%;
	height: 6px;
	box-sizing: border-box;
}
.edit .pageTitle-en::after {
	bottom: 0;
	border-bottom: 3px solid #455b5b;
}




/* レイアウト
-------------------------------------------- */
.block1 .box{
	width: 100%;
}

.block2 .box{
	float: left;
	width: 46%;
}
.block2 .box:nth-child(odd){
	clear: both;
}
.block2 .box:nth-child(even){
	float: right;
}

.block3 .box{
	float: left;
	width: 30%;
	margin-right: 4.6%;
}
.block3 .box:nth-child(3n) {
	float: right;
	margin-right: 0;
}
.block3 .box:nth-child(3n+1) {
	clear: both;
}




.block4 .box{
	float: left;
	width: 22%;
	margin-right: 4%;
}
.block4 .box:nth-child(4n) {
	float: right;
	margin-right: 0;
}
.block4 .box:nth-child(4n+1) {
	clear: both;
}


.block5 .box{
	float: left;
	width: 17%;
	margin-right: 3.7%;
}
.block5 .box:nth-child(5n) {
	float: right;
	margin-right: 0;
}
.block5 .box:nth-child(5n+1) {
	clear: both;
}

.block6 .box{
	float: left;
	width: 15%;
	margin-right: 2.0%;
}
.block6 .box:nth-child(6n) {
	float: right;
	margin-right: 0;
}
.block6 .box:nth-child(6n+1) {
	clear: both;
}

.block70-30 .box{
	float: left;
}
.block70-30 .box:nth-child(odd){
	clear: both;
	width: 70%;
}
.block70-30 .box:nth-child(even){
	float: right;
	width: 27%;
}


.block60-40 .box{
	float: left;
}
.block60-40 .box:nth-child(odd){
	clear: both;
	width: 56%;
}
.block60-40 .box:nth-child(even){
	float: right;
	width: 38%;
}

.block50-50 .box{
	float: left;
}
.block50-50 .box:nth-child(odd){
	clear: both;
	width: 47%;
}
.block50-50 .box:nth-child(even){
	float: right;
	width: 47%;
}




.entry {
	position: relative;
	z-index:1;
}

.entry a.entry-link {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	text-indent:-9999px;
	z-index:0;
}
.entry a.entry-link:hover {
	background-color: #EFEFEF;
	opacity: 0.3;
	filter: alpha(opacity=30);
	-webkit-transition: 0.6s ease-in-out;
	-moz-transition: 0.6s ease-in-out;
	-o-transition: 0.6s ease-in-out;
	transition: 0.6s ease-in-out;
}
.entry-column a.entry-link:hover {
	background-color: #CCC !important;
	opacity: 0.3;
	filter: alpha(opacity=30);
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-transition: 0.6s ease-in-out;
	-moz-transition: 0.6s ease-in-out;
	-o-transition: 0.6s ease-in-out;
	transition: 0.6s ease-in-out;
}
.entry .image{
}
.entry .image img{
	max-width: 100%;
	height: auto;
}

.entry-image-l-30{
}
.entry-image-l-30 .image{
	float: left;
	width: 26%;
}
.entry-image-l-30 .text{
	float: right;
	width: 68%;
}
.entry-image-r-30{
}
.entry-image-r-30 .image{
	float: right;
	width: 26%;
}
.entry-image-r-30 .text{
	float: left;
	width: 68%;
}

.entry-image-l-40{
}
.entry-image-l-40 .image{
	float: left;
	width: 36%;
}
.entry-image-l-40 .text{
	float: right;
	width: 58%;
}
.entry-image-r-40{
}
.entry-image-r-40 .image{
	float: right;
	width: 36%;
}
.entry-image-r-40 .text{
	float: left;
	width: 58%;
}

.entry-image-l-50{
}
.entry-image-l-50 .image{
	float: left;
	width: 48%;
}
.entry-image-l-50 .text{
	float: right;
	width: 48%;
}
.entry-image-r-50{
}
.entry-image-r-50 .image{
	float: right;
	width: 48%;
}
.entry-image-r-50 .text{
	float: left;
	width: 48%;
}
.entry-image-l-70{
}
.entry-image-l-70 .image{
	float: left;
	width: 58%;
}
.entry-image-l-70 .text{
	float: right;
	width: 36%;
}



.block3.column .box{
	width: 32% !important;
	max-width: 325px;
	margin-right: 3.8%;
	margin-bottom: 3.4%;
}
.block3.column .box:nth-child(3n) {
	float: right;
	margin-right: 0 !important;
}
.block3.column .box:nth-child(3n+1),
.block3.grid .box:nth-child(3n+1) {
	clear: both;
	background-color: #000;

}

.block3.grid {
	margin: auto !important;
	position: absolute;
	left: 3%;
}


.column .entry{
	background-color: #FFF;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	display: table;
	position: relative;
}
.column .entry .image{
	max-height: 190px;
	overflow: hidden;
	border-top-left-radius: 3px;
	border-top-right-radius: 3px;
	-webkit-border-top-left-radius: 3px;
	-webkit-border-top-right-radius: 3px;
	-moz-border-top-left-radius: 3px;
	-moz-border-top-right-radius: 3px;
	margin-bottom: 20px !important;
	position: relative;
}
.column .entry .image img{
	width:100%;
	height: auto;
}
.column .entry .text{
	padding: 0 28px 10px 28px;
}
.column .entry .text-middle{
	display: table-cell;
	vertical-align: middle;
	padding: 24px 28px 10px 28px;
}

.column .entry .text h6,
.column .entry .text-middle h6{
	margin-bottom: 14px !important;
	color: #ee4848;
	letter-spacing: 2px;
}
.column .entry p.meta{
	font-size:0.750em;
	color: #000;
	margin-top: -8px;
	margin-bottom: 12px !important;
}

.entry-column .image span.category{
	background-color:rgba(69, 158, 148, 0.9);
	filter:progid:DXImageTransform.Microsoft.gradient(startcolorstr=#459e9499,endcolorstr=#459e9499,gradienttype=0);
	-ms-filter:"progid:DXImageTransform.Microsoft.gradient(startColorstr=#459e9499,endColorstr=#459e9499)";
	zoom:1;
	font-size: 0.750em;
	color: #FFF;
	line-height: 100%;
	padding: 8px 10px 8px 10px;
	position: absolute;
	bottom: 0;
	z-index: 9999;
}

.entry-column span.new{
	position: absolute;
	top: -10px;
	right:-5px;
	z-index: 9999;
}




.offset-90{
	width: 80%;
	margin: auto;
}
.offset-80{
	width: 80%;
	margin: auto;
}
.offset-70{
	width: 70%;
	margin: auto;
}
.offset-60{
	width: 60%;
	margin: auto;
}
.offset-50{
	width: 50%;
	margin: auto;
}
.offset-40{
	width: 40%;
	margin: auto;
}
.offset-30{
	width: 30%;
	margin: auto;
}
.offset-20{
	width: 20%;
	margin: auto;
}
.offset-10{
	width: 10%;
	margin: auto;
}

.image-w-10 img{
	width: 10% !important;
	height: auto;
}
.image-w-20 img{
	width: 20% !important;
	height: auto;
}
.image-w-30 img{
	width: 30% !important;
	height: auto;
}
.image-w-40 img{
	width: 40% !important;
	height: auto;
}
.image-w-50 img{
	width: 50% !important;
	height: auto;
}
.image-w-60 img{
	width: 60% !important;
	height: auto;
}
.image-w-70 img{
	width: 70% !important;
	height: auto;
}
.image-w-80 img{
	width: 80% !important;
	height: auto;
}
.image-w-90 img{
	width: 90% !important;
	height: auto;
}


.entry p.title{
	font-size: 1.125em !important;
	font-weight: bold;
	line-height: 165%;
	color: #455b5b;
	margin-bottom: 8px !important;
}
p.archiveTitle{
	font-size: 1.625em !important;
	font-weight: bold;
	letter-spacing: 2px;
	line-height: 165%;
	color: #455b5b;
	margin-bottom: 16px !important;
}


.bg-acupuncture {
	width: 100%;
	background-image: url(/images/common/bg_acupuncture.jpg);
	background-position: center 0px;
	background-repeat: no-repeat;
	background-size: cover;
	position: relative;
	background-attachment: fixed;
}
.bg-director {
	width: 100%;
	background-image: url(/images/common/bg_director.jpg);
	background-position: center 0px;
	background-repeat: no-repeat;
	background-size: cover;
	position: relative;
	background-attachment: fixed;
}
.bg-ricepaper {
	width: 100%;
	background-image: url(/images/common/bg_ricepaper.jpg);
}
.bg-logo {
	width: 100%;
	background-image: url(/images/common/bg_logo.png);
	background-position: center 0px;
	background-repeat: repeat-y;
	background-size: auto;
	position: relative;
	background-attachment: fixed;
}
.bg-abstract {
	width: 100%;
	background-image: url(/images/common/bg-philosophy.jpg);
	background-position: center 0;
	background-repeat: no-repeat;
	background-size: cover;
	position: relative;
	background-attachment: fixed;
}

#visual {
	min-width: 1060px;
	height:550px;
	min-height: 550px;
	background-position:center top;
	background-repeat:no-repeat;
	background-size:cover;
	position: relative;
}
#visual .mainLead{
	position: relative;
}
#visual .mainLeadbox{
	position: relative;
	width:992px;
	margin: 0 auto;
	padding-top:50px;
}

#home .boxNews{
	margin-top: -52px;
	margin-bottom: 20px;
}
#home .boxNews p.title{
	float: left;
}
#home .boxNews p.title span{
	background-color: #455b5b;
	padding: 12px 20px;
	color: #FFF;
}
#home .boxNews p.text{
	float: left;
}
#home .boxNews p.text span{
	background: rgba(255,255,255,1.0);
	padding: 12px 20px;
}

#home .intro .inner{
	position: relative;
}
.decoration-text{
	font-family: 'Noto Sans JP', sans-serif;
	font-weight: 400;
	font-size: 1.250em;
	color:#9fa16b;
	text-align: center;
	letter-spacing: 5px;
}
.line-wave{
    width: 27px;
    margin: auto;
    padding: 10px 0 20px 0;
}
#home .intro h2,
#home #philosophy h2,
#home .testimonials h2,
#director h2,
#price h2,
#flow h2,
#recent-case h2{
	font-family: 'Noto Serif JP', serif;
	font-weight: 400;
	font-size: 2.250em;
	color: #455b5b;
	letter-spacing: 3px;
	margin-bottom: 20px;
}
#diagnoses h3{
	font-family: 'Noto Serif JP', serif;
	font-weight: 400;
	font-size: 2.250em;
	letter-spacing: 3px;
	margin-bottom: 20px;
	text-align: center;
}
#diagnoses .box .image{
	width:70%;
	margin:0 auto;
}

#monologue h3{
	font-family: 'Noto Serif JP', serif;
	font-weight: 400;
	font-size: 1.500em;
	color: #455b5b;
	letter-spacing: 3px;
	margin-bottom: 20px;
	text-align: center;
}
#monologue p{
	margin-bottom: 20px;
}
#home .intro p{
	font-size: 1.250em;
	color: #455b5b;
	letter-spacing: 1px;
	margin-bottom: 24px;
}

#home #philosophy .box{
	width: 100% !important;
}
#home #philosophy h3{
	font-family: 'Noto Serif JP', serif;
	font-weight: 400;
	font-size: 2.000em;
	letter-spacing: 3px;
	margin-bottom: 20px;
}
#home .testimonials h3.name{
	font-family: 'Noto Serif JP', serif;
	font-weight: 400;
	font-size: 1.688em;
	letter-spacing: 3px;
	margin-bottom: 15px;
}
#home .testimonials .description{
	font-size: 0.875em;
	letter-spacing: 1px;
	margin-bottom: 20px;
}
#home .testimonials h4{
    font-size: 1.125em;
    font-weight: 700;
    color: #455b5b;
    line-height: 170%;
    letter-spacing: 2px;
    border-left: solid 6px #455b5b;
    padding-left: 12px;
    margin-bottom: 12px;
}

#home .case h3{
	font-size:1.8em;
	color: #000;
	letter-spacing: 2px;
	text-align: center;
	border-bottom:1px solid #DDD;
	padding-bottom: 12px;
	margin-bottom: 22px;
}

h3.heading{
	font-size: 2.375em !important;
	font-weight: 300;
	color: #333;
	letter-spacing: 3px;
	vertical-align:top;
}
h3.heading span.divider{
	border: none;
	border-left: 2px solid #333;
	padding-right: 24px;
	margin-left: 24px;
}
h3.heading span.sub{
	font-size: 0.500em;
	font-weight: 700;
	color: #111;
	line-height: 100%;
	letter-spacing: 2px;
	padding-bottom: 20px;
	vertical-align:middle;
}

#home h4.heading{
	font-size: 1.250em;
	color: #9fa16b;
	letter-spacing: 2px;
	vertical-align:top;
}

#line-QR span.icon-line .icon-line{
}
#line-QR h4{
	font-size: 1.500em;
	letter-spacing: 2px;
}
#line-QR span.icon-line img{
	width: 40px;
	vertical-align: top;
}

/* 症例報告 */
#case .caseTop h5{
	border:none;
}
#case .caseTop .block3 .entry{
	padding: 18px 16px 3px 16px;
}
#case .caseTop .block3 .entry h5{
	font-size: 1.250em !important;
	font-family: 'Noto Sans JP' !important;
	font-weight: 500;
	margin-top: 8px; 
	margin-bottom: 4px;
}
#case .caseTop .block3 .entry img{
	width: 100%;
	height: auto;
}
#case .caseTop .block3 .box{
	background: #F8F8F8 !important;
	margin-bottom: 2.8em;
}
#case .caseTop .block3 .box a{
	display: block;
	text-decoration: none;
	border: 1px solid #DDD;
}
#case .caseTop .block3 .box:hover{
	display: block;
	text-decoration: none;
	background: #FFF !important;
}
#case .caseTop .block3 .entry h3{
	font-size: 1.125em !important;
	line-height: 180%;
	margin-bottom: 12px;
}
#case .caseTop .block3 .entry p{
	font-size: 0.875em !important;
	color: #444;
}




.entry-post{
	border-bottom: 1px solid #DDD;
	padding-bottom: 6px;
	margin-bottom: 28px;
}
.entry-post .image{
	float: left;
	width: 15%;
}
.entry-post .image img{
	width: 100%;
	height: auto;
}
.entry-post .text{
	float: right;
	width: 80%;
}
.entry-post .text-full{
	width: 100%;
}
.entry-post h5{
	margin-bottom: 8px;
}



#comment-area h3#comments,
#comment-area h3#reply-title{
	background: none;
	padding: 0;
	font-family: 'Noto Serif JP', serif;
	font-weight: 300;
	border-left: 5px solid;
	color: #455b5b !important;
	font-size: 1.250em;
	letter-spacing: 1px;
	margin-top: 5px;
	margin-bottom:15px;
	padding-left: 12px;
}

#comment-area p,
#comment-area li.comment{
	font-size: 1.0em !important;
}
#comment-area ul.children{
	margin-top: 30px;
}
#comment-area p.form-submit{
	width: 30%;
	margin:auto;
}
#comment-area input.submit{
	text-align:center;
	background-color: #455b5b;
	border:1px solid #455b5b;
	border-radius: 3px;
	padding: 1.0em 1.4em;
	font-size: 1.125em;
	color: #fff;
	cursor:pointer;
}
#comment-area input.submit:hover {
	border:1px solid #CCC;
	border-radius: 3px;
	background-color: #EFEFEF;
	color: #000;
}
#comment-area input.non-submit{
	background-color: #DDD;
	border:1px solid #DDD;
	border-radius: 3px;
	padding: 1.0em 1.4em;
	margin: auto;
	font-size: 1.125em;
	color: #000;
	cursor:pointer;
}
#comment-area input.non-submit:hover {
	border-color: #DDD;
	border:2px solid #666;
	border-radius: 3px;
	background-color: #999;
	color: #000;
}


#bottom-nav h4{
	font-family: 'Noto Serif JP', serif;
	font-weight: 500;
	color: #455b5b !important;
	font-size: 1.375em;
}
#bottom-nav .case-block .box-case{
	float: left;
	width: 21%;
	margin-right: 5.3%;
	margin-bottom: 3.4%;
}
#bottom-nav .case-block .box-case:nth-child(4n) {
	float: right;
	margin-right: 0;
}
#bottom-nav .case-block .box-case:nth-child(4n+1) {
	clear: both;
}
#bottom-nav .case-block .box-case .image img {
	width: 100%;
	height: auto;
}
#bottom-nav .case-block .box-case .image img {
	width: 100%;
	height: auto;
}
#bottom-nav .case-block .box-case a {
	text-decoration: none;
}
#bottom-nav .case-block .box-case h5 {
	font-size: 0.75em !important;
	margin-top: 4px;
}



/* 記事送り
-------------------------------------------- */
.entryNav{
	border-top: 1px solid #EFEFEF;
	margin-top: 50px;
	padding-top: 40px;
}
.entryNav p{
	width:42%;

	font-size: 0.75em;
}
.entryNav p a{
	display: block;
	text-decoration: none;
}
.entryNav p a:hover{
	text-decoration: underline;
}
.entryNav p.pre{
	float: left;
	background:url("/images/common/arrow_left.png") left center / 10px no-repeat;
	padding-left:24px;
}
.entryNav p.next{
	float: right;
	background:url("/images/common/arrow_right.png") right center / 10px no-repeat;
	padding-right:24px;
	text-align: right;
}
/* Call to action
-------------------------------------------- */
.call-action{
	padding: 24px 24px 20px 24px;
	border: 1px solid #CCC;
	border-radius: 10px;
	box-sizing: border-box;
	background-color: rgba(159,161,107,0.2);
}

.call-action .tel{
	float: left;
	font-size: 2.500em;
	font-family: 'Noto Serif JP', serif;
	font-weight:700;
}
.call-action .tel a{
	color:#455b5b;
	text-decoration:none;
}
.call-action .hour-group{
	float: right;
	font-size:1.000em;
	font-family: 'Noto Serif JP', serif;
	line-height:160%;
	margin-left:20px;
	padding-left:20px;
	border-left: 1px solid #455b5b;
}
.sns{
	text-align: center;
	border-top:1px solid #627370;
	margin-top:15px;
	padding-top:15px;
}
.sns ul li{
	display: inline-block;
	margin-right: 6px;
}
.sns ul li a{
	display: inline-block;
	color: #555;
	line-height: 220%;
	background-color: #F8F8F8;
	font-size: 1.125em;
	text-align: center;
	width: 38px;
	height: 38px;
	border:1px solid #F8F8F8;
	border-radius: 38px;
	-webkit-border-radius: 38px;
	-moz-border-radius: 38px;
}
.sns ul li.in a:hover{
	background-color: #CF2E92;
	border:1px solid #CF2E92;
	color: #FFF;
}
.sns ul li.fb a:hover{
	background-color: #3B5998;
	border:1px solid #3B5998;
	color: #FFF;
}
.sns ul li.tw a:hover{
	background-color: #1DA1F2;
	border:1px solid #1DA1F2;
	color: #FFF;
}
.sns ul li.yt a:hover{
	background-color: #DB4437;
	border:1px solid #DB4437;
	color: #FFF;
}
/* お問い合わせ
-------------------------------------------- */


input[type="text"], input[type="email"], input[type="tel"], textarea {
	font-size: 1.0em;
	color: #111;
	width: 96%;
	height: 46px;
	padding: 6px 10px;
	background: #F5F5F5;
	border-width: 1px;
	border-style: solid;
	border-color: #CCC #FFF #FFF #CCC;
	margin: 0px 6px 12px 5px;
}


}











/*----------------------------------------
　Mobile
-------------------------------------------*/
@media screen and (max-width: 768px){

.ggmap {
	position: relative;
	padding-bottom: 56.25%;
	padding-top: 30px;
	height: 0;
	overflow: hidden;
}

.ggmap iframe,
.ggmap object,
.ggmap embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

iframe.wp-embedded-content {
 width:100%;
}

img{
	width: 100%;
	height: auto;
}

.hide_mob{
	display: none;
}

span.break_mob{
	display: block;
}

.padding-top-120-sp{
	padding-top: 120px;
}


/* Side Block Left */
#owner{
	display:  none;
}

/* Side Block */
#badges{
	width: 90%;
	text-align: center;
	position: fixed;
	bottom: 0;
	z-index:999;
	vertical-align: bottom;
}
#badges .badge{
	margin-right: 4px;
	vertical-align: bottom;
	display: inline-block;
	width: 70px;
	height: 60px;
	padding-top: 10px;
	text-align: center;
	margin-bottom: 6px;
	-webkit-transition: 0.2s ease-in-out;
	-moz-transition: 0.2s ease-in-out;
	-o-transition: 0.2s ease-in-out;
	transition: 0.2s ease-in-out;
}
#badges .badge a{
	text-decoration: none;
}
#badges .badge:hover{
	text-decoration: none;
	opacity: 0.7;
	filter: alpha(opacity=70);
	-webkit-transition: 0.2s ease-in-out;
	-moz-transition: 0.2s ease-in-out;
	-o-transition: 0.2s ease-in-out;
	transition: 0.2s ease-in-out;
}
#badges .badge i{
	font-size: 1.625em;
	margin-bottom: 4px;
}
#badges .badge p{
	font-size: 0.750em !important;
	font-weight: 500;
}
#badges .badge.reserve{
	background: rgba(255,255,255,.9);
	border: 3px solid #455b5b;
}
#badges .badge.reserve a{
	color: #455b5b;
}
#badges .badge.first{
	background: rgba(69,91,91,.9);
	border: 3px solid #455b5b;
}
#badges .badge.first a{
	color: #fff;
}
#badges .badge.line{
	background: rgba(69,179,69,.9);
	border: 3px solid #45b345;
}
#badges .badge.line a{
	color: #fff;
}
#badges .badge.line img{
	width: 50px;
	margin: 8px 0 4px 0;
}


/* scroll Top */
#page-top{
	display: block;
	position: fixed;
	bottom: 14px;
	right: 8px;
	width: 60px;
	height: 44px;
	background: rgba(71,173,162,.9);
	border-radius: 3px;
	-webkit-border-radius: 60px;
	-moz-border-radius: 3px;
	padding-top: 16px;
	font-size: 1.6em;
	line-height: 0%;
	color: #fff;
	text-align: center;
	text-decoration: none;
	cursor: pointer;
	z-index: 9999999;
}
#page-top a{
	color: #FFF;
}
#page-top:hover{
	background: rgba(71,173,162,.7);
}


#relateLinks h1{
	width: 80%;
	position: absolute;
	top:0.6em;
	left:6.0em;
	font-size: 0.750em;
	line-height: 160%;
	font-weight: normal;
	color: #FFF;
	z-index: 999999;
}

/* ヘッター
-------------------------------------------- */
#header{
	position: relative;
	padding-top: 4.0em;
	margin-bottom: 10px;
}
#header .boxLogo{
	float: left;
	width: 24% !important;
}
#header .boxLogo p{
	width: 140px;
}
#header .boxInfo{
	float: right;
	width: 56%;
	margin-top: -45px;
	text-align:right;
}
#header .boxInfo p.tel{
	font-size: 1.000em;
	font-weight: 700;
	letter-spacing: 1px !important;
}
#header .boxInfo p.open{
	margin-top: 0;
	font-size: 0.500em;
}
#header .boxInfo .info p,
#header .boxInfo .info p a{
	color: #455b5b;
}


/* ナビゲーション
-------------------------------------------- */
#globalNav{
}


/* フッター
-------------------------------------------- */
#footer{
	width: 100%;
	margin: auto;
	padding:40px 0 100px 0;
}
#footer  #access{
	margin-bottom: 40px;
}
#footer .blockA{
	margin-bottom: 40px;
}
#footer .blockA .logo{
	width: 80%;
	height: auto;
	margin: auto;
	margin-bottom: 20px;
}
#footer .blockB{
}

#footer h4{
	font-size: 1.375em;
	font-weight: 700;
	color: #111;
	letter-spacing: 1px;
}
#footer .tel a{
	font-size: 1.625em;
	font-weight: 700;
	color: #455b5b;
}

#footer .copy{
	background: #455b5b;
	text-align: center;
	padding:14px 16px;
	text-align: center;
}
#footer .copy p{
	font-size: 0.625em;
	line-height: 180%;
	letter-spacing: 1px;
	color: #FFF;
}




/* パンくず
-------------------------------------------- */
#breadcrumb{
	display: none;

}


/* カバー画像
-------------------------------------------- */
#cover {
	width: 100%;
	display: table;
	margin-bottom: 10px;
}
#cover .box {
	display: table-cell;
	vertical-align: middle;
}

#cover p.heading {
	position: relative;
	padding: 0 0 0.5em 0;
	font-family: 'Noto Serif JP', serif;
	font-size: 1.0em;
	font-weight: 500;
	color: #9fa16b;
	text-align: center;
	letter-spacing: 2px;
}
#cover p.heading:after {
	content: "";
	display: block;
	position: absolute;
	left: 46%;
	bottom: 0;
	width: 8%;
	height: 6px;
	box-sizing: border-box;
}
#cover p.heading::after {
	bottom: 0;
	border-bottom: 3px solid #9fa16b;
}

#cover h2.heading{
	width: 90%;
	margin: auto;
	font-size: 1.625em;
	font-weight: 600;
	color: #333;
	letter-spacing: 1px;
	vertical-align:top;
}
#cover h2.heading span.divider{
	border: none;
	border-left: 2px solid #333;
	padding-right: 16px;
	margin-left: 16px;
}
#cover h2.heading span.sub{
	font-size: 0.500em;
	font-weight: 700;
	color: #111;
	line-height: 100%;
	letter-spacing: 1px;
	vertical-align:middle;
}


/* サイドカラム
-------------------------------------------- */
#aside {
	width: 98%;
	margin: auto;
	margin-top: 50px;
	padding-bottom: 30px;
}
#aside h3{
	font-size: 1.2em;
	letter-spacing: 1px;
	padding: 0.7em 0.4em;
	border-top: 2px solid #333;
	border-bottom: 1px solid #CCC;
	margin-bottom: 16px;
}
#aside select.select-box {
	background-color: #eee;
	background-image: none;
	border: medium none;
	display: inline-block;
	font-size: 1.0em;
	height: 30px;
	padding: 0 15px;
	vertical-align: middle;
}

#aside .boxNews{
	margin-bottom: 60px;
}
#aside .boxNews .entry{
	padding: 0 2px 0 2px;
	margin-bottom: 18px;
	padding-bottom: 16px;
	border-bottom:1px solid #DDD;
}
#aside .boxNews .entry .image {
	float: left;
	margin-right: 14px;
}
#aside .boxNews .entry .image img{
	max-width: 70px;
	height:auto;
}
#aside .boxNews .entry h4{
	font-size: 1.00em;
	line-height: 160%;
}
#aside .boxNews .entry .date{
	font-size: 1.0em;
	color: #999;
	font-family: 'Ubuntu Condensed', sans-serif;
	font-weight: 400;
	margin-bottom: 5px;
}



#catNav{
}
#catNav .c-inner {
	display: none;
}
#catNav .c-inner.open {
	display: block;
}
#catNav ul li a{
	text-decoration: none;
	background-image: none;
}
#catNav p{
	cursor: pointer;
	padding: 10px 6px;
	border-bottom: 1px solid #DEDEDE;
	-webkit-transition: background 0.4s;
	-moz-transition: background 0.4s;
	-o-transition: background 0.4s;
	transition: background 0.4s;
}
#catNav p.level1{
	font-size: 0.938em;
	background:url("/images/common/arrow_right.png") 8px 18px / 5px no-repeat;
	padding-left:20px;
}
#catNav p.level1 a{
	color: #333;
	display: block;
	text-decoration: none;
}
#catNav p.level1:hover{
	color: #333 !important;
	background-color: #EFEFEF;
	text-decoration: none;
	-webkit-transition: background 0.4s;
	-moz-transition: background 0.4s;
	-o-transition: background 0.4s;
	transition: background 0.4s;
}
#catNav p.level1 a:hover{
	text-decoration: none;
}
#catNav .c-inner li{
	font-size: 0.8750em;
}
#catNav .c-inner li a{
	display: block;
	padding: 5px 12px 5px 16px;
	color: #333;
	text-decoration: none;
}
#catNav .c-inner li a:hover{
	display: block;
	padding: 5px 12px 5px 16px;
	background-color: #455b5b;
	color: #FFF;
	text-decoration: none;
}
#catNav ul.children li.acticve a{
	font-weight: bold;
	color: #54b947;
}


#aside .boxCategory{
	margin-bottom: 40px;
}

#aside .btn-more a{
	font-size: 1.2em;
	letter-spacing: 1px;
	padding: 12px 0 12px 0;
}
#aside .boxBnr{
	text-align: center;
}
#aside .boxBnr .bnr-image{
	margin-bottom: 18px;
}
#aside .boxBnr .bnr-text{
	border:4px solid #CCC;
	margin-bottom: 18px;
	font-size: 1.3em;
	font-weight: bold;
	text-align: center;
}
#aside .boxBnr .bnr-text a{
	padding: 26px 26px 26px 26px;
	display: block;
	text-decoration: none;
}
#aside .boxBnr .bnr-text a:hover{
	padding: 26px 26px 26px 26px;
	display: block;
	background-color: #EFEFEF;
	text-decoration: none;
}
#aside .boxBnr .bnr-free{
	margin-bottom: 18px;
}



/* フレーム
-------------------------------------------- */
#contents{
	width: 100%;
	margin: auto;
}

#main{
	position: relative;

}
#main-column1{
	width: 100%;
	position: relative;
}
#main-column2{
	width: 100%;
	position: relative;
}

.inner{
	width:90%;
	margin:auto;
}


/* エディター Class
-------------------------------------------- */
#main h1,
#main-column1 h1,
#main-column2 h1 {
	position: relative;
	font-size: 1.750em;
	color: #000;
	letter-spacing: 1px;
	margin-bottom: 24px;
}
.edit h2 {
	font-size: 1.500em;
	color: #455b5b;
	line-height: 170%;
	letter-spacing: 1px;
	margin-bottom: 24px;
}
.edit h3 {
	font-size: 1.375em;
	color: #000;
	line-height: 170%;
	letter-spacing: 1px;
	margin-bottom: 20px;
}
.edit h4 {
	font-size: 1.125em;
	font-weight: bold;
	color: #9fa16b;
	line-height: 140%;
	letter-spacing: 2px;
	border-bottom: 3px solid #9fa16b;
	margin-bottom: 20px;
	padding: 10px;
}
.edit h5 {
	font-size: 1.063em;
	font-weight: bold;
	color: #000;
	line-height: 170%;
	letter-spacing: 1px;
	margin-bottom: 16px;
}

.edit h6 {
	font-size: 1.0em;
	color: #455b5b;
	line-height: 170%;
	letter-spacing: 1px;
	margin-bottom: 10px;
}

.edit p {
	font-size: 1.0em;
	color: #455b5b;
	line-height: 180% !important;
	margin-bottom: 16px;
}

.edit p.caption {
	font-size: 1.0em;
	line-height: 160%;
}

.edit ol{
	list-style: decimal;
	padding-left: 40px;
	margin-bottom: 16px;
}
.edit ul{
	list-style: none;
	padding-left: 0px;
	margin-bottom: 16px;
}
.edit ol li,
.edit ul li{
	font-size: 1.25em;
	margin-bottom: 10px;
}


.edit table{
	width: 99%;
	border: none;
	border-collapse: collapse;
	border-spacing: 0;
	margin: auto;
	margin-bottom: 20px;
}
.edit table th{
	padding: 10px 6px 12px 8px;
	border-bottom: 1px solid #DDD;
	vertical-align: top;
	font-size: 1.0em;
	line-height:170%;
	width: 120px;
}
.edit table td{
	padding: 12px 6px 12px 8px;
	border-bottom: 1px solid #DDD;
	vertical-align: top;
	font-size: 1.0em;
	line-height:170%;
}

.edit table.stripe tr:nth-child(odd){
	background: #EFEFEF;
}
.edit table.stripe th{
	padding: 20px 15px 20px 20px;
	border-top: 1px solid #DDD;
	border-bottom: 1px solid #DDD;
	border-left: 1px solid #DDD;
	border-right: 1px solid #DDD;
	vertical-align: top;
	font-size: 1.0em;
	font-weight: normal;
	line-height:170%;
}
.edit table.stripe td{
	padding: 20px 20px 20px 15px;
	border-top: 1px solid #DDD;
	border-right: 1px solid #DDD;
	border-bottom: 1px solid #DDD;
	vertical-align: top;
	font-size: 1.0em;
	line-height:170%;
}

.edit table td ul li{
	font-size: 1.0em;
}

.edit table p{
	font-size: 1.0em;
	margin-bottom: 16px;
	line-height: 180%;
	margin-bottom: 0;
}

.edit p a,
.edit ol li a,
.edit ul li a{
	color:#333;
	text-decoration: underline;
}
.edit p a:hover,
.edit ol li a:hover,
.edit ul li a:hover{
	color:#455b5b;
	text-decoration: none;
}
.edit table td a{
	color:#455b5b;
	text-decoration: underline;
}
.edit table td a:hover{
	color:#333;
	text-decoration: none;
}

.edit blockquote{
	background-color:#EFEFEF;
	padding:2.0em 1.8em 1.2em 4em;
	position:relative;
}
.edit blockquote:before{
	content:"“";
	font-size:600%;
	line-height:1.0em;
	font-family:"游明朝", "Yu Mincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HGS明朝E", "MS P明朝", serif;
	color:#999;
	position:absolute;
	left:8px;
	top:4px;
}
.edit blockquote p{

}
.edit hr{
	clear: both;
	background-color: #DEDEDE;
	border: 0;
	height: 1px;
}
.edit em{
	border: none;
	font-style: italic;
	font-weight: normal;
}

.edit p.category{
	font-size: 1.2em;
	color: #529EC4;
	letter-spacing: 1px;
	margin: 0 0 18px 0;
}
.edit p.category a{
	color: #529EC4;
	text-decoration: underline;
}
.edit p.category a:hover{
	color: #529EC4;
	text-decoration: none;
}

.edit .pageTitle-en {
	position: relative;
	padding: 0 0 0.5em 0;
	font-size: 1.375em;
	font-weight: 700;
	color: #455b5b;
	text-align: center;
	letter-spacing: 2px;
	margin-bottom: 30px;
}
.edit .pageTitle-en:after {
	content: "";
	display: block;
	position: absolute;
	left: 46%;
	bottom: 0;
	width: 8%;
	height: 6px;
	box-sizing: border-box;
}
.edit .pageTitle-en::after {
	bottom: 0;
	border-bottom: 3px solid #455b5b;
}




/* レイアウト
-------------------------------------------- */
.block1 .box{
	width: 100%;
}

.block2 .box{
}
.block2 .box:nth-child(odd){
}
.block2 .box:nth-child(even){
}

.block3 .box{
}
.block3 .box:nth-child(3n) {
}
.block3 .box:nth-child(3n+1) {
}

.block4 .box{
}
.block4 .box:nth-child(odd){
}
.block4 .box:nth-child(even){
}

.block4 .box .entry{
}

.block5 .box{
}
.block5 .box:nth-child(5n) {
}

.block6-sp .box{
	float: left;
	width: 47%;
}
.block6-sp .box:nth-child(odd){
	clear: both;
}
.block6-sp .box:nth-child(even){
	float: right;
}

.block2-sp .box{
	float: left;
	width: 48%;
}
.block2-sp .box:nth-child(odd){
	clear: both;
}
.block2-sp .box:nth-child(even){
	float: right;
}

.block3-sp .box{
	float: left !important;
	width: 30% !important;
	margin-right: 4.6%;
}
.block3-sp .box:nth-child(3n) {
	float: right !important;
	margin-right: 0;
}



.block1 .entry,
.block2 .entry,
.block3 .entry,
.block4 .entry,
.block5 .entry,
.block6 .entry{
	margin-bottom: 2.0em;
}



.article .entry h2,
.article .entry h3,
.article .entry h4,
.article .entry h5,
.article .entry h6,
.article .entry p{
	color: #333 !important;
}
.article .entry{
	background: #FFF;
	padding-bottom: 40px !important;
	padding-bottom: 40px;
}


.entry .image{
	margin-bottom: 1.5em;
}
.entry .image img{
	width: 100%;
	height: auto;
}



.entry-image-l-30-sp{
	margin-bottom: 2.0em;
}
.entry-image-l-30-sp .image{
	float: left;
	width: 26%;
}
.entry-image-l-30-sp .text{
	float: right;
	width: 68%;
}
.entry-image-r-30-sp{
}
.entry-image-r-30-sp .image{
	float: right;
	width: 26%;
}
.entry-image-r-30-sp .text{
	float: left;
	width: 68%;
}

.entry-image-l-40-sp{
	margin-bottom: 2.0em;
}
.entry-image-l-40-sp .image{
	float: left;
	width: 36%;
}
.entry-image-l-40-sp .text{
	float: right;
	width: 58%;
}
.entry-image-r-40-sp{
}
.entry-image-r-40-sp .image{
	float: right;
	width: 36%;
}
.entry-image-r-40-sp .text{
	float: left;
	width: 58%;
}

.entry-image-l-50-sp{
	margin-bottom: 2.0em;
}
.entry-image-l-50-sp .image{
	float: left;
	width: 48%;
}
.entry-image-l-50-sp .text{
	float: right;
	width: 48%;
}
.entry-image-r-50-sp{
}
.entry-image-r-50-sp .image{
	float: right;
	width: 48%;
}
.entry-image-r-50-sp .text{
	float: left;
	width: 48%;
}





.offset-90{
	width: 90%;
	margin: auto;
}
.offset-80{
	width: 90%;
	margin: auto;
}
.offset-70{
	width: 90%;
	margin: auto;
}
.offset-60{
	width: 90%;
	margin: auto;
}
.offset-50{
	width: 90%;
	margin: auto;
}
.offset-40{
	width: 90%;
	margin: auto;
}
.offset-30{
	width: 90%;
	margin: auto;
}
.offset-20{
	width: 90%;
	margin: auto;
}
.offset-10{
	width: 90%;
	margin: auto;
}


.image-w-10-sp img{
	width: 10% !important;
	height: auto;
}
.image-w-20-sp img{
	width: 20% !important;
	height: auto;
}
.image-w-30-sp img{
	width: 30% !important;
	height: auto;
}
.image-w-40-sp img{
	width: 40% !important;
	height: auto;
}
.image-w-50-sp img{
	width: 50% !important;
	height: auto;
}
.image-w-60-sp img{
	width: 60% !important;
	height: auto;
}
.image-w-70-sp img{
	width: 70% !important;
	height: auto;
}
.image-w-80-sp img{
	width: 80% !important;
	height: auto;
}
.image-w-90-sp img{
	width: 90% !important;
	height: auto;
}


.entry {
	position: relative;
	z-index:1;
}


.entry a.entry-link {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	text-indent:-9999px;
	z-index:0;
}


.block3.column .box{
	width: 100% !important;
	margin-bottom: 1.0em;
}

.column .entry{
	padding:20px 30px 10px 30px;
	background-color: #FFF;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	display: table;
	position: relative;
}
.column .entry .image{
	max-height: 160px;
	overflow: hidden;
	border-top-left-radius: 3px;
	border-top-right-radius: 3px;
	-webkit-border-top-left-radius: 3px;
	-webkit-border-top-right-radius: 3px;
	-moz-border-top-left-radius: 3px;
	-moz-border-top-right-radius: 3px;
	margin-bottom: 20px !important;
	position: relative;
}
.column .entry .image img{
	width:100%;
	height: auto;
}
.column .entry .text{
	padding: 0 0 20px 5px;
}
.column .entry .text-middle{
	display: table-cell;
	vertical-align: middle;
	padding: 24px 28px 10px 28px;
}

.column .entry .text h5,
.column .entry .text-middle h5{
	margin-bottom: 16px !important;
	color: #ee4848;
	letter-spacing: 1px;
}
.column .entry p.meta{
	font-size:0.750em;
	color: #000;
	margin-top: -8px;
	margin-bottom: 12px !important;
}




.entry p.title{
	font-size: 1.125em !important;
	font-weight: bold;
	line-height: 165%;
	color: #455b5b;
	margin-bottom: 8px !important;
}
p.archiveTitle{
	font-size: 0.813em !important;
	font-weight: bold;
	line-height: 165%;
	letter-spacing: 1px;
	color: #9fa16b;
	margin-bottom: 10px !important;
	text-align:center;
}


.bg-acupuncture {
	width: 100%;
	background-image: url(/images/common/bg_acupuncture_mob.jpg);
	background-position: center 0px;
	background-repeat: no-repeat;
	background-size: cover;
	position: relative;
	background-attachment: fixed;
}
.bg-director {
	width: 100%;
	background-image: url(/images/common/bg_director.jpg);
	background-position: -930px -40px;
	background-repeat: no-repeat;
	background-size: cover;
	position: relative;
}
.bg-ricepaper {
	width: 100%;
	background-image: url(/images/common/bg_ricepaper.jpg);
}
.bg-logo {
	width: 100%;
	background-image: url(/images/common/bg_logo.png);
	background-position: right 0px;
	background-repeat: repeat-y;
	background-size: auto;
	position: relative;
	background-attachment: fixed;
}
.bg-abstract {
	width: 100%;
	background-image: url(/images/common/bg-philosophy_mob.jpg);
	background-position: center 0px;
	background-repeat: no-repeat;
	background-size: cover;
	position: relative;
	background-attachment: fixed;
}


#visual {
	background-color: #fff  !important;
}
#visual .mainLead{
	display: none;
}

.slides{
	position: relative;
	z-index: 1;
}

.slider{

}
.mainLeadbox_mob{
	width: 100%;
	position: absolute;
	z-index: 9999;
	text-align: center;
	padding-top: 15%;
}

#home .boxNews{
	margin-top: -28px;
	width: 100%;
	text-align:left;
	margin-bottom: 30px;
}
#home .boxNews p.title{
	font-size: 0.875em;
	margin-bottom: 0 !important;
}
#home .boxNews p.title span{
	background-color: #455b5b;
	padding: 10px 18px;
	color:#fff;
}
#home .boxNews p.text{
	background: rgba(255,255,255,1.0);
	padding: 12px 20px;
	font-size: 0.875em;
	color: #FFF;
}

.decoration-text{
	font-family: 'Noto Sans JP', sans-serif;
	font-weight: 400;
	font-size: 0.813em;
	color:#9fa16b;
	text-align: center;
	letter-spacing: 5px;
}
.line-wave{
    width: 20px;
    margin: auto;
    padding: 10px 0 10px 0;
}
#home .intro h2,
#philosophy h2,
#home .testimonials h2,
#director h2,
#price h2,
#flow h2,
#recent-case h2{
	font-family: 'Noto Serif JP', serif;
	font-weight: 300;
	font-size: 1.625em;
	color: #455b5b;
	letter-spacing: 2px;
	margin-bottom: 10px;
}
#diagnoses h3{
	font-family: 'Noto Serif JP', serif;
	font-weight: 300;
	font-size: 1.625em;
	letter-spacing: 1px;
	margin-bottom: 20px;
	text-align: center;
}
#diagnoses .box .image{
	width:70%;
	margin:0 auto;
}
#diagnoses .box .text p{
	font-size: 0.750em;
}
#monologue h3{
	font-family: 'Noto Serif JP', serif;
	font-weight: 300;
	font-size: 1.500em;
	color: #455b5b;
	letter-spacing: 3px;
	margin-bottom: 20px;
	text-align: center;
}
#monologue p{
	margin-bottom: 20px;
}
#home .intro p{
	font-size: 1.250em;
	color: #455b5b;
	letter-spacing: 1px;
	margin-bottom: 24px;
}

#home .intro .inner{
	position: relative;
}
#home .intro h2{
	font-size: 1.750em;
	color: #455b5b;
	letter-spacing: 1px;
	margin-bottom: 20px;
}
#home .intro p{
	font-size: 0.875em;
	color: #455b5b;
	letter-spacing: 1px;
	margin-bottom: 24px;
}
#home .intro .boxBtn{
	text-align: center;
}
#home .intro .image{
	text-align: center;
	margin-top: 30px;
}
#home #philosophy .box{
	width: 100% !important;
}

#home #philosophy h3{
	font-family: 'Noto Serif JP', serif;
	font-weight: 300;
	font-size: 1.375em;
	letter-spacing: 3px;
	margin-bottom: 20px;
}
#home .testimonials h3.name{
	font-family: 'Noto Serif JP', serif;
	font-weight: 300;
	font-size: 1.375em;
	letter-spacing: 3px;
	margin-bottom: 15px;
}
#home .testimonials .description{
	font-size: 0.813em;
	letter-spacing: 1px;
	margin-bottom: 20px;
}
#home .testimonials h4{
    font-size: 0.813em;
    font-weight: 700;
    color: #455b5b;
    line-height: 170%;
    letter-spacing: 2px;
    border-left: solid 6px #455b5b;
    padding-left: 12px;
    margin-bottom: 12px;
}
#home .point h4{
	font-size: 1.500em;
	color: #FFF;
	letter-spacing: 2px;
	margin-bottom: 16px;
}
#home .point p{
	font-size: 1.0em;
	color: #FFF;
	letter-spacing: 1px;
	margin-bottom: 20px;
}

#home .case{
	margin-bottom: 60px;
}


h3.heading{
	font-size: 1.500em;
	font-weight: 600;
	color: #333;
	letter-spacing: 1px;
	vertical-align:top;
}
h3.heading span.divider{
	border: none;
	border-left: 2px solid #333;
	padding-right: 16px;
	margin-left: 16px;
}
h3.heading span.sub{
	font-size: 0.500em;
	font-weight: 700;
	color: #111;
	line-height: 100%;
	letter-spacing: 1px;
	vertical-align:middle;
}

#home h4.heading{
	font-size: 1.250em;
	color: #9fa16b;
	letter-spacing: 2px;
  text-align: center;
  padding: 0.4em;
  border-top: solid 1px #dedede;
  border-bottom: solid 1px #dedede;
}


#line-QR span.icon-line .icon-line{
}
#line-QR h4{
	font-size: 1.375em;
	letter-spacing: 2px;
}
#line-QR span.icon-line img{
	width: 40px;
	vertical-align: top;
}


#case .caseTop .block3 .entry{
	padding: 15px 15px 0 15px;
}
#case .caseTop .block3 .entry h5{
	font-size: 1.125em !important;
	font-family: 'Noto Sans JP' !important;
	font-weight: 500;
	margin-top: 8px; 
	margin-bottom: 4px;
}
#case .caseTop .block3 .entry img{
	width: 100%;
	height: auto;
}
#case .caseTop .block3 .box{
	margin-bottom: 1.5em;
}
#case .caseTop .block3 .box a{
	border: 1px solid #DDD;
	background: #EFEFEF !important;
	display: block;
	text-decoration: none;
}

#case .caseTop .block3 .entry h3{
	font-size: 1.3em;
	font-weight: bold;
	line-height: 180%;
	margin-bottom: 12px;
}
#case .caseTop .block3 .entry p{
	font-size: 0.875em;
	margin-bottom: 0px !important;
}


#comment-area h3#comments,
#comment-area h3#reply-title{
	background: none;
	padding: 0;
	font-family: 'Noto Serif JP', serif;
	font-weight: 300;
	border-left: 5px solid;
	color: #455b5b !important;
	font-size: 1.250em;
	letter-spacing: 1px;
	margin-top: 5px;
	margin-bottom:15px;
	padding-left: 12px;
}
#comment-area p,
#comment-areat li.comment{
	font-size: 1.0em !important;
}
#comment-area ul.children{
	margin-top: 30px;
}


#comment-area ol.commentlist li.comment{
	font-size: 1.0em !important;
}
#comment-area ol.commentlist li{
	list-style: none;

}
#comment-area ol.commentlist .comment-author::after{
	content: "";
	display: block;
	clear: both;
}
#comment-area ol.commentlist .comment-author {
	width: 100%;
	margin-bottom: 8px;
}
#comment-area ol.commentlist .comment-author img.avatar{
	float: left !important;
	width: 60px;
	margin-right: 16px;
}
#comment-area ol.commentlist .comment-author cite.fn,
#comment-area ol.commentlist .comment-author .says{
	float: left !important;
	padding-top: 16px;
}	
#comment-area ol.commentlist .comment-meta {
	margin-bottom: 10px;
}

#comment-area input.submit{
	text-align:center;
	background-color: #455b5b;
	border:1px solid #455b5b;
	border-radius: 3px;
	padding: 1.0em 1.4em;
	font-size: 1.125em;
	color: #fff;
	cursor:pointer;
}
#comment-area input.submit:hover {
	border:1px solid #CCC;
	border-radius: 3px;
	background-color: #EFEFEF;
	color: #000;
}
#comment-area input.non-submit{
	background-color: #DDD;
	border:1px solid #DDD;
	border-radius: 3px;
	padding: 1.0em 1.4em;
	margin: auto;
	font-size: 1.125em;
	color: #000;
	cursor:pointer;
}
#comment-area input.non-submit:hover {
	border-color: #DDD;
	border:2px solid #666;
	border-radius: 3px;
	background-color: #999;
	color: #000;
}


#comment-area #respond p img{
	width: 160px;
}


#bottom-nav h4{
	font-family: 'Noto Serif JP', serif;
	font-weight: 500;
	color: #455b5b !important;
	font-size: 1.375em;
}
#bottom-nav .case-block .box-case{
	float: left;
	width: 20.5%;
	margin-right: 6%;
}
#bottom-nav .case-block .box-case:nth-child(4n) {
	float: right;
	margin-right: 0;
}
#bottom-nav .case-block .box-case:nth-child(4n+1) {
	clear: both;
}
#bottom-nav .case-block .box-case .image {
	margin-bottom: 6px;
}
#bottom-nav .case-block .box-case .image img {
	width: 100%;
	height: auto;
	margin-bottom: 0;
}
#bottom-nav .case-block .box-case a {
	text-decoration: none;
}
#bottom-nav .case-block .box-case h5 {
	font-size: 0.75em !important;
}




.entry-post{
	border-bottom: 1px solid #DDD;
	padding-bottom: 6px;
	margin-bottom: 28px;
}
.entry-post .image{
	float: left;
	width: 15%;
}
.entry-post .image img{
	width: 100%;
	height: auto;
}
.entry-post .text{
	float: right;
	width: 80%;
}
.entry-post .text-full{
	width: 100%;
}
.entry-post h5{
	margin-bottom: 8px;
}

/* 記事送り
-------------------------------------------- */
.entryNav{
	border-top: 1px solid #EFEFEF;
	margin-top: 50px;
	padding-top: 40px;
}
.entryNav p{
	width:42%;
	font-size: 1.0em;
}
.entryNav p a{
	display: block;
	text-decoration: none;
}
.entryNav p a:hover{
	text-decoration: underline;
}
.entryNav p.pre{
	float: left;
	background:url("/images/common/arrow_left.png") left center / 10px no-repeat;
	padding-left:24px;
}
.entryNav p.next{
	float: right;
	background:url("/images/common/arrow_right.png") right center / 10px no-repeat;
	padding-right:24px;
	text-align: right;
}

/* Call to action
-------------------------------------------- */
.call-action{
	padding: 24px 24px 20px 24px;
	border: 1px solid #CCC;
	border-radius: 10px;
	box-sizing: border-box;
	background-color: rgba(159,161,107,0.2);
}

.call-action .tel{
	font-size: 1.500em;
	font-family: 'Noto Serif JP', serif;
	font-weight:700;
	text-align:center;
	margin-bottom:8px;
}
.call-action .tel a{
	color:#455b5b;
	text-decoration:none;
}
.call-action .hour-group{
	font-size: 0.875em;
	font-family: 'Noto Serif JP', serif;
	line-height:160%;
	text-align:center;
}
.call-action .btnType2 {
    font-size: 0.938em;
}
.sns{
	text-align: center;
	border-top:1px solid #627370;
	margin-top:15px;
	padding-top:15px;
}
.sns ul li{
	display: inline-block;
	margin-right: 6px;
}
.sns ul li a{
	display: inline-block;
	color: #555;
	line-height: 220%;
	background-color: #F8F8F8;
	font-size: 1.125em;
	text-align: center;
	width: 38px;
	height: 38px;
	border:1px solid #F8F8F8;
	border-radius: 38px;
	-webkit-border-radius: 38px;
	-moz-border-radius: 38px;
}
.sns ul li.in a:hover{
	background-color: #CF2E92;
	border:1px solid #CF2E92;
	color: #FFF;
}
.sns ul li.fb a:hover{
	background-color: #3B5998;
	border:1px solid #3B5998;
	color: #FFF;
}
.sns ul li.tw a:hover{
	background-color: #1DA1F2;
	border:1px solid #1DA1F2;
	color: #FFF;
}
.sns ul li.yt a:hover{
	background-color: #DB4437;
	border:1px solid #DB4437;
	color: #FFF;
}

/* お問い合わせ
-------------------------------------------- */

input[type="text"], input[type="email"], input[type="tel"], textarea {
	font-size: 1.0em;
	color: #111;
	width: 92%;
	height: 46px;
	padding: 6px 10px;
	background: #F5F5F5;
	border-width: 1px;
	border-style: solid;
	border-color: #CCC #FFF #FFF #CCC;
	margin: 0px 6px 12px 5px;
}

.mw_wp_form input.submit{
	text-align:center;
	background-color: #455b5b;
	border:1px solid #455b5b;
	border-radius: 3px;
	padding: 1.0em 1.4em;
	font-size: 1.125em;
	color: #fff;
	cursor:pointer;
}
.mw_wp_form input.submit:hover {
	border:1px solid #CCC;
	border-radius: 3px;
	background-color: #EFEFEF;
	color: #000;
}
.mw_wp_form input.non-submit{
	background-color: #DDD;
	border:1px solid #DDD;
	border-radius: 3px;
	padding: 1.0em 1.4em;
	margin: auto;
	font-size: 1.125em;
	color: #000;
	cursor:pointer;
}
.mw_wp_form input.non-submit:hover {
	border-color: #DDD;
	border:2px solid #666;
	border-radius: 3px;
	background-color: #999;
	color: #000;
}
          }/*----モバイルメディアクエリ終了---*/

/*----------------------------------------
　WP
-------------------------------------------*/
.alignleft,
img.alignleft {
	display: inline;
	float: left;
	margin-right: 30px;
	margin-top: 6px;
	margin-bottom: 24px;
}
.alignright,
img.alignright {
	display: inline;
	float: right;
	margin-left: 30px;
	margin-top: 6px;
	margin-bottom: 20px;
}
.aligncenter,
img.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 20px;
}

img.size-full {
}
img.wp-smiley {
	border: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}
p img,
.wp-caption {
	margin-top: 0.4em;
}
img.alignleft,
img.alignright,
img.aligncenter {
}
.wp-caption {
	border: none;
	margin-bottom: 1.625em;
	font-size: 0.8em;
}
.wp-caption img {
	display: block;
}
.wp-caption .wp-caption-text,
.wp-caption-dd {
	color: #666;
	margin: 5px 0 2px 0 !important;
	position: relative;
	text-align: left;
	line-height:120%;
}

a:focus img[class*="wp-image-"],
a:hover img[class*="wp-image-"],
a:active img[class*="wp-image-"] {
	background: #efefef;
}
.wp-caption a:focus img,
.wp-caption a:active img,
.wp-caption a:hover img {
	background: #fff;
	border-color: #ddd;
}
/* Images */
img[class*="wp-image-"] {
	height: auto;
}


.pager:after {
	font-size: 1px;
	content: "";
	display: block;
	height: 0;
	clear: both;
}
.pager {
	zoom: 1;
}
.pager {
	width: 100% !important;
	text-align: center;
	padding: 0 0 0 0;
}
.pager .current,
.pager .pages{
	font-size: 0.875em;
	color: #000;
	padding: 10px 14px;
	border: none;
	margin-right: 6px;
	line-height: 500%;
}
	@media screen and (max-width: 768px){
		.pager {
			zoom: 82%;
			white-space: nowrap;
		}

		.pager span.pages{
			display: block;
			line-height: 100% !important;
		}
	}

.pager span.current{
	border: #455b5b solid 1px !important;
	background-color:#455b5b !important;
	color: #FFF;
}
.pager a{
	padding: 8px 12px !important;
	border: #455b5b solid 1px;
	margin-right: 6px;
	text-decoration: none;
}
.pager a:hover{
	padding: 8px 12px !important;
	color: #FFF;
	text-decoration: none;
	border: #455b5b solid 1px !important;
	background-color:#455b5b;
	text-decoration: none;
}
.pager span.extend{
	border: none !important;

}

.wpcf7-submit {
	font-size: 1.2em;
	color: #333;
	text-align: center;
	background: #F5F5F5 none repeat scroll 0% 0%;
	padding: 12px 50px;
	border: 2px solid #000;
	border-radius: 3px;
	cursor: pointer;
	letter-spacing: 2px;
}



.no-padding {
	padding: initial;
}
.no-margin {
	padding: initial;
}
.no-margin-top {
	margin-top: 0 !important;
}
.no-margin-right {
	margin-right: 0 !important;
}
.no-margin-bottom {
	margin-bottom: 0 !important;
}
.no-margin-left {
	margin-left: 0 !important;
}
.no-padding {
	padding: 0 !important;
}
.no-padding-top {
	padding-top: 0 !important;
}
.no-padding-right {
	padding-right: 0 !important;
}
.no-padding-bottom {
	padding-bottom: 0 !important;
}
.no-padding-left {
	padding-left: 0 !important;
}

.padding-bottom-2 {
	padding-bottom: 2px !important;
}
.padding-bottom-3 {
	padding-bottom: 3px !important;
}
.padding-bottom-4 {
	padding-bottom: 4px !important;
}
.padding-bottom-5 {
	padding-bottom: 5px !important;
}
.padding-bottom-6 {
	padding-bottom: 6px !important;
}
.padding-bottom-8 {
	padding-bottom: 8px !important;
}
.padding-bottom-10 {
	padding-bottom: 10px !important;
}
.padding-bottom-15 {
	padding-bottom: 15px !important;
}
.padding-bottom-20 {
	padding-bottom: 20px !important;
}
.padding-bottom-25 {
	padding-bottom: 20px !important;
}
.padding-bottom-35 {
	padding-bottom: 35px !important;
}
.padding-bottom-30 {
	padding-bottom: 30px !important;
}
.padding-bottom-40 {
	padding-bottom: 40px !important;
}
.padding-bottom-45 {
	padding-bottom: 45px !important;
}
.padding-bottom-50 {
	padding-bottom: 50px !important;
}
.padding-bottom-60 {
	padding-bottom: 60px !important;
}
.padding-bottom-70 {
	padding-bottom: 70px !important;
}
.padding-bottom-80 {
	padding-bottom: 80px !important;
}
.padding-bottom-90 {
	padding-bottom: 90px !important;
}
.padding-bottom-100 {
	padding-bottom: 100px !important;
}

.padding-top-2 {
	padding-top: 2px !important;
}
.padding-top-3 {
	padding-top: 3px !important;
}
.padding-top-4 {
	padding-top: 4px !important;
}
.padding-top-5 {
	padding-top: 5px !important;
}
.padding-top-6 {
	padding-top: 6px !important;
}
.padding-top-8 {
	padding-top: 8px !important;
}
.padding-top-10 {
	padding-top: 10px !important;
}
.padding-top-15 {
	padding-top: 15px !important;
}
.padding-top-20 {
	padding-top: 20px !important;
}
.padding-top-25 {
	padding-top: 20px !important;
}
.padding-top-35 {
	padding-top: 35px !important;
}
.padding-top-30 {
	padding-top: 30px !important;
}
.padding-top-40 {
	padding-top: 40px !important;
}
.padding-top-45 {
	padding-top: 45px !important;
}
.padding-top-50 {
	padding-top: 50px !important;
}
.padding-top-60 {
	padding-top: 60px !important;
}
.padding-top-70 {
	padding-top: 70px !important;
}
.padding-top-80 {
	padding-top: 80px !important;
}
.padding-top-90 {
	padding-top: 90px !important;
}
.padding-top-100 {
	padding-top: 100px !important;
}

.padding-right-2 {
	padding-right: 2px !important;
}
.padding-right-3 {
	padding-right: 3px !important;
}
.padding-right-4 {
	padding-right: 4px !important;
}
.padding-right-5 {
	padding-right: 5px !important;
}
.padding-right-6 {
	padding-right: 6px !important;
}
.padding-right-8 {
	padding-right: 8px !important;
}
.padding-right-10 {
	padding-right: 10px !important;
}
.padding-right-15 {
	padding-right: 15px !important;
}
.padding-right-20 {
	padding-right: 20px !important;
}
.padding-right-25 {
	padding-right: 20px !important;
}
.padding-right-35 {
	padding-right: 35px !important;
}
.padding-right-30 {
	padding-right: 30px !important;
}
.padding-right-40 {
	padding-right: 40px !important;
}
.padding-right-45 {
	padding-right: 45px !important;
}
.padding-right-50 {
	padding-right: 50px !important;
}
.padding-right-60 {
	padding-right: 60px !important;
}
.padding-right-70 {
	padding-right: 70px !important;
}
.padding-right-80 {
	padding-right: 80px !important;
}
.padding-right-90 {
	padding-right: 90px !important;
}
.padding-right-100 {
	padding-right: 100px !important;
}

.padding-left-2 {
	padding-left: 2px !important;
}
.padding-left-3 {
	padding-left: 3px !important;
}
.padding-left-4 {
	padding-left: 4px !important;
}
.padding-left-5 {
	padding-left: 5px !important;
}
.padding-left-6 {
	padding-left: 6px !important;
}
.padding-left-8 {
	padding-left: 8px !important;
}
.padding-left-10 {
	padding-left: 10px !important;
}
.padding-left-15 {
	padding-left: 15px !important;
}
.padding-left-20 {
	padding-left: 20px !important;
}
.padding-left-25 {
	padding-left: 20px !important;
}
.padding-left-35 {
	padding-left: 35px !important;
}
.padding-left-30 {
	padding-left: 30px !important;
}
.padding-left-40 {
	padding-left: 40px !important;
}
.padding-left-45 {
	padding-left: 45px !important;
}
.padding-left-50 {
	padding-left: 50px !important;
}
.padding-left-60 {
	padding-left: 60px !important;
}
.padding-left-70 {
	padding-left: 70px !important;
}
.padding-left-80 {
	padding-left: 80px !important;
}
.padding-left-90 {
	padding-left: 90px !important;
}
.padding-left-100 {
	padding-left: 100px !important;
}



.margin-top-2 {
	margin-top: 2px !important;
}
.margin-top-3 {
	margin-top: 3px !important;
}
.margin-top-4 {
	margin-top: 4px !important;
}
.margin-top-5 {
	margin-top: 5px !important;
}
.margin-top-6 {
	margin-top: 6px !important;
}
.margin-top-8 {
	margin-top: 8px !important;
}
.margin-top-10 {
	margin-top: 10px !important;
}
.margin-top-12 {
	margin-top: 15px !important;
}
.margin-top-15 {
	margin-top: 15px !important;
}
.margin-top-20 {
	margin-top: 20px !important;
}
.margin-top-25 {
	margin-top: 20px !important;
}
.margin-top-35 {
	margin-top: 35px !important;
}
.margin-top-30 {
	margin-top: 30px !important;
}
.margin-top-40 {
	margin-top: 40px !important;
}
.margin-top-45 {
	margin-top: 45px !important;
}
.margin-top-50 {
	margin-top: 50px !important;
}
.margin-top-60 {
	margin-top: 60px !important;
}
.margin-top-70 {
	margin-top: 70px !important;
}
.margin-top-80 {
	margin-top: 80px !important;
}
.margin-top-90 {
	margin-top: 90px !important;
}
.margin-top-100 {
	margin-top: 100px !important;
}

.margin-bottom-2 {
	margin-bottom: 2px !important;
}
.margin-bottom-3 {
	margin-bottom: 3px !important;
}
.margin-bottom-4 {
	margin-bottom: 4px !important;
}
.margin-bottom-5 {
	margin-bottom: 5px !important;
}
.margin-bottom-6 {
	margin-bottom: 6px !important;
}
.margin-bottom-8 {
	margin-bottom: 8px !important;
}
.margin-bottom-10 {
	margin-bottom: 10px !important;
}
.margin-bottom-15 {
	margin-bottom: 15px !important;
}
.margin-bottom-15 {
	margin-bottom: 15px !important;
}
.margin-bottom-20 {
	margin-bottom: 20px !important;
}
.margin-bottom-25 {
	margin-bottom: 20px !important;
}
.margin-bottom-35 {
	margin-bottom: 35px !important;
}
.margin-bottom-30 {
	margin-bottom: 30px !important;
}
.margin-bottom-40 {
	margin-bottom: 40px !important;
}
.margin-bottom-45 {
	margin-bottom: 45px !important;
}
.margin-bottom-50 {
	margin-bottom: 50px !important;
}
.margin-bottom-60 {
	margin-bottom: 60px !important;
}
.margin-bottom-70 {
	margin-bottom: 70px !important;
}
.margin-bottom-80 {
	margin-bottom: 80px !important;
}
.margin-bottom-90 {
	margin-bottom: 90px !important;
}
.margin-bottom-100 {
	margin-bottom: 100px !important;
}


.margin-right-2 {
	margin-right: 2px !important;
}
.margin-right-3 {
	margin-right: 3px !important;
}
.margin-right-4 {
	margin-right: 4px !important;
}
.margin-right-5 {
	margin-right: 5px !important;
}
.margin-right-6 {
	margin-right: 6px !important;
}
.margin-right-8 {
	margin-right: 8px !important;
}
.margin-right-10 {
	margin-right: 10px !important;
}
.margin-right-15 {
	margin-right: 15px !important;
}
.margin-right-15 {
	margin-right: 15px !important;
}
.margin-right-20 {
	margin-right: 20px !important;
}
.margin-right-25 {
	margin-right: 20px !important;
}
.margin-right-35 {
	margin-right: 35px !important;
}
.margin-right-30 {
	margin-right: 30px !important;
}
.margin-right-40 {
	margin-right: 40px !important;
}
.margin-right-45 {
	margin-right: 45px !important;
}
.margin-right-50 {
	margin-right: 50px !important;
}
.margin-right-60 {
	margin-right: 60px !important;
}
.margin-right-70 {
	margin-right: 70px !important;
}
.margin-right-80 {
	margin-right: 80px !important;
}
.margin-right-90 {
	margin-right: 90px !important;
}
.margin-right-100 {
	margin-right: 100px !important;
}


.margin-left-2 {
	margin-left: 2px !important;
}
.margin-left-3 {
	margin-left: 3px !important;
}
.margin-left-4 {
	margin-left: 4px !important;
}
.margin-left-5 {
	margin-left: 5px !important;
}
.margin-left-6 {
	margin-left: 6px !important;
}
.margin-left-8 {
	margin-left: 8px !important;
}
.margin-left-10 {
	margin-left: 10px !important;
}
.margin-left-15 {
	margin-left: 15px !important;
}
.margin-left-15 {
	margin-left: 15px !important;
}
.margin-left-20 {
	margin-left: 20px !important;
}
.margin-left-25 {
	margin-left: 20px !important;
}
.margin-left-35 {
	margin-left: 35px !important;
}
.margin-left-30 {
	margin-left: 30px !important;
}
.margin-left-40 {
	margin-left: 40px !important;
}
.margin-left-45 {
	margin-left: 45px !important;
}
.margin-left-50 {
	margin-left: 50px !important;
}
.margin-left-60 {
	margin-left: 60px !important;
}
.margin-left-70 {
	margin-left: 70px !important;
}
.margin-left-80 {
	margin-left: 80px !important;
}
.margin-left-90 {
	margin-left: 90px !important;
}
.margin-left-100 {
	margin-left: 100px !important;
}

