@charset "UTF-8";
@import url(//fonts.googleapis.com/css?family=Niconne|Roboto:400,300,500,700|Oswald:400,300,700);
@import url(//maxcdn.bootstrapcdn.com/font-awesome/4.2.0/css/font-awesome.min.css);
/* ================================================== *
 *
 *    base style
 *
 * ================================================== */

@charset "UTF-8";

body {
	background: #fff;
	color: #323232;
	line-height: 1.7;
	font-family: "San Francisco", "游ゴシック", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;

	animation: fadeIn 2s ease 0s 1 normal;
	-webkit-animation: fadeIn 2s ease 0s 1 normal;

}

@keyframes fadeIn {
    0% {opacity: 0}
    100% {opacity: 1}
}

@-webkit-keyframes fadeIn {
    0% {opacity: 0}
    100% {opacity: 1}
}

body.pageTop {
}

@media(min-width:768px) {
	body.pageTop {
	}
}

@media(min-width:992px) {
	body.pageTop {
	}
}


/* ------------------------------------------------- *
 *        HTML Parts
 * ------------------------------------------------- */

p{
	line-height: 2.0em;
}

a{
/* 	color: #474747; */
	color: #323232;	
}

/*
a.colored{
	color: rgb(179,114,71);
	color: #7fb17e;
	color: #057813;	
}
*/

a.underLined{
	text-decoration: underline;
}

a:hover{    
/*
	color: #323232;
	color: #057813;	
*/
	text-decoration: underline;
}

a img:hover{    
}

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
/*     font-weight: bold; */
    line-height: 1.2;
}


h1{	}
h2{	}
h3{	}
h4{	}
h5{	}
h6{	}



a.btn2 {
    background: #0c5cab url(/svg/arrows1.svg) no-repeat right 2rem center / auto 1rem;
/*     background-color: rgb(12, 92, 171); */
    background-color: rgba(93, 93, 93, 1);
    border-radius: .3rem;
/*     border-radius: .1rem;     */
    color: #fff;
    display: inline-block;
    font-weight: bold;
    margin-bottom: 1rem;
    padding: .4rem 4rem .2rem 3rem;
}




/************ライン入り見出し グリーン線**************/

.grline {
    display: inline-block;
    line-height: 1;
    font-weight: bold;
    position: relative;
    top: 0;
    left: 0;
    padding-left: 1px;
    padding-right: 1px;
    margin-bottom: 20px;
}
.grline::before {
    content: '';
    display: block;
    position: absolute;
    bottom: -2px;
    left: 0;
    background-color: #7fb17e;
    width: 100%;
    height: 4px;
    z-index: -1;
}
.grline::after {
    content: '';
    display: block;
}

/************ライン入り見出し ベージュ線**************/
.brline {
    display: inline-block;
    line-height: 1;
    font-weight: bold;
    position: relative;
    top: 0;
    left: 0;
    padding-left: 1px;
    padding-right: 1px;
    margin-bottom: 20px;
    
}
.brline::before {
    content: '';
    display: block;
    position: absolute;
    bottom: -2px;
    left: 0;
    background-color: #fae5b5;
    width: 100%;
    height: 4px;
    z-index: -1;
}
.bgline::after {
    content: '';
    display: block;
}


/************ライン入り見出し グレー**************/
.grayline {
    display: inline-block;
    line-height: 1;
    font-weight: bold;
    position: relative;
    top: 0;
    left: 0;
    padding-left: 1px;
    padding-right: 1px;
    margin-bottom: 20px;
    
}
.grayline::before {
    content: '';
    display: block;
    position: absolute;
    bottom: -2px;
    left: 0;
    background-color: #b0cfd2;
    width: 100%;
    height: 4px;
    z-index: -1;
}
.grayline::after {
    content: '';
    display: block;
}






/* ------------------------------------------------- *
 *        UL LI
 * ------------------------------------------------- */

ul {
    list-style: none;
}

dl dt, dd{line-height: 2.0em;}
ul li{line-height: 2.0em;}
ol li{line-height: 2.0em;}



/************緑リスト**************/
.dot_list_green li::before {
    content: '';
    display: inline-block;
    background: url("/img/common/icon_dot_green.png") center center no-repeat transparent;
    background-size: auto auto;
    background-size: 6px 6px;
    width: 6px;
    height: 6px;
    line-height: 6px;
    margin-left: -20px;
    padding-left: 20px;
    box-sizing: border-box;
    position: relative;
    top: -2px;
    left: 0;
}

th{
	line-height: 2.0em !important;
}

td{
	line-height: 2.0em !important;
}



/************グレーリスト**************/
.dot_list_gray li::before {
    content: '';
    display: inline-block;
    background: url("/img/common/icon_dot_gray.png") center center no-repeat transparent;
    background-size: auto auto;
    background-size: 6px 6px;
    width: 6px;
    height: 6px;
    line-height: 6px;
    margin-left: -20px;
    padding-left: 20px;
    box-sizing: border-box;
    position: relative;
    top: -2px;
    left: 0;
}

th{
	line-height: 2.0em !important;
}

td{
	line-height: 2.0em !important;
}



/************グレーリスト2**************/
.dot_list_gray2 li::before {
    content: '';
    display: inline-block;
    background: url("/img/common/icon_dot_gray2.png") center center no-repeat transparent;
    background-size: auto auto;
    background-size: 6px 6px;
    width: 6px;
    height: 6px;
    line-height: 6px;
    margin-left: -20px;
    padding-left: 20px;
    box-sizing: border-box;
    position: relative;
    top: -2px;
    left: 0;
}

th{
	line-height: 2.0em !important;
}

td{
	line-height: 2.0em !important;
}




/************背景色　コンポーネント**************/
.backltBr{
	background:rgba(253, 251, 242, 1);
	z-index: 0;
	padding-top: 30px;
	padding-bottom: 30px;
	position: relative;
}

.backBr{
	background:rgb(252,240,215);
	z-index: 0;
	padding-top: 30px;
	padding-bottom: 30px;
	position: relative;
}

.backCr{
	background:url(../img/common/bg_skew_cream.png) center center repeat transparent;
	background-size: 4px 4px;
	z-index: 0;
	padding-top: 30px;
	padding-bottom: 30px;
	position: relative;
}

.backlm{
	background:url(../img/common/bg_skew_lime.png) center center repeat transparent;
	background-size: 4px 4px;
	z-index: 0;
	padding-top: 30px;
	padding-bottom: 30px;
	position: relative;
}

.backbl{
	background:url(../img/common/bg_skew_blue.png) center center repeat transparent;
	background-size: 4px 4px;
	z-index: 0;
	padding-top: 30px;
	padding-bottom: 30px;
	position: relative;
}

.backltgr{
	background:url(../img/common/bg_skew_ltgr.png) center center repeat transparent;
	background-size: 4px 4px;
	z-index: 0;
	padding-top: 30px;
	padding-bottom: 30px;
	position: relative;
}

.backgray{
	background:url(../img/common/bg_skew_gray.png) center center repeat transparent;
	background-size: 4px 4px;
	z-index: 0;
	padding-top: 30px;
	padding-bottom: 30px;
	position: relative;
}



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


                                 BLOG


**********************************************************************/
.section-title,
.entry-title {
  display: block;
  width: 100%;
  overflow: hidden;
  margin: 0px 0 25px;
  text-align: center;
  font-weight: 300;
  text-transform: uppercase;
  font-size: 36px;
  font-size: 2.25rem;
  font-size: 1.8rem;  
  letter-spacing: 1px;
  font-weight: bold;
}
.section-title a,
.entry-title a {
	
}
.section-title span,
.entry-title span {
  display: inline-block;
  position: relative;
}
.section-title span:before,
.entry-title span:before,
.section-title span:after,
.entry-title span:after {
  content: "";
  position: absolute;
  height: 4px;
  top: .53em;
  width: 400%;
/*   border-bottom: 1px solid #ccc; */
  border-top: 1px solid #ccc;
}
.section-title span:before,
.entry-title span:before {
  right: 100%;
  margin-right: 45px;
}
.section-title span:after,
.entry-title span:after {
  left: 100%;
  margin-left: 45px;
}
.entry-header .entry-meta {
  text-align: center;
  font-family: Georgia, serif;

  font-size: 18px;
  font-size: 1.125rem;
  font-style: italic;
  font-weight: normal;
  color: #a5a5a5;
  margin: 0 0 15px 0;
}
.entry-header .entry-meta a {
  color: #a5a5a5;
}
.entry-content {
  margin: 0 0 60px 0;
}
.entry-content h2 {
  line-height: 1.2;
  font-size: 30px;
  font-size: 1.875rem;
  padding-top: 20px;
  margin-bottom: 20px;
}
.meta-nav,
.more-link {
  font-family: Georgia, serif;
  font-style: italic;
  font-weight: bold;
  color: #666666;
  text-decoration: none;
}
.meta-nav:hover,
.more-link:hover {
  color: #333333;
  text-decoration: underline;
}
.more-link {
  display: block;
  width: 100%;
  text-align: right;
}
/* Posts navigation */
#nav-below {
  position: fixed;
  top: 48%;
}
#nav-below .meta-nav {
  display: block;
  padding: 27px 7px;
  background: #444;
  color: #fff;
  -webkit-border-radius: 3px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 3px;
  -moz-background-clip: padding;
  border-radius: 3px;
  background-clip: padding-box;
  font-family: "Open sans", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  text-decoration: none;
  opacity: 0.2;
}
#nav-below .meta-nav:hover {
  text-decoration: none;
  color: #333;
}
#nav-below .nav-next {
  position: fixed;
  right: -3px;
}
#nav-below .nav-previous {
  position: fixed;
  left: -3px;
}
#nav-below b {
  display: none;
}
footer.entry-meta {
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  margin: 0 0 35px 0;
  padding: 2px 0;
  color: #888888;
  font-size: 12px;
  font-size: 0.75rem;
}
footer.entry-meta a {
  color: #333333;
}
footer.entry-meta .meta-in {
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  padding: 10px 0;
}
.page-header {
  padding-bottom: 0;
  margin: 0;
  border-bottom: none;
  text-align: left;
}
.page-header .page-title {
  margin-top: 0;
  margin-bottom: 30px;
}




