@charset "utf-8";

html {
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%
}

* {
  margin: 0;
  padding: 0;
}


body {
	font: 13px / 1.5 "メイリオ", Meiryo, arial, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", Sans-Serif;
	/*
	font: 400 16px/1.8 "Times New Roman", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "メイリオ", Meiryo, serif;
	*/	
	color: #666:
}

body .index {
	overflow-x: hidden;
}
	
img {
	max-width: 100%;
	height: auto;
	border: 0px;
}

a {
	color: #666;
}

a:hover {
	color: #666;
	text-decoration: none;
}

a:active, a:focus {
	outline: 0;
}



ol, ul, li {
	list-style: none;
	margin: 0;
	padding: 0;
}

dl, dt, dd {
	margin: 0;
	padding: 0;
}

h1, h2, h3, h4, h5, h6 {
	font: 700 54px/1.2 "メイリオ", Meiryo, arial, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", Sans-Serif;
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}

h1, h2, h3, h4, h5, h6, pre, code, address, caption, cite, code, em, strong, small, figcaption {
	font-size: 1em;
	font-weight: normal;
	font-style: normal;
}


p {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;

}

/* Clear float --------------------------------- */

#content-inner:after,
#extra:after,
#main:after {
	content: "";
	height: 0;
	display: block;
	visibility: hidden;
	clear: both;
}

.clear {
	clear: both;
}

#extra li a, #extra li a:hover, #footer-nav li a:hover, #gnav a, #header-nav a,
#pan .current a, a:hover {
	text-decoration: none;
}

#extra, #footer, .clear, .section-header {
	clear: both;
}


/* ---------------------------------------------- /*
 * content
/* ---------------------------------------------- */

#header, #gnav, #content, #cms-section, #privacy, #footer {
	position: relative;
	z-index: 5000;
}

#content {
	width: 100%;
	display: block;
	margin: 0;
	padding: 0;
	background-color: #fff;
}

.content-inner {
	width: 1200px;
	display: block;
	margin: 0 auto;
	padding: 0;
	background-color: #fff;
}


@media (max-width:1199px) {

	.content-inner {
		width: 95%;
		overflow: hidden;
	}

}

@media (max-width:670px) {

	.content-inner {
		width: 95%;
		overflow: hidden;
	}

}


/* ---------------------------------------------- /*
 * container
/* ---------------------------------------------- */


/*テスト*/

.container {
	display: block;
	width: 100%;
	margin: 0;
}



@media (min-width: 1199px) {

	#sns-btn-list {
		display: block;
		width: 1200px;
		height: 18px;
		margin: 40px auto 18px auto;
		padding: 0;
	}
	
	.sns-btn-list-inner {
		display: block;
		margin: 0;
	}
	
	.sns-btn-list-inner ul {
		text-align: right;
		right: 18px;
	}

}

@media (min-width: 769px) {

	#sns-btn-list {
		display: block;
		width: 95%;
		height: 18px;
		margin: 0;
		padding: 40px 0 18px 0;
	}
	
	.sns-btn-list-inner {
		display: block;
		width: 100%;
		float: right;
		padding: 0;
		margin: 0;
	}
	
	#sns-btn-list ul {
		display: block;
		width: 100%;
		margin: 0 auto;
		padding: 0;
		list-style-type: none;
		text-align: center;
	}
	
	#sns-btn-list li {
		padding-left: 14px;
		float: right;
		display: -moz-inline-box;
		display: inline-block;
	}
	
	#sns-btn-list2,
	.sns-btn-list-inner2 {
		display: none;
	}

}


