@charset "utf-8";
/* CSS Document */

/* http://meyerweb.com/eric/tools/css/reset/ 
v2.0 | 20110126
License: none (public domain)
*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
margin: 0;
padding: 0;
border: 0;
font-size: 100%;
font: inherit;
vertical-align: baseline;
box-sizing: border-box;
font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", serif;
color: #222;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
display: block;
}
body {
line-height: 1;
}
ol, ul {
list-style: none;
}
a {
text-decoration: none;
color: #222;
}
blockquote, q {
quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
content: '';
content: none;
}
table {
border-collapse: collapse;
border-spacing: 0;
}
/*全ページ共通レイアウト*/
header {
	position: relative;
}
h1 {
	width: 200px;
	background: url(../img/logo.svg) no-repeat center center/contain;
	white-space: nowrap;
	text-indent: 100%;
	overflow: hidden;
	position: fixed;
	top: 20px;
	right: 150px;
	z-index: 9999;
}
h1 a {
	display: block;
	width: 200px;
	height: 150px;
}
#first {
display: none;
}
nav {
	width: 200px;
	position: fixed;
	top: 200px;
	right: 150px;
	z-index: 999;
}
.g_nav {
	width: 200px;
	height: 600px;
}
.g_nav li {
	margin-bottom: 10px;
	height: 50px;
}
.g_nav li a {
	display: block;
	width: 200px;
	height: 50px;
	background: url(../img/nav.svg) no-repeat left -120px;
	white-space: nowrap;
	text-indent: 100%;
	overflow: hidden;
}
.g_nav li:nth-child(2) a {
	background: url(../img/nav.svg) no-repeat left top;
}
.g_nav li:nth-child(3) a {
	background: url(../img/nav.svg) no-repeat left -60px;
}
.g_nav li:nth-child(4) a {
	background: url(../img/nav.svg) no-repeat left -180px;
}
.g_nav li:nth-child(5) a {
	background: url(../img/nav.svg) no-repeat left -240px;
}
.g_nav li a:hover {
	background: url(../img/nav.svg) no-repeat right -120px;
}
.g_nav li:nth-child(2) a:hover {
	background: url(../img/nav.svg) no-repeat right top;
}
.g_nav li:nth-child(3) a:hover {
	background: url(../img/nav.svg) no-repeat right -60px;
}
.g_nav li:nth-child(4) a:hover {
	background: url(../img/nav.svg) no-repeat right -180px;
}
.g_nav li:nth-child(5) a:hover {
	background: url(../img/nav.svg) no-repeat right -240px;
}
.fix {
  display: none;
}
p#link img {
width: 300px;
margin-top: 20px;
}
p#link a:hover{
	opacity: 0.7;
}
h2 {
	font-size: 36px;
	padding: 50px 0;
	font-weight: bold;
	position: relative;
	color: #333333;
	text-shadow: 0 0 2px white;
	line-height: 1.5;
}
h2:before {
	content: "";
	position: absolute;
	background: rgb(230, 90, 90);
	width: 50px;
	height: 50px;
	border-radius: 50%;
	top: 50%;
/* border: dashed 1px white; */
	left: -15px;
	-moz-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	z-index: -1;
}
.container {
	max-width: 700px;
	margin: 0 0 0 350px;
}
.container p {
	line-height: 1.5;
	text-shadow: 1px 1px 3px #FFF;
	font-weight: bold;
}
.container p span {
	color: rgb(230, 90, 90);
	font-weight: bold;
	font-size: 24px;
}
p.top_btn {
	width: 50px;
	height: 50px;
	border-radius: 50%;
	background: rgba(0,0,0,0.5);
	white-space: nowrap;
	text-indent: 100%;
	overflow: hidden;
	position: fixed;
	bottom: 60px;
	right: 50px;
	z-index: 999;
	border: solid 1px #FFF;
}
p.top_btn span {
	display: block;
	width: 20px;
	height: 20px;
	border-top: solid 2px #FFF;
	border-right: solid 2px #FFF;
	transform: rotate(-45deg);
	position: absolute;
	top: 10px;
	right: 0;
	bottom: 0;
	left: 0;
	margin: auto;
}
footer {
	width: 100%;
	height: 100px;
	background: rgba(89,88,87,0.7);
	margin-top: 50px;
	text-align: center;
}
.foot {
	padding-top: 10px;
}
.foot li {
	margin-bottom: 10px;
	font-size: 12px;
}
.foot li a {
	border-bottom: solid 1px #FFF;
		color: #FFF;
}
.foot li a:hover {
	color: #e84729;
	border-bottom: solid 1px #e84729;
}
footer p {
margin-top: 20px;
}
footer small {
	color: #FFF;
}
/*SPの時に見せたくないもの用のクラス*/
.sp-off {
  display: block;
}
@media screen and (max-width: 1199px){
h1 {
	width: 200px;
	height: 150px;
	background: url(../img/logo.svg) no-repeat center center/contain;
	white-space: nowrap;
	text-indent: 100%;
	overflow: hidden;
	position: fixed;
	top: 20px;
	right: 20px;
	z-index: 999;
}
nav {
	width: 200px;
	position: fixed;
	top: 200px;
	right: 20px;
	z-index: 999;
}
.container {
	max-width: 600px;
	margin: 0 0 0 150px;
}
}
@media screen and (max-width:999px){
header {
	position: relative;
}
h1 {
	width: 200px;
	height: 150px;
	background: url(../img/logo.svg) no-repeat center center/contain;
	white-space: nowrap;
	text-indent: 100%;
	overflow: hidden;
	position: static;
	margin: 0 auto;
}
h1 a {
	display: block;
	width: 200px;
	height: 150px;
}
nav {
	width: 100%;
	height: 50px;
	position: static;
}
.g_nav {
	width: 100%;
	height: 50px;
	display: flex !important;
	justify-content: center;
	flex-wrap: wrap;
}
.g_nav li {
	width: 136px;
	margin-bottom: 0;
	height: 50px;
}
.g_nav li a {
	display: block;
	width: 136px;
	height: 50px;
	background: url(../img/nav2.png) no-repeat left top;
	white-space: nowrap;
	text-indent: 100%;
	overflow: hidden;
}
.g_nav li:nth-child(2) a {
	background: url(../img/nav2.png) -136px top ;
}
.g_nav li:nth-child(3) a {
	background: url(../img/nav2.png) no-repeat -272px top;
}
.g_nav li:nth-child(4) a {
	background: url(../img/nav2.png) no-repeat -408px top;
}
.g_nav li:nth-child(5) a {
	background: url(../img/nav2.png) no-repeat right top;
}
.g_nav li a:hover {
	background: url(../img/nav2.png) no-repeat left bottom;
}
.g_nav li:nth-child(2) a:hover {
	background: url(../img/nav2.png) no-repeat -136px bottom;
}
.g_nav li:nth-child(3) a:hover {
	background: url(../img/nav2.png) no-repeat -272px bottom;
}
.g_nav li:nth-child(4) a:hover {
	background: url(../img/nav2.png) no-repeat -408px bottom;
}
.g_nav li:nth-child(5) a:hover {
	background: url(../img/nav2.png) no-repeat right bottom;
}
#fix {
  width: 100%;
  height: 44px;
  background: rgba(89,88,87,0.7);
  display: flex;
  justify-content: space-around;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100;
}
#fix li {
  height: 44px;
}
#fix li a {
  display: block;
  color: #FFF;
  height: 44px;
  line-height: 44px;
}
h2 {
	font-size: 36px;
	padding: 50px 0;
	font-weight: bold;
	position: relative;
	color: #333333;
	text-shadow: 0 0 2px white;
}
h2:before {
content: "";
position: absolute;
background: rgb(230, 90, 90);
width: 50px;
height: 50px;
border-radius: 50%;
top: 50%;
/* border: dashed 1px white; */
left: -15px;
-moz-transform: translateY(-50%);
-webkit-transform: translateY(-50%);
-ms-transform: translateY(-50%);
transform: translateY(-50%);
z-index: -1;
}
.container {
	max-width: 600px;
	margin: 0 auto;
}
.container p {
	line-height: 1.5;
}
.container p span {
	color: rgb(230, 90, 90);
	font-weight: bold;
	font-size: 24px;
}
footer {
	width: 100%;
	height: 100px;
	background: rgba(89,88,87,0.7);
	margin-top: 50px;
	text-align: center;
}
.foot {
	padding-top: 10px;
}
.foot li {
	margin-bottom: 10px;
	font-size: 12px;
}
.foot li a {
	border-bottom: solid 1px #FFF;
		color: #FFF;
}
.foot li a:hover {
	color: #e84729;
	border-bottom: solid 1px #e84729;
}
footer p {
margin-top: 20px;
}
footer small {
	color: #FFF;
}
}
@media screen and (max-width:700px){
/*SPの時に見せたくないもの用のクラス*/
.sp-off {
  display: none;
}
.container {
	padding: 10px;
}
nav {
	width: 100%;
	height: 100px;
	position: static;
}
h2 {
margin-left: 50px;
	font-size: 36px;
	padding: 50px 0;
	font-weight: bold;
	position: relative;
	color: #333333;
	text-shadow: 0 0 2px white;
}
h2:before {
content: "";
position: absolute;
background: rgb(230, 90, 90);
width: 50px;
height: 50px;
border-radius: 50%;
top: 50%;
/* border: dashed 1px white; */
left: -15px;
-moz-transform: translateY(-50%);
-webkit-transform: translateY(-50%);
-ms-transform: translateY(-50%);
transform: translateY(-50%);
z-index: -1;
}
}
@media screen and (max-width:469px){
nav {
	width: 100%;
	height: 150px;
	position: static;
}
h2 {
margin-left: 30px;
	font-size: 24px;
	padding: 20px 0;
	font-weight: bold;
position: relative;
color: #333333;
text-shadow: 0 0 2px white;
}
h2:before {
content: "";
position: absolute;
background: rgb(230, 90, 90);
width: 30px;
height: 30px;
border-radius: 50%;
top: 50%;
/* border: dashed 1px white; */
left: -15px;
-moz-transform: translateY(-50%);
-webkit-transform: translateY(-50%);
-ms-transform: translateY(-50%);
transform: translateY(-50%);
z-index: -1;
}
}