/* ================================================== *
 *
 *    block modules
 *
 * ================================================== */

/* ------------------------------------------------- *
 *        sc-header
 * ------------------------------------------------- */

.navbar-nav li.nav-item{
	line-height: 1.4em;
	line-height: 1.2em;	
}

.navbar-nav li.nav-item a:hover{
	background: #ccc;
}

.breadcrumb-area{
	background: #eee;
}

.breadcrumb{
	padding: 0; 
	background: none;
}

.breadcrumb-item{
	font-size: .85em;
}

.breadcrumb-item a{
	color: #333;
}


/*
.sc-header {
	padding: 10px 0 0;
	
}
.sc-header.navbar-default {
	border: none;
	margin-bottom: 0;
	background: #fff;
	box-shadow: 0 4px 3px -3px rgba(0, 0, 0, 0.1);
}
.sc-header.navbar-default .nav.navbar-nav>li>a {
	color: #333;
	text-align: center;
	margin-right: 15px;
}
.sc-header.navbar-default .nav.navbar-nav>li>a:hover {
	background: #f4f3f3;
}

.sc-header.navbar-default .navbar-header {
	margin-top: 0;
	margin-bottom: 0;
}
.sc-header.navbar-default .navbar-brand {
	height: auto;
	margin-top: -9px;
	margin-right: 30px;
}
.sc-header.navbar-default .navbar-collapse {
	max-height: none;
}
.sc-header.navbar-default .navbar-collapse .navbar-nav {
	float: none;
}
.sc-header.navbar-default .navbar-collapse .navbar-form {
	clear: right;
	float: right;
}
.sc-header.navbar-default .navbar-nav .dropdown-menu {
	background: #efefef;	
	border-radius: 0;
}
.sc-header.navbar-default .navbar-nav .dropdown-menu>li>a {
	color: #333;	
}
.sc-header.navbar-default .dropdown-menu a:hover {
	background: #ccc;
	color: #fff;
}
.sc-header.navbar-default .dropdown-menu a.selected {
	background: #ccc;
	color: #fff;
}
	
.sc-header.navbar-default .navbar-toggle {
	margin-right: 0;
}
.sc-header.navbar-default .navbar-form {
	margin-bottom: 0;
}
.sc-header.navbar-default .navbar-form input {
	background: #F7F7F7;
	border-top-left-radius: 20px;
	border-bottom-left-radius: 20px;
	font-size: 16px;
}
.sc-header.navbar-default .navbar-form .btn {
	background: #333;
	color: #FFF;
	border-top-right-radius: 20px;
	border-bottom-right-radius: 20px;
	border-color: #333;
	padding-right: 15px;
}
*/

