@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: #555555;

	text-decoration: none;

	line-height: 1.5;

}

img {

	width: 100%;

	margin: 0;

	padding: 0;

	vertical-align: bottom;

}

body {

	color: #000000;

	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;

}

.min_pro {

	font-family: 'Baskervville', serif;
	font-size: 26px;
	line-height: 1.6;
padding: 0px;
	margin: 0px;
	color: #000000;

	/*word-break: break-word;*/

}

.min_pro-002 {

	font-family: 'Baskervville', serif;
	font-size: 26px;
	line-height: 0.2;
padding: 0px;
	margin: 0px;
	color: #000000;

	/*word-break: break-word;*/

}


.days_week {

	font-family: 'Baskervville', serif;
	font-size: 18px;

	

	

}

/* 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;
	
	box-shadow: 0 12px 15px -5px rgba(53, 47, 47, 0.15) !important;

}

.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: 1495px;

	width: 100%;
	
	/*box-shadow: 0 32px 30px -30px rgba(53, 47, 47, 0.15) !important;*/

}




.gnav_out {

	position: fixed;

	-webkit-transition: all 1s !important;

	transition: all 1s !important;

	 background-image: linear-gradient(135deg, rgba(255, 168, 168, 1.0) 10%, rgba(255, 243, 82, 0.9) 80%);

	width: 100%;

	text-align: center;

	opacity: 0;

	z-index: -1;

}

.gnav_out ul {

	padding: 30px 0 10px;

	width: 100%;

	display: inline-block;

}

.gnav_out ul li {

	
color: #bbb;
line-height: 1.7;	
	

}

.gnav_out ul li a {

	display: inline-block;
color: #ffffff;
	/*text-shadow: 1px 1px 2px #666;*/
	

}

.gnav_out ul li.no_link a {

	pointer-events:none;

}

.gnav_out ul li a:after {

	content: '';

	width: 0;

	-webkit-transition: all 0.3s ease;

	transition: all 0.3s ease;

	border-bottom: 2px solid #fff;

	display: block;

	padding-top: 3px;

}

.gnav_out ul li a:hover:after {

	border-bottom: 2px solid #fff;

}

.gnav_out ul li.no_link a:after {

	width: auto;

}

.gnav_out ul li a img {

	display: block;

	margin: 0 auto;

	height: auto;

	padding-bottom: 3px;

}

.off_menu {}

.on_menu {

	opacity: 1;

	z-index: 999;

}

.off_menu ul a {

	pointer-events: none;

}



/* 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 {

		padding: 20px 0 10px;

		width: 100%;

		display: inline-block;

	}

	.gnav_out ul li:last-child {

		margin-right: 0;

	}

	.gnav_out ul li a:hover {

		opacity: 1;

	}

	.gnav_out ul li a:hover:after {

		width: 100%;

		border-bottom: 2px solid #fff;

	}

	.gnav_out ul li.no_link a:hover:after {

		border-bottom: 2px solid #fff;

	}

	.gnav_out ul li a img {

    padding-bottom: 7px;

}

}

/* 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;

}

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-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: 1000 !important;

		-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;

	}

}

/* PC用 */

#pcfooter {

	background-color: #00495b;

}

#pcfooter .wrapper {

	max-width: 1150px;

	margin: 0 auto;

	width: 98%;

}

#pcfooter .foot_top {

	text-align: center;

	padding: 15px 0;

	border-bottom: 1px solid #FFFFFF;

}

#pcfooter .foot_top img {

	width: 224px;

}

#pcfooter nav ul {

	display: flex;

	display: -ms-flexbox;

	display: -webkit-box;

	display: -webkit-flex;

	-ms-flex-wrap: wrap;

	flex-wrap: wrap;

}

#pcfooter nav ul li {

	width: 33.3333%;

	border-left: 1px solid #FFFFFF;

	display: table;

	margin: 20px 0;

	-webkit-box-sizing: border-box;

	box-sizing: border-box;

}

#pcfooter nav ul li:nth-child(4n) {

	border-left: none;

}

#pcfooter nav ul li:first-child {

	border-left: none;

}

#pcfooter nav ul li a {

	display: table-cell;

	width: 100%;

	height: auto;

	vertical-align: middle;

	color: #FFFFFF;

	font-size: 10px;

	text-align: center;

	padding: 0 5px;

	font-weight: 500;

}

@media screen and (max-width: 640px) {

	#pcfooter .foot_top img {

		width: 40%;

	}

}

@media screen and (min-width: 768px) {

	#pcfooter .foot_top img {

		width: 150px;

	}

	#pcfooter .foot_top img {

		width: 150px;

	}

	#pcfooter nav ul {

		display: flex;

		display: -ms-flexbox;

		display: -webkit-box;

		display: -webkit-flex;

	}

	#pcfooter nav ul li {

		width: 16.666%;

		border-left: 1px solid #FFFFFF;

		display: table;

		margin: 20px 0;

	}

	#pcfooter nav ul li:nth-child(4n) {

		border-left: 1px solid #FFFFFF;

	}

	#pcfooter nav ul li:first-child {

		border-left: none;

	}

	#pcfooter nav ul li a {

		display: table-cell;

		width: 100%;

		height: auto;

		vertical-align: middle;

		color: #FFFFFF;

		font-size: 13px;

		text-align: center;

		padding: 0 5px;

	}

}

/* footer-banner 左右3つ */

.footer-banner ul.items {

	display: -ms-flexbox;

	display: flex;

	-ms-flex-wrap: wrap;

	flex-wrap: wrap;

	justify-content: space-between;

	max-width: 1280px;

	margin: 0 auto;

}

.footer-banner .footer_wrap {

	padding: 7% 0 5%;

}

.footer-banner ul.items .item {

	width: 32%;

	height: 100%;

}

@media screen and (max-width: 768px) {

	.footer-banner ul.items .item {

		width: 100%;

		height: 100%;

	}

}

.footer-banner {

	width: 100%;

	max-width: 960px;

	margin: 0 auto;

}

.footer-banner .footer-banner-in {

	padding-bottom: 70px;

}

.footer-banner ul {

	display: flex;

	display: -ms-flexbox;

	display: -webkit-box;

	display: -webkit-flex;

	-ms-flex-wrap: wrap;

	flex-wrap: wrap;

	justify-content: space-between;

}

.footer-banner .footer-banner-in ul li {

	max-width: 32.3%;

	font-size: 14px;

	line-height: 1.4;

}

.footer-banner .footer-banner-in ul li a {

    display: block;

    opacity: 1;

}

.footer-banner .footer-banner-in ul li .banner-caption {

	color: #555555;

	padding: 20px 0;

	line-height: 1.8;

}

.footer-banner .footer-banner-in ul:after {

	content: "";

	display: block;

	width: 32%;

}

@media screen and (max-width: 768px) {

	/* footer-banner 左右3つ */

	.footer-banner .footer-banner-in {

		margin: 25px auto 0;

		width: 95%;

	}

	.footer-banner .footer-banner-in ul {

		justify-content: space-around;

	}

	.footer-banner .footer-banner-in ul li {

		max-width: 100%;

	}

	.footer-banner .footer-banner-in ul li .banner-caption {

		padding: 15px 0 25px;

		font-size: 11px;

	}

	.g-footer {

		margin-top: 0;

	}

}