@charset "UTF-8";

/*HTML5リセット*/

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video{
　　margin: 0;
　　padding: 0;
　　border: 0;
　　font-size: 100%;
　　font: inherit;
　　vertical-align: baseline;
　　outline: none;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}

body {
	line-height:1;
}

article, aside, dialog, figure, footer, header,
hgroup, nav, section {
	display:block;
}

nav ul {
	list-style:none;
}

ul {
	list-style:none;
}

blockquote, q {
	quotes:none;
}

blockquote:before, blockquote:after,
q:before, q:after {
	content:'';
	content:none;
}

a {
	margin:0;
	padding:0;
	border:0;
	outline: none;
	font-size:100%;
	vertical-align:baseline;
	background:transparent;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0); 
}

img {
	vertical-align:top;
}

ins {
	background-color:#ff9;
	color:#000;
	text-decoration:none;
}

mark {
	background-color:#ff9;
	color:#000;
	font-style:italic;
	font-weight:bold;
}

del {
	text-decoration: line-through;
}

abbr[title], dfn[title] {
	border-bottom:1px dotted #000;
	cursor:help;
}

table {
	border-collapse:collapse;
	border-spacing:0;
}

hr {
    display:block;
    height:1px;
    border:0;
    border-top:1px solid #cccccc;
    margin:1em 0;
    padding:0;
}

input, select {
	vertical-align:middle;
}

/*HTML5リセットここまで*/


.clearfix:after{
	content:"";
	display:block;
	clear:both;
	}
 /* IE8, ModanBrowser */
.clearfix {
	width:100%;
 	overflow:hidden;
} /* clearfix IE 6, 7 */

.floatL {
	float: left;
}

.floatR {
	float: right;
}


.flexWap {
	display: box;
	display: -webkit-box;
	display: -moz-box;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	-webkit-flex-direction: row;
	-moz-flex-direction: row;
	-ms-flex-direction: row;
	-o-flex-direction: row;
	flex-direction: row;
	-webkit-flex-wrap: wrap;
	-moz-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	-o-flex-wrap: wrap;
	flex-wrap: wrap;
}

.between {
	-webkit-justify-content: space-between;
	-moz-justify-content: space-between;
	-ms-justify-content: space-between;
	-o-justify-content: space-between;
	justify-content: space-between;
}

.around {
	-webkit-justify-content: space-around;
	-moz-justify-content: space-around;
	-ms-justify-content: space-around;
	-o-justify-content: space-around;
	justify-content: space-around;
}

.flex-end {
	-webkit-justify-content: flex-end;
	-moz-justify-content: flex-end;
	-ms-justify-content: flex-end;
	-o-justify-content: flex-end;
	justify-content: flex-end;
}

.boxsize {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}

.outvew{
	transform: translate(0,80px);
	-webkit-transform: translate(0,80px);
	transition: all 1.5s ease;
	-webkit-transition: all 1.5s ease;
	opacity: 0;
}

.invew{
	opacity: 1;
	transform: translate(0,0px);
	-webkit-transform: translate(0,0px);
}

a.anc {
    display: block;
    padding-top: 110px;
    margin-top: -110px;
}

/*＝＝＝　通常共通指定　＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝*/
* {
	margin: 0px;
	padding: 0px;
	font-size: 100%;
	text-decoration: none;
	/*font-family: 'Noto Sans Japanese', "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "ヒラギノ角ゴ Pro W3", "Osaka", Arial, sans-serif;*/
}

/*フォントサイズの標準化*/
html { font-size: 62.5%; } /* font-sizeは16pxの62.5%の10px */
body { font-size: 1.6rem; } /*font-size : 16px と同等*/

body {
	position: relative;
	background-color: #fff;
	line-height: 1.5;
	color: #000000;
	font-family: 'ヒラギノ明朝 Pro W3','HiraMinPro-W6','YuMincho',serif;
	background: url(../img/common/bk.jpg);
}

input:focus, select:focus, textarea:focus {
	outline: none;
}

	/*footer下部固定*/
	html,body{
		height:100vh;
	}

	#wrap {
		position: relative;
		height:auto !important;
		height: 100%;
		min-height: 100%;
	}

	.container {
		padding-bottom: 380px; /*フッターの高さと同じ*/
	}

	.singleContainer {
		padding-bottom: 380px; /*フッターの高さと同じ*/
	}

	#footer{
		position:absolute;
		bottom: 0;
	}