@media(min-width:768px) {
/*
	.sc-header {	
	padding: 10px 0 0;
	}
	.sc-header.navbar-default .navbar-header {

	}
	.sc-header.navbar-default .navbar-brand {
		margin-top: 0;
		padding-top: 24px;
		margin-top: -17px;		
	}
	.sc-header.navbar-default .navbar-collapse .navbar-nav {
		float: left;		
	}
	.navbar-nav > li > a{
		margin-top: 4px;		
	}	
	.navbar-nav > li > a{
		border-bottom: 2px solid #65989f;
	}

	.navbar-nav > li > a:hover{
		border-bottom: 2px solid #b0cfd2;
	}
	
	.navbar-nav > li > a.active{
		border-bottom: 2px solid #b0cfd2;		
	}	
	.nav .open > a, .nav .open > a:hover, .nav .open > a:focus{
		border-bottom: 2px solid #b0cfd2;		
}
	
*/
	
	
}
@media(min-width:992px) {
/*
	.sc-header {
	padding: 10px 0 0;		
	}
	.sc-header.navbar-default .navbar-brand {
		padding-top: 24px;
		margin-top: -17px;
	}
	.sc-header.navbar-default .navbar-collapse .navbar-nav {
		float: left;
	}
	.sc-header.navbar-default .navbar-form {
		margin-top: 8px;
	}

	.sc-header.navbar-default .nav.navbar-nav>li>a.tel-area{
	}

	.sc-header.navbar-default .tel {
		font-size: 1.5em;		
		color:#fff;
		letter-spacing: .05em;
	}

	.sc-header.navbar-default .tel_banner {

	}
	
	.navbar-nav > li > a{
		margin-top: 30px;
		border-bottom: 2px solid #65989f;
	}

	.navbar-nav > li > a:hover{
		margin-top: 30px;
		border-bottom: 2px solid #b0cfd2;		
	}
	
	.navbar-nav > li > a.active{
		border-bottom: 2px solid #b0cfd2;	
	}
	
	.nav .open > a, .nav .open > a:hover, .nav .open > a:focus{
		border-bottom: 2px solid #b0cfd2;		
	}
*/
}