@media (max-width: 768px) {

	#sns-btn-list2,
	.sns-btn-list-inner2 {
		display: block;
		margin: 0;
	}
	
	.links {
		display: block;
		margin: 0 0 0 0;
		background: #e7e3cf;
	}
	
	.links li {
		font-size: 1.3em;
		color: #fff;
		padding: 10px 10px 6px 18px;
		border-top: 1px solid #fff;
		margin: 0 0 0 0;
		background: rgb(176,212,227); /* Old browsers */
		background: -moz-linear-gradient(top,  rgba(176,212,227,1) 0%, rgba(136,186,207,1) 100%); /* FF3.6+ */
		background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(176,212,227,1)), color-stop(100%,rgba(136,186,207,1))); /* Chrome,Safari4+ */
		background: -webkit-linear-gradient(top,  rgba(176,212,227,1) 0%,rgba(136,186,207,1) 100%); /* Chrome10+,Safari5.1+ */
		background: -o-linear-gradient(top,  rgba(176,212,227,1) 0%,rgba(136,186,207,1) 100%); /* Opera 11.10+ */
		background: -ms-linear-gradient(top,  rgba(176,212,227,1) 0%,rgba(136,186,207,1) 100%); /* IE10+ */
		background: linear-gradient(to bottom,  rgba(176,212,227,1) 0%,rgba(136,186,207,1) 100%); /* W3C */
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b0d4e3', endColorstr='#88bacf',GradientType=0 ); /* IE6-9 */
	}
	
	.links li p {
		display: table-cell;
		vertical-align: middle;
		margin: 0;
		padding-right: 18px;
	}
	
	.links li a {
		color: #fff;
		text-decoration: none;
	}
	
	.links li.current {
		background: #c73677;
	}


}




/* ---------------------------------------------- /*
 * Reset box-shadow
/* ---------------------------------------------- */

.btn,
.form-control,
.form-control:hover,
.form-control:focus,
.navbar-custom .dropdown-menu {
	-webkit-box-shadow: none;
			box-shadow: none;
}

/* ---------------------------------------------- /*
 * Reset border-radius
/* ---------------------------------------------- */

.btn,
.label,
.alert,
.progress,
.form-control,
.modal-content,
.panel-heading,
.panel-group .panel,
.nav-tabs > li > a,
.nav-pills > li > a {
	-webkit-border-radius: 0px;
	   -moz-border-radius: 0px;
		 -o-border-radius: 0px;
			border-radius: 0px;
}


/* ---------------------------------------------- /*
 * tel link
/* ---------------------------------------------- */

a[href^="tel:"] { 
	cursor: default; 
}

/* ---------------------------------------------- /*
 * shadow 01
/* ---------------------------------------------- */

.effect {
	box-shadow:rgba(147, 147, 147, 0.5) 1px 3px 4px 3px;
	-webkit-box-shadow:rgba(147, 147, 147, 0.5) 1px 3px 4px 3px;
	-moz-box-shadow:rgba(147, 147, 147, 0.5) 1px 3px 4px 3px;
}

/* ---------------------------------------------- /*
 * btn 01
/* ---------------------------------------------- */