/*変数設定*/
:root {
  --key-color: #d57a8a;
  --dark-color: #6f685a;
}


a {
	color: #000;
}

a:hover{
	color: var(--key-color);
}

h2 {
	margin-bottom: 20px;
}

h3 {
	border-bottom: solid 1px var(--key-color);
	letter-spacing: 0.4em;
	font-size: 1.8rem;
	margin-bottom: 2vw;
}

h4 {
	font-size: 1.6rem;
}

h5 {
	font-size: 1.6rem;
}


/*PC 開始 ＝＝＝＝＝＝＝＝＝＝*/

.none {
	display: none;
}

.pcShow {
	display: block;
}

.pc_inl_Show {
	display: inline;
}

.spnShow {
	display: none;
}

.spn_inl_Show {
	display: none;
}

.font_L {
	font-size: 2.4rem
}

@media handheld, only screen and (max-width: 766px) {
	.font_L{
		font-size: 2.2rem;
	}
}

@media handheld, only screen and (max-width: 800px) {
	.font_L{
		font-size: 1.8rem;
	}
}




/*1000pxで24px 最小16xp　767pxまで*/
/*@media (min-width: 767px) {
  .font_L {
    font-size: calc(1rem + ((1vw - 7.67px) * 3.4335));
  }
}
@media (min-width: 1000px) {
  .font_L {
    font-size: 24px;
  }
}*/


/*＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝ヘッダー*/
#header {
	width: 100vw;
	height: 80px;
	/*background-color: #fff;*/
	background: rgba(255,255,255,0.7);
	display: flex;
	align-items: center;
	padding: 0 1%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
	position: fixed;
	top: 0px;
	left: 0px;
	z-index: 3;
}

#header .logoWap img{
	vertical-align: bottom;
}


#header #Gnavi {
	margin-left: auto;
}
#header #Gnavi ul{
	display: flex;
}

#header #Gnavi ul li+li{
	margin-left: 20px;
}

@media handheld, only screen and (max-width: 820px) {
	#header #Gnavi ul li+li{
		margin-left: 10px;
	}
}

#header #Gnavi .reserve_btn {
	background-color: var(--dark-color);
	border-radius: 5px;

}

#header #Gnavi .reserve_btn a{
	color: #fff;
	padding: 5px 20px;
	font-size: 1.3rem;
}

@media handheld, only screen and (max-width: 905px) {
	#header #Gnavi ul li a{
		font-size: 1.3rem;
	}
}

.subnavi_Wap {
	width: 100vw;
	position: fixed;
	top: 80px;
	left: 0px;
	z-index: 3;
	/*background: rgba(0,0,0,0.3);*/
	display: flex;
	align-items: center;
	/*padding: 0 1%;*/
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}

.subnavi {
	width: 100vw;
	margin-left:auto;
	display: none;
}
.subnavi ul {
	background: rgba(255,255,255,0.7);
	display: flex;
	justify-content: flex-end;
}

.subnavi ul li{
	-webkit-box-flex: 1;
	box-flex: 1;
	-webkit-flex-grow:1;
    flex-grow:1;
    text-align: center;
    cursor: pointer;
}
/*.subnavi ul li+li{
	margin-left: 20px;
}*/



/* Underline From Center */
.a_line {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
  overflow: hidden;
}

.a_line:before {
  content: "";
  position: absolute;
  z-index: -1;
  left: 50%;
  right: 50%;
  bottom: 0;
  background: var(--key-color);
  height: 1px;
  -webkit-transition-property: left, right;
  transition-property: left, right;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.a_line:hover:before, .a_line:focus:before, .a_line:active:before {
  left: 0;
  right: 0;
}



/*＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝コンテナー*/

.secMain {
	width: 100vw;
	height: 50vh;
	/*background: url(../img/main/top_main01.jpg) no-repeat;*/
	background-size: cover;
	background-position: center;
	position: relative;
}


.secTitle h2{
	color: #fff;
	font-size: 3vw;
	font-weight: 100;
	padding: 10px 4.0rem;
	transition: all .3s ease;
	-webkit-transition: all .3s ease;
	opacity: 0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
	margin: 0;
}

.secTitle{
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translateY(-50%) translateX(-50%);
	-webkit- transform: translateY(-50%) translateX(-50%);
	background: rgba(0,0,0,0.5);
}

#startborder h2{
	opacity: 1;
	transform: translate(0,-40px); 
	-webkit-transform: translate(0,-40px); 
}

