@charset "UTF-8";
/* =====
 * menu-trigger
============================================================================= */
.menu-trigger,
.menu-trigger span {
  display: inline-block;
  -webkit-transition: all .4s;
  transition: all .4s;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.menu-trigger:hover {
  opacity: 1;
}
.menu-trigger {
  position: relative;
  width: 36px;
  height: 29px;
  opacity: 1;
}
.menu-trigger span {
  position: absolute;
  left: 0;
  width: 100%;
  height: 1px;
  border-radius: 1px;
}
.menu-trigger span:nth-of-type(1) {
  top: 0;
  background-color: #00495b;
}
.menu-trigger span:nth-of-type(2) {
  top: 0;
  bottom: 0;
  margin: auto;
  background-color: #00495b;
}
.menu-trigger span:nth-of-type(3) {
  bottom: 0;
  background-color: #00495b;
}
.menu-trigger.active span:nth-of-type(1) {
  -webkit-transform: translateY(14px) rotate(-45deg);
  transform: translateY(14px) rotate(-45deg);
  background-color: #00495b;
}
.menu-trigger.active span:nth-of-type(2) {
  opacity: 0;
  background-color: #00495b;
}
.menu-trigger.active span:nth-of-type(3) {
  -webkit-transform: translateY(-14px) rotate(45deg);
  transform: translateY(-14px) rotate(45deg);
  background-color: #00495b;
}
/* =====
 * common
============================================================================= */
@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;
  box-sizing: border-box;
}
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: 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;
}
.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 {
	max-width: 100%;
	margin: 0;
	padding: 0;
	vertical-align: bottom;
}
body {
	color: #231815;
	font-size: 14px;
	/* font-weight: 400; */
  font-weight: 300;
	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: 120px !important;
	margin-top: -120px !important;
}
@keyframes fadeIn {
	0% {
		opacity: 0;
	}
	100% {
		opacity: 1;
	}
}
@-webkit-keyframes fadeIn {
	0% {
		opacity: 0;
	}
	100% {
		opacity: 1;
	}
}
.js-fadeup {
  opacity: 0;
}
@-webkit-keyframes FadeUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(30px);
            transform: translateY(30px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@keyframes FadeUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(30px);
            transform: translateY(30px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
.js-fadeup.fadein {
  -webkit-animation-name: FadeUp;
          animation-name: FadeUp;
  -webkit-animation-duration: 0.7s;
          animation-duration: 0.7s;
  -webkit-animation-timing-function: ease;
          animation-timing-function: ease;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}
.main_image {
  display: block !important;
  width: 500px;
  margin: 0 auto;
}
.sp_view {
	display: none !important;
}
.min_pro {
  display: inline-block;
	font-family: 'Baskervville', serif;
	font-size: 26px;
	line-height: 1.6;
	padding: 0;
	margin: 0;
	color: #000000;
	/*word-break: break-word;*/
}
.min_pro-002 {
	font-family: 'Baskervville', serif;
	font-size: 26px;
	line-height: 0.2;
	padding: 0;
	margin: 0;
	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 0.3s ease-out;
	transition: background 0.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: #fff;
	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 {
	position: relative;
	z-index: 50;
	width: 150px;
	margin: 0 auto;
	line-height: 61px;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
}
.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: opacity 1s !important;
  background-color: #36ABB5;
	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;
}
.gnav_out ul li a {
	display: inline-block;
	color: #fff;
	/*text-shadow: 1px 1px 2px #666;*/
}
.gnav_out ul li.no_link a {
	pointer-events: none;
}
.gnav_out ul li a:hover:after {
	border-bottom: 2px solid #fff;
}
.gnav_out ul li.no_link a:after {
	content: '';
	display: block;
	width: calc(100% + 2em);
  margin-left: -1em;
	padding-top: 3px;
	border-bottom: 2px solid #fff;
}
.gnav_out ul li a img {
	display: block;
	margin: 0 auto;
	height: auto;
	padding-bottom: 3px;
}
.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: 186px;
		margin: 9.5px auto;
	}
	.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%;
		min-width: 140px;
		max-width: 150px;
	}
}
/* リンク下線無効 */
.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;
	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: 100%;
}
#pcfooter .foot_top {
	text-align: center;
	padding: 15px 0;
}
#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;
  justify-content: center;
}
#pcfooter nav ul li {
	width: 20%;
	border-left: 1px solid #fff;
	display: table;
	margin: 20px 0;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
