@charset "UTF-8";
html, body {
	position: relative;
	height: 100%;
}
html {
	overflow-y: scroll;
}
body {
	font-family: Arial, '游ゴシック', 'YuGothic', 'ヒラギノ角ゴ ProN W3', 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', 'Meiryo', 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
	font-size: 14px;
	line-height: 2;
	color: #2f363b;
	letter-spacing: 2px;
	background-color: #000;
	-webkit-text-size-adjust: 100%;
}
.brsp{display: none;}
@media screen and (max-width: 480px) {
	.brsp { display:block; }
}

/*@media (max-width: 479px) { body { min-width: 320px; } }

@media (min-width: 480px) and (max-width: 767px) { body { min-width: 320px; } }

@media (min-width: 768px) and (max-width: 1079px) { body { min-width: 320px; } }

@media (min-width: 768px) and (max-width: 1079px) { body { min-width: 980px; } }*/

@media (max-width: 767px) {
.two-rows-image {
	margin-bottom: 15px;
}
}

@media (min-width: 768px) {
.two-rows-image {
	max-width: 48%!important;
	margin-right: 13px;
}
}
h1, h2, h3, h4, h5, h6 {
	line-height: 1.4;
}
img {
	max-width: 100%;
	height: auto;
	border: 0;
}
a {
	cursor: pointer;
	color: inherit;
	outline: none;
}
a:link, a:visited {
	text-decoration: none;
	cursor: pointer;
}
a:hover {
	text-decoration: underline;
	outline: none;
	cursor: pointer;
}
a:active {
	outline: none;
}
a.hover {
	text-decoration: none;
	cursor: pointer;
}
a.hover:hover {
	text-decoration: none;
	opacity: .7;
	cursor: pointer;
}
#stage, .sidebar {
	margin-left: 0;
	transition: all 400ms;
}
.is-menuopen #stage, .is-menuopen .sidebar {
	margin-left: -220px;
}
.sidebar-btn {
	margin-right: 0;
	transition: all 400ms;
}
.is-menuopen .sidebar-btn {
	margin-right: 220px;
}
.site-header {
	position: absolute;
	z-index: 100;
	width: 100%;
	padding-top: 50px;
	transition: all 400ms;
}

@media (max-width: 479px) {
.site-header {
	padding-top: 0px !important;
}
}

@media (min-width: 480px) and (max-width: 767px) {
.site-header {
	padding-top: 30px;
}
}
.site-header__inner {
	padding: 0 60px;
	transition: all 400ms;
}

@media (max-width: 479px) {
.site-header__inner {
	padding: 0 0px;
}
}

@media (min-width: 480px) and (max-width: 767px) {
.site-header__inner {
	padding: 0 30px;
}
}
.site-header__logo {
	float: left;
	transition: all 400ms;
}

@media (max-width: 479px) {
.site-header__logo {
	width: 100px;
	padding-top: 0px;
	padding-left: 20px;
}
}

@media (min-width: 480px) and (max-width: 767px) {
.site-header__logo {
	width: 125px;
	padding-top: 8px;
}
}

@media (min-width: 768px) and (max-width: 1079px) {
.site-header__logo {
	width: 184px;
}
}

@media (min-width: 1080px) {
.site-header__logo {
	width: 184px;
}
}
.site-header__nav {
	font-family: serif;
	font-size: 15px;
	float: left;
	padding-top: 3px;
	padding-left: 100px;
	letter-spacing: 4px;
	color: #fff;
}
.site-header__nav ul {
	overflow: hidden;
	margin-right: -2em;
}
.site-header__nav li {
	float: left;
	margin-right: 2em;
}
.site-header__nav a {
	text-decoration: none;
}
.site-header__fblink {
	float: right;
	width: 34px;
}
.site-header__instalink {
	float: right;
	width: 34px;
	margin-right: 10px;
}
.sidebar {
	position: fixed;
	z-index: 101;
	top: 0;
	left: 100%;
	overflow: scroll;
	overflow-x: hidden;
	overflow-y: scroll;
	box-sizing: border-box;
	width: 240px;
	height: 100%;
	margin: 0;
	padding: 20px 0;
	color: #fff;
	background-color: #fff;
	-webkit-overflow-scrolling: touch;
	-webkit-transform: translateZ(0);

}
.sidebar > ul {
	font-family: 'Playfair Display', serif;
	font-size: 16px;
	line-height: 1;
	margin: 0;
	margin: 0;
	padding: 0;
}
.sidebar li > a {
	display: block;
	padding: 20px;
	letter-spacing: 4px;
	color: #000;
}
.sidebar li > a, .sidebar li > a:hover {
	text-decoration: none;
}
.sidebar-btn {
	position: fixed;
	z-index: 101;
	top: 0px;
	right: 0px;
	display: block;
	width: 50px;
	height: 50px;
	cursor: pointer;
	transition: all 400ms;
	background-color: #fff;
	-webkit-transform: translateZ(0);

}
.sidebar-btn__bar {
	position: absolute;
	left: 50%;
	display: block;
	width: 20px;
	height: 3px;
	margin-left: -10px;
	background-color: #000;
}
.sidebar-btn__bar--top {
	top: 16px;
}
.sidebar-btn__bar--mid {
	top: 23px;
}
.sidebar-btn__bar--btm {
	top: 30px;
}
.sidebar__fblink {
	display: block;
	width: 34px;
	margin: 20px;
}
#menu_overlay {
	position: absolute;
	z-index: 100;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	display: none;
	background: rgba(0, 0, 0, 0.5);
}
.site-footer {
	background-color: #000;
}
.site-footer__inner {
	padding: 30px 0;
}

@media (min-width: 1080px) {
.site-footer__inner {
	padding: 60px 0;
}
}

@media (min-width: 768px) and (max-width: 1079px) {
.site-footer__inner {
	padding: 60px 0;
}
}
.footer-content {
	padding: 30px 0;
	background-color: #464646;
}
.footer-sns {
	line-height: 1;
}

@media (min-width: 1080px) {
.footer-sns {
	float: left;
}
}

@media (min-width: 768px) and (max-width: 1079px) {
.footer-sns {
	float: left;
}
}
.footer-sns__item {
	display: inline-block;
	margin-right: .5em;
	vertical-align: top;
}

@media (max-width: 479px) {
.footer-sns__item {
	margin-bottom: .5em;
}
}

@media (min-width: 480px) and (max-width: 767px) {
.footer-sns__item {
	margin-bottom: .5em;
}
}
.footer-nav {
	font-size: .8em;
	line-height: 1;
	margin-top: .5em;
	color: #fff;
}

@media (min-width: 1080px) {
.footer-nav {
	float: right;
}
}

@media (min-width: 768px) and (max-width: 1079px) {
.footer-nav {
	float: right;
}
}
.footer-nav__group {
	margin: 0;
	padding: 0;
}
.footer-nav__item {
	display: inline-block;
	vertical-align: top;
}

@media (max-width: 479px) {
.footer-nav__item {
	margin-top: 1.5em;
	margin-right: 2em;
}
}

@media (min-width: 480px) and (max-width: 767px) {
.footer-nav__item {
	margin-top: 1.5em;
	margin-right: 2em;
}
}

@media (min-width: 768px) and (max-width: 1079px) {
.footer-nav__item {
	padding: 0 2em;
}
}

@media (min-width: 1080px) {
.footer-nav__item {
	padding: 0 2em;
}
}

@media (min-width: 768px) and (max-width: 1079px) {
.footer-nav__item + .footer-nav__item {
	border-left: 1px solid #fff;
}
}