#startborder2 h2{
	opacity: 1;
}

/* Effect1
 *************************************** */
/* 擬似要素の共通スタイル */
.anime_border::after,
.anime_border::before,
.anime_border_inner::after,
.anime_border_inner::before {
  background-color: #fff;
  content: '';
  display: block;
  position: absolute;
  z-index: 10;
  transition: all 1s ease;
  -webkit-transition: all 1s ease;
}

/* 左上へ配置 */
.anime_border::after {
    height: 1px;
    left: -1px;
    top: -1px;
    width: 0px;
}
/* 右下へ配置 */
.anime_border::before {
  bottom: -1px;
  height: 1px;
  right: -1px;
  width: 0px;
}
/* 左下へ配置 */
.anime_border_inner::after {
  bottom: -1px;
  height: 0px;
  left: -1px;
  width: 1px;
}
/* 右下へ配置 */
.anime_border_inner::before {
  height: 0px;
  right: -1px;
  top: -1px;
  width: 1px;
}

/* isInView */
#startborder .anime_border::after,
#startborder .anime_border::before {
  width: 100%;
  width: calc(100% + 1px);
}
#startborder .anime_border_inner::after,
#startborder .anime_border_inner::before {
  height: 100%;
  height: calc(100% + 1px);
}
#startborder2 .anime_border::after,
#startborder2 .anime_border::before {
  width: 100%;
  width: calc(100% + 1px);
}
#startborder2 .anime_border_inner::after,
#startborder2 .anime_border_inner::before {
  height: 100%;
  height: calc(100% + 1px);
}



/* *************************************** */

.sec_main h2 {

}

.continer {

}

.inner {
	width: 100vw;
	max-width: 1080px;
	margin: 0px auto;
}

.blogBox {
	margin-bottom: 2vw;
	padding: 2vw;
	margin: 0px auto;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}

/*ページネーション*/

.wp-pagenavi {
	text-align: center;
}

.pageNation {
	width: 100%;
	max-width: 400px;
	margin: 0px auto;
}

.pageNation a {
	display: block;
	background-color: #ccc;
	color: #fff;
	padding: 3px 10px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-o-border-radius: 5px;
	border-radius: 5px;
	transition-duration:0.5s;
}


.pageNation a:hover {
	background-color: #646464;
}

.pageNation .activPage{
	display: block;
	background-color: #646464;
	color: #fff;
	padding: 3px 10px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-o-border-radius: 5px;
	border-radius: 5px;
	transition-duration:0.5s;
}

.prevPage {

}

.nextPage {

}



/*＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝フッター*/

#footer {
	width: 100vw;
	padding-top: 20px;
	color: var(--dark-color);
	text-decoration: none;
}

.snsWap {
	padding-top: 20px;
	text-align: center;
	margin-bottom: 20px;
	display: flex;
	justify-content: center;
}

.snsWap a {
	display: inline-block;
	background-color: var(--dark-color);
    color: #fff;
    font-size: 20px;
    width: 45px;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    line-height: 40px;
    height: 45px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
	-moz-transition-duration:0.5s;
	-webkit-transition-duration:0.5s;
	-o-transition-duration:0.5s;
	-ms-transition-duration:0.5s;
	-moz-transition-timing-function:ease-in-out;
	-webkit-transition-timing-function:ease-in-out;
	-o-transition-timing-function:ease-in-out;
	-ms-transition-timing-function:ease-in-out;
}

.snsWap a+a {
	margin-left: 20px;
}

.snsWap a:hover {
	background-color: var(--key-color);
}

.footWap {
	width: 100%;
	max-width: 1080px;
	margin: 0px auto;
	display: flex;
}

.footWap a {
	color: var(--dark-color);
}


.footWap .footNvi{
	-webkit-box-flex: 1;
	box-flex: 1;
	-webkit-flex-grow:1;
    flex-grow:1;
}