#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: #fff;
	font-size: 10px;
	text-align: center;
	padding: 0 1px;
	font-weight: 500;
}
#pcfooter nav ul li span {
  display: inline-block;
}
@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 #fff;
		display: table;
		margin: 20px 0;
	}
	#pcfooter nav ul li:nth-child(4n) {
		border-left: 1px solid #fff;
	}
	#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: #fff;
		font-size: 16px;
		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;
	}
}
/* =====
 * top
============================================================================= */
body {
	/* font-family: Yu Gothic UI, Meiryo, 'ヒラギノ角ゴシック', '游ゴシック', 'メイリオ', 'ＭＳ Ｐゴシック', 'MS PGothic', Arial, verdana, sans-serif; */
  font-family: "Hiragino Sans","Hiragino Kaku Gothic ProN",Yu Gothic UI, Meiryo,'游ゴシック', 'メイリオ','ＭＳ Ｐゴシック', 'MS PGothic', Arial, verdana,sans-serif;
  overflow-x: hidden;
}
header .wrapper {
  padding: 50px 0;
	background-color: #fff;
}
header .wrapper .page-title {
	max-width: 1280px;
	margin: 0 auto;
	text-align: center;
}
.section-title {
	display: block;
	width: 90%;
	max-width: 1495px;
	margin: 0 auto;
	padding: 28px 0;
	font-size: 36px;
	text-align: center;
}
.section-title img {
  height: 36px;
}
.section-title .jp_title {
	text-align: center;
	font-family: Yu Gothic UI, Meiryo, 'ヒラギノ角ゴシック', '游ゴシック', 'メイリオ', 'ＭＳ Ｐゴシック', 'MS PGothic', Arial, verdana, sans-serif;
	display: block;
	font-size: 16px;
	color: #000;
	padding-top: 20px;
}
/* event link 上下リンク */
.link {
	max-width: 1280px;
	margin: 0 auto;
	width: 100%;
}
.link-first li {
	margin-bottom: 50px;
}
.link-first li a {
	display: block;
	opacity: 1;
	position: relative;
}
.link-first li a .a-wrap {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	justify-content: space-between;
}
.link-first .link-first-right {
	width: 44%;
	position: relative;
}
.link-first-right .right-wrap {
	padding: 7%;
	position: absolute;
	bottom: 0;
	background-color: #fefefb;
}
.link-first-right .right-wrap .days {
	font-size: 24px;
	line-height: 0.8;
	padding-bottom: 16px;
}
.link-first-right .right-wrap .text {
	line-height: 2;
}
/* hover白 */
.wrap-surface-up,
.wrap-surface-down,
.wrap-surface,
.footer-surface {
	position: relative;
}
a:hover .surface {
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
}
.wrap-surface-up .surface,
.wrap-surface-down .surface,
.wrap-surface .surface,
.footer-surface .surface {
	background: rgba(255, 255, 255, 0.5);
}
/* event link 左右リンク */
.link-second .items {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	justify-content: space-between;
}
.link-second .items:after {
	content: "";
	display: block;
	width: 32%;
	height: 0;
}
.link-second .item {
	width: 31.4%;
	height: 100%;
	margin-bottom: 50px;
}
.link-second .item a {
	display: block;
	background-color: #fefefb;
	opacity: 1;
}
.link-second .item .text-box {
	padding: 4%;
	line-height: 1.4;
}
.link-second .item .text-box .days {
	font-size: 24px;
}
.link-second .item .text-box .text {
	line-height: 2;
}
.link-first .link-first-left {
	width: 56%;
}
.link.first .link-first li.link-first-b:nth-child(even) a .a-wrap {
	flex-flow: row-reverse;
}
.link.second .link-first li.link-first-b:nth-child(odd) a .a-wrap {
	flex-flow: row-reverse;
}
/* Main Visual Design */
.designer-wrap {
	/*background: #F2DACD url(../images/top-all-bk.png) repeat-y top 10% center;*/
	background: #F2DACD;
	padding-top: 60px;
	background-size: 100%;
	color: #555555;
}
.designer {
	width: 100%;
	max-width: 960px;
	margin: 0 auto;
}
.designer .designer-in {
	background-color: #fff;
	padding: 45px 30px;
}
.designer .designer-in h3 .mei-s {
	color: #c37bb1;
	font-size: 24px;
	display: block;
	padding-bottom: 25px;
}
.designer .designer-in h3 .mei-t {
	font-size: 32px;
	display: block;
	padding-bottom: 16px;
}
.designer .designer-p {
	margin: 37px 10px 40px;
	font-size: 14px;
	/* background-color: rgba(242, 218, 205, 0.5); */
}
.designer .designer-p span {
	background-color: rgba(242, 218, 205, 0.5);
}
.designer .designer-in .wrap-d {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	justify-content: space-between;
}
.designer .designer-in .wrap-d .img {
	width: 20%;
	margin: 0 auto;
}
.designer .designer-in .wrap-d .img .img-in {
	padding-top: 100px;
}
.designer .designer-in .wrap-d .textb {
	width: 65%;
	line-height: 1.8;
	font-size: 16px;
}
.footer-banner .footer-banner-in ul li .banner-caption {
	padding-bottom: 0;
	margin-bottom: 20px;
	/* background-color: rgba(242, 218, 205, 0.5); */
}
.footer-banner .footer-banner-in ul li .banner-caption span {
	background-color: rgba(242, 218, 205, 0.5);
}
.footer-banner .footer-banner-in ul li a:hover .banner-caption span {
	background-color: transparent;
}
@media screen and (max-width: 768px) {
	.section-title {
		/*width: 75px;*/
		padding-top: 25px;
		padding-bottom: 20px;
	}
	.section-title .jp_title {
		font-size: 14px;
		padding-top: 9px;
	}
	/* event link 上下リンク*/
	.link.first,
	.link.second {
		width: 95%;
	}
	.link-first li {
		margin-bottom: 20px;
	}
	.link-first .link-first-left {
		width: 100%;
		float: none;
	}
	.link-first .link-first-right {
		width: 100%;
	}
	.link-first-right .right-wrap {
		padding: 4.5%;
		position: static;
	}
	.link-first-right .right-wrap .days {
		font-size: 20px;
		padding-bottom: 7px;
	}
	.link-first-right .right-wrap .text {
		font-size: 12px;
		line-height: 1.6;
		padding-bottom: 10px;
	}
	.link.first .link-first li.link-first-b:nth-child(even) a .a-wrap {
		flex-flow: wrap;
	}
	.link.second .link-first li.link-first-b:nth-child(odd) a .a-wrap {
		flex-flow: wrap;
	}
	/* event link 左右リンク*/
	.link-second .item {
		width: 48%;
		margin-bottom: 20px;
	}
	.link-second .item .text-box {
		padding: 12px 14px 17px;
	}
	.link-second .item .text-box .days {
		font-size: 15px;
	}
	.link-second .item .text-box .text {
		line-height: 1.7;
		font-size: 11px;
	}
	/* Main Visual Design */
	.designer-wrap {
		padding-top: 20px;
		background: #f2dacd repeat-y top center;
		margin-top: 0;
	}
	.designer-wrap .designer {
		width: 95%;
	}
	.designer-wrap .designer .designer-in {
		padding: 15px 20px 15px 13px;
	}
	.designer .designer-in h3 .mei-s {
		font-size: 12px;
		padding-bottom: 0;
	}
	.designer .designer-in h3 .mei-t {
		font-size: 20px;
		padding-bottom: 5px;
	}
	.designer .designer-in .wrap-d .textb {
		width: 66%;
		line-height: 1.6;
		font-size: 11px;
	}
	.designer .designer-in .wrap-d .img .img-in {
		padding-top: 56px;
	}
	.designer .designer-in .wrap-d .img {
		margin: 0;
		width: 26.7%;
	}
	.designer .designer-p {
		font-size: 11px;
		line-height: 1.6;
		margin: 17px 5px 6px;
	}
}
/* 中間サイズ */
@media (min-width: 768px) and (max-width: 1000px) {
	.link-first-right .right-wrap {
		font-size: 80%;
		padding: 3%;
	}
	.link-first-right .right-wrap .days {
		padding-bottom: 12px;
	}
	.link-first-right .right-wrap .text {
		line-height: 1.7;
	}
}
/* =====
 * 16th
============================================================================= */
.jost {
  font-family: "Jost", sans-serif;
  font-optical-sizing: auto;
  font-weight: 300;
  font-style: normal;
}
.contents-block {
  position: relative;
}
.contents-block strong {
  display: block;
}
.contents-block .text-box {
  color: #fff;
  background-color: #36ABB5;
}
.mT100 {
  margin-top: 100px;
}
.nav-box { /* nav */
  display: block;
  margin: 0 auto;
  font-size: 21px;
  font-family: Yu Gothic UI, Meiryo, 'ヒラギノ角ゴシック', '游ゴシック', 'メイリオ', 'ＭＳ Ｐゴシック', 'MS PGothic', Arial, verdana, sans-serif;
  line-height: 3;
  text-align: center;
}
.txt-line {
  display: inline-block;
  border-bottom: 1px solid #999;
  /* text-decoration: underline solid #999;*/
  padding-bottom: 2px;
  padding-top: 5px;
}
/* メインBOX　 */
.content {
  width: 100%;
  max-width: 1280px;
  /*height: 800px;*/
  margin: 50px auto;
  position: relative;
}
.content .box {
  position: relative;
  margin: 0 auto;
  width: 100%;
  height: 500px;
  aspect-ratio: 5 / 3;
}
.content .box img {
  position: absolute;
  left: 0;
  top: 20px;
  width: 60%;
  height: auto;
  object-fit: cover;
}
a.p-link::after {
  /* 擬似要素で矢印アイコンをつくる */
  content: '';
  border: 0;
  border-top: solid 2px #fff;
  border-right: solid 2px #fff;
  display: inline-block;
  width: 10px;
  height: 10px;
  /* 矢印アイコンの位置を設定 */
  position: absolute;
  top: 50%;
  right: 15px;
  transform: translateY(-50%) rotate(45deg); /* rotate(45deg)で矢印を回転（向きを変更）させる */
}
.txt-small, .txt-small-002 {
  padding: 0 20px 0 0;
  font-size: 14px;
  text-align: left;
}
/* イベントBOX installation　 */
.hr1 {
  border-top: 1px dotted #aaa;
	padding-bottom: 10px;
	
}