@media (min-width: 1080px) {
.footer-nav__item + .footer-nav__item {
	border-left: 1px solid #fff;
}
}
.footer-nav__item a {
	text-decoration: none;
}
.footer-nav__item a:hover {
	text-decoration: underline;
}
.footer-copyright {
	font-family: serif;
	line-height: 1;
	color: #fff;
	margin: 0 auto;
	padding: 0;
	text-align: center;
	font-family: serif;
}
.fb-like > span {
	vertical-align: top !important;
}
#loader {
	position: fixed;
	display: block;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 1000;
	background-color: #000;
	-webkit-transform: translateZ(0);

}
#loader::before {
	position: absolute;
	top: 50%;
	left: 50%;
	display: block;
	width: 40px;
	height: 40px;
	content: "";
	box-sizing: border-box;
	border-style: solid;
	border-width: 3px;
	border-color: rgba(255, 255, 255, 0.3);
	border-top-color: #fff;
	border-radius: 20px;
	-webkit-animation: spin 1s linear infinite;
	animation: spin 1s linear infinite;
	margin-left: -20px;
	margin-top: -20px;
}
 @-webkit-keyframes spin {
0% {
-webkit-transform: rotate(0deg);
transform: rotate(0deg);
}
 100% {
-webkit-transform: rotate(360deg);
transform: rotate(360deg);
}
}
 @keyframes spin {
0% {
-webkit-transform: rotate(0deg);
transform: rotate(0deg);
}
 100% {
-webkit-transform: rotate(360deg);
transform: rotate(360deg);
}
}
.keyvisual {
	position: relative;
	width: 100%;
	height: 100%;
	min-height: 480px;
	max-height: 1000px;
	background-repeat: no-repeat;
	background-position: 50% 50%;
	background-size: cover;
}
.keyvisual .box {
	position: absolute;
	bottom: 50%;
	left: 50%;
}

@media (max-width: 479px) {
.main-video {
	display: none;
}
.keyvisual {
	position: relative;
	width: 100%;
	height: 100%;
	max-height: 320px;
	min-height: 320px;
	background-repeat: no-repeat;
	background-position: 50% 50%;
	background-size: cover;
	background-image: url(../images/mi.jpg);
}
.keyvisual .box {
	width: 260px;
	height: 52px;
	margin-left: -130px;
}
}

@media (min-width: 768px) and (max-width: 1079px) {
.main-video {
	display: none;
}
.keyvisual {
	position: relative;
	width: 100%;
	height: 100%;
	max-height: 620px;
	min-height: 100%;
	background-repeat: no-repeat;
	background-position: 50% 50%;
	background-size: cover;
	background-image: url(../images/mi.gif);
}
.keyvisual .box {
	width: 260px;
	height: 52px;
	margin-left: -130px;
}
}

@media (min-width: 480px) and (max-width: 767px) {
.keyvisual .box {
	width: 330px;
	height: 66px;
	margin-left: -165px;
}
}

@media (min-width: 768px) and (max-width: 1079px) {
.keyvisual .box {
	width: 494px;
	height: 99px;
	margin-left: -247px;
}
}

@media (min-width: 1080px) {
.keyvisual .box {
	width: 608px;
	height: 120px;
	margin-left: -304px;
}
}
.keyvisual__content {
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	bottom: 0;
	right: 0;
	z-index: 99;
}
#topTxt {
	position: absolute;
	top: 55%;
	left: 0;
	width: 100%;
	text-align: center;
	opacity: 0;
}
#topTxt .btn {
	padding: 22px 60px 19px;
}

@media (max-width: 750px) {
#topTxt .btn {
	padding: 18px 30px 15px;
	font-size: 10px;
}
}
#btn01 {
	position: absolute;
	bottom: 40px;
	left: 50%;
	display: block;
	width: 48px;
	margin-left: -24px;
	opacity: 0;
}

@media (max-width: 479px) {
#btn01 {
	width: 36px;
	margin-left: -18px;
}
}

@media (min-width: 480px) and (max-width: 767px) {
#btn01 {
	width: 36px;
	margin-left: -18px;
}
}
/*-------------------------------------------------------------------------- .kv ---------------------------------------------------------------------------*/
.bx-viewport {
	position: absolute !important;
	height: 100% !important;
}
.main-slider, .main-slider__item {
	position: absolute !important;
	width: 100% !important;
	height: 100%;
}
.main-slider__img {
	position: absolute;
	display: block;
	width: 100%;
	height: 100%;
	background-size: cover;
	background-position: 50% 50%;
	-webkit-animation: slide 6000ms linear;
	animation: slide 6000ms linear;
}
.main-video video {
	position: absolute !important;
	width: 100% !important;
}
.main-video__img {
	position: absolute;
	display: block;
	width: 100%;
	height: 100%;
	background-size: cover;
	background-position: 50% 50%;
	-webkit-animation: slide 6000ms linear;
	animation: slide 6000ms linear;
}
 @-webkit-keyframes slide {
0% {
-webkit-transform: scale(1.4);
transform: scale(1.4);
}
 100% {
-webkit-transform: scale(1);
transform: scale(1);
}
}
 @keyframes slide {
0% {
-webkit-transform: scale(1.4);
transform: scale(1.4);
}
 100% {
-webkit-transform: scale(1);
transform: scale(1);
}
}
.container {
	transition: all 400ms;
	margin-left: auto;
	margin-right: auto;
}

@media (max-width: 479px) {
.container {
	padding-left: 30px;
	padding-right: 30px;
}
}

@media (min-width: 480px) and (max-width: 767px) {
.container {
	padding-left: 30px;
	padding-right: 30px;
}
}

@media (min-width: 768px) and (max-width: 1079px) {
.container {
	padding-left: 30px;
	padding-right: 30px;
}
}