.footInfo img{
	max-width: 178px;
}
/*
.footLink a{
	display: block;
	margin-bottom: 20px;
	text-align: center;
	padding: 5px 20px;
	border: solid 1px var(--key-color);
	background-color: #fff;
	-moz-transition-duration:0.5s;
	-webkit-transition-duration:0.5s;
	-o-transition-duration:0.5s;
	-ms-transition-duration:0.5s;
	-moz-transition-timing-function:ease-in-out;
	-webkit-transition-timing-function:ease-in-out;
	-o-transition-timing-function:ease-in-out;
	-ms-transition-timing-function:ease-in-out;
}*/

.footLink_a{
	display: block;
	margin-bottom: 20px;
	text-align: center;
	padding: 5px 20px;
	border: solid 1px var(--key-color);
	/*background: rgba(255,255,255,0.8);*/
	background-color: #fff;
	-moz-transition-duration:0.5s;
	-webkit-transition-duration:0.5s;
	-o-transition-duration:0.5s;
	-ms-transition-duration:0.5s;
	-moz-transition-timing-function:ease-in-out;
	-webkit-transition-timing-function:ease-in-out;
	-o-transition-timing-function:ease-in-out;
	-ms-transition-timing-function:ease-in-out;
}

.toshogu_bn {
	text-align: center;
	display: block;
}


.toshogu_bn img{
	padding: 5px 0px;
	max-width: 178px;
}


.footLink_a:hover {
	background-color: var(--key-color);
	color: #fff;
}


.toshogu_bn:hover {
	background-color: none;
}

#footer address {
	padding: 20px 0px;
	width: 100%;
	margin: 0px auto 0px;

	font-size: 1.3rem;
	text-align: center;
	font-style: normal;
}

/*
＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝
＝＝＝＝＝＝＝＝＝＝　　スマホ　　＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝
＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝*/
@media handheld, only screen and (max-width: 767px) {
	.pcShow {
		display: none;
	}
	.pc_inl_Show {
		display: none;
	}
	.spnShow {
		display: block;
	}

	.spn_inl_Show {
		display: inline;
	}

	.floatL {
		float: none;
	}

	#wrap{
		width: 100%;
		min-width: 100%;
		position: relative;
		height:auto !important; /*IE6対策*/
		height: 100%; /*IE6対策*/
		min-height: 100%;
	}

	*{
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		-o-box-sizing: border-box;
		-ms-box-sizing: border-box;
		box-sizing: border-box;
	}

	input{
		webkit-appearance : none ;
		-webkit-tap-highlight-color : rgba(0,0,0,0) ;
	    -webkit-border-radius : 0;
/* 	    -webkit-appearance : none; */
	    -webkit-tap-highlight-color : rgba(0,0,0,0);
	}

	select {
	    -webkit-appearance: none;
	    -moz-appearance: none;
	    appearance: none;
	}


/*＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝ヘッダー*/
	#header {
		display: none;
	}

	.subnavi_Wap {
		display: none;
	}

	#sp_header {
		width: 100vw;
		height: 80px;
		background: rgba(255,255,255,0.9);
		padding: 0 1%;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		-o-box-sizing: border-box;
		-ms-box-sizing: border-box;
		box-sizing: border-box;
		position: fixed;
		top: 0px;
		left: 0px;
		z-index: 3;
	}

	.sp_head_Wap {
		height: 80px;
		display: flex;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
	}

	.sp_logoWap {
		padding-top: 2px;
	}

	.sp_logoWap a img {
		vertical-align: bottom;
	}

	.sp_linkWap {
		margin-left: auto;
		display: flex;
	}

	.sph_link_btn {
		display: inline-block;
		width: 60px;
		text-align: center;
		padding: 0 1%;
		font-size: 1.2rem;
		border-left: dotted 1px #ccc;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		-o-box-sizing: border-box;
		-ms-box-sizing: border-box;
		box-sizing: border-box;
	}

	.menuactive {
		overflow: hidden;
	}

	.sp_menu_wap {
		width: 100%;
		height: calc(100% - 80px);
			position: fixed;
			left: 0;
			top: 80px;
		z-index: 998;
		display: none;
		background: rgba(255,255,255,0.9);
    	overflow: scroll!important;
   		-webkit-overflow-scrolling: touch;

	}

	.sp_menu_wap ul {
    /*overflow: scroll;*/
    /*-webkit-overflow-scrolling: touch;*/
	}

	.sp_menu_wap ul li{
		text-align: center;
		border-bottom: dotted 1px #ccc;
	}

