body {
	background:             #fff;
	color:                  #333;
	cursor:                 default;
	margin:                 0;
	min-width:              320px;
	padding:                0;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 100%;
}
h1 {
	color:                  #999;
	letter-spacing:         1px;
	margin:                 80px auto 20px;
	padding-bottom:         10px;
	text-align:             center;
}
h5 {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	margin:                 30px 0 10px;
	text-align:             center;
}
p {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	text-align:             center;
}
p.thanks {
	font-size:              1.5rem;
}
header {
	background:             #fff;
	border-top:             5px solid #156ab4;
	-moz-box-sizing:         border-box;
	box-sizing:             border-box;
	height:                 70px;
	line-height:            1;
	min-width:              350px;
	position:               fixed;
	width:                  100%;
	z-index:                98;
}
header a, header nav span {
	color:                  #999;
	text-decoration:        none;
}
header > a {
	float:                  left;
	font-size:              0.8rem;
	font-style:             italic;
	padding-top:            15px;
	white-space:            nowrap;
	width:                  45%;
}
header > a span {
	display:                inline-block;
	padding-top:            2px;
	vertical-align:         middle;
}
header br {
	display:                none;
}
header img {
	display:                inline-block;
	padding:                0 3px 0 25px;
	vertical-align:         middle;
}
header nav {
	float:                  left;
	height:                 100%;
	text-align:             right;
	text-transform:         uppercase;
	width:                  55%;
}
header nav div {
	background:             transparent;
	border-color:           #fff;
	height:                 100%;
}
header nav a {
	-moz-box-sizing:         border-box;
	box-sizing:             border-box;
	display:                inline-block;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	-webkit-transition:      color 0.3s;
	transition:             color 0.3s;
	padding-top: 26px;
	padding-right: 15px;
	padding-bottom: 0;
	padding-left: 15px;
}
header nav a:hover {
	color:                  #156ab4;
}
header nav a:last-child {
	padding-right:          50px;
}
header nav a.current {
	color:                  #333;
	height:                 100%;
	position:               relative;
}
header nav a.current:before {
	border-left:            9px solid transparent;
	border-right:           9px solid transparent;
	border-top:             9px solid #fff;
	bottom:                -9px;
	content:                " ";
	left:                   42%;
	position:               absolute;
	width:                  0;
}
header section {
	background:             #000;
	clear:                  left;
}
header section.centered {
	text-align:             center;
}
header section a {
	color:                  #c0c0c0;
	display:                inline-block;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	padding:                7px 50px 9px;
	position:               relative;
	-webkit-transition:      color 0.3s;
	transition:             color 0.3s;
}
header section a:hover {
	color:                  #fff;
}
header section a.back {
	margin-left:            40px;
	padding-left:           15px;
}
header section .current:after {
	border-bottom:          6px solid #fff;
	border-left:            6px solid transparent;
	border-right:           6px solid transparent;
	bottom:                 0;
	content:                " ";
	left:                   47%;
	position:               absolute;
	width:                  0;
}
header section .current {
	color:                  #fff;
}
.main {
	color:                  #6e6e6e;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	max-width:              1280px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding-top: 70px;
	padding-right: 0;
	padding-bottom: 70px;
	padding-left: 0;
}
.small {
	margin:                 0 auto;
	max-width:              938px;
}
footer {
	background:             #156ab4;
	color:                  #fff;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	padding:                30px 0 27px;
}
footer > p {
	clear:                  left;
	font-size:              0.8rem;
	margin:                 0;
	padding-top:            25px;
}
footer a {
	color:                  #fff;
	text-decoration:        none;
}
footer nav {
	border-right:           1px solid #e68080;
	-moz-box-sizing:         border-box;
	box-sizing:             border-box;
	float:                  left;
	padding:                0 4% 0 10%;
	width:                  60%;
}
footer nav > br {
	display:                none;
}
footer nav a {
	display:                block;
	padding:                3px 0;
	line-height:            1.2;
}
footer nav section {
	display:                inline-block;
	padding:                42px 10% 0 0;
	vertical-align:         top;
}
footer nav section:last-child {
	padding-right:          0;
}
footer nav section a:first-child {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	margin-bottom:          13px;
	padding:                0;
	text-transform:         uppercase;
}
.social {
	-moz-box-sizing:         border-box;
	box-sizing:             border-box;
	float:                  left;
	padding:                7px 0 0 4%;
	width:                  40%;
}
.social > a {
	display:                inline-block;
	margin-right:           15px;
}
.social div {
	vertical-align:         top;
}
.social div a {
	display:                block;
	margin-bottom:          28px;
}
.social div img {
	display:                block;
	padding:                0 0 1px 1px;
}
.social p {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	margin:                 0;
	padding:                1px 0 15px;
	text-align:             left;
	text-transform:         uppercase;
}
 @media all and (max-width:1024px) {
header > a {
	width:                40%;
}
header nav {
	width:                60%;
}
header nav a {
	padding-top:          14px;
	padding-bottom: 0px;
	padding-right: 5px;
	padding-left: 5px;
}
header nav a:last-child {
	padding-right:        25px;
}
header nav a.current::before {
	border:			          none;
}
header nav br {
	display:              block;
}
header nav span {
	background:           transparent;
	height:               auto;
	padding-top:          14px;
}
footer {
	padding-top:          0;
}
footer nav {
	border-bottom:        1px solid #e68080;
	border-right:         none;
	float:                none;
	width:                auto;
}
footer nav section {
	padding:              24px 9% 24px 0;
}
.social {
	float:                none;
	padding:              22px 0 0 10%;
	width:                auto;
}
}
 @media all and (max-width:750px) {
header > a {
	width:                82%;
}

header nav {
	height:               65px;
	margin-right:         3%;
	position:             relative;
	width:                15%;
	background-image: url(../images/header-menu.png);
	background-repeat: no-repeat;
	background-position: center center;
}
header nav div {
	background:           #fff;
	border:               1px solid #fff;
	overflow:             hidden;
	position:             absolute;
	right:                0;
	top:                  52px;
	text-align:           left;
	-webkit-transition:    border 0.3s, height 0.3s, visibility 0.3s;
	transition:           border 0.3s, height 0.3s, visibility 0.3s;
	visibility:           hidden;
	width:                150px;
	z-index:              99;
}
header nav div.open {
	border-color:         #999;
	height:               112px;
	visibility:           visible;
}
header nav a, header nav span {
	display:              block;
	line-height:          2;
	padding:              2px 15px;
}
header nav a:hover {
	background:           #f0f0f0;
}
header nav br {
	display:              none;
}
header nav span:before {
	display:              none;
}
footer nav, .social {
	padding-left:         10%;
}
footer nav > br {
	display:              block;
}
footer nav section {
	padding-right:        25%;
}
footer nav section:nth-child(1), footer nav section:nth-child(4) {
	width:                30%;
}
footer nav section:nth-child(2), footer nav section:nth-child(5) {
	padding-right:        0;
}
}
@media all and (max-width:620px) {
h1 {
	letter-spacing:         1px;
	padding-bottom:         10px;
	margin-top: 20px;
	margin-right: auto;
	margin-bottom: 20px;
	margin-left: auto;
}
header > a {
	width:                82%;
}
header img {
	max-width:100px;
	display:                inline-block;
	vertical-align:         middle;
	padding-top: 5px;
	padding-right: 3px;
	padding-bottom: 0;
	padding-left: 5px;
}
header nav {
	height:               65px;
	margin-right:         3%;
	position:             relative;
	width:                15%;
	background-image: url(../images/header-menu.png);
	background-repeat: no-repeat;
	background-position: center center;
}
header nav div {
	background:           #fff;
	border:               1px solid #fff;
	overflow:             hidden;
	position:             absolute;
	right:                0;
	top:                  52px;
	text-align:           left;
	-webkit-transition:    border 0.3s, height 0.3s, visibility 0.3s;
	transition:           border 0.3s, height 0.3s, visibility 0.3s;
	visibility:           hidden;
	width:                150px;
	z-index:              99;
}
header nav div.open {
	border-color:         #999;
	height:               180px;
	visibility:           visible;
}
header nav a, header nav span {
	display:              block;
	line-height:          2;
	padding:              2px 15px;
}
header nav a.current {
	height:                 18%;
}
header nav a:hover {
	background:           #f0f0f0;
}
header nav br {
	display:              none;
}
header nav span:before {
	display:              none;
}
.small {
	margin-right: 10px;
	margin-left: 10px;
	padding-top: 11px;
	padding-right: 0;
	padding-bottom: 12px;
	padding-left: 0;
}
.small h1 {
	margin-top: 60px;
}
footer nav, .social {
	padding-left:         10%;
}
footer nav > br {
	display:              block;
}
footer nav section {
	padding-right:        25%;
}
footer nav section:nth-child(1), footer nav section:nth-child(4) {
	width:                30%;
}
footer nav section:nth-child(2), footer nav section:nth-child(5) {
	padding-right:        0;
}
#location div h2 span {
	font-size: 1.5rem;
}
#location div h2 {
	font-size: 1.2rem;
}
}
@media all and (max-width:320px) {
header > a {
	width:                75%;
}
}
.red {
	color: #EE0000;
}