.white-btn {
	margin-top: 8px;
	margin-bottom: 12px;
	border: 3px solid #fff;
	box-shadow: 1px 2px 2px rgba(0, 0, 0, .3), inset 0 0 3px rgba(0, 0, 0, .3);
	background: #e0e0e0;
	background: -webkit-gradient(linear, left top, left bottom, from(#f8f8f8), to(#e0e0e0));
	background: -webkit-linear-gradient(top, #f8f8f8, #e0e0e0);
	background: -moz-linear-gradient(top, #f8f8f8, #e0e0e0);
	background: -o-linear-gradient(top, #f8f8f8, #e0e0e0);
	background: -ms-linear-gradient(top, #f8f8f8, #e0e0e0);
	background: linear-gradient(top, #f8f8f8, #e0e0e0);
}

.white-btn a {
	height: 54px;
	color: #6f5b42;
	text-align: center;
	text-shadow: -1px -1px 1px #fff;
	background-size: 11px;
}


.fa-caret-right {
	display: none;
}


/* ---------------------------------------------- /*
 * path
/* ---------------------------------------------- */

.path {
	margin-left: 0;
	margin-top: 0;
	margin-bottom: 0;
	padding: 6px 0 12px 0;
}

.path li:before {
	margin-right: 5px;
	content: ">";
}

.path li:first-child:before {
	content: "";
}

.path li {
	margin-right: 5px;
	font-size: 1.1em;
	display: inline;
}

.path li a.current {
	text-decoration: none;
}


/* ---------------------------------------------- /*
 * info-top
/* ---------------------------------------------- */

#info-top {
	display: block;
	margin: 26px 0 0 0;
	overflow: hidden;
}

.online {
	display: block;
	float: left;
	width: 56%;
	margin-left: 0.5%;
}

.online-inner {
	width: 98%;
	height: auto;
}

.online-inner img {
	width: 100%;
	height: auto;
	padding: 0;
	-moz-border-radius: 12px;
	-webkit-border-radius: 12px;
	border-radius: 12px; 
}

.info {
	display: block;
	float: right;
	width: 42%;
}

.info-inner {
	width: 98%;
	height: auto;
}

.info-inner img {
	width: 100%;
	height: auto;
	padding: 0;
	-moz-border-radius: 12px;
	-webkit-border-radius: 12px;
	border-radius: 12px; 
}


@media (max-width: 670px) {

	#info-top {
		display: block;
		width: 90%;
		margin: 0 auto;
	}
	
	.online {
		float: none;
		width: 100%;
		margin: 0;
		padding: 0;
	}
	
	.online-inner {
		width: 90%;
		margin: 16px auto 0 auto;
	}
	
	.online-inner img {
		width: 100%;
		height: auto;
		margin: 0 auto;
		-moz-border-radius: 12px;
		-webkit-border-radius: 12px;
		border-radius: 12px; 
	}
	
	.info {
		float: none;
		width: 100%;
		margin: 0;
		padding: 0;
	}
	
	.info-inner {
		width: 90%;
		margin: 16px auto 0 auto;
	}
	
	.info-inner img {
		width: 100%;
		height: auto;
		margin: 0 auto;
		-moz-border-radius: 12px;
		-webkit-border-radius: 12px;
		border-radius: 12px; 
	}

}

@media (max-width: 420px) {

	#info-top {
		display: block;
		width: 94%;
		margin: 0 auto;
	}
	
	.online {
		float: none;
		width: 100%;
		margin: 0;
		padding: 0;
	}
	
	.online-inner {
		width: 98%;
		margin: 24px auto 0 auto;
	}
	
	.online-inner img {
		width: 100%;
		height: auto;
		margin: 0 auto;
		-moz-border-radius: 0;
		-webkit-border-radius: 0;
		border-radius: 0; 
	}
	
	.info {
		float: none;
		width: 100%;
		margin: 0;
		padding: 0;
	}
	
	.info-inner {
		width: 98%;
		margin: 16px auto 0 auto;
	}
	
	.info-inner img {
		width: 100%;
		height: auto;
		margin: 0 auto;
		-moz-border-radius: 0;
		-webkit-border-radius: 0;
		border-radius: 0; 
	}
	
	.effect {
		box-shadow: none ;
		-webkit-box-shadow: none ;
		-moz-box-shadow: none ;
	}	

}



/* ---------------------------------------------- /*
 * Section-header
/* ---------------------------------------------- */

.section-header {
	margin: 0 auto 14px auto;
	line-height: 36px;
	padding: 12px 0 7px 18px;
	border-top: 6px solid #333;
	border-bottom: 1px dotted #333;
	background-color: #f3f3f3;
}

.section-header h1 {
	font-size: 1.6em;
}

.section-header h1 .tsika {
	font-size: 12px;
	padding: 0 0 0 1em;
}


@media (max-width: 780px) {

	.section-header {
		margin: 0 auto 14px auto;
		line-height: 36px;
		padding: 12px 12px 7px 18px;
		border-top: 6px solid #333;
		border-bottom: 1px dotted #333;
		background-color: #f3f3f3;
	}
	
	.section-header h1 {
		font-size: 1.3em;
		line-height: 1.5em;
	}

}




/* ---------------------------------------------- /*
 * Footer
/* ---------------------------------------------- */

#footer {
	width: 100%;
	background-color: #545454;
	padding: 0;
	margin: 0;
}

#foot-nav {
	display: block;
	width: 1200px;
	height: 80px;
	margin: 0 auto;
	padding: 40px 0 0 0;
}

#foot-nav ul {
	display: block;
	margin: 0 auto;
	padding: 0;
	list-style-type: none;
	text-align: center;
}

.fnav {
	font-size: 1.2em;
	line-height: 1em;
	padding-right: 6px;
	padding-left: 8px;
	border-left: solid 1px white;
	list-style-type: none;
	display: -moz-inline-box;
	display: inline-block;
}

.fnav:first-child {
	border-left: none;
}

.fnav a {
	text-decoration: none;
	list-style-type: none;
	font-size: 0.9em;
}

.fnav a:link,
.fnav a:visited,
.fnav a:active {
	color: #fff;
}
 
.fnav a:hover  {
	color: #f5d76e;
}

.footer-inner {
	float: none;
	display: block;
	width: 1100px;
	margin: 0 auto;
}

.footer-inner {
	background-color: #545454;
	min-height: 140px;
	font-size: 14px;
	color: #fff;
}

.left-content {
	float: left;
	margin: 0px;
	width: 60%;
	height: auto;
}

.f-logo {
	float: left;
	width: 200px;
	padding: 0 24px 0 0;
}

.f-logo img {
	padding: 0;
	width: 100%;
	height: auto;
}

.address {
	line-height: 140%;
	display: block;
	float: left;
	position: relative;
	font-size: 1em;
	padding: 18px 0 0 0;
	top: -18px;
}

.right-content {
	float: right;
	margin: 0px;
	width: 40%;
	height: auto;
}

.shop-hour {
	text-align: right;
	line-height: 180%;
}

.time {
	font-family: "Lucida Grande", Verdana, Arial, sans-serif;
	font-size: 1.4em;
	padding: 14px 0 0 0;
}

.time a {
	text-decoration: none;
	color: #fff;
}

.kaikan-top {
	display: none;
}

.tadashi {

	line-height: 1.2em;
}

.reserve {
	display: none;
}


@media (max-width: 1199px) {

	#foot-nav {
		display: block;
		width: 95%;
		height: 80px;
		margin: 0 auto;;
	}
	
	.footer-inner {
		min-height: 200px;
		width: 95%;
		margin: 0 auto;
	}
	
	.left-content {
		display: block;
		width: 55%;
		padding-left: 18px;
		overflow: hidden;
	}
	
	.right-content {
		display: block;
		width: 40%;
		overflow: hidden;
	}
	
	.f-logo {
		float: left;
		width: 45%;
		padding: 0 24px 0 0;
	}
	
	.address {
		display: block;
		float: none;
		position: relative;
		font-size: 1.2em;
		line-height: 160%;
		padding: 36px 0 0 0;
		top: 2px;
	}
	
	.shop-hour {
		text-align: center;
		padding: 0;
	}
	
	.kaikan {
		display: none;
	}
	
	.kaikan-top {
		border-bottom: solid 1px #f8f8f8;
		text-align: center;
		display: block;
		width: 95%;
		font-size: 1.3em;
		padding: 0 0 6px 0;
		margin: 0 0 8px 0;
	}

}