@media only screen and (min-width : 768px) {
    /* デスクトップ表示ではホバー操作でドロップダウンを表示 */
    .dropdown:hover .dropdown-menu {
        display: block;
    }
}



/*641px～PC　PC上では見えないようにする*/

@media screen and (max-width:768px){	
	#headerInfo{
		display: none;
	}	
}

/*スマホ～641pxの幅サイズまで*/
@media screen and (min-width:769px){
#headerInfo{
	position:absolute; 
	top:0; 
	right: 30px; 
	right: 0; 	
	padding: 5px 20px 5px; 
	padding: 10px 25px; 	
/* 	background: rgba(66, 33, 11, 0.7); */
/* 	background: #65989f;	 */
/* 	color: #fff; */
	text-align: right;
/* 	font-family: Roboto; */
/* 	font-family: 'Merriweather'; */
/* 	font-family: 'Oswald';	 */
}
}








/* ------------------------------------------------- *
 *        saloncreate-keyVisual
 * ------------------------------------------------- */
.sc-keyVisual {
	padding-top: 100px;
	padding-top: 20vh;	
/* 	background: url('/img/top/bg_head.jpg') repeat center center;	 */
	background-size: cover;
	width: 100vw;
	height: auto;
	min-height: 100vh;
	min-height: 70vh;	  
}