@media (min-width: 1080px) {
.container {
	max-width: 1180px;
}
}
.btn {
	font-family: "Hammersmith One", Verdana, Geneva, sans-serif;
	font-size: 12px;
	position: relative;
	z-index: 10;
	display: inline-block;
	box-sizing: border-box;
	margin: 0 auto;
	padding: 20px 80px 17px;
	transition: all .3s;
	text-align: center;
	letter-spacing: 2px;
	color: #888;
	border: 1px solid #ccc;
}
.btn, .btn:hover {
	text-decoration: none;
}
.btn:hover {
	color: #fff;
	background-color: #2f363b;
}
.btn--white, .btn--white:hover {
	color: #fff;
	border: 1px solid #fff;
}
.btn--white:hover {
	background-color: rgba(255, 255, 255, 0.3);
}
.grid__col-md-1, .grid__col-sm-1, .grid__col-xs-1, .grid__col-md-2, .grid__col-sm-2, .grid__col-xs-2, .grid__col-md-3, .grid__col-sm-3, .grid__col-xs-3, .grid__col-md-4, .grid__col-sm-4, .grid__col-xs-4, .grid__col-md-5, .grid__col-sm-5, .grid__col-xs-5, .grid__col-md-6, .grid__col-sm-6, .grid__col-xs-6, .grid__col-md-7, .grid__col-sm-7, .grid__col-xs-7, .grid__col-md-8, .grid__col-sm-8, .grid__col-xs-8, .grid__col-md-9, .grid__col-sm-9, .grid__col-xs-9, .grid__col-md-10, .grid__col-sm-10, .grid__col-xs-10, .grid__col-md-11, .grid__col-sm-11, .grid__col-xs-11, .grid__col-md-12, .grid__col-sm-12, .grid__col-xs-12 {
	position: relative;
	display: block;
	box-sizing: border-box;
	min-height: 100px;
	padding-right: 0;
	padding-left: 0;
	float: left;
}
.grid--fwd .grid__col-md-1, .grid--fwd .grid__col-sm-1, .grid--fwd .grid__col-xs-1, .grid--fwd .grid__col-md-2, .grid--fwd .grid__col-sm-2, .grid--fwd .grid__col-xs-2, .grid--fwd .grid__col-md-3, .grid--fwd .grid__col-sm-3, .grid--fwd .grid__col-xs-3, .grid--fwd .grid__col-md-4, .grid--fwd .grid__col-sm-4, .grid--fwd .grid__col-xs-4, .grid--fwd .grid__col-md-5, .grid--fwd .grid__col-sm-5, .grid--fwd .grid__col-xs-5, .grid--fwd .grid__col-md-6, .grid--fwd .grid__col-sm-6, .grid--fwd .grid__col-xs-6, .grid--fwd .grid__col-md-7, .grid--fwd .grid__col-sm-7, .grid--fwd .grid__col-xs-7, .grid--fwd .grid__col-md-8, .grid--fwd .grid__col-sm-8, .grid--fwd .grid__col-xs-8, .grid--fwd .grid__col-md-9, .grid--fwd .grid__col-sm-9, .grid--fwd .grid__col-xs-9, .grid--fwd .grid__col-md-10, .grid--fwd .grid__col-sm-10, .grid--fwd .grid__col-xs-10, .grid--fwd .grid__col-md-11, .grid--fwd .grid__col-sm-11, .grid--fwd .grid__col-xs-11, .grid--fwd .grid__col-md-12, .grid--fwd .grid__col-sm-12, .grid--fwd .grid__col-xs-12 {
	float: left;
}
.grid--rev .grid__col-md-1, .grid--rev .grid__col-sm-1, .grid--rev .grid__col-xs-1, .grid--rev .grid__col-md-2, .grid--rev .grid__col-sm-2, .grid--rev .grid__col-xs-2, .grid--rev .grid__col-md-3, .grid--rev .grid__col-sm-3, .grid--rev .grid__col-xs-3, .grid--rev .grid__col-md-4, .grid--rev .grid__col-sm-4, .grid--rev .grid__col-xs-4, .grid--rev .grid__col-md-5, .grid--rev .grid__col-sm-5, .grid--rev .grid__col-xs-5, .grid--rev .grid__col-md-6, .grid--rev .grid__col-sm-6, .grid--rev .grid__col-xs-6, .grid--rev .grid__col-md-7, .grid--rev .grid__col-sm-7, .grid--rev .grid__col-xs-7, .grid--rev .grid__col-md-8, .grid--rev .grid__col-sm-8, .grid--rev .grid__col-xs-8, .grid--rev .grid__col-md-9, .grid--rev .grid__col-sm-9, .grid--rev .grid__col-xs-9, .grid--rev .grid__col-md-10, .grid--rev .grid__col-sm-10, .grid--rev .grid__col-xs-10, .grid--rev .grid__col-md-11, .grid--rev .grid__col-sm-11, .grid--rev .grid__col-xs-11, .grid--rev .grid__col-md-12, .grid--rev .grid__col-sm-12, .grid--rev .grid__col-xs-12 {
	float: right;
}
.grid__col-md-1, .grid__col-sm-1, .grid__col-xs-1 {
	width: 8.33333%;
}
.grid__col-md-2, .grid__col-sm-2, .grid__col-xs-2 {
	width: 16.66667%;
}
.grid__col-md-3, .grid__col-sm-3, .grid__col-xs-3 {
	width: 25%;
}
.grid__col-md-4, .grid__col-sm-4, .grid__col-xs-4 {
	width: 33.33333%;
}
.grid__col-md-5, .grid__col-sm-5, .grid__col-xs-5 {
	width: 41.66667%;
}
.grid__col-md-6, .grid__col-sm-6, .grid__col-xs-6 {
	width: 50%;
}
.grid__col-md-7, .grid__col-sm-7, .grid__col-xs-7 {
	width: 58.33333%;
}
.grid__col-md-8, .grid__col-sm-8, .grid__col-xs-8 {
	width: 66.66667%;
}
.grid__col-md-9, .grid__col-sm-9, .grid__col-xs-9 {
	width: 75%;
}
.grid__col-md-10, .grid__col-sm-10, .grid__col-xs-10 {
	width: 83.33333%;
}
.grid__col-md-11, .grid__col-sm-11, .grid__col-xs-11 {
	width: 91.66667%;
}
.grid__col-md-12, .grid__col-sm-12, .grid__col-xs-12 {
	width: 100%;
}
.grid, .grid__row {
	box-sizing: border-box;
}
.grid {
	clear: both;
}
.grid__row {
	zoom: 1;
	margin-right: 0;
	margin-left: 0;
}
.grid__row:before, .grid__row:after {
	display: table;
	content: '';
}
.grid__row:after {
	clear: both;
}

@media (max-width: 479px) {
.grid__col-sm-1 {
	float: none;
	width: 100%;
}
}

@media (max-width: 479px) {
.grid__col-sm-2 {
	float: none;
	width: 100%;
}
}

@media (max-width: 479px) {
.grid__col-sm-3 {
	float: none;
	width: 100%;
}
}

@media (max-width: 479px) {
.grid__col-sm-4 {
	float: none;
	width: 100%;
}
}

@media (max-width: 479px) {
.grid__col-sm-5 {
	float: none;
	width: 100%;
}
}

@media (max-width: 479px) {
.grid__col-sm-6 {
	float: none;
	width: 100%;
}
}

@media (max-width: 479px) {
.grid__col-sm-7 {
	float: none;
	width: 100%;
}
}

@media (max-width: 479px) {
.grid__col-sm-8 {
	float: none;
	width: 100%;
}
}

@media (max-width: 479px) {
.grid__col-sm-9 {
	float: none;
	width: 100%;
}
}

@media (max-width: 479px) {
.grid__col-sm-10 {
	float: none;
	width: 100%;
}
}

@media (max-width: 479px) {
.grid__col-sm-11 {
	float: none;
	width: 100%;
}
}

@media (max-width: 479px) {
.grid__col-sm-12 {
	float: none;
	width: 100%;
}
}
.label {
	font-size: .8em;
	line-height: 1;
	position: relative;
	top: -3px;
	display: inline-block;
	padding: 6px 0px 4px;
	text-align: center;
	vertical-align: middle;
	color: #fff;
	background-color: #2f363b;
}

@media (max-width: 750px) {
.label {
	font-size: 10px;
	line-height: 1;
	position: relative;
	top: -2px;
	display: inline-block;
	padding: 6px 0px 6px;
}
}
.label--news {
	background-color: #2f363b;
}
.label--media {
	background-color: #f97341;
}
.page-header {
	position: relative;
	transition: all 400ms;
	background-repeat: no-repeat;
	background-position: 50% 50%;
	background-size: cover;
}

@media (max-width: 479px) {
.page-header {
	height: 225px;
}
}

@media (min-width: 480px) and (max-width: 767px) {
.page-header {
	height: 225px;
}
}

@media (min-width: 768px) and (max-width: 1079px) {
.page-header {
	height: 320px;
}
}

@media (min-width: 1080px) {
.page-header {
	height: 320px;
}
}
.page-title {
	position: absolute;
	left: 50%;
	overflow: hidden;
	transition: all 400ms;
	text-indent: -9999px;
	background-repeat: no-repeat;
	background-position: 50% 50%;
	background-size: cover;
}

@media (max-width: 479px) {
.page-title {
	top: 100px;
	width: 230px;
	height: 75px;
	margin-left: -115px;
}
}

@media (min-width: 480px) and (max-width: 767px) {
.page-title {
	top: 100px;
	width: 230px;
	height: 75px;
	margin-left: -115px;
}
}

@media (min-width: 768px) and (max-width: 1079px) {
.page-title {
	top: 150px;
	width: 448px;
	height: 120px;
	margin-left: -220px;
}
}

@media (min-width: 1080px) {
.page-title {
	top: 150px;
	width: 448px;
	height: 120px;
	margin-left: -220px;
}
}
.page-nav {
	position: relative;
	color: #fff;
	background-color: #424b51;
}

@media (min-width: 768px) and (max-width: 1079px) {
.page-nav {
	padding: 50px;
	text-align: center;
}
}

@media (min-width: 1080px) {
.page-nav {
	padding: 50px;
	text-align: center;
}
}
.page-nav__trg {
	line-height: 60px;
	position: relative;
	z-index: 2;
	display: block;
	height: 60px;
	padding: 0 20px;
	color: #fff;
	background-color: #252c31;
}
.page-nav__trg::before, .page-nav__trg::after {
	position: absolute;
	top: 50%;
	right: 26px;
	display: block;
	width: 12px;
	height: 1px;
	background: #fff;
}

@media (max-width: 479px) {
.page-nav__trg::before, .page-nav__trg::after {
	content: '';
}
}

@media (min-width: 480px) and (max-width: 767px) {
.page-nav__trg::before, .page-nav__trg::after {
	content: '';
}
}
.page-nav__trg::after {
	transition: all 400ms;
	-webkit-transform: rotate(-90deg);
	-ms-transform: rotate(-90deg);
	transform: rotate(-90deg);
}
.page-nav.is-open .page-nav__trg::after {
	-webkit-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	transform: rotate(180deg);
}
.page-nav__list {
	margin: 0;
	padding: 0;
	list-style: none;
	vertical-align: top;
}

