@charset "UTF-8";
/* =====
 * 共通レイアウト
============================================================================= */
@import url("https://fonts.googleapis.com/css?family=Sawarabi+Mincho&subset=japanese");
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-style: normal;
	vertical-align: baseline;
}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
	display: block;
}
html {
	overflow-y: scroll;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
	content: '';
	content: none;
}
input, textarea {
	margin: 0;
	padding: 0;
}
ol, ul {
	list-style: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
caption, th {
	text-align: left;
}
a:focus {
	outline: none;
}
.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
}
.clearfix {
	min-height: 1px;
}
* html .clearfix {
	height: 1px;
	/*
	height: auto;
	overflow: hidden;
	*/
}
.both {
	clear: both;
}
.flex-box {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	justify-content: space-between;
}
/*default
------------------------------------------------------------------*/
a {
	color: #231815;
	text-decoration: none;
	line-height: 1.5;
}
img {
	width: 100%;
	margin: 0;
	padding: 0;
	vertical-align: bottom;
}
body {
  font-family: 'HiraKakuPro-W3', 'ヒラギノ角ゴ Pro W3', 'hiragino kaku gothic pro w3', '游ゴシック', YuGothic, 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', 'MS PGothic', Arial, verdana, sans-serif;
	color: #231815;
	font-size: 16px;
	font-weight: 400;
	line-height: 1.7em;
	animation: fadeIn 3s ease 0s 1 normal;
	-webkit-animation: fadeIn 3s ease 0s 1 normal;
	position: relative;
	box-sizing: border-box;
}
html, body {
	width: 100%;
}
a:hover {
	opacity: 0.7;
}
.anchor {
	padding-top: 90px !important;
	margin-top: -90px !important;
}
@keyframes fadeIn {
	0% {
		opacity: 0;
	}
	100% {
		opacity: 1;
	}
}
@-webkit-keyframes fadeIn {
	0% {
		opacity: 0;
	}
	100% {
		opacity: 1;
	}
}
.pc_view {
	display: block !important;
}
.sp_view {
	display: none !important;
}
.oswald_ex {/* 英数 */
	font-family: oswald, sans-serif;
	font-weight: 200;
	font-style: normal;
	word-break: break-word;
	color: #000000;
}
.din2014 {/* nav */
	font-family: din-2014, sans-serif;
	font-weight: 300;
	font-style: normal;
}
/* pagetop ボタン */
.pagetop {
	position: fixed;
	right: 10px;
	bottom: 70px;
	margin: 0;
	z-index: 400;
	width: 40px;
	height: 40px;
	background: rgba(0, 24, 30, 0.9);
	border-radius: 50%;
	cursor: pointer;
	-webkit-transition: background .3s ease-out;
	transition: background .3s ease-out;
}
.pagetop i {
	display: block;
	position: absolute;
	left: 50%;
	top: 50%;
	margin: -4px 0 0 -6px;
	width: 12px;
	height: 12px;
	border-top: 1px solid #fff;
	border-right: 1px solid #fff;
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
}
.pagetop:hover {
	background: #00181e;
}
.pagetop:hover i {
	-webkit-animation: pagetop 0.8s ease-out infinite alternate;
	animation: pagetop 0.8s ease-out infinite alternate;
}
/* nav */
header {
	margin-top: 61px;
}
.gnav {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 700;
	-webkit-transition: all 300ms 0s ease;
	transition: all 300ms 0s ease;
	opacity: 1;
	background-color: #ffffff;
	font-family: '游ゴシック', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', 'MS PGothic', Arial, verdana, sans-serif;
}
.gnav .mc_logo {
	height: 61px;
	width: 25%;
	line-height: 61px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	margin: 0 auto;
	position: relative;
	z-index: 50;
}
.gnav .mc_logo img {
	display: inline-block;
	vertical-align: middle;
}
.is-show {
	opacity: 1;
}
.menu-trigger {
	position: absolute;
	top: 0;
	bottom: 0;
	right: 10px;
	margin: auto;
	z-index: 700;
	cursor: pointer;
}
.gnav .gnav_out {
	position: fixed;
	top: 0;
	right: 0;
	width: 100%;
	overflow: visible;
	-webkit-transition: all 0.7s !important;
	transition: all 0.7s !important;
	z-index: 40;
}
.gnav .wrapper {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin: 0 auto;
	position: relative;
	max-width: 1295px;
	width: 98%;
}
.gnav_out {
	position: fixed;
	-webkit-transition: all 1s !important;
	transition: all 1s !important;
	background-color: rgba(255, 255, 255, 0.95);
	width: 100%;
	text-align: center;
	opacity: 0;
	z-index: -1;
}