/*
.dark{
	width: 100%;
	height: 100%;
	position: inherit;
}
*/

.sc-keyVisual-common {
	height: 150px;	
	background-size: cover;
	padding-top: 28px;
}

.sc-keyVisual-common-system	 	{background: url('/img/common/common_sample.jpg') center center no-repeat;}
.sc-keyVisual-common-system	 	{background-image: url('/img/common/common_sample.jpg') #ccc  center center no-repeat;}
.sc-keyVisual-common-schedule		{background: url('/img/common/h1_bg_guide2.jpg') center center no-repeat;}
.sc-keyVisual-common-staff 		{background: url('/img/common/h1_bg_guide3.jpg') center center no-repeat;}
.sc-keyVisual-common-event 		{background: url('/img/common/h1_bg_guide4.jpg') center center no-repeat;}
.sc-keyVisual-common-studio 		{background: url('/img/common/h1_bg_guide5.jpg') center center no-repeat;}
.sc-keyVisual-common-contact 		{background: url('/img/common/h1_bg_guide6.jpg') center center no-repeat;}

/*
.sc-keyVisual-common h1{
	color:#e13d3d;
	text-shadow: 1px 1px 20px white;
}
*/


/*
.sc-keyVisual .btn-group {
	margin-top: 30px;
}
*/
/*
.sc-keyVisual .btn-group .btn {
	margin-left: 1px;
}
*/
@media(min-width:768px) {
	.sc-keyVisual {
	padding-top: 100px;
	padding-top: 20vh;	
  	width: 100vw;
  	height: auto;
  	min-height: 62vh;
  	min-height: 70vh;  		
	}
	.sc-keyVisual .btn-group {
		
	}

	.sc-keyVisual-common {
	background-size: cover;
	}

	.sc-keyVisual-common h1{
	font-size: 2.6em;
	}
	.sc-keyVisual-common {
	height: 150px;	
	background-size: cover;
	padding-top: 24px;
}	

}



/* ------------------------------------------------- *
 *        information box
 * ------------------------------------------------- */

.information{
	margin: 15px 0;
/* 	border: 6px solid #eee; */
	border: 15px solid #eee;	
	padding: 1.5em;
}

.informationTel{
	display: block;
	font-size: 3em;
/* 	font-family: 'Maven Pro', sans-serif; */
	font-family: 'Oswald';
/* 	color: rgba(46, 136, 43, 1);	 */
	color: #65989f;		
}

/* ------------------------------------------------- *
 *        footer
 * ------------------------------------------------- */
.sc-footer {
	background: rgba(46, 136, 43, 1); 
	color: #fff;
	padding: 30px 0;
}
.sc-footer .list-group .list-group-item {
	background: none;
	color: #aeaeae;	
	border-left: none;
	border-right: none;
	border-radius: 0;
	border-color: #444;
}
.sc-footer .glyphicon {
	position: absolute;
	right: 15px;
	top: 13px;
}
.sc-footer .text-center {
	margin-top: 15px;
}

.sc-footer .copy {
	color: #676969;
}

.sc-footer address {
	color: #aeaeae;
}


@media(min-width:768px) {
	.sc-footer .list-group .list-group-item {
		border: none;
		padding: 0;
		padding-top: 5px;
	}
	.sc-footer .glyphicon {
		display: none;
	}
	.sc-footer .text-center {
		margin-top: 30px;
	}
}



/*641px～PC　PC上では見えないようにする*/
@media screen and (min-width:769px){
	.sc-footer {

	}	
}

/*スマホ～641pxの幅サイズまで*/
@media screen and (max-width:768px){
	.sc-footer {
		padding-bottom: 100px;
	}
}





/* ------------------------------------------------- *
 *        Linked-footer
 * ------------------------------------------------- */
.linked-footer {
/* 	background:url('/img/common/footer_bg.jpg') #441D0B center top repeat;  */
/* 	background: rgb(46, 136, 43); 	 */
/* 	background: #333; 	 */
/* 	color: #fff; */
	padding: 30px 0;
	font-size: 0.9rem;
}
.linked-footer .list-group .list-group-item {
	background: none;
/* 	color: #fff; */
	border-left: none;
	border-right: none;
	border-radius: 0;
	border-color: #444;
}


.linked-footer p{
/* 	margin-top: 14px;  */
}


.linked-footer a{
/* 	color: #fff; */
}

.linked-footer a:hover{
	text-decoration: underline;
}

.linked-footer .glyphicon {
	position: absolute;
	right: 15px;
/* 	top: 13px; */
	top: 17px;
}
.linked-footer .text-center {
	margin-top: 15px;
}

.linked-footer .copy {
	color: #676969;
}

.linked-footer address {
/* 	color: #fff;	 */
}


@media(min-width:768px) {
	.linked-footer .list-group .list-group-item {
		border: none;
		padding: 0;
		padding-top: 5px;
	}
	.linked-footer .oi {
		display: none;
	}
	.linked-footer .text-center {
		margin-top: 30px;
	}
}



/* ------------------------------------------------- *
 *        footer お問い合わせ スマートフォン固定
 * ------------------------------------------------- */
 

 /*641px～PC　PC上では見えないようにする*/
@media screen and (min-width:769px){
	.m-common-contact-sp{
		display: none;
	}	
}

/*スマホ～641pxの幅サイズまで*/
@media screen and (max-width:768px){
.m-common-contact-sp {
	padding: 0;
	margin: 0;
    display: block;
    position: fixed;
    left: 0;
    bottom: 0;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    z-index: 1001;
	list-style: none;
  }
  .m-common-contact-sp__item {
    width: 50%;
    font-size: 1.2rem;
  }
  .m-common-contact-sp__item a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
	font-size: 0.85rem;    
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    height: 45px;
    color: #ffffff;
  }
  .m-common-contact-sp__item a .icon {
    -ms-flex-negative: 0;
        flex-shrink: 0;
    width: 22px;
    height: 22px;
    border-radius: 50%;
    margin-right: 10px;
    background-size: auto 100%;
/*     background-image: url(../img/common/icons-contact-sp.png); */
  }
  .m-common-contact-sp__item a.tel {
    background-color: #6ebaba;
    background-color: #1eba3b;    
  }
/*
  .m-common-contact-sp__item a.tel .icon {
    background-position: -100% 0;
  }
*/
  .m-common-contact-sp__item a.mail {
    background-color: #ffb464;
    background-color: #ff9829;    
  }

#siteBottom{
/* 	margin-bottom: 85px; */
	margin-bottom: 45px;	
}
}