@media (max-width: 479px) {
.page-nav__list {
	line-height: 60px;
	position: absolute;
	z-index: 0;
	top: 0;
	left: 0;
	width: 100%;
	height: 60px;
}
}

@media (min-width: 480px) and (max-width: 767px) {
.page-nav__list {
	line-height: 60px;
	position: absolute;
	z-index: 0;
	top: 0;
	left: 0;
	width: 100%;
	height: 60px;
}
}

@media (min-width: 768px) and (max-width: 1079px) {
.page-nav__list {
	display: inline-block;
}
}

@media (min-width: 1080px) {
.page-nav__list {
	display: inline-block;
}
}
.page-nav__item {
	transition: all 200ms;
	top: 0;
	transition: all 200ms;
	top: 0;
	transition: all 200ms;
	top: 0;
	transition: all 200ms;
	top: 0;
	transition: all 200ms;
	top: 0;
	transition: all 200ms;
	top: 0;
	transition: all 200ms;
	top: 0;
	transition: all 200ms;
	top: 0;
	transition: all 200ms;
	top: 0;
	transition: all 200ms;
	top: 0;
	transition: all 200ms;
	top: 0;
	transition: all 200ms;
	top: 0;
	transition: all 200ms;
	top: 0;
	transition: all 200ms;
	top: 0;
	transition: all 200ms;
	top: 0;
	transition: all 200ms;
	top: 0;
	transition: all 200ms;
	top: 0;
	transition: all 200ms;
	top: 0;
	transition: all 200ms;
	top: 0;
	transition: all 200ms;
	top: 0;
}
.page-nav.is-open .page-nav__item:nth-child(1) {
	top: 60px;
	transition-duration: 0ms;
}
.page-nav.is-open .page-nav__item:nth-child(2) {
	top: 120px;
	transition-duration: 120ms;
}
.page-nav.is-open .page-nav__item:nth-child(3) {
	top: 180px;
	transition-duration: 240ms;
}
.page-nav.is-open .page-nav__item:nth-child(4) {
	top: 240px;
	transition-duration: 360ms;
}
.page-nav.is-open .page-nav__item:nth-child(5) {
	top: 300px;
	transition-duration: 480ms;
}
.page-nav.is-open .page-nav__item:nth-child(6) {
	top: 360px;
	transition-duration: 600ms;
}
.page-nav.is-open .page-nav__item:nth-child(7) {
	top: 420px;
	transition-duration: 720ms;
}
.page-nav.is-open .page-nav__item:nth-child(8) {
	top: 480px;
	transition-duration: 840ms;
}
.page-nav.is-open .page-nav__item:nth-child(9) {
	top: 540px;
	transition-duration: 960ms;
}
.page-nav.is-open .page-nav__item:nth-child(10) {
	top: 600px;
	transition-duration: 1080ms;
}
.page-nav.is-open .page-nav__item:nth-child(11) {
	top: 660px;
	transition-duration: 1200ms;
}
.page-nav.is-open .page-nav__item:nth-child(12) {
	top: 720px;
	transition-duration: 1320ms;
}
.page-nav.is-open .page-nav__item:nth-child(13) {
	top: 780px;
	transition-duration: 1440ms;
}
.page-nav.is-open .page-nav__item:nth-child(14) {
	top: 840px;
	transition-duration: 1560ms;
}
.page-nav.is-open .page-nav__item:nth-child(15) {
	top: 900px;
	transition-duration: 1680ms;
}
.page-nav.is-open .page-nav__item:nth-child(16) {
	top: 960px;
	transition-duration: 1800ms;
}
.page-nav.is-open .page-nav__item:nth-child(17) {
	top: 1020px;
	transition-duration: 1920ms;
}
.page-nav.is-open .page-nav__item:nth-child(18) {
	top: 1080px;
	transition-duration: 2040ms;
}
.page-nav.is-open .page-nav__item:nth-child(19) {
	top: 1140px;
	transition-duration: 2160ms;
}
.page-nav.is-open .page-nav__item:nth-child(20) {
	top: 1200px;
	transition-duration: 2280ms;
}

@media (max-width: 479px) {
.page-nav__item {
	position: absolute;
	top: 0;
	width: 100%;
	height: 60px;
}
}

@media (min-width: 480px) and (max-width: 767px) {
.page-nav__item {
	position: absolute;
	top: 0;
	width: 100%;
	height: 60px;
}
}

@media (min-width: 768px) and (max-width: 1079px) {
.page-nav__item {
	float: left;
	margin: 0 1em;
}
}

@media (min-width: 1080px) {
.page-nav__item {
	float: left;
	margin: 0 1em;
}
}

@media (min-width: 768px) and (max-width: 1079px) {
.page-nav__item::after {
	margin-left: .2em;
	content: ' >';
	color: #fff;
}
}

@media (min-width: 1080px) {
.page-nav__item::after {
	margin-left: .2em;
	content: ' >';
	color: #fff;
}
}
.page-nav__target {
	position: relative;
}

@media (max-width: 479px) {
.page-nav__target {
	line-height: 60px;
	display: block;
	height: 60px;
	padding: 0 20px;
	text-decoration: none;
	background-color: #424b51;
}
}

@media (min-width: 480px) and (max-width: 767px) {
.page-nav__target {
	line-height: 60px;
	display: block;
	height: 60px;
	padding: 0 20px;
	text-decoration: none;
	background-color: #424b51;
}
}
.page-nav__target::before, .page-nav__target::after {
	position: absolute;
	top: 50%;
	right: 30px;
	display: block;
	width: 8px;
	height: 1px;
	background: #fff;
}

@media (max-width: 479px) {
.page-nav__target::before, .page-nav__target::after {
	content: '';
}
}

@media (min-width: 480px) and (max-width: 767px) {
.page-nav__target::before, .page-nav__target::after {
	content: '';
}
}
.page-nav__target::before {
	margin-left: -5px;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
}
.page-nav__target::after {
	margin-right: -5px;
	-webkit-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg);
}
.section-header {
	transition: all 400ms;
}

@media (max-width: 479px) {
.section-header {
	padding: 45px 0;
}
}

@media (min-width: 480px) and (max-width: 767px) {
.section-header {
	padding: 45px 0;
}
}

@media (min-width: 768px) and (max-width: 1079px) {
.section-header {
	padding: 80px 0;
}
}

@media (min-width: 1080px) {
.section-header {
	padding: 80px 0;
}
}
.section-header p {
	transition: all 400ms;
}

@media (max-width: 479px) {
.section-header p {
	padding-top: 40px;
}
}

@media (min-width: 480px) and (max-width: 767px) {
.section-header p {
	padding-top: 40px;
}
}

@media (min-width: 768px) and (max-width: 1079px) {
.section-header p {
	padding-top: 60px;
}
}

@media (min-width: 1080px) {
.section-header p {
	padding-top: 60px;
}
}
.section-title {
	font-weight: bold;
	text-align: center;
	margin: 0;
	line-height: 1.4;
	transition: all 400ms;
}

@media (max-width: 479px) {
.section-title {
	font-size: 22px;
}
}

@media (min-width: 480px) and (max-width: 767px) {
.section-title {
	font-size: 22px;
}
}

@media (min-width: 768px) and (max-width: 1079px) {
.section-title {
	font-size: 32px;
}
}

@media (min-width: 1080px) {
.section-title {
	font-size: 32px;
}
}

@media (max-width: 479px) {
.section-body {
	padding-bottom: 50px;
}
}

@media (min-width: 480px) and (max-width: 767px) {
.section-body {
	padding-bottom: 50px;
}
}

@media (min-width: 768px) and (max-width: 1079px) {
.section-body {
	padding-bottom: 80px;
}
}

@media (min-width: 1080px) {
.section-body {
	padding-bottom: 80px;
}
}
.pager {
	font-size: 10px;
	line-height: 1;
	position: relative;
	overflow: hidden;
	letter-spacing: 1px;
	background-color: #f2f2f2;
}

@media (min-width: 768px) and (max-width: 1079px) {
.pager {
	font-size: 11px;
	padding-bottom: 20px;
	padding-top: 20px;
}
}