.gnav_out ul li a {
	/* height: 43px; */
	display: block;
	padding: 0 5px;
	font-size: 1.25rem;
	margin: 0 5px;
}
.gnav_out ul li a:hover span {
    padding: 0 5px;
	opacity: 0.7; 
}
.gnav_out ul li a span {
    padding: 0 5px;
}
/* no_link */
.no_link a{
    opacity: 0.7;
}
.gnav_out ul li.no_link a {
	pointer-events:none;
	opacity: 1;
}
.gnav_out ul li.no_link a span {
	opacity: 0.7;
}
.gnav_out ul li.gray_out a {
	pointer-events:none;
	opacity: 0.2;
}
.gnav_out ul li a:after {
	content: '';
	width: 0;
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
	border-bottom: 2px solid #231815;
	display: block;
	padding-top: 4px;
	opacity: 1;
}
.gnav_out ul li.no_link a:after {
	width: auto;
}

.off_menu {}
.on_menu {
	opacity: 1;
	z-index: 999;
}
.off_menu ul a {
	pointer-events: none;
}



.gnav_out ul.din2014 li a {
    font-size: 30px;
    letter-spacing: 6px;
    line-height: 1;
}

@media screen and (min-width: 768px) and (max-width: 1000px) {
.gnav_out ul.din2014 li a {
    font-size: 21px;
    letter-spacing: 5px;
    line-height: 1;
} 
}
/* nav PC用 */
@media screen and (min-width: 768px) {
	header {
		margin-top: 80px;
	}
	.gnav .mc_logo {
		width: 165px;
		height: 61px;
		line-height: 61px;
		margin: 9.5px auto;
	}
	.gnav .mc_logo img {
		max-width: 186px;
		height: 56px;
	}
	.gnav {
		z-index: 700;
		padding-top: 1px;
	}
	.is-show {
		opacity: 1 !important;
	}
	.gnav_out ul {
		justify-content: center;
		align-items: center;
		padding: 6px 0 20px;
	}
	.gnav_out ul li {
    line-height: 0;
    border-left: 1px solid #231815;
}
	.gnav_out ul li:last-child {
		border-right: 1px solid #231815;
	}
	.gnav_out ul li a:hover {
		opacity: 1;
	}
	.gnav_out ul li a:hover:after {
		width: 100%;
		border-bottom: 2px solid #231815;
		/* opacity: 1; */
	}
	.gnav_out ul li.no_link a:hover:after {
		border-bottom: 2px solid #231815;
		/* opacity: 1; */
		width: auto;
	}
	.gnav_out ul li a img {
    padding-bottom: 7px;
    width: 41%;
}
}
/* sp 小画面用 */
@media screen and (max-width: 500px) {
	.gnav .mc_logo {
		width: 33%;
	}
}
/* リンク下線無効 */
.gnav_out ul li.no_link.no_border a:after {
	border-bottom: 2px solid transparent;
}
.gnav_out ul li.no_link.no_border a:hover:after {
	border-bottom: 2px solid transparent;
}
h1, h2, h3, h4, h5 {
	font-weight: normal;
}
/* footer */
footer {
	font-family: 'HiraKakuPro-W3', 'ヒラギノ角ゴ Pro W3', 'hiragino kaku gothic pro w3', '游ゴシック', YuGothic, 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', 'MS PGothic', Arial, verdana, sans-serif;
	line-height: 1.5;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	-webkit-text-size-adjust: 100%;
	height: 100%;
	-webkit-animation: fadeIn 1.2s linear .2s both;
	animation: fadeIn 1.2s linear .2s both;
	position: relative;
	z-index: 100;
}
footer img {
	vertical-align: bottom;
	max-width: 100%;
	height: auto;
}
footer * {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
/* -----
 * サイト内共通パーツ
----------------------------------------------------------------------------- */
@font-face {
	font-family: "ms-icon";
	src: url("../../fonts/ms-icon.eot?nhiaal");
	src: url("../../fonts/ms-icon.eot?nhiaal#iefix") format("embedded-opentype"), url("../../fonts/ms-icon.ttf?nhiaal") format("truetype"), url("../../fonts/ms-icon.woff?nhiaal") format("woff"), url("../../fonts/ms-icon.svg?nhiaal#ms-icon") format("svg");
	font-weight: normal;
	font-style: normal;
}
[class^="icon-"], [class*=" icon-"] {
	/* use !important to prevent issues with browser extensions that change fonts */
	font-family: "ms-icon" !important;
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	/* Better Font Rendering =========== */
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
.icon-facebook:before {
	content: "";
}
.icon-twitter:before {
	content: "";
}
.icon-instagram:before {
	content: "";
}
.icon-event-topics:before {
	content: "";
}
.icon-shop-restaurant:before {
	content: "";
}
.icon-building:before {
	content: "";
}
.icon-access:before {
	content: "";
}
.icon-public-service:before {
	content: "";
}
/* -----
 * footer SP用
----------------------------------------------------------------------------- */
.g-footer {
	background: #00495b;
	color: #fff;
	position: relative;
	margin-top: 70px;
	padding-top: 96px;
	font-weight: bold;
}
.g-footer li {
	display: inline-block;
	padding-right: 20px;
	position: relative;
}
.g-footer li:not(:last-child):after {
	content: "";
	display: inline-block;
	width: 1px;
	height: 1em;
	background: #00495a;
	margin-left: 20px;
	vertical-align: middle;
}
.foot-logo {
	width: 284px;
	margin: 0;
}
.foot-address {
	text-align: right;
	font-size: 12px;
	padding-bottom: 15px;
}
.foot-menu {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	background: #eef2f3;
}
.foot-menu:after {
	content: " ";
	display: table;
	clear: both;
}
.foot-menu-inner {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	padding: 20px 0;
}
.foot-menu-list {
	padding: 0;
	list-style: none;
	-webkit-box-flex: 0;
	-ms-flex: 0 1 auto;
	flex: 0 1 auto;
	width: 60%;
	margin: 0 auto 0 0;
}
.foot-menu-list li {
	font-size: 14px;
}
.foot-menu-list li a {
	text-decoration: none;
	color: #00495a;
}
.foot-sns {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 auto;
	flex: 0 0 auto;
	width: 40%;
	max-width: 156px;
	margin: 0 0 0 auto;
	text-align: right;
}
.foot-sns a {
	display: inline-block;
	margin-left: 18px;
	font-size: 29px;
	text-decoration: none;
	color: #00495a;
	line-height: 1;
	vertical-align: middle;
}
.foot-sns a.twitter {
	font-size: 27px;
	margin-left: 22px;
}
.foot-sns a:first-child {
	margin-left: 0;
}
.foot-bottom {
	padding: 10px 0;
	border-top: 1px solid #fff;
}
.foot-bottom:after {
	content: " ";
	display: table;
	clear: both;
}
.foot-company {
	padding: 0;
	list-style: none;
	float: left;
	margin: 0;
}
.foot-company li {
	font-size: 12px;
	padding-right: 15px;
}
.foot-company li:not(:last-child):after {
	background: #fff;
	margin-left: 15px;
}
.foot-company li a {
	text-decoration: none;
	color: #fff;
	display: inline-block;
}
.foot-company li a p {
	margin: 0;
}
.copyright {
	float: right;
	margin: 0;
	font-size: 12px;
}
@media screen and (max-width: 767px) {
	/* -----
   * footer
  ----------------------------------------------------------------------------- */
	.g-footer {
		padding: 30px 10px 60px;
		text-align: center;
	}
	.g-footer li {
		padding-right: 0.5em;
	}
	.g-footer li:not(:last-child):after {
		margin-left: 0.5em;
		background: #fff;
	}
	.pagetop {
		right: 10px;
		bottom: 70px;
		width: 40px;
		height: 40px;
	}
	.pagetop i {
		margin: -4px 0 0 -6px;
		width: 12px;
		height: 12px;
	}
	.foot-logo {
		margin: 0 auto 25px;
		width: 140px;
	}
	.foot-address {
		text-align: center;
		padding: 0;
		font-size: 10px;
	}
	.foot-address span {
		display: block;
		margin-bottom: 0.6em;
	}
	.foot-address span a {
		color: #ffffff;
		text-decoration: none;
	}
	.foot-menu {
		position: static;
		background: none;
	}
	.foot-menu-inner {
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		padding: 30px 0;
	}
	.foot-menu-list {
		width: 100%;
		margin: 0 0 45px;
	}
	.foot-menu-list li {
		font-size: 9px;
	}
	.foot-menu-list li a {
		color: #fff;
	}
	.foot-sns {
		width: 100%;
		max-width: 100%;
		text-align: center;
	}
	.foot-sns a {
		width: 42px;
		height: 42px;
		line-height: 42px;
		-webkit-border-radius: 50%;
		border-radius: 50%;
		background: #fff;
		margin-left: 8px;
		font-size: 24px;
		padding-top: 2px;
	}
	.foot-sns a.twitter {
		font-size: 21px;
		margin-left: 8px;
		padding-top: 3px;
	}
	.foot-bottom {
		padding: 0;
		border-top: none;
	}
	.foot-company {
		float: none;
		max-width: 280px;
		margin: 0 auto 25px;
		line-height: 1.1;
	}
	.foot-company:after {
		content: " ";
		display: table;
		clear: both;
	}
	.foot-company li {
		font-size: 9px;
		padding-right: 1em;
	}
	.foot-company li:not(:last-child):after {
		margin-left: 1em;
	}
	.foot-company li:nth-child(2n) {
		padding-right: 0;
	}
	.foot-company li:nth-child(2n):after {
		content: none;
	}
	.copyright {
		border-top: 1px solid #a3a3a3;
		float: none;
		padding: 10px;
		font-size: 9px;
	}
	/** 下固定ナビ **/
	.bottom-nav {
		display: block;
		position: fixed;
		bottom: 0;
		left: 0;
		width: 100%;
		margin: 0;
		background: -webkit-gradient(linear, left top, right top, from(#2a7f94), to(#00495b));
		background: linear-gradient(to right, #2a7f94 0%, #00495b 100%);
		z-index: 20;
		-webkit-transition: bottom 0.4s cubic-bezier(0.3, 0.58, 0.05, 0.98);
		transition: bottom 0.4s cubic-bezier(0.3, 0.58, 0.05, 0.98);
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
	}
	.bottom-nav.-js-hide {
		bottom: -62px;
	}
	.bottom-nav .list {
		padding: 0;
		list-style: none;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
	}
	.bottom-nav .list li {
		width: 20%;
		border-right: 1px solid #fff;
	}
	.bottom-nav .list li:last-child {
		border: none;
	}
	.bottom-nav .list li a {
		display: block;
		height: 58px;
		padding: 7px 0 0;
		text-decoration: none;
		text-align: center;
		color: #fff;
		font-size: 10px;
		line-height: 1.1;
	}
	.bottom-nav .list li a .icon {
		margin: 0;
		font-size: 20px;
		height: 21px;
	}
	.bottom-nav .list li a .name {
		margin: 4px 0 0;
		display: table;
		width: 100%;
	}
	.bottom-nav .list li a .name>span {
		display: table-cell;
		height: 2.2em;
		vertical-align: middle;
	}
}
@media screen and (max-width: 374px) {
	/** 下固定ナビ **/
	.bottom-nav .list li a {
		padding-top: 8px;
		font-size: 9px;
	}
}
@media screen and (min-width: 768px) {
/* PC用 */
#pc_footer {
	background-color: #00495b;
}
#pc_footer .wrapper {
	max-width: 1150px;
	margin: 0 auto;
	width: 98%;
}
	#pc_footer {
		/* display: flex; */
	}
	#pc_footer .foot_top {
		/* padding: 50px 0 0; */
		max-width: 243px;
	}
	#pc_footer .pc_footer-in{
    align-items: center;
    margin: 0 auto;
    max-width: 1100px;
    width: 98%;
    padding-top: 50px;
}
	#pc_footer nav {
	  margin-left: auto;
	  line-height: 0;
	}
	#pc_footer nav ul li a {
		padding: 0px 13px;
		line-height: 1;
		color: #FFFFFF;
		font-size: 13px;
	}
		#pc_footer nav ul li{
		border-left: 1px solid #FFFFFF;
	}
	#pc_footer nav ul li:last-of-type{
		border-right: 1px solid #FFFFFF;
	}
	#pc_footer .pc_copy {
    text-align: right;
    color: #ffffff;
    margin: 0 auto;
    max-width: 1100px;
    width: 98%;
    padding-bottom: 15px;
}
#pc_footer .pc_copy p {
	font-size: 12px;
}
}
@media screen and (max-width: 870px) {
	#pc_footer nav ul li a {</a>
		padding: 0px 5px;
	}
}