/* ------------------------------------------------- *
 *        footer お問い合わせ　PC固定
 * ------------------------------------------------- */
 

/*641px～PC　PC上では見えないようにする*/

@media screen and (max-width:768px){	
	.footer_area_pc{
		display: none !important;
	}	
}

/*スマホ～641pxの幅サイズまで*/
@media screen and (min-width:769px){
.footer_area_pc {
 	padding: 4px 0;
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    background-color: rgba( 0, 0, 0, 0.3 );
	z-index: 2000;
	color: #fff;
	vertical-align: middle !important;
/* 	font-size: 0.8em; */
}

#siteBottom{
	margin-bottom: 85px;
}
}


/* ------------------------------------------------- *
 *        Page Top PC SP 共通
 * ------------------------------------------------- */

/*641px～PC　*/

@media screen and (max-width:768px){
.m-btn-pagetop {
    position: fixed;
    right: 15px;
/*     bottom: 17px; */
    bottom: 60px;    
    background-color: #ffb464;
    border-radius: 50%;
/*
    width: 46px;
    height: 46px;
*/
    width: 40px;
    height: 40px;
	opacity: .7;
    text-indent: -9999em;
    -webkit-transition: opacity 0.3s;
    transition: opacity 0.3s;
    z-index: 2001;
}

.m-btn-pagetop::before {
    content: "";
    width: 12px;
    height: 12px;
    border-top: solid 2px #ffffff;
    border-right: solid 2px #ffffff;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -6px;
    margin-top: -4px;
}
}