@media (min-width: 1080px) {
.pager {
	font-size: 11px;
	padding-top: 20px;
	padding-bottom: 20px;
}
}
.pager__item {
	position: relative;
	display: block;
	box-sizing: border-box;
	width: 70px;
	height: 70px;
	padding-top: 45px;
	text-align: center;
}
.pager__item, .pager__item:hover {
	text-decoration: none;
}
.pager__item::before, .pager__item::after {
	position: absolute;
	display: block;
	content: "";
	border: 2px;
}
.pager__item--prev::before, .pager__item--prev::after, .pager__item--next::before, .pager__item--next::after {
	bottom: 50%;
	left: 50%;
	width: 8px;
	height: 8px;
	border-width: 0 0 2px 2px;
	border-style: solid;
	border-color: #2f363b;
}
.pager__item--prev {
	float: left;
}
.pager__item--prev::before, .pager__item--prev::after {
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
}
.pager__item--prev::before {
	margin-left: -8px;
}
.pager__item--next {
	float: right;
}
.pager__item--next::before, .pager__item--next::after {
	-webkit-transform: rotate(-135deg);
	-ms-transform: rotate(-135deg);
	transform: rotate(-135deg);
}
.pager__item--next::before {
	margin-left: -3px;
}
.pager__item--next::after {
	margin-left: -11px;
}
.pager__item--index {
	margin-right: auto;
	margin-left: auto;
}
.pager__item--index::before {
	top: 22px;
	left: 50%;
	display: block;
	width: 18px;
	height: 10px;
	margin-left: -9px;
	border-top: 2px solid #2f363b;
	border-bottom: 2px solid #2f363b;
}
.pager__item--index::after {
	top: 28px;
	left: 50%;
	width: 18px;
	margin-left: -9px;
	border-top: 2px solid #2f363b;
}
/*-------------------------------------------------------------------------- #stage ---------------------------------------------------------------------------*/
#stage {
	position: relative;
	overflow-x: hidden;
	width: 100%;
}

@media screen and (min-width: 1070px) {
.pcOnly {
	display: block;
}
.spOnly {
	display: none;
}
}

@media screen and (max-width: 1069px) {
.pcOnly {
	display: none;
}
.spOnly {
	display: block;
}
}
/*-------------------------------------------------------------------------- #mv ---------------------------------------------------------------------------*/
#logo {
	position: absolute;
	top: 60px;
	left: 100px;
	width: 184px;
	height: 30px;
}
#subLogo {
	position: absolute;
	top: 60px;
	left: 100px;
	display: block;
	width: 184px;
	height: 30px;
}

@media screen and (min-width: 1081px) {
#privacyMv {
	position: relative;
	width: 100%;
	height: 470px;
	background: url(../images/kv04.jpg) no-repeat scroll center;
	background-size: cover;
}
}

@media screen and (max-width: 1080px) {
#newsMv {
	position: relative;
	height: 470px;
	background: url(../images/kv05.jpg) no-repeat scroll center;
	background-size: cover;
}
#privacyMv {
	position: relative;
	height: 470px;
	background: url(../images/kv04.jpg) no-repeat scroll center;
	background-size: cover;
}
}

@media screen and (max-width: 750px) {
#privacyMv {
	position: relative;
	height: 350px;
	background: url(../images/kv04.jpg) no-repeat scroll center;
	background-size: cover;
}
/*20151113*/
#newsMv {
	position: relative;
	height: 350px;
	background: url(../images/kv05.jpg) no-repeat scroll center;
	background-size: cover;
}
}

@media screen and (min-width: 1081px) {
#logo {
	z-index: 1000;
}
}
#subHeadNav {
	font-family: 'Hammersmith One', Verdana, Geneva, sans-serif;
	position: absolute;
	top: 70px;
	left: 365px;
}
#headNav ul li {
	font-size: 15px;
	display: inline-block;
	padding-left: 33px;
	letter-spacing: 4px;
}
#headNav ul li:first-child {
	padding-left: 0;
}
#headNav ul li a:hover {
	text-decoration: none;
}
#subHeadNav ul li {
	font-size: 15px;
	display: inline-block;
	padding-left: 33px;
	letter-spacing: 4px;
}
#subHeadNav ul li:first-child {
	padding-left: 0;
}
#subHeadNav ul li a:hover {
	text-decoration: none;
}
#subFbLink a {
	position: absolute;
	top: 60px;
	right: 100px;
	display: block;
	width: 34px;
	height: 34px;
}

@media screen and (min-width: 1081px) {
#fbLink {
	z-index: 1000;
}
}

@media screen and (min-width: 1070px) {
#navSp {
	display: none;
}
}

@media screen and (max-width: 750px) {
#logo {
	position: absolute;
	top: 32px;
	left: 20px;
	width: 135px;
	height: 22px;
}
#subLogo {
	position: absolute;
	top: 32px;
	left: 20px;
	width: 135px;
	height: 22px;
}
#navSp {
	position: fixed;
	top: 19px;
	right: 20px;
	-webkit-transform: translateZ(0);

}
}
/*-------------------------------------------------------------------------- all base ---------------------------------------------------------------------------*/

h2 {
	text-align: center;
	font-size: 48px;
	font-family: serif;
	letter-spacing: 0.3em;
	font-family: 'Playfair Display', serif;
	margin-bottom: 15px;
}
h3 {
	text-align: center;
	font-size: 16px;
	font-family: serif;
	letter-spacing: 0.3em;
	margin-bottom: 35px;
}

@media (max-width: 479px) {
h2 {
	text-align: center;
	font-size: 28px;
	font-family: serif;
	letter-spacing: 0.3em;
	font-family: 'Playfair Display', serif;
	margin-bottom: 10px;
}
h3 {
	text-align: center;
	font-size: 12px;
	font-family: serif;
	letter-spacing: 0.3em;
	margin-bottom: 30px;
}
}

/*-------------------------------------------------------------------------- #banner  ---------------------------------------------------------------------------*/

#banner {
	position: relative;
	width: auto;
	padding: 0;
	color: #fff;
	background: #000;
	display: none;
}
#banner  img{

    margin: 0 auto;
    display: block;
 
}
#banner  .innerBlock {
	text-align: center;
}

@media (max-width: 479px) {
#banner  {
	padding: 0;
	display: block;
}

#banner  .container {
	padding-right: 0px;
	padding-left: 0px;
}
}

@media (min-width: 480px) and (max-width: 767px) {
#banner  {
	padding: 0px;
}

}

@media (min-width: 768px) and (max-width: 1079px) {
##banner  {
	padding:  80px 0 0 0;
}
}

@media (min-width: 1080px) {
#banner  {
	padding:100px 0 0 0
}
}
/*-------------------------------------------------------------------------- #about ---------------------------------------------------------------------------*/

#about {
	position: relative;
	width: auto;
	padding: 90px 0 129px 0;
	color: #fff;
	background: #000;
}

#about img{
    width: 250px;
    margin: 0 auto;
    display: block;
    padding-top: 45px;
}
#about p {
	font-size: 14px;
	line-height: 2.5;
	max-width: 490px;
	margin: 0 auto;
	text-align: center;
	letter-spacing: 1.8px;
}
#about .innerBlock {
	text-align: center;
}

@media (max-width: 479px) {
#about {
	padding: 50px 0 60px 0;
}

#about img{
    width: 200px;
    margin: 0 auto;
    display: block;
    padding-top: 30px;
}
#about p {
	font-size: 10px;
}
#about .container {
	padding-right: 50px;
	padding-left: 50px;
}
#about h3 {
	line-height: 1.7;
}
#about p {
	letter-spacing: 0px;
}
}

@media (min-width: 480px) and (max-width: 767px) {
#about h2 {
	margin-bottom: 20px;
}
#about {
	padding: 50px 0 60px 0;
}
#about p {
	font-size: 12px;
}
}

@media (min-width: 768px) and (max-width: 1079px) {
#about {
	padding: 90px 0 129px 0;
}
}

@media (min-width: 1080px) {
#about {
	padding: 120px 0 120px 0;
}
}
/*-------------------------------------------------------------------------- #membership ---------------------------------------------------------------------------*/

#mbs {
	position: relative;
	width: auto;
	padding: 90px 0 129px 0;
	color: #000;
	background: #f2f2f2;
}
.colum4 li {
	width: 25%;
	float: left;
}

@media (max-width: 479px) {
#mbs {
	padding: 50px 0 60px 0;
}
#mbs .container {
	padding-left: 0px;
	padding-right: 0px;
}
}