@media screen and (max-width: 767px) {
/* ヘッダーsp */
.gnav_out ul {
    flex-direction: column;
    padding: 6px 0 3px;
    width: 100%;
}
.gnav_out ul li a {
    height: 57px;
    display: inline-block;
}
.gnav_out li a:hover:after {
    width: 100%;
    border-bottom: 2px solid #231815;
    opacity: 1 !important;
}
.gnav_out li.no_link a:after {
    width: 100%;
    border-bottom: 2px solid #231815;
    opacity: 1 !important;
}
.gnav_out ul.din2014 li a {
    font-size: 25.5px;
    letter-spacing: 4px;
    height: 50px;
}
}

.g-footer {
	margin-top: 0;
}

/* footer-banner 左右2つ */
.footer-banner {
    padding-top: 80px;
    padding-bottom: 100px;
}

.footer-banner .f-list {
	width: 100%;
	justify-content: space-between;
	max-width: 960px;
	margin: 0 auto;
}
.footer-banner .f-list .f-item p {
    padding-top: 25px;
}
.footer-banner .f-item {
    width: calc(100%/2 - 96px / 2);
}
.footer-banner::after {
    width: calc(100%/2 - 96px / 2);
}
.footer-banner .footer-surface{
	position:relative;
	border: 1px solid #c8c9ca;
}
.footer-banner a:hover .surface{
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
}
.footer-banner .footer-surface .surface{
	background: rgba(255,255,255,0.5);
}
.footer-banner  a {
    display: block;
    opacity: 1;
}

@media screen and (max-width: 767px) {
.footer-banner {
    margin: 0 12px;
    padding-bottom: 35px;
    padding-top: 30px;
}
.footer-banner .f-item,.footer-banner::after {
    width: 100%;
    margin-bottom: 25px;
}
.footer-banner .f-list .f-item p {
    font-size: 14px;
    padding-top: 10px;
    padding: 10px 6px 0;
}
}