@media (max-width: 780px) {

	#foot-nav {
		display: block;
		width: 100%;
		margin: 0 0 30px 0;
		padding: 0 ;
		height: auto;
		background: #e0e0e0;
	}
	
	#foot-nav ul {
		display: block;
		width: 100%;
		margin: 0;
		padding: 0;	
		list-style-type: none;
		background: #e0e0e0;
	}
	
	.fnav {
		display: block;
		float: none;
		margin: 0;
		font-size: 1.4em;
		line-height: 2.4em;
		height: auto;
		padding: 3px 0 1px 24px;
		border-top: solid 1px #aaaaaa;
		border-left: none;
		list-style-type: none;
		color: #6f5b42;
		background: #e0e0e0;
		background: -webkit-gradient(linear, left top, left bottom, from(#f8f8f8), to(#e0e0e0));
		background: -webkit-linear-gradient(top, #f8f8f8, #e0e0e0);
		background: -moz-linear-gradient(top, #f8f8f8, #e0e0e0);
		background: -o-linear-gradient(top, #f8f8f8, #e0e0e0);
		background: -ms-linear-gradient(top, #f8f8f8, #e0e0e0);
		background: linear-gradient(top, #f8f8f8, #e0e0e0)
	}
	
	.fnav a {
		display: block;
		text-align: left;
		width: 100%;
		padding: 0;
		margin: 0;
		color: #6f5b42;
	}
	
	.fnav a:link,
	.fnav a:visited,
	.fnav a:active {
		color: #6f5b42;
	}
	 
	.fnav a:hover  {
		color: #3e603a;
	}
	
	.fa {
		font-size: 0.9em;
		display: inline-block;
		padding-right: 6px;
	}
	
	.left-content {
		display: block;
		float: none;
		width: 90%;
		margin: 0 auto;
		text-align: left;
		font-size: 1.2em;
		line-height: 1.4em;
		padding: 0 0 10px 0;
	}
	
	.right-content {
		display: block;
		float: none;
		width: 90%;
		margin: 0 auto;
		text-align: left;
		font-size: 1.2em;
		line-height: 1.4em;
		padding: 6px 0 6px 0;
	}
	
	.f-logo {
		display: block;
		width: 100%;
		margin: 0 ;
		padding: 12px 0 ;
	}
	
	.f-logo img {
		width: 70%;
	}
	
	.address {
		display: block;
		float: none;
		position: relative;
		font-size: 1em;
		line-height: 150%;
		padding: 36px 0 12px 0;
		top: 2px;
		margin: 0 auto 12px auto;
		border-bottom: solid 1px #f8f8f8;
	}
	
	.shop-hour {
		text-align: left;
		padding: 0 0 18px 0.5em;
		margin: 0 auto 12px auto;
		border-bottom: solid 1px #f8f8f8;
	}
	
	.kaikan-top {
		border-bottom: solid 1px #f8f8f8;
		text-align: center;
		display: block;
		width: 98%;
		font-size: 1.2em;
		padding: 0 0 6px 0;
		margin: 0 auto 12px auto;
	}
	
	.day {
		z-index: 0;
		display: block;
		width: 100%;
		font-size: 1.1em;
		padding: 12px 0 0 0;
	}
	
	.post {
		display: block;
		float: left;
		width: 100%;
		font-size: 1.1em;
		padding-top: 8px;
		padding-bottom: 0;
	}
	
	.tadashi {
		font-size: 1em;
		line-height: 1em;
		padding-top: 14px;
		padding-bottom: 8px;
	}
	
	.reserve {
		display: 	block;
		font-size: 0.8em;
		text-align: center;
		line-height: 1em;
		padding-top: 0;
		padding-bottom: 30px;
	}

}


@media (max-width: 640px) {

	.tadashi {
		font-size: 1em;
		line-height: 1em;
		padding: 14px 0 8px 0;
	}

}

@media (max-width: 420px) {

	.fnav {
		line-height: 3.2em;
	}
	
	.shop-hour {
		text-align: left;
		padding: 0 0 18px 0;
		margin: 0 auto 12px auto;
		border-bottom: solid 1px #f8f8f8;
	}
	
	.tadashi {
		display: block;
		font-size: 0.9em;
		line-height: 1em;
		line-height: 1.2em;
		margin: 14px 0 8px 0;
		padding: 0;
	}

}

@media (max-width: 330px) {
	
	.tadashi {
		display: block;
		font-size: 0.7em;
		line-height: 1.2em;
		margin: 14px 0 8px 0;
		padding: 0;
	}

}	


/* ---------------------------------------------- /*
 * Mouse animate icon
/* ---------------------------------------------- */

.mouse-icon {
	position: absolute;
	left: 50%;
	bottom: 40px;
	border: 2px solid #fff;
	border-radius: 16px;
	height: 40px;
	width: 24px;
	margin-left: -15px;
	display: block;
	z-index: 10;
}

.mouse-icon .wheel {
	-webkit-animation-name: drop;
	-webkit-animation-duration: 1s;
	-webkit-animation-timing-function: linear;
	-webkit-animation-delay: 0s;
	-webkit-animation-iteration-count: infinite;
	-webkit-animation-play-state: running;
	animation-name: drop;
	animation-duration: 1s;
	animation-timing-function: linear;
	animation-delay: 0s;
	animation-iteration-count: infinite;
	animation-play-state: running;
}

.mouse-icon .wheel {
	position: relative;
	border-radius: 10px;
	background: #fff;
	width: 2px;
	height: 6px;
	top: 4px;
	margin-left: auto;
	margin-right: auto;
}

@-webkit-keyframes drop	{
	0%   { top:5px;  opacity: 0;}
	30%  { top:10px; opacity: 1;}
	100% { top:25px; opacity: 0;}
}

@keyframes drop	{
	0%   { top:5px;  opacity: 0;}
	30%  { top:10px; opacity: 1;}
	100% { top:25px; opacity: 0;}
}

/* ---------------------------------------------- /*
 * Preloader
/* ---------------------------------------------- */

#preloader {
	background: #f5f5f5;
	background-image: url(../images/5.png);
	bottom: 0;
	left: 0;
	position: fixed;
	right: 0;
	top: 0;
	z-index: 9999;
}

#status,
.status-mes,
.status-logo {
	background-image: url(../images/preloader.gif);
	background-position: center;
	background-repeat: no-repeat;
	height: 270px;
	width: 270px;
	left: 50%;
	margin: -130px 0 0 -130px;
	position: absolute;
	top: 50%;
	font-size: 1.1em;
	color: #658243;
}

.status-mes {
	background: none;
	left: 0;
	margin: 0;
	text-align: center;
	top: 68%;
}

.status-logo {
	background: none;
	left: 0;
	margin: 0;
	text-align: center;
	top: 10%;
}


/* ---------------------------------------------- /*
 * Topslide
/* ---------------------------------------------- */

.s-logo {
	left: 24px;
	margin: 0 0 0 0;
	position: absolute;
	top: 24px;
}

.s-logo img {
	width: 100%;
	height: auto;
}

.intro-s {
	/*
	left: 50%;
	*/
	left: 60px;
	margin: -80px 0 0 0;
	position: absolute;
	top: 50%;
}

.intro-s img {
	width: 100%;
	height: auto;
}

@media (max-width: 1024px) {

	.s-logo {
		left: 24px;
		margin: 0 0 0 0;
		position: absolute;
		top: 24px;
	}
	
	.s-logo img {
		width: 90%;
		height: auto;
	}

}


@media (max-width: 768px) {

	.s-logo {
		left: 50%;
		margin: 0 0 0 -180px;
		position: absolute;
		top: 24px;
	}
	
	.s-logo img {
		width: 80%;
		height: auto;
	}
	
	.intro-s {
		left: 50%;
		margin: -30px 0 0 -180px;
		position: absolute;
		top: 50%;
	}
	
	.intro-s img {
		width: 70%;
		height: auto;
	}

}


@media (max-width: 670px) {

	.s-logo {
		left: 50%;
		margin: 0 0 0 -180px;
		position: absolute;
		top: 24px;
	}
	
	.s-logo img {
		width: 80%;
		height: auto;
	}
	
	.intro-s {
		left: 50%;
		margin: -10px 0 0 -140px;
		position: absolute;
		top: 50%;
	}
	
	.intro-s img {
		width: 60%;
		height: auto;
	}

}


@media (max-width: 480px) {

	.s-logo {
		display: block;
		left: 50%;
		margin: 0 0 0 -140px;
		top: 24px;
	}
	
	.s-logo img {
		width: 280px;
		height: auto;
	}
	
	.intro-s {
		left: 50%;
		margin: -20px 0 0 -140px;
		position: absolute;
		top: 50%;
	}
	
	.intro-s img {
		width: 280px;
		height: auto;
	}

}


@media (max-width: 320px) {

	.s-logo {
		display: block;
		left: 50%;
		margin: 0 0 0 -120px;
		top: 24px;
	}
	
	.s-logo img {
		width: 240px;
		height: auto;
	}
	
	.intro-s {
		left: 50%;
		margin: 0 0 0 -120px;
		position: absolute;
		top: 50%;
	}
	
	.intro-s img {
		width: 240px;
		height: auto;
	}

}

@media (max-width: 250px) {

	.s-logo {
		display: block;
		left: 50%;
		margin: 0 0 0 -100px;
		top: 24px;
	}
	
	.s-logo img {
		width: 200px;
		height: auto;
	}
	
	.intro-s {
		left: 50%;
		margin: 0 0 0 -100px;
		position: absolute;
		top: 50%;
	}
	
	.intro-s img {
		width: 200px;
		height: auto;
	}

}


/* page-top --------------------------------- */

#page-top {
    position: fixed;
    bottom: 50px;
    right: 20px;
    z-index: 20000;
}

@media (max-width: 1199px) {

	#page-top {
	    position: fixed;
	    bottom: 50px;
	    right: 30px;
	    z-index: 20000;
	}
	
}

@media (max-width: 776px) {

	#page-top {
	    position: fixed;
	    bottom: 20px;
	    right: 3%;
	    z-index: 20000;
	}

}

@media (max-width: 320px) {

	#page-top {
	    position: fixed;
	    bottom: 7px;
	    right: 7%;
	    z-index: 20000;
	}
	
}

#page-top a {
    width: 50px;
    height: 50px;
    display: block;
    background: url(../images/bt_goto.png);
}