/*	.sp_menu_wap ul li:last-child{
		text-align: left;
		border-bottom: dotted 1px #ccc;
	}*/

	.sp_menu_wap ul li a{
		display: inline-block;
		width: 100%;
		padding: 5px 0px;
	}

/*＝＝＝＝＝＝＝　↓↓↓　Gナビ開閉メニュー　↓↓↓　＝＝＝＝＝＝＝＝＝＝＝*/
.secMain {
	width: 100vw;
	height: 100vh;
	/*background: url(../img/main/top_main01.jpg) no-repeat;*/
	background-size: cover;
	background-position: center;
	position: relative;
}

.secMain {
/*	width: 100vw;
	height: 50vh;
	background: url(../img/main/top_main01.jpg) no-repeat;
	background-size: cover;
	background-position: center;
	position: relative;*/
}



.secTitle h2{
/*	color: #fff;*/
	font-size: 5vw;
/*	font-weight: 100;
	padding: 10px 4.0rem;
	transition: all .3s ease;
	-webkit-transition: all .3s ease;
	opacity: 0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
	margin: 0;*/
}

.secTitle{
/*	position: absolute;
	top: 50%;
	left: 50%;
	transform: translateY(-50%) translateX(-50%);
	-webkit- transform: translateY(-50%) translateX(-50%);*/
	background: rgba(0,0,0,0.5);
}
/*＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝コンテナー*/

	.container {
		width: 100%;
		min-width: 200px;
		margin: 0px auto 0px;
		padding-bottom: 0px;
	}

	.singleContainer {
		width: 100%;
		min-width: 200px;
		margin: 0px auto 0px;
		padding-bottom: 0px;
	}


	.inner {
/*		width: 100%;
		max-width: 1200px;
		margin: 0px auto;
		padding: 0px 2%;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		-o-box-sizing: border-box;
		-ms-box-sizing: border-box;
		box-sizing: border-box;*/
	}


/*ページネーション*/
.pageNation {
	width: 100%;
	max-width: 640px;
	margin: 0px auto 20px;
}

.pageNation a {
	display: block;
	background-color: #ccc;
	color: #fff;
	padding: 3px 10px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-o-border-radius: 5px;
	border-radius: 5px;
	transition-duration:0.5s;
}


.pageNation a:hover {
	background-color: #646464;
}

.pageNation .activPage{
	display: block;
	background-color: #646464;
	color: #fff;
	padding: 3px 10px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-o-border-radius: 5px;
	border-radius: 5px;
	transition-duration:0.5s;
}


/*＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝フッター*/

	#footer {
		position: relative;
		width: 100%;
		min-width: 200px;
		color: #fff;
		text-decoration: none;
	}

	#footer address {
		padding: 0px 0px;
		width: 100%;
		height: 50px;
		line-height: 50px;
		color: var(--dark-color);
	}

	/*umeda 20200915*/
	#footer ul {
		width: 80%;		
	}
}


/*＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝汎用設定*/

.alignR {
	text-align: right;
}

.alignC {
	text-align: center;
}


.red {
	color: #f00;
}

.bold {
	font-weight: bold;
}


.mb10 {margin-bottom: 10px;}
.mb15 {margin-bottom: 15px;}
.mb20 {margin-bottom: 20px;}
.mb25 {margin-bottom: 25px;}
.mb30 {margin-bottom: 30px;}
.mb35 {margin-bottom: 35px;}
.mb40 {margin-bottom: 40px;}
.mb45 {margin-bottom: 45px;}
.mb50 {margin-bottom: 50px;}
.mb55 {margin-bottom: 55px;}
.mb60 {margin-bottom: 60px;}
.mb65 {margin-bottom: 65px;}
.mb70 {margin-bottom: 70px;}
.mb75 {margin-bottom: 75px;}
.mb80 {margin-bottom: 80px;}