@media (min-width: 480px) and (max-width: 767px) {
#mbs {
	padding: 50px 0 60px 0;
}
}

@media (min-width: 768px) and (max-width: 1079px) {
#mbs {
	padding: 90px 0 129px 0;
}
}

@media (min-width: 1080px) {
#mbs {
	padding: 120px 0 120px 0;
}
}
#mbs .innerBlock {
	text-align: center;
}
#mbs h2 {
}

@media (max-width: 479px) {
#mbs h2 {
}
}

@media (min-width: 480px) and (max-width: 767px) {
#mbs h2 {
}
}

@media (min-width: 768px) and (max-width: 1079px) {
#mbs h2 {
}
}

@media (min-width: 1080px) {
#mbs h2 {
}
}
#mbs p {
	font-size: 14px;
	line-height: 2.5;
	max-width: 600px;
	margin: 0 auto;
	text-align: left;
	letter-spacing: 1.8px;
}

@media (max-width: 479px) {
#mbs p {
	font-size: 12px;
}
}

@media (min-width: 480px) and (max-width: 767px) {
#mbs p {
	font-size: 12px;
}
}
/*-------------------------------------------------------------------------- #gift ---------------------------------------------------------------------------*/

#gift {
	position: relative;
	width: auto;
	padding: 90px 0 129px 0;
	color: #000;
	background: #f2f2f2;
}

#gift  h2,#gift  h3,#gift  h4{
	color: #e6b422;
}

#gift img{
	max-width: 600px;
	display: block;
	margin:0 auto;
	width: 100%;
}

#gift h4 {
    text-align: center;
    font-size: 24px;
    font-family: serif;
    letter-spacing: 0.3em;
    margin-bottom: 25px;
}

#gift .txt_block p {
    font-size: 14px;
    line-height: 2.5;
    max-width: 600px;
    margin: 0 auto;
    letter-spacing: 1.8px;
}



@media (max-width: 479px) {
#gift{
	padding: 50px 0 60px 0;
}
#gift .container {
	padding-left: 0px;
	padding-right: 0px;
}
}

@media (min-width: 480px) and (max-width: 767px) {
#gift {
	padding: 50px 0 60px 0;
}
}

@media (min-width: 768px) and (max-width: 1079px) {
#gift {
	padding: 90px 0 129px 0;
}
}

@media (min-width: 1080px) {
#gift {
	padding: 120px 0 120px 0;
}
}
#gift .innerBlock {
	text-align: center;
}
#gifts h2 {
}

@media (max-width: 479px) {
#gift h2 {
}
}

@media (min-width: 480px) and (max-width: 767px) {
#gift h2 {
}
}

@media (min-width: 768px) and (max-width: 1079px) {
#gift h2 {
}
}

@media (min-width: 1080px) {
#gift h2 {
}
}
#gift p {
	font-size: 14px;
	line-height: 2.5;
	max-width: 600px;
	margin: 0 auto;
	text-align: left;
	letter-spacing: 1.8px;
}

@media (max-width: 479px) {
#gift p {
	font-size: 12px;
}
}

@media (min-width: 480px) and (max-width: 767px) {
#gift p {
	font-size: 12px;
}
}
/*-------------------------------------------------------------------------- #reservation ---------------------------------------------------------------------------*/

#reservation {
	position: relative;
	width: auto;
	padding: 90px 0 129px 0;
	color: #000;
	background: #fff;
}
.flow {
	clear: both;
	display: inline-block;
}
.flow .flow_contents {
	width: 100%;
	float: left;
}
.flow dl {
	padding: 40px 20px 40px 50px;
	background: #fff;
	border: solid 2px #000;
	margin: 18px;
	position: relative;
}
.flow dt {
	font-weight: bold;
	font-size: 24px;
	margin-bottom: 15px;
}
.flow dd {
	font-size: 16px;
}
.flow .number {
	font-size: 30px;
	font-weight: bold;
	position: absolute;
	left: -20px;
	top: -20px;
	background: #000;
	color: #fff;
	border-radius: 50%;
	width: 60px;
	height: 60px;
	text-align: center;
	font-family: serif;
	line-height: 60px;
}

@media (max-width: 479px) {
#reservation {
	padding: 50px 0 60px 0;
}
.flow .flow_contents {
	width: 100%;
}
.flow dl {
	height: auto;
	padding: 40px 15px 15px 15px;
	margin: 18px 8px 18px 18px;
}
.flow dt {
	font-size: 16px;
	margin-bottom: 5px;
}
.flow dd {
	font-size: 12px;
}
#reservation .container {
	padding-left: 10px;
	padding-right: 10px;
}
}

@media (min-width: 480px) and (max-width: 767px) {
#reservation {
	padding: 50px 0 60px 0;
}
.flow .flow_contents {
	width: 100%;
}
}

@media (min-width: 768px) and (max-width: 1079px) {
#reservation {
	padding: 90px 0 129px 0;
}
.flow .flow_contents {
	width: 100%;
}
}

@media (min-width: 1080px) {
#reservation {
	padding: 120px 0 120px 0;
}
}
#mes .innerBlock {
	text-align: center;
}
#reservation h3 {
	margin: 0 auto 37px auto;
}

@media (max-width: 479px) {
#reservation h3 {
	margin-bottom: 20px;
}
}

@media (min-width: 480px) and (max-width: 767px) {
#reservation h3 {
	margin-bottom: 20px;
}
}

@media (min-width: 768px) and (max-width: 1079px) {
#reservation h3 {
}
}

@media (min-width: 1080px) {
#reservation h3 {
}
}
#message p {
	font-size: 14px;
	line-height: 2.5;
	max-width: 600px;
	margin: 0 auto;
	text-align: center;
	letter-spacing: 1.8px;
}

@media (max-width: 479px) {
#reservation p {
	font-size: 12px;
}
}

@media (min-width: 480px) and (max-width: 767px) {
#reservation p {
	font-size: 12px;
}
}
/*-------------------------------------------------------------------------- #system ---------------------------------------------------------------------------*/

#system {
	position: relative;
	width: auto;
	padding: 90px 0 129px 0;
	color: #fff;
	background: #000;
}

@media (max-width: 479px) {
#system {
	padding: 50px 0 60px 0;
}
}

@media (min-width: 480px) and (max-width: 767px) {
#system {
	padding: 50px 0 60px 0;
}
}

@media (min-width: 768px) and (max-width: 1079px) {
#system {
	padding: 90px 0 129px 0;
}
}

@media (min-width: 1080px) {
#system {
	padding: 120px 0 120px 0;
}
}
#mes .innerBlock {
	text-align: center;
}
#system h3 {
	margin: 0 auto 37px auto;
}

@media (max-width: 479px) {
#system h3 {
	margin-bottom: 20px;
}
}

@media (min-width: 480px) and (max-width: 767px) {
#system h3 {
	margin-bottom: 20px;
}
}

@media (min-width: 768px) and (max-width: 1079px) {
#system h3 {
}
}

@media (min-width: 1080px) {
#system h2 {
}
}
#message p {
	font-size: 14px;
	line-height: 2.5;
	max-width: 600px;
	margin: 0 auto;
	text-align: center;
	letter-spacing: 1.8px;
}

@media (max-width: 479px) {
#system p {
	font-size: 12px;
}
}

@media (min-width: 480px) and (max-width: 767px) {
#system p {
	font-size: 12px;
}
}
/*-------------------------------------------------------------------------- #info ---------------------------------------------------------------------------*/

#info {
	position: relative;
	width: auto;
	padding: 90px 0 129px 0;
	color: #fff;
	background: #000;
}
#info .prof_box {
	padding: 0 0 0 0;
	border: 1px solid #fff;
	margin-bottom: 20px;
}
#info .prof_img {
	margin-bottom: 20px;
	padding-right: 40px;
}
#info .prof_img img {
}
#info .prof_box h4 {
	padding: 8px 10px;
	background: #fff;
	color: #000;
	font-family: serif;
	text-align: center;
}
#info .prof_box p {
	padding: 10px 10px;
}
#info .infotext {
	margin-bottom: 40px;
    padding-right: 40px;
}
#info .infotext h3 {
	text-align: left;
	font-size: 20px;
}
#info .infotext .rt {
	text-align: right;
	margin-top: 15px;
}