/*スマホ～641pxの幅サイズまで*/
@media screen and (min-width:769px){
.m-btn-pagetop {
    position: fixed;
    right: 40px;
    bottom: 17px;
    background-color: #ffb464;
    border-radius: 50%;
    width: 46px;
    height: 46px;
    text-indent: -9999em;
    -webkit-transition: opacity 0.3s;
    transition: opacity 0.3s;
    z-index: 2001;
}

.m-btn-pagetop::before {
    content: "";
    width: 12px;
    height: 12px;
    border-top: solid 2px #ffffff;
    border-right: solid 2px #ffffff;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -6px;
    margin-top: -4px;
}
}


/* ================================================== *
 *
 *    helper
 *
 * ================================================== */

/* ------------------------------------------------- *
 *        margin
 * ------------------------------------------------- */
.margin-top-lg {
	margin-top: 60px;
}
.margin-top-md {
	margin-top: 30px;
}
.margin-top-sm {
	margin-top: 15px;
}
.margin-bottom-lg {
	margin-bottom: 60px;
}
.margin-bottom-md {
	margin-bottom: 30px;
}
.margin-bottom-sm {
	margin-bottom: 15px;
}

/* ------------------------------------------------- *
 *        padding
 * ------------------------------------------------- */
.padding-top-lg {
	padding-top: 60px;
}
.padding-top-md {
	padding-top: 30px;
}
.padding-top-sm {
	padding-top: 15px;
}
.padding-bottom-lg {
	padding-bottom: 60px;
}
.padding-bottom-md {
	padding-bottom: 30px;
}
.padding-bottom-sm {
	padding-bottom: 15px;
}

/* ------------------------------------------------- *
 *        font size & weight
 * ------------------------------------------------- */

.fz-large{
	font-size: 1.2em !important;
}

.fz-xlarge{
	font-size: 1.4em !important;
}

.fz-xxlarge{
	font-size: 1.6em !important;
}

.fw-bold{
	font-weight: bold;
}


/* ------------------------------------------------- *
 *        Test Navigation
 * ------------------------------------------------- */

/*
    .sitename{
    margin:15px 0 15px;
    }
    .sitename a{
    font-size: 1.6em;
    color: inherit;
    }
     
    i{
    font-size: 1.3em;
    color: inherit;
    }
     
    .navbar .navbar-inner {
    padding: 0;
    }
     
    .navbar .nav {
    margin: 0;
    display: table;
    width: 100%;
    }
     
    .navbar .nav li {
    display: table-cell;
    float: none;
    }
     
    .navbar .nav li a {
    font-weight: bold;
    text-align: center;
    border-left: 1px solid rgba(255, 255, 255, .75);
    border-right: 1px solid rgba(0, 0, 0, .1);
    }
     
    .navbar .nav li:last-child a {
    border-right: 0;
    border-radius: 0 3px 3px 0;
    }
*/