.first-day {
  padding-bottom: 0;
  /* width: 80%; */
  padding-top: 10px;
  margin-top: 10px;
}
.first-day li {
  margin-left: 4em;
  text-indent: -4em;
  line-height: 1.8;
}
span.li-dots {
  color: #999;
  padding-right: 4px;
}
.first-day-col {
  padding-left: 20px;
}
.box-right-txt {
  position: absolute;
  width: 200px;
  height: auto;
  left: 23%;
  top: 10px;
  margin: 0;
  z-index: auto;
}
/* 2カラムBOX　 */
.content .box-2col {
  position: relative;
  /* margin: 50px auto;*/
  width: 100%;
  height: auto;
  aspect-ratio: 5 / 3;
  /*text-align: center;*/
}
.content .box-2col .img-move {
  position: static;
  width: 80%;
  /*max-width: 500px;*/
  display: block;
  margin: 20px auto 0;
  height: auto;
  /*object-fit: cover;*/
}
.content .box-2col .img-move-70 {
  position: static;
  width: 70%;
  /*max-width: 500px;*/
  display: block;
  margin: 20px auto 0;
  height: auto;
  /*object-fit: cover;*/
}
.content .box-2col .img-60-sgbs {
  position: relative;
  left: 0;
  top: 20px;
  width: 80%;
  height: auto;
  object-fit: cover;
}
/* 3カラムBOX　 */
.content .box-3col {
  position: relative;
  /* margin: 50px auto;*/
  width: 100%;
  height: auto;
  text-align: center;
}
.content .box-3col img {
  /*  position: static;*/
  width: 100%;
  /*max-width: 500px;*/
  display: block;
  margin: 20px auto 0;
  height: auto;
  /*object-fit: cover;*/
}
/* footer-banner 左右2つ */
.footer-banner {
  padding-top: 80px;
  padding-bottom: 100px;
  width: 90%;
  margin: 0 auto;
  display: block;
}
.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: 15px;
  text-align: center;
}
.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 24px;
    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;
  }
}
/* レスポンシブ */
@media only screen and (max-width: 920px) {
  .content .box {
    position: relative;
    height: auto;
    padding: 2%;
    box-sizing: border-box;
  }
  .content .box img {
    position: static;
    width: 90%;
    height: auto;
    margin: 0 auto;
    display: block;
    object-fit: cover;
  }
  .content .box-2col .img-move,
  .content .box-2col .img-move-70 {
    position: static;
    width: 80%;
    /*max-width: 500px;*/
    display: block;
    margin: 20px auto 0;
    height: auto;
    /*object-fit: cover;*/
  }
  .first-day-col {
    padding: 0;
  }
  .txt-small {
    text-align: center;
  }
  .txt-small-002 {
    text-align: left;
  }
  .min_pro {
    font-size: 20px;
    line-height: 1.6;
  }
  .min_pro-002 {
    text-align: center;
    margin-top: 20px;
  }
}/* 920px レスポンシブ終了 */

/* パソコンで見たときは"pc-only"のclassがついた画像が表示される */
.sp-only {
  display: none !important;
}
/* スマートフォンで見たときは"sp-only"のclassがついた画像が表示される */
@media screen and  (max-width: 899.9999px) {
  .pc-only {
    display: none !important;
  }
  .sp-only {
    display: block !important;
  }
}

/* 平林追加 */
b, strong{
  font-weight: 600;
}
.youbi{
  font-size:21px;
  padding:0 6px;
}
.indent{
  padding-left:1em;
  text-indent:-1em;
}
.green_circle{
  content: "";
  display: inline-block;
  width: 12px;
  height: 12px;
  margin-right: 5px;
  border-radius: 50%;
  background-color: #36ABB5;
}
@media screen and  (max-width: 899.9999px) {
  .youbi{
    font-size:14px;
  }
}