@media (max-width: 479px) {
#info {
	padding: 50px 0 60px 0;
}
#info .prof_img {
	padding-right: 0px;
}
#info .infotext {
    padding-right: 0px;
}
}

@media (min-width: 480px) and (max-width: 767px) {
#info {
	padding: 50px 0 60px 0;
}
}

@media (min-width: 768px) and (max-width: 1079px) {
#info {
	padding: 90px 0 129px 0;
}
}

@media (min-width: 1080px) {
#info {
	padding: 120px 0 120px 0;
}
}
#info h3 {
	margin: 0 auto 37px auto;
}

@media (max-width: 479px) {
#info h3 {
	margin-bottom: 20px;
}
}

@media (min-width: 480px) and (max-width: 767px) {
#info h3 {
	margin-bottom: 20px;
}
}

@media (min-width: 768px) and (max-width: 1079px) {
#info h3 {
}
}

@media (min-width: 1080px) {
#info h2 {
}
}

@media (max-width: 479px) {
#info p {
	font-size: 12px;
}
}

@media (min-width: 480px) and (max-width: 767px) {
#info p {
	font-size: 12px;
}
}
/*-------------------------------------------------------------------------- #contact ---------------------------------------------------------------------------*/
#contact .line {
	display: inline-block;
	width: 100%;
	padding: 15px 0;
	font-size: 20px;
	display: block;
	width: 100%;
	margin-top: 40px;
	cursor: pointer;
	text-align: center;
	letter-spacing: 2px;
	color: #fff;
	border: 3px solid #00B900;
	background: #00B900;
}

@media screen and (max-width: 750px) {
#contact .line {
	font-size: 16px;
	margin-top: 25px;
	letter-spacing: 4px;
}
}
#contact .line:hover {
	color: #2f363b;
	border: 3px solid #00B900;
	background: #fff;
	text-decoration: none;
}
#contact {
	width: auto;
	padding: 140px 0 140px 0;
	background: #fff;
}

@media screen and (max-width: 750px) {
#contact {
	padding: 60px 0 60px 0;
}
}
#contact h3 {
	margin: 0 auto 50px auto;
}

@media screen and (max-width: 750px) {
#contact h3 {
	margin: 0 auto 35px auto;
}
}
#contact p {
	line-height: 2;
	letter-spacing: 1.3px;
}

@media screen and (max-width: 1080px) {
#contact p {
	margin: 0 80px;
}
}

@media screen and (max-width: 750px) {
#contact p {
	font-size: 12px;
	line-height: 1.7;
	margin: 0 20px;
}
}
#contact .inner {
	width: 950px;
	margin: 52px auto 0 auto;
}

@media screen and (max-width: 1080px) {
#contact .inner {
	width: auto;
	margin: 52px 80px 0;
}
}

@media screen and (max-width: 750px) {
#contact .inner {
	width: auto;
	margin: 32px 20px 0;
}
}
#contact button[type='submit'] {
	font-size: 20px;
	display: block;
	width: 100%;
	margin-top: 40px;
	cursor: pointer;
	text-align: center;
	letter-spacing: 2px;
	color: #fff;
	border: 3px solid #991C38;
	background: #991C38;
}

@media screen and (max-width: 750px) {
#contact button[type='submit'] {
	font-size: 16px;
	margin-top: 25px;
	letter-spacing: 4px;
}
}
#contact button[type='submit']:hover {
	color: #2f363b;
	border: 3px solid #991C38;
	background: #fff;
}
#contact button[type='submit'] b {
	display: inline-block;
	width: 100%;
	padding: 15px 0;
}

@media screen and (max-width: 750px) {
#contact button[type='submit'] b {
	font-size: 100%;
	padding: 10px 0;
}
}
#contact dt, #contact dd, #contact input, #contact textarea, #contact label, #contact span, #contact button, #contact div {
	line-height: 2;
	margin: 0;
}
#contact dl {
	margin-bottom: 25px;
	border-bottom: 1px solid #a4a4a4;
}
#contact dt {
	font-weight: bold;
	position: relative;
	margin-bottom: -34px;
	padding: 5px 0;
	padding-top: 31px;
	border-top: 1px solid #a4a4a4;
}
#contact dt:after {
	font-size: 10px;
	line-height: 1em;
	position: absolute;
	top: 30px;
	left: 212px;
	display: block;
	padding: 6px 12px 6px;
	content: '任意';
	border: 1px solid #991C38;
	background: #fff;
}

@media screen and (max-width: 720px) {
#contact dt:after {
	position: relative;
	top: -1px;
	left: 5px;
	display: inline-block;
	margin-left: 5px;
}
}
#contact dt.required:after {
	font-size: 11px;
	display: inline-block;
	content: '必須';
	color: #fff;
	background: #991C38;
}
-->

@media screen and (max-width: 720px) {
#contact dt {
	margin-bottom: 10px;
	padding-top: 30px;
	font-size: 12px;
}
}
#contact dd {
	position: relative;
	margin-left: 312px;
	padding-bottom: 30px;
}
#contact dd.tel {
	overflow: hidden;
}

@media screen and (max-width: 720px) {
#contact dd {
	margin-left: 0;
	padding-bottom: 30px;
}
}
#contact dd > b, #contact dd > a {
	line-height: 3em;
	height: 3em;
}

@media screen and (max-width: 720px) {
#contact dd > b, #contact dd > a {
	line-height: 1.5em;
	height: 1.5em;
}
}
#contact input, textarea, select, button {
	margin: 0;
	padding: 0;
	border: none;
	border-radius: 0;
	background: none;
}
#contact input, textarea {
	border: 1px solid #ccc;
}
#contact label {
	display: inline-block;
	cursor: pointer;
}
#contact label input {
	display: none;
}
.ie8 article.contact section .contact label input {
	display: inline-block;
	float: left;
	width: 16px;
	height: 16px;
	padding: 8px;
	border: none;
}
#contact label span {
	line-height: 32px;
	display: block;
	height: 32px;
	padding-left: 32px;
}

@media screen and (max-width: 720px) {
#contact label span {
	line-height: 48px;
	height: 48px;
	padding-left: 48px;
}
}
.ie8 article.contact section .contact label span {
	display: inline-block;
	padding-left: 5px;
}

@media screen and (max-width: 720px) {
#contact label span:before {
	zoom: 1.5;
}
}
.ie8 article.contact section .contact label span:before {
	display: none;
}
#contact label input:checked + span:before, #contact label input.checked + span:before {
	background-position: -64px -32px;
}
#contact label > input[type='text'] {
	line-height: 1.5em;
	display: block;
	box-sizing: border-box;
	width: 10em;
	height: 4em;
	padding: .5em;
}
#contact .address div:after {
	display: block;
	clear: both;
	height: 0;
	content: '';
}
#contact address div label {
	display: block;
	float: left;
}
#contact .name label, #contact .kana label, #contact .company label, #contact .section label, #contact .tel label {
	display: block;
	width: 100%;
}
#contact .name label input, #contact .kana label input, #contact .company label input, #contact .section label input, #contact .tel label input {
	width: 100%;
}
#contact .site label, #contact .address label, #contact .address label.addressbody, #contact .mail label {
	display: block;
}
#contact .site label input, #contact .address label input, #contact .address label.addressbody input, #contact .mail label input {
	width: 100%;
}
#contact .address label.addressbody {
	width: 100%;
}
#contact .mail label {
	margin-bottom: 10px;
}
#contact .text label {
	display: block;
}
#contact .text label textarea {
	box-sizing: border-box;
	width: 100%;
	height: 8em;
	padding: .5em;
}
#contact .address div:after {
	display: block;
	clear: both;
	height: 0;
	content: '';
}
#contact .address div.zipcode {
	float: left;
	margin-bottom: 10px;
}

