@charset "UTF-8";


/* base 
================================================= */
html, body, h1, h2, h3, h4, p, section, div, header, footer, address, ul, li, dl, dt, dd {
	margin: 0;
	padding: 0;
}
body {
	font-family: 'Hiragino Kaku Gothic Pro', 'ヒラギノ角ゴ Pro W3', メイリオ, Meiryo, 'ＭＳ Ｐゴシック', sans-serif;
	-webkit-text-size-adjust: 100%;
	color: #222;
}
li {
	list-style: none;
}
a {
	color: #222;
	text-decoration: underline;
}
a:hover {
	text-decoration: none;
}
a:visited {
	color: #222;
}
img {
	vertical-align: bottom;
	border: 0;
	width: 100%;
}

@media screen and (min-width: 1000px) {/* PC */
.sp { display: none !important;}
}

@media screen and (max-width: 1000px) {/* SP */
.pc { display: none !important;}
}


/* header 
================================================= */
@media screen and (min-width: 1000px) {/* PC */
.isDesktop {
	display: none;
	width: 3px;
}
#top-head {
	width: 100%;
	height:65px;
	background:#fff;
	position:fixed;
	z-index:200;
	box-shadow:0px 0px 10px #999;
	font-size:14px;
}
#top-head .inner {
	width: 1000px;
	margin: 0 auto;
}
#top-head .inner:after {
	content: "";
	clear: both;
	display: block;
}
#top-head .logo {
	width:180px;
	float:left;
	line-height: 50px;
}
#top-head #global-nav ul {
	list-style: none;
	width: 800px;
	text-align: right;
	float: right;
	padding: 10px 0 0 0;
}
#top-head #global-nav ul li {
	display: inline-block;
	vertical-align:middle;
	padding:0 0 0 10px;
}
#top-head #global-nav ul li a {
	line-height: 45px;
	text-decoration: none;
}
#top-head #global-nav ul li a:hover {
	color:#cc9933;
	text-decoration: underline;
}
#top-head #global-nav ul li.facebook {
	border-left: 1px #999 solid;
	padding-left:15px;
	margin-left: 10px;
}
#top-head #global-nav ul li.facebook a {
	background:url(../images/facebook.png) 0 0 no-repeat;
	background-size:22px 22px;
	display:block;
	width:22px;
	height:24px;
}
#top-head #global-nav ul li.facebook span {
	display:none;
}
#top-head #global-nav ul li.instagram a {
	background:url(../images/instagram.png) center center no-repeat;
	background-size:22px 22px;
	display:block;
	width:22px;
	height:24px;
}
#top-head #global-nav ul li.instagram span {
	display:none;
}
}


@media screen and (max-width: 1000px) {/* SP */
/* Toggle Button */
#nav-toggle {
	display: none;
	position: absolute;
	right: 0;
	top: 0;
	width: 20px;
	height: 20px;
	padding: 13px;
	cursor: pointer;
	z-index: 400;
}
#nav-toggle div {
	position: relative;
}
#nav-toggle span {
	display: block;
	position: absolute;
	height: 2px;
	width: 100%;
	background: #666;
	left: 0;
	-webkit-transition: .35s ease-in-out;
	-moz-transition: .35s ease-in-out;
	transition: .35s ease-in-out;
}
#nav-toggle span:nth-child(1) {
	top: 1px;
}
#nav-toggle span:nth-child(2) {
	top: 9px;
}
#nav-toggle span:nth-child(3) {
	top: 17px;
}


#top-head, #top-head .inner {
	width: 100%;
	padding: 0;
}
#top-head {
	top: 0;
	position: absolute;
	margin-top: 0;
	background: none;
}
#top-head  h1 a {
	display: block;
	background: none;
	line-height: 42px;
	padding:0;
}

/* Fixed reset */
#mobile-head {
	background: none;
	width: 100%;
	height: 46px;
	z-index: 999;
	position: relative;
	background:#fff;
	box-shadow:0px 0px 10px #999;
}
#mobile-head h1 {
	height: 46px;
	padding: 0 10px;
}
#mobile-head h1 img {
	height: 33px;
	width: auto;
}


#global-nav {
	position: absolute;
	top: -570px;	/* 開いてないときは画面外に配置 */
	background:#fff;
	width: 80%;
	text-align: center;
	padding: 10px 0;
	-webkit-transition: .5s ease-in-out;
	-moz-transition: .5s ease-in-out;
	transition: .5s ease-in-out;
	z-index:500;
	opacity:0.9;
	box-sizing:border-box;
}
#global-nav ul {
	list-style: none;
	position: static;
	right: 0;
	bottom: 0;
	font-size: 14px;
	padding: 20px;
}
#global-nav ul li {
	float: none;
	position: static;
}
#top-head #global-nav ul li {
	float: none;
	width: 100%;
	margin-right: 0;
	text-align: left;
}


#top-head #global-nav ul li a {
	width: 100%;
	display: block;
	color: #222;
	padding:0;
	line-height: 34px;
	text-decoration: none;
}
#top-head #global-nav ul li.facebook a {
	background:url(../images/facebook.png) left center no-repeat;
	background-size:22px 22px;
	display:inline-block;
	padding-left: 30px;
	line-height: 36px;
}
#top-head #global-nav ul li.facebook span {
	display: inline;
}
#top-head #global-nav ul li.instagram a {
	background:url(../images/instagram.png) left center no-repeat;
	background-size:22px 22px;
	display:inline-block;
	padding-left: 30px;
	line-height: 36px;
}
#top-head #global-nav ul li.instagram span {
	display: inline;
}

#nav-toggle {
	display: block;
}


/* #nav-toggle 切り替えアニメーション */
.open #nav-toggle span:nth-child(1) {
	top: 10px;
	-webkit-transform: rotate(315deg);
	-moz-transform: rotate(315deg);
	transform: rotate(315deg);
}
.open #nav-toggle span:nth-child(2) {
	width: 0;
	left: 50%;
}
.open #nav-toggle span:nth-child(3) {
	top: 10px;
	-webkit-transform: rotate(-315deg);
	-moz-transform: rotate(-315deg);
	transform: rotate(-315deg);
}
/* #global-nav スライドアニメーション */
.open #global-nav {
	-moz-transform: translateY(612px);
	-webkit-transform: translateY(612px);
	transform: translateY(612px);
}
}


/* #contents 
================================================= */
#contents {
	clear: both;
	font-size: 14px;
}
#contents hr {
	clear: both;
	background:url(../images/line.gif) center center no-repeat;
	width: 100%;
	height: 20px;
	border: none;
}
#contents h2.ttl {
	background:url(../images/feature01.jpg) left -470px no-repeat;
}


@media screen and (min-width: 1000px) {/* PC */
#contents {
	min-height: 80vh;
}
#contents h2.ttl span {
	width: 1000px;
	display:block;
	margin: 0 auto;
	color:#fff;
	font-size: 20px;
	font-weight: normal;
	line-height:5.0em;
	letter-spacing:2px;
	text-shadow:0px 0px 7px #000;
}

#contents .wrap {
	width:1000px;
	margin: 0 auto;
}
#contents .wrap .mrb100 {
	margin-bottom:100px;
}

}

@media screen and (max-width: 1000px) {/* SP */
#contents h2.ttl span {
	padding: 0 20px;
	display:block;
	color:#fff;
	font-size: 20px;
	font-weight: normal;
	line-height:5.0em;
	letter-spacing:2px;
	text-shadow:0px 0px 7px #000;
}
#contents .wrap {
	padding: 0 10px;
}
#contents .wrap .mrb100 {
	margin-bottom:50px;
}

}


#contents .wrap h3 {
	font-size: 16px;
	line-height: 2em;
	border-bottom: #ccc 1px solid;
	margin-bottom: 15px;
	padding-top: 30px;
}
#contents .wrap .note {
	font-size: 12px;
	color:#555;
	line-height:1.8em;
}
#contents .wrap .mrb50 {
	margin-bottom:50px;
}
#contents .wrap .mrb25 {
	margin-bottom:25px;
}
#contents .wrap .mrb15 {
	margin-bottom:15px;
}
#contents .wrap .mrb10 {
	margin-bottom:10px;
}
#contents .wrap .mrb0 {
	margin-bottom:0px;
}
#contents .wrap .ar {
	text-align: right;
}




/* #footer 
================================================= */
footer {
	clear: both;
	text-align: center;
	padding-top: 50px;
	width:100%;
}
#pagetop {
	position: fixed;
	bottom: 20px;
	right: 20px;
	width: 40px;
	z-index: 999;
}
footer p {
	background:url(../images/mandala.png) center center no-repeat #51778D;
	color: #fff;
	font-size: 10px;
	padding: 35px 0;

}


@media screen and (max-width: 1000px) {/* SP */
footer p {
	background-size: 400px 400px;
}
#footer-nav {
	padding-top: 30px;
	background:url(../images/line.gif) center top no-repeat;
}
#footer-nav li {
	border-bottom: #ededed 1px solid;
	text-align:left;
	font-size: 14px;
}
#footer-nav li a {
	display:block;
	padding: 10px;
	text-decoration: none;
}
#footer-nav li.facebook a {
	background:url(../images/facebook.png) left center no-repeat;
	background-size:22px 22px;
	padding-left: 30px;
	margin-left: 10px;
}
#footer-nav ul li.instagram a {
	background:url(../images/instagram.png) left center no-repeat;
	background-size:22px 22px;
	padding-left: 30px;
	margin-left: 10px;
}
#pagetop {
	display: none;
}
}