@media screen and (max-width: 720px) {
#contact .address div.zipcode {
	float: none;
	margin-bottom: 0;
}
}
#contact .tel div label {
	float: left;
	width: 100%;
}
#contact .tel div label input {
	width: 100%;
}
#contact .address div em, #contact .tel div em {
	font-size: 120%;
	font-style: normal;
	line-height: 2.5em;
	display: block;
	float: left;
	box-sizing: border-box;
	width: 1.5em;
	text-align: center;
}
#contact .address div label input {
	width: 8em;
}
#contact .address div button {
	line-height: .8em;
	display: block;
	box-sizing: border-box;
	height: 3em;
	padding: .5em;
	cursor: pointer;
	color: #36a3dc;
}
#contact .address div button:hover {
	text-decoration: underline;
}
#contact .address div button:disabled {
	cursor: default;
	color: #888;
}
#contact .address div button:disabled:hover {
	text-decoration: none;
}
#contact div.blank {
	background: url("../images/ico_blank.png") no-repeat 146px 5px;
}
.attention {
	font-size: 12px;
	margin-bottom: 23px;
}

@media screen and (max-width: 1080px) {
.attention {
	font-size: 11px;
	margin: 0 !important;
	padding-bottom: 20px;
	text-align: left;
}
}
#privacy {
	overflow-y: scroll;
	width: 888px;
	height: 200px;
	padding: 23px 30px 0 30px;
	border: 1px solid #ccc;
}

@media screen and (max-width: 1080px) {
#privacy {
	box-sizing: border-box;
	width: auto;
}
}

@media screen and (max-width: 750px) {
#privacy {
	height: 120px;
	padding: 15px 15px 0 15px;
}
}
#privacy h3 {
	font-size: 16px;
	padding-bottom: 5px;
	text-align: center;
}

@media screen and (max-width: 750px) {
#privacy h3 {
	font-size: 14px;
}
}
#privacy h3, #privacy h4, #privacy h5 {
	font-weight: 600;
	line-height: 2;
	padding-bottom: 15px;
	letter-spacing: 1.5px;
	margin-bottom: 0px;
}

@media screen and (max-width: 750px) {
#privacy h3, #privacy h4, #privacy h5 {
	font-size: 12px;
	padding-bottom: 10px;
}
}
#privacy p {
	padding-bottom: 20px;
}

@media screen and (max-width: 1080px) {
#privacy p {
	margin-right: 0 !important;
	margin-left: 0 !important;
}
}
#privacy a {
	color: #2f363b;
}
/*-------------------------------------------------------------------------- #service NEW ---------------------------------------------------------------------------*/
#service_new {
	position: relative;
	width: auto;
	padding: 140px 0 0 0;
	background: #fff;
}
#service_new h3 {
	margin: 0 auto 94px auto;
}
.pic1 {
	background-image: url('../images/pic1.jpg');
}
.pic2 {
	background-image: url('../images/pic2.jpg');
}
.pic3 {
	background-image: url('../images/pic3.jpg');
}
.pic4 {
	background-image: url('../images/pic4.jpg');
}
.bg-holder {
	width: 100%;
	height: 301px;
	background-size: cover;
	background-position: 50% 50%;
	color: #fff;
	position: relative;
	background-size: 130%!important;
}

@media (min-width: 768px) {
.pic1 {
	background-image: url('../images/pic1_bigger.jpg');
}
.pic2 {
	background-image: url('../images/pic2_bigger.jpg');
}
.pic3 {
	background-image: url('../images/pic3_bigger.jpg');
}
.pic4 {
	background-image: url('../images/pic4_bigger.jpg');
}
.bg-holder {
	width: 100%;
	height: 420px;
	background-size: cover!important;
	background-position: 50% 50%;
	color: #fff;
	position: relative;
}
}
#service_new .txt_block {
	padding: 80px 0;
}
#service_new .txt_block h3 {
	font-size: 20px;
	letter-spacing: 1.8px;
	font-weight: 600;
	line-height: 1.7;
	margin-bottom: 15px!important;
	text-align: center;
}
#service_new .txt_block p {
	font-size: 14px;
	line-height: 2.5;
	max-width: 600px;
	margin: 0 auto;
	letter-spacing: 1.8px;
}

#service_new .txt_block p a{
	font-weight:bold;
	text-decoration: underline;
}
/*-------------------------------------------------------------------------- Other ---------------------------------------------------------------------------*/
#btnTop {
	position: fixed;
	z-index: 5000;
	right: 20px;
	bottom: 20px;
}
#btnTop a img {
	width: 50px;
}

@media (max-width: 479px) {
#service_new .txt_block p {
	font-size: 12px;
}
}

@media (min-width: 480px) and (max-width: 767px) {
#service_new .txt_block p {
	font-size: 12px;
}
}
#service_new .pointer {
	background: url(../images/section-pointer.png) no-repeat 0 0;
	width: 77px;
	height: 27px;
	position: absolute;
	left: 50%;
	margin-left: -38px;
	bottom: -1px;
	z-index: 100;
}

@media screen and (max-width: 750px) {
#service_new {
	padding: 60px 0 0 0;
}
}

@media screen and (max-width: 750px) {
#service_new h2 {
}
#service_new h3 {
	margin: 0 auto 40px auto;
}
}
.contact-link {
	text-align: center;
	background: url(../images/bg_contact.jpg) 50% 50% no-repeat;
	background-size: cover;
	padding: 80px 40px;
	transition: all 400ms;
}

@media (max-width: 479px) {
.contact-link {
	padding: 50px 20px;
}
}

@media (min-width: 480px) and (max-width: 767px) {
.contact-link {
	padding: 50px 20px;
}
}

@media (min-width: 768px) and (max-width: 1079px) {
.contact-link {
	padding: 80px 40px;
}
}

@media (min-width: 1080px) {
.contact-link {
	padding: 80px 40px;
}
}
.contact-link__label {
	color: #fff;
	font-size: 2em;
	margin: 0 0 1em;
}

@media (max-width: 479px) {
.contact-link__btn {
	width: 280px;
}
}

@media (min-width: 480px) and (max-width: 767px) {
.contact-link__btn {
	width: 280px;
}
}

@media (min-width: 768px) and (max-width: 1079px) {
.contact-link__btn {
	width: 300px;
}
}

@media (min-width: 1080px) {
.contact-link__btn {
	width: 300px;
}
}

/* display
-----------------------------------------------------------------*/
@media (max-width: 479px) {
.xs-hide {
	display: none !important;
}
}

@media (min-width: 480px) and (max-width: 767px) {
.sm-hide {
	display: none !important;
}
}

@media (min-width: 768px) and (max-width: 1079px) {
.md-hide {
	display: none !important;
}
}

@media (min-width: 1080px) {
.lg-hide {
	display: none !important;
}
}
/* テキスト
-----------------------------------------------------------------*/
.white {
	color: #fff;
}
.em {
	font-weight: bold;
}
.text-left {
	text-align: left;
}
.text-right {
	text-align: right;
}
.text-center {
	text-align: center;
}
/* 背景
-----------------------------------------------------------------*/
.bg-cover {
	background-size: cover;
}
.bg-white {
	background-color: #fff;
}
.bg-gray {
	background-color: #2f363b;
}
/* 配置
-----------------------------------------------------------------*/
.aligncenter {
	margin-right: auto;
	margin-left: auto;
}
.alignleft {
	float: left;
}
.alignright {
	float: right;
}
.t-ct {
	text-align: center !important;
}
.t-lt {
	text-align: left !important;
}
.t-rt {
	text-align: right !important;
}
.mt30 {
	margin-top: 30px !important;
}
.mt61 {
	margin-top: 61px !important;
}
.mb10 {
	margin-bottom: 10px !important;
}
.mb30 {
	margin-bottom: 30px !important;
}
.mb67 {
	margin-bottom: 67px !important;
}
/* clearfix
-----------------------------------------------------------------*/
.cf:after, .clearfix:after {
	display: block;
	clear: both;
	content: '';
}
 @keyframes lineAnime {
0% {
stroke-DASHoffset: 3000;
 fill: #000;
}
 80% {
stroke-DASHoffset: 2000;
 fill: #ddd;
}
 100% {
stroke-DASHoffset: 0;
 fill: #fff;
}
}
 @-webkit-keyframes lineAnime {
0% {
stroke-DASHoffset: 3000;
 fill: #000;
}
 80% {
stroke-DASHoffset: 2000;
 fill: #ddd;
}
 100% {
stroke-DASHoffset: 0;
 fill: #fff;
}
}

@media (min-width: 480px) {
.pchide {
	display: none
}
}
