@charset "UTF-8";

/*
Theme Name: ロート奈良鴻ノ池パーク
Theme URI: https://konoike-sports-park.jp/
Version: 1.0
Author: ncgf
*/

/* ==========================================================================
   variable
============================================================================= */
:root {
	font-size: clamp(14px, 2vw, 16px);
	--main-color: #000000;
	--main-color-gray: #666666;
	--main-color-lightgray: #d5d5d5;
	--main-color-red: #f04141;
	--main-color-blue: #005aaa;
	--main-color-yellow: #fff000;
	--main-color-green: #5fb432;
	--main-color-purple: #9646c8;

	--bg-color-gray: #f5f5f5;
	--bg-color-lightblue: #e5eef6;
	--bg-color-lightyellow: #f5f2e2;

	--link-color-gray: #999999;
}


/* ==========================================================================
   base
============================================================================= */

body {
	-ms-text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%;/*iPhone font*/
	font-family: 'Noto Sans JP', sans-serif;
	/*font-family: "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", 游ゴシック, YuGothic, メイリオ, Meiryo, sans-serif;*/
	font-weight: normal;
	font-size: 1rem;
	color: var(--main-color);
}

@media all and (-ms-high-contrast:none) {
	body {
		font-family: "メイリオ, Meiryo, ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN",  sans-serif;
	}
}

.fontMincho { font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif; }

.fontGothic { font-family: YakuHanJPs, Roboto, Verdana, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", 游ゴシック, YuGothic, メイリオ, Meiryo, sans-serif; }

p { background-image:url(""); }

a:link{ color: #000000; text-decoration: none; }
a:visited{ color: #000000; text-decoration: none; }
a:active{ color: #000000; text-decoration: none; }
a:hover { color: #666666; text-decoration: none; }

a {
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
}

a:hover {
    outline : none;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
	tap-highlight-color: rgba(0, 0, 0, 0);

	-webkit-transition: 0.5s;
	-moz-transition: 0.5s;
	-o-transition: 0.5s;
	transition: 0.5s;

	/* opacity: 0.7; */
}

img {
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
}

a:hover img {
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;

	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
	tap-highlight-color: rgba(0, 0, 0, 0);

	/* opacity: 0.7; */
}

svg,
a:hover svg {
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
}

a[href^="tel:"] { cursor: default; }

ul { list-style-type: none; }

address { font-style: normal; }

.inviewItem {
	opacity: 0;
	transform: translate(0,15px); 
	transition: 0.7s;
}

.inviewItemTitle {
	opacity: 0;
	transform: translateY(15px); 
	transition: 0.7s;
}

.inviewItemMainCopy {
	opacity: 0;
}

.inviewItemFlag {
	opacity: 1.0;
	transform: translate(0,0); 
}

.inviewItemTitleFlag {
	opacity: 1.0;
	transform: translateY(0); 
}

.inviewItemMainCopyFlag {
	opacity: 1.0;
	animation: copySwing 0.5s ease-out forwards;
}

@keyframes copySwing {
    0% {
      opacity: 0;
      transform: translateY(20px) rotate(-5deg);
    }
    40% {
      opacity: 1;
      transform: translateY(0) rotate(3deg);
    }
    60% {
      transform: translateY(0) rotate(-2deg);
    }
    80% {
      transform: translateY(0) rotate(1deg);
    }
    100% {
      opacity: 1;
      transform: translateY(0) rotate(0);
    }
}

/* ==========================================================================
   clearfix
============================================================================= */

.cf:after {
	content: "."; 
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
}

.cf {
	min-height: 1px;
}

* html .cf {
	height: 1px;
	/*\*//*/
	height: auto;
	overflow: hidden;
	/**/
}

/* ==========================================================================
   common
============================================================================= */
.txtLt {text-align: left!important;}
.txtRt {text-align: right!important;}
.txtCt {text-align: center!important;}
.txtBold {font-weight: bold!important;}
.txtNormal {font-weight: normal!important;}
.fontSmall {font-size: 0.7rem!important;}
.fontLarge {font-size: 1.4rem!important;}
.font80per {font-size: 80%!important;}
.font90per {font-size: 90%!important;}
.font105per {font-size: 105%!important;}
.font110per {font-size: 110%!important;}
.font120per {font-size: 120%!important;}
.font130per {font-size: 130%!important;}
.font140per {font-size: 140%!important;}
.font150per {font-size: 150%!important;}

.flRt { float: right!important;}
.flLt { float: left!important;}
.txtRt { text-align: right!important;}
.txtLt { text-align: left!important;}
.txtCt { text-align: center!important;}

.lh2 { line-height: 2em!important; }
.pt0 {padding-top: 0!important;}
.pt1 {padding-top: 1rem!important;}
.pt2 {padding-top: 2rem!important;}
.pb0 {padding-bottom: 0!important;}
.pb1 {padding-bottom: 1rem!important;}
.pb2 {padding-bottom: 2rem!important;}
.pb3 {padding-bottom: 3rem!important;}
.pb4 {padding-bottom: 4rem!important;}
.pb5 {padding-bottom: 5rem!important;}
.mt0 {margin-top: 0!important;}
.mt05 {margin-top: 0.5em!important;}
.mt1 {margin-top: 1rem!important;}
.mt2 {margin-top: 2rem!important;}
.mt3 {margin-top: 3rem!important;}
.mt5 {margin-top: 4rem!important;}
.mt5 {margin-top: 5rem!important;}
.mt6 {margin-top: 5rem!important;}
.mb0 {margin-bottom: 0!important;}
.mb05 {margin-bottom: 0.5rem!important;}
.mb1 {margin-bottom: 1rem!important;}
.mb2 {margin-bottom: 2rem!important;}
.mb3 {margin-bottom: 3rem!important;}
.mb4 {margin-bottom: 4rem!important;}
.mb5 {margin-bottom: 5rem!important;}
.mb6 {margin-bottom: 6rem!important;}
.ml1 {margin-left: 1rem!important;}
.ml2 {margin-left: 2rem!important;}
.ml3 {margin-left: 3rem!important;}
.mr1 {margin-right: 1rem!important;}
.mr2 {margin-right: 2rem!important;}
.mr3 {margin-right: 3rem!important;}

.dpB { display: block!important; }

.bgGray { background-color: var(--bg-color-gray); }
.bgWhite { background-color: #ffffff; }
.bgLightyellow { background-color: var(--bg-color-lightyellow) }
.bgLightblue { background-color: var(--bg-color-lightblue) }
.bgPurple { background-color: var(--main-color-purple); }

.colorGreen { color: var(--main-color-green); }
.colorRed { color: var(--main-color-red); }
.colorBlue { color: var(--main-color-blue); }
.colorPurple { color: var(--main-color-purple); }

/*スマホのみ改行*/
@media only screen and (min-width: 768px){
	br.mbbr {
		display:none!important;
	}
}

/*スマホ・タブレットのみ改行*/
@media only screen and (min-width: 1040px){
	br.mbtbbr {
		display:none!important;
	}
}

/*タブレット以上のみ改行*/
br.tbbr {
	display: none;
}

@media only screen and (min-width: 768px){
	br.tbbr {
		display: inline;
	}
}

/*PC以上のみ改行*/
br.dtbr {
	display: none;
}

@media only screen and (min-width: 1040px){
	br.dtbr {
		display: inline;
	}
}

/*モバイルのみ消す（インライン）*/
.mbNone {
	display: none;
}

@media only screen and (min-width: 768px){
	.mbNone {
		display: inline;
	}
}

/* スマホの時だけ非表示 */
@media (max-width: 767px) {
  .hideMobile {
    display: none;
  }
}

/* PCの時だけ非表示 */
@media (min-width: 1040px) {
  .hideDesktop {
    display: none;
  }
}

select, textarea, [type="text"], [type="password"], [type="datetime"], [type="datetime-local"], [type="date"], [type="month"], [type="time"], [type="week"], [type="number"], [type="email"], [type="url"], [type="search"], [type="tel"], [type="color"], .uneditable-input {
	display: inline-block;
	padding: 0.5em 0.5em;
	width: 50%;
	/*-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;*/
	vertical-align: middle;
	font-size: 90%;

    border: none;
    background-color: #fff;

}

select {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	padding-right: 25px;
}

input[type="reset"]:focus,
input[type="submit"]:focus {
	outline: 0;
}

/*youtube貼り付け用*/
.movieBox {
	position: relative;
	padding-bottom: 56.25%; /*アスペクト比 16:9の場合の縦幅*/
	height: 0;
	overflow: hidden;
}
 
.movieBox iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}


/* ==========================================================================
   base
============================================================================= */

body {

}

img,
svg {
	max-width: 100%;
	height: auto;
}

@media screen and (min-width: 600px) {
	.w600 {
		max-width: 600px!important;
		margin-left: auto!important;
		margin-right: auto!important;
	}
}

@media screen and (min-width: 720px) {
	.w720 {
		max-width: 720px!important;
		margin-left: auto!important;
		margin-right: auto!important;
	}
}

@media screen and (min-width: 900px) {
	.w900 {
		max-width: 900px!important;
		margin-left: auto!important;
		margin-right: auto!important;
	}
}

@media screen and (min-width: 950px) {
	.w950 {
		max-width: 950px!important;
		margin-left: auto!important;
		margin-right: auto!important;
	}
}

@media screen and (min-width: 1040px) {
	.w1040 {
		max-width: 1040px!important;
		margin-left: auto!important;
		margin-right: auto!important;
	}
}

@media screen and (min-width: 1100px) {
	.w1100 {
		max-width: 1100px!important;
		margin-left: auto!important;
		margin-right: auto!important;
	}
}

@media screen and (min-width: 1200px) {
	.w1200 {
		max-width: 1200px!important;
		margin-left: auto!important;
		margin-right: auto!important;
	}
}

@media screen and (min-width: 1400px) {
	.w1400 {
		max-width: 1400px!important;
		margin-left: auto!important;
		margin-right: auto!important;
	}
}

@media screen and (min-width: 1500px) {
	.w1500 {
		max-width: 1500px!important;
		margin-left: auto!important;
		margin-right: auto!important;
	}
}


/*---------- fixTopBtn ----------*/
a.fixTopBtn {
	z-index: 9999;
	opacity: 0;
	position: fixed;
	bottom: 0;
	right: 15px;
	display: block;
	width: 2.5rem;
	height: 2.5rem;
	color: #ffffff;
	background-color: rgba(0, 0, 0, 0.5);
	border-radius: 1.5rem;
	cursor: pointer;
}

a.fixTopBtn::before {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translateY(-50%) translateX(-50%);
	-webkit-transform: translateY(-50%) translateX(-50%);
	display: inline-block;
	content: "";
	width: 28px;
	height: 28px;
	background-image: url("./images/common/icon-arrow-top.svg");
	background-position: center center;
	background-repeat: no-repeat;
	background-size: 23px 19px;
}

a.fixTopBtn span {
	display: none;
}

@media screen and (min-width: 768px) {
	a.fixTopBtn {
		width: 3rem;
		height: 3rem;
	}

	a.fixTopBtn::before {
		font-size: 2rem;
		background-size: 30px 24px;
	}
}


/*---------- heading ----------*/
.headingText {
	font-size: 2rem;
	line-height: 1.5em;
	letter-spacing: 0.1em;
}

.headingText.it > span::before {
	content: "▼";
	margin-right: 0.5em;
}

.headingText2 {
	position: relative;
	display: inline-block;
	vertical-align: middle;
	font-size: 1.5rem;
	line-height: 1.5em;
	letter-spacing: 0.1em;
	padding: 0 2.75em;
}

.headingText2::before,
.headingText2::after {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	content: "――";
}

.headingText2::before { left: 0; }
.headingText2::after { right: 0; }

.headingTag {
	position: relative;
	display: inline-block;
	width: 320px;
	height: 4rem;
	border-radius: 2rem;
	font-size: 1.1rem;
	text-align: center;
	line-height: 1.25em;
	color: white;
	background-color: var(--main-color-blue);
}

.headingTag.tagS {
	height: 3rem;
}

.headingTag.tagColorPurple {
	background-color: var(--main-color-purple);
}

.headingTag.tagColorGreen {
	background-color: var(--main-color-green);
}

.headingTag > span {
	position: relative;
	top: 50%;
	transform: translateY(-50%);
	display: inline-block;
}

.headingText3 {
	position: relative;
	font-size: 1.3rem;
	color: var(--main-color-blue);
	letter-spacing: 0.1em;
	padding-bottom: 1em;
	margin-bottom: 1rem;
	border-bottom: 1px solid var(--main-color-blue);
}



/*======= header =======*/
header {
	z-index: 9999;
	position: absolute;
	width: 100%;
	height: auto;
	/* margin-bottom: 0.5rem; */
}

header.pagesHeader {
	z-index: 101;
	position: relative;
	/* box-shadow: 0px 3px 3px 0px rgba(0, 0, 0, 0.1); */
}

header.pagesHeader::after {
	/* z-index: 101; */
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 10px;
	box-shadow: 0 3px 3px 0 rgba(0, 0, 0, 0.1);
}

header .headerInner {
	z-index: 100;
	position: relative;
	margin: 0;
}

header .logoBox {
	position: relative;
	text-align: center;
}

header .logoBox .logo {
	position: relative;
	display: inline-block;
}

header .logoBox .logo a {
	display: inline-block;
	padding: 1.75rem 0 1.75rem 0;
}

header .logoBox .logo a img {
	max-width: 260px;
	width: 90%;
}

@media screen and (min-width: 1040px) {
	header {
		/* position: relative; */
		height: 110px;
		margin-bottom: 0;
		background-color: rgba(255, 255, 255, 0.2);
	}

	header .headerInner {
		position: relative;
		text-align: left;
	}

	header .logoBox {
		z-index: 8001;
		display: inline-block;
		text-align: left;
		padding: 20px 0 0 1rem;
	}

	header .logoBox .logo a {
		display: inline-block;
		padding: 20px 0 20px 0;
	}

	header .logoBox .logo a img {
		max-width: 210px;
		width: 100%;
	}
}

@media screen and (min-width: 1100px) {
	header .logoBox .logo a img { max-width: 250px;	}
}

@media screen and (min-width: 1200px) {
	header .logoBox {
		padding: 20px 0 0 1.75rem;
	}

	header .logoBox .logo a img { max-width: 360px;	}
}

@media screen and (min-width: 1400px) {
	header .logoBox {
		padding: 20px 0 0 0.55rem;
	}

	header .logoBox .logo img {
		max-width: 350px;
	}
}




/*======= navi =======*/
.fixNavi {
	z-index: 9001;
	position: fixed;
	top: 7px;
	right: 7px;
	display: inline-block;
	width: auto;
	/* height: 75px; */
}

.navBtn {
	z-index: 9999;
	position: absolute;
	top: 0;
	right: 0;
	display: block;
	background-color: #ffffff;
	text-align: left;
	width: 45px;
	height: 45px;
	border-radius: 50%;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	cursor: pointer;
}

.trigger,
.trigger span {
	display: inline-block;
	-webkit-transition: all .4s;
	transition: all .4s;
	margin-left: 0;
}

.trigger {
	position: relative;
	width: 25px;
	height: 19px;
}

.trigger span {
	position: absolute;
	left: 0;
	width: 100%;
	height: 3px;
	background-color: var(--main-color-red);
	border-radius: 4px;
}

.trigger span:nth-of-type(1) {
	top: 0;
}

.trigger span:nth-of-type(2) {
	top: 8px;
}

.trigger span:nth-of-type(2)::after {
	position: absolute;
	top: 0;
	left: 0;
	content: '';
	width: 100%;
	height: 3px;
	background-color: var(--main-color-red);
	border-radius: 4px;
	-webkit-transition: all .4s;
	transition: all .4s;
}

.trigger span:nth-of-type(3) {
	bottom: 0;
}

.trigger.active span:nth-of-type(1) {
	-webkit-transform: translateY(8px) scale(0);
	transform: translateY(8px) scale(0);
}

.trigger.active span:nth-of-type(2) {
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
}

.trigger.active span:nth-of-type(2)::after {
	-webkit-transform: rotate(90deg);
	transform: rotate(90deg);
}

.trigger.active span:nth-of-type(3) {
	-webkit-transform: translateY(-8px) scale(0);
	transform: translateY(-8px) scale(0);
}


/*navMount*/
.navMount {
	z-index: 900;
	position: fixed;
	left: 0;
	top: 0;
	height: 100%;
	width: 100%;
	background-color: rgba(255, 255, 255, 0.95);
	text-align: center;
	padding: 0;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	overflow: auto!important;

	-webkit-overflow-scrolling: touch;
	
	opacity: 0;
	visibility: hidden;
	overflow: hidden;

	-webkit-transition: 0.3s;
	-moz-transition: 0.3;
	-o-transition: 0.3s;
	transition: 0.3s;
}
 
.navMount.is-visible {
	opacity: 1.0;
	visibility: visible;
}

.navMount ul > li > a > span > span {
	opacity: 0;
}

.navMount .contact {
	opacity: 0;
}

.navMount.is-visible .navLogo,
.navMount.is-visible ul > li > a > span > span,
.navMount.is-visible .contact {
	animation-name: menuFadeIn;
	animation-duration: 0.5s;
	animation-timing-function: ease;
	animation-delay: 0s;
	animation-iteration-count: 1;
	animation-direction: alternate;
	animation-fill-mode: forwards;
	animation-play-state: running;
}

.navMount.is-visible ul > li:nth-child(1) > a > span > span { animation-delay: 0.05s; }
.navMount.is-visible ul > li:nth-child(2) > a > span > span { animation-delay: 0.1s; }
.navMount.is-visible ul > li:nth-child(3) > a > span > span { animation-delay: 0.15s; }
.navMount.is-visible ul > li:nth-child(4) > a > span > span { animation-delay: 0.2s; }
.navMount.is-visible ul > li:nth-child(5) > a > span > span { animation-delay: 0.25s; }

@keyframes menuFadeIn {
	0% {
		opacity: 0;
		left: -1.75em;
	}

	100% {
		opacity: 1;
		left: 0;

	}
}


.navMount .navInner {
	z-index: 8000;
	position: relative;
	text-align: center;
	width: 100%;
	padding: 50px 0 0 0;/*固定divの高さ*/
}

.navMount .navLogo {
	position: relative;
	display: inline-block;
	margin-bottom: 2rem;
	text-align: center;
}

.navMount .navLogo a img {
	width: 260px;
}

.navMount ul > li {
	display: block;
	width: 94%;
	font-weight: 400;
	margin: 0 3%;
	/* border-bottom: 1px solid var(--main-color-red); */
}

.navMount ul > li:first-child {
	/* border-top: 1px solid var(--main-color-red); */
}

.navMount ul > li > a {
	display: block;
	padding: 1.5rem 0;
	text-align: center;
	cursor: pointer;
	line-height: 1;
}

.navMount ul.menuList li a:link { color: var(--main-color); text-decoration: none; }
.navMount ul.menuList li a:visited { color: var(--main-color); text-decoration: none; }
.navMount ul.menuList li a:active { color: var(--main-color); text-decoration: none; }
.navMount ul.menuList li a:hover { color: var(--main-color); text-decoration: none; opacity: 1; }

.navMount ul.menuList li a:hover span { color: var(--main-color-red); text-decoration: none; opacity: 1; }

.navMount ul.menuList li.active a span { color: var(--main-color-red); }

.navMount ul.menuList > li > a > span {
	display: inline-block;
	text-align: center;
	padding: 0.1em 0 0.3em 0;
	width: auto;
	transition: 0.5s;
	line-height: 1.3em;
}

.navMount ul.menuList > li > a > span > span {
	position: relative;
	display: inline-block;
	width: 100%;
}

.navMount ul.menuList > li > a > span > span.menuMain {
	transition: 0.5s;
}

.navMount ul.menuList > li > a > span > span.menuSub {
	font-size: 70%;
	margin-top: 0.7em;
	transition: 0.5s;
	font-style: oblique;
}

.navMount .contact {
	position: relative;
	display: inline-block;
	margin-top: 1rem;
}

.navMount .contact a {
	display: inline-block;
	background-color: var(--main-color-red);
	border-radius: 1rem;
	padding: 2rem 2.5rem;
}

.navMount .contact a img {
	width: 150px;
}

@media screen and (min-width: 1040px) {
	.fixNavi {
		display: none;
	}

	.navMount {
		z-index: 8000;
		position: absolute;
		left: 0;
		bottom: 0;
		width: 100%;
		height: 110px;
		opacity: 1.0;
		visibility: visible;
		background: transparent;
		overflow: hidden!important;
	}

	.navMount .navInner {
		position: relative;
		padding: 0;
	}

	.navMount .navLogo { display: none; }

	.navMount ul > li > a > span > span {
		opacity: 1;
	}

	.navMount .contact {
		opacity: 1;
	}
	.navMount ul.menuList {
		position: absolute;
		right: 200px;
		top: 16px;
		display: inline-block;
		max-width: auto;
		width: auto;
		letter-spacing: -.4em;
		text-align: left;
		margin: 0;
	}

	.navMount ul > li {
		display: block;
		width: auto;
		font-weight: 400;
		margin: 0 0;
	}

	.navMount ul.menuList > li {
		display: inline-block;
		letter-spacing: normal;
		padding: 0;
		width: auto;
		margin: 0;
	}

	.navMount ul > li > a {
		display: inline-block;
		font-size: 13px;
		width: auto;
		padding: 0.5rem 1.25em;
	}

	.navMount ul.menuList > li > a > span {
		padding: 0.1em 0 0.3em 0;
		width: auto;
		transition: 0.5s;
	}

	.navMount ul.menuList > li > a > span > span {
		position: relative;
		display: inline-block;
		width: auto;
	}

	.navMount ul.menuList > li > a > span > span.menuMain,
	.navMount ul.menuList > li > a > span > span.menuSub {
		display: block;
	}

	/* .navMount .contact {
		position: absolute;
		top: 25px;
		right: 0;
		margin-top: 0;
	} */

	.navMount .contact {
		position: absolute;
		top: 0; 
		right: 0;
		margin-top: 0;
	}

	.navMount .contact a {
		box-sizing: border-box;
		height: 110px;
		padding: 18px 10px;
		border-radius: 0 0 0 20px;
	}

	.navMount .contact a img {
		width: 180px;
		height: auto;
		padding: 15px 30px;

	}


}

@media screen and (min-width: 1300px) {
	.navMount ul.menuList {
		right: 200px;
		top: 16px;
	}

	.navMount ul > li > a {
		font-size: 14px;
	}

}

@media screen and (min-width: 1400px) {
	.navMount ul.menuList {
		right: 270px;
		top: 12px;
	}

	.navMount ul > li > a {
		font-size: 16px;
	}

	.navMount .contact a {
		padding: 18px 20px;
	}

	.navMount .contact a img {
		width: 210px
	}
}

@media screen and (min-width: 1400px) {
	.navMount ul > li > a {
		padding: 0.5rem 1.6em;
	}
}


/*======= footer =======*/
footer {
	z-index: 1;
	position: relative;
}

.footerBtnNavi {
	z-index: 101;
	position: relative;
}

.footerBtnNavi .flexContainer {
	margin: 0 1rem;
}

.footerBtnNavi .flexContainer .item {
	/* width: 47%; */
	width: 100%;
	margin-bottom: 1.5rem;
}

.footerBtnNavi .flexContainer .item a {
	position: relative;
	display: block;
	width: 100%;
	height: auto;
}

.footerBtnNavi .flexContainer .item a::before {
	z-index: 6;
	content: "";
	display: inline-block;
	vertical-align: middle;
	width: 30px;
	height: 30px;
	border-radius: 15px;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	right: 2.5rem;
	margin: 0 0 0 0;
	background-color: none;
	background-image: url("./images/common/icon-arrow-base.svg");
	background-position: center center;
	background-repeat: no-repeat;
	background-size: 15px auto;
	filter: brightness(0) saturate(100%) invert(51%) sepia(26%) saturate(6998%) hue-rotate(336deg) brightness(93%) contrast(90%);
	transition: 0.5s;
}

.footerBtnNavi .flexContainer .item a::after {
	z-index: 5;
	content: "";
	display: inline-block;
	vertical-align: middle;
	width: 30px;
	height: 30px;
	border-radius: 15px;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	right: 2.5rem;
	margin: 0 0 0 0;
	background-color: white;
	transition: 0.5s;
}

.footerBtnNavi .flexContainer .item a:hover::before {
	filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(0%) hue-rotate(107deg) brightness(101%) contrast(103%);
}

.footerBtnNavi .flexContainer .item a:hover::after {
	background-color: var(--main-color-green);
}

.footerBtnNavi .flexContainer .item a figure {
	z-index: 5;
	position: relative;
	border-radius: 1rem;
	border: 10px solid var(--main-color-lightgray);
	transition: border 0.3s ease;
	padding: 1.5rem 1rem;
	box-sizing: border-box;
	text-align: center;
	background-image: url("./images/common/footer-btn-access.jpg");
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
}

.footerBtnNavi .flexContainer .item.access a figure {
	background-image: url("./images/common/footer-btn-access.jpg");
}

.footerBtnNavi .flexContainer .item.faq a figure {
	background-image: url("./images/common/footer-btn-faq.jpg");
}

.footerBtnNavi .flexContainer .item.facility a figure {
	background-image: url("./images/common/footer-btn-guide.jpg");
}

.footerBtnNavi .flexContainer .item a:hover figure {
	border: 10px solid var(--main-color-green);
}

.footerBtnNavi .flexContainer .item a figure img {
	width: auto;
	height: 140px;
}

@media screen and (min-width: 768px) {
	.footerBtnNavi {
		margin-bottom: 1.5rem;
	}

	.footerBtnNavi .flexContainer .item {
		width: 48%;
		margin-bottom: 0;
	}

	.footerBtnNavi .flexContainer .item a figure {
		border-radius: 1.5rem;
		border: 15px solid var(--main-color-lightgray);
		padding: 2rem 1rem;
	}

	.footerBtnNavi .flexContainer .item a:hover figure {
		border: 15px solid var(--main-color-green);
	}
	.footerBtnNavi .flexContainer .item a figure img {
		height: 220px;
	}
}

footer .contact {
	z-index: 105;
	position: relative;
}

footer .contact .ban {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	text-align: center;
}

footer .contact .ban a {
	position: relative;
	transform: translateY(-50%);
	display: inline-block;
}

footer .contact .ban a img {
	display: inline-block;
	max-width: 950px;
	width: 90%;
}

@media screen and (min-width: 1040px) {
	footer .contact .ban a img {
		width: 100%;
	}
}

footer .footerSns {
	z-index: 100;
	position: relative;
	text-align: center;
	padding: 10rem 0 4rem 0;
	background: 
    linear-gradient(rgba(255, 255, 255, 0.7), rgba(255, 255, 255, 0.7)),
    url("./images/common/footer-sns-bg.jpg");
	background-position: top center;
	background-repeat: no-repeat;
	background-size: cover;
}

footer .footerSns .title img {
	width: auto;
	max-height: 120px;
}

footer .footerSns .title p {
	margin-top: 2.25rem;
}

.footerSns .snsList {
	z-index: 100;
	position: relative;
}

.footerSns .snsList .flexContainer {
	justify-content: center;
	margin: 4rem 1rem;
}

.footerSns .snsList .flexContainer .item {
	width: 160px;
	height: 160px;
	margin-right: 0.75rem;
}

.footerSns .snsList .flexContainer .item:nth-child(even) {
	margin-right: 0;
	margin-left: 0.75rem;
}

.footerSns .snsList .flexContainer .item a {
	position: relative;
	display: block;
	width: 100%;
	height: 100%;
}

.footerSns .snsList .item a .itemInner {
	z-index: 5;
	position: relative;
	width: 100%;
	height: 100%;
	border-radius: 1rem;
	border: 5px solid var(--main-color-lightgray);
	transition: border 0.3s ease;
	box-sizing: border-box;
	text-align: center;
	background-color: white;
}

.footerSns .snsList .item a:hover .itemInner {
	border: 5px solid var(--main-color-green);
}

.footerSns .snsList .item a figure {
	position: relative;
	top: 50%;
	transform: translateY(-50%);
}

.footerSns .snsList .item a figure img {
	width: auto;
	height: 60px;
}

.footerSns .snsList .item a figure figcaption {
	margin-top: 0.5rem;
}

@media screen and (min-width: 768px) {
	footer .footerSns {
		padding: 16rem 0 4rem 0;
	}

	.footerSns .snsList .flexContainer {
		margin: 4rem 1rem;
	}

	.footerSns .snsList .flexContainer .item {
		width: 250px;
		height: 250px;
		margin-right: 1.25rem;
	}

	.footerSns .snsList .flexContainer .item:nth-child(even) {
		margin-right: 0;
		margin-left: 1.25rem;
	}

	.footerSns .snsList .item a .itemInner {
		border-radius: 2rem;
	}

	.footerSns .snsList .item a figure img {
		height: 80px;
	}
}

footer .footerInfo {
	position: relative;
	padding: 2.5rem 0;
	background-color: black;
}

footer .footerInfo .flexContainer.address {
	justify-content: center;
}

footer .footerInfo .flexContainer.address .left,
footer .footerInfo .flexContainer.address .right {
	width: 92%;
}

footer .footerInfo .flexContainer.address .left {
	text-align: center;
	padding-bottom: 2.5rem;
	border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}

footer .footerInfo .flexContainer.address .left .logo img {
	width: 80%;
	max-width: 420px;
}

footer .footerInfo .flexContainer.address .right {
	color: white;
	padding: 2rem 0 2.5rem 0;
}

footer .footerInfo .flexContainer.address .right p {
	line-height: 1.75em;
}

footer .footerInfo .navi {
	padding-top: 2.5rem;
	border-top: 1px solid rgba(255, 255, 255, 0.2);
}

footer .footerInfo .navi nav {
	width: 92%;
	margin: 0 auto;
}

footer .footerInfo .navi nav ul {
	letter-spacing: -.4em;
		text-align: center;
}

footer .footerInfo .navi nav ul li {
	letter-spacing: normal;
	display: inline-block;
	width: 50%;
	vertical-align: middle;
	text-align: center;
}

footer .footerInfo .navi nav ul li a {
	display: block;
	width: 100%;
	height: 100%;
	box-sizing: border-box;
	padding: 1.25em 0;
}

footer .footerInfo .navi nav a:link{ color: #ffffff; text-decoration: none; }
footer .footerInfo .navi nav a:visited{ color: #ffffff; text-decoration: none; }
footer .footerInfo .navi nav a:active{ color: #ffffff; text-decoration: none; }
footer .footerInfo .navi nav a:hover { color: var(--link-color-gray); text-decoration: none; }

footer .footerInfo .navi nav ul li a.snsIcon {
	display: inline-block;
	width: auto;
	height: auto;
	margin-right: 0.75rem;
}

footer .footerInfo .navi nav ul li a.snsIcon:nth-child(even) {
	margin-right: 0;
	margin-left: 0.75rem;
}

footer .footerInfo .navi nav ul li a:hover.snsIcon { opacity: 0.5; }

footer .copyright {
	position: relative;
	padding: 0 0 0 0;
	background-color: black;
	color: var(--link-color-gray);
	text-align: center;
}

footer .copyright .copyInner {
	position: relative;
	padding-bottom: 150px;
}

footer .copyright a:link{ color: var(--link-color-gray); text-decoration: none; }
footer .copyright a:visited{ color: var(--link-color-gray); text-decoration: none; }
footer .copyright a:active{ color: var(--link-color-gray); text-decoration: none; }
footer .copyright a:hover { color: #666666; text-decoration: none; }

footer .copyright p {
	line-height: 1;
	margin-bottom: 0.75em;
}

footer .copyright small {
	font-size: 0.8rem;
}

footer .copyright img.footerLogoNcgf {
	position: absolute;
	bottom: 2.5rem;
	left: 50%;
	transform: translateX(-50%);
	width: auto;
	height: 80px;
}
 
@media screen and (min-width: 1040px) {
	footer .footerInfo .flexContainer.address .left {
		width: 40%;
	}

	footer .footerInfo .flexContainer.address .right {
		width: 60%;
	}

	footer .footerInfo .flexContainer.address .left {
		text-align: center;
		padding-bottom: 0;
		border-bottom: none;
	}

	footer .footerInfo .flexContainer.address .right {
		padding: 0 0 0 2.5rem;
		margin-bottom: 2.5rem;
		border-left: 1px solid rgba(255, 255, 255, 0.2);
	}

	footer .footerInfo .navi nav {
		width: 100%;
	}

	footer .footerInfo .navi nav ul li {
		width: auto;
	}

	footer .footerInfo .navi nav ul li:last-child {
		margin-right: 2rem;
	}

	footer .footerInfo .navi nav ul li a {
		padding: 1.25em 2rem;
	}

	footer .footerInfo .navi nav ul li a.snsIcon {
		padding: 1.25em 0;
	}

	footer .footerInfo .navi nav ul li a.snsIcon:nth-child(1) {
		margin-left: 1.5rem;
	}

footer .copyright {
	padding: 0 0 2.5rem 0;
}

footer .copyright .copyInner {
	padding-bottom: 0;
}

footer .copyright img.footerLogoNcgf {
	bottom: -1rem;
	left: auto;
	right: 2rem;
	transform: none;

}
}

/*======= keyVisual =======*/
.keyVisual {
	z-index: 2;
	position: relative;
    background: transparent;
	background-image: url('');
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	overflow: hidden;
	height: 100%;
}

.keyVisual .copyWrap {
	position: relative;
	width: 100%;
	height: 100%;
}

.keyVisual .copy {
	z-index: 500;
	position: absolute;
	width: 100%;
	top: 50%;
	transform: translateY(-90%);
	left: 1rem;
}

.keyVisual .copy img {
	max-width:400px;
	width: 80%;
}

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

	}

	.keyVisual .copy img {  }
}

@media screen and (min-width: 1040px) {
	.keyVisual .copy img { max-width: 1200px; }
}

.keyVisual .copy2 {
	z-index: 500;
	position: absolute;
	display: inline-block;
	width: auto;
	top: 55%;
	transform: translateY(40px);
	left: 1rem;
}

.keyVisual .copy2 .copyInner {
	padding: 10px 30px;
	background-color: #ffffff;
	clip-path: polygon(5% 0, 100% 0, 95% 100%, 0 100%);
}

.keyVisual .copy2 img {
	width: auto;
	height: 20px;
}

.keyVisual .copy3 {
	z-index: 500;
	position: absolute;
	display: inline-block;
	width: auto;
	top: 55%;
	transform: translateY(95px);
	left: 1rem;
}

.keyVisual .copy3 .copyInner {
	padding: 10px 30px;
	background-color: #ffffff;
	clip-path: polygon(3% 0, 100% 0, 97% 100%, 0 100%);
}

.keyVisual .copy3 img {
	width: auto;
	height: 20px;
}

@media screen and (min-width: 500px) {
	.keyVisual .copy2 img {	height: 25px; }
	.keyVisual .copy3 img {	height: 25px; }
}

@media screen and (min-width: 768px) {
	.keyVisual .copy2 {
		top: 55%;
		transform: translateY(40px);
	}

	.keyVisual .copy3 {
		top: 55%;
		transform: translateY(95px);
	}

	.keyVisual .copy2 img {	height: 25px; }
	.keyVisual .copy3 img {	height: 25px; }
}

@media screen and (min-width: 1040px) {
	.keyVisual .copy2 {
		top: 60%;
		transform: translateY(40px);
	}

	.keyVisual .copy3 {
		top: 60%;
		transform: translateY(115px);
	}

	.keyVisual .copy2 img {	height: 40px; }
	.keyVisual .copy3 img {	height: 40px; }
}

.inviewItemKv1 {
	opacity: 0;
}

.inviewItemKv1Flag {
	opacity: 1.0;
	animation: kvCopySwing 0.5s ease-out forwards;
}

.inviewItemKv2 {
	opacity: 0;
	transition: 1.25s;
}

.inviewItemKv2Flag {
	opacity: 1.0;
	animation: kvCopySwing 0.5s ease-out forwards;
}

.inviewItemKv3 {
	opacity: 0;
	transition: 1.25s;
}

.inviewItemKv3Flag {
	opacity: 1.0;
	animation: kvCopySwing 0.5s ease-out forwards;
}

@keyframes kvCopySwing {
    0% {
      opacity: 0;
      transform: translateY(20px) rotate(-5deg);
    }
    40% {
      opacity: 1;
      transform: translateY(0) rotate(3deg);
    }
    60% {
      transform: translateY(0) rotate(-2deg);
    }
    80% {
      transform: translateY(0) rotate(1deg);
    }
    100% {
      opacity: 1;
      transform: translateY(0) rotate(0);
    }
}

.keyVisual .scroll {
	z-index: 500;
	display: inline-block;
	width: 70px;
	position: absolute;
	bottom: 1rem;
	right: 1rem;
}

@media screen and (min-width: 768px) {
	.keyVisual .scroll {
		width: 80px;
		right: 4%;
	}
}

@media screen and (min-width: 1040px) {
	.keyVisual .scroll {
		right: 110px;
	}
}


/* slider */
.keyVisual .sliderBox {
	z-index: 200;
	position: absolute;
	width: 100%;
	height: 100%;
}

.keyVisual .slider-pro,
.sp-slides-container,
.sp-mask,
.sp-slides,
.sp-slide {
	max-width: 100%!important;
	width: 100%!important;
	height: 100%!important;
}

.sp-slide {

}

.sp-slide .bg {
	position: relative;
	width: 100%;
	height: 100%;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
}

.keyVisual.home .photo1 .bg {
	background-image: url("./images/home/home-kv-01.jpg");
	background-position: center top;
}

.keyVisual.home .photo2 .bg {
	background-image: url("./images/home/home-kv-02.jpg");
	background-position: center top;
}

.keyVisual.home .photo3 .bg {
	background-image: url("./images/home/home-kv-03.jpg");
	background-position: center top;
}



/*======= mainHeading =======*/
.mainHeading {
	z-index: 2;
	position: relative;
    background: transparent;
	background-image: url('');
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	overflow: hidden;
	height: 300px;
}

.mainHeading.class {
	background-image: url("./images/class/class-main-bg.jpg");
	background-position: center top;
}

@media screen and (min-width: 1200px) {
	.mainHeading.class {
		background-position: center top 10%;
	}
}

.mainHeading.facility { background-image: url("./images/facility/facility-main-bg.jpg"); }
.mainHeading.guide { background-image: url("./images/guide/guide-main-bg.jpg"); }
.mainHeading.access { background-image: url("./images/access/access-main-bg.jpg"); }
.mainHeading.faq { background-image: url("./images/faq/faq-main-bg.jpg"); }
.mainHeading.privacy,
.mainHeading.calendar {
	background-image: none;
	background-color: var(--bg-color-lightyellow);
	height: 200px;
}


.mainHeading .headWrap {
	position: relative;
	width: 100%;
	height: 100%;
}

.headWrap .copy {
	z-index: 500;
	position: absolute;
	width: 100%;
	width: calc(100% - 6rem);
	top: 50%;
	transform: translateY(-50%);
	left: 1rem;
	text-align: left;
}

.headWrap .copy .copyInner {

}

.headWrap .copy img {
	filter: drop-shadow(1px 1px 6px rgba(0, 0, 0, 0.5));
}

.class .headWrap .copy img {
	width: auto;
	max-height: 200px;
}

.facility .headWrap .copy img,
.guide .headWrap .copy img {
	width: auto;
	max-height: 200px;
}

.acess .headWrap .copy img {
	width: auto;
	max-height: 135px;
}

.faq .headWrap .copy img {
	width: auto;
	max-height: 135px;
}

.headWrap .textCopy {
	z-index: 500;
	position: relative;
	width: 100%;
	top: 50%;
	transform: translateY(-50%);
	text-align: center;
}

.headWrap .textCopy h1 {
	font-size: 1.75rem;
	font-weight: bold;
	line-height: 1.25em;
	letter-spacing: 0.1em;
}

@media screen and (min-width: 768px) {
	.headWrap .copy {
		width: calc(100% - 4rem);
		left: 2rem;
	}

	.mainHeading {
		height: 350px;
	}

	.headWrap .copy {
		left: 10%;
	}

	.facility .headWrap .copy img,
	.guide .headWrap .copy img {
		max-height: 90px;
	}
}

@media screen and (min-width: 1040px) {
	.facility .headWrap .copy img,
	.guide .headWrap .copy img {
		max-height: 135px;
	}
}

.mainHeading .scroll {
	z-index: 500;
	display: inline-block;
	width: 60px;
	position: absolute;
	bottom: 0.5rem;
	right: 0.5rem;
}

@media screen and (min-width: 768px) {
	.mainHeading .scroll {
		width: 80px;
		right: 4%;
	}
}

@media screen and (min-width: 1040px) {
	.mainHeading .scroll {
		right: 110px;
	}
}


/*======= contentCommon =======*/
.flexContainer {
	display: -webkit-flex;
	display: flex;

	-webkit-flex-direction: row;
	flex-direction:         row;

	-webkit-flex-wrap: wrap;
	flex-wrap:         wrap;

	-webkit-justify-content: space-between;
	justify-content:         space-between;
	/*flex-start space-around space-between*/
}

.flexContainer.rev {
	-webkit-flex-direction: row-reverse;
	flex-direction: row-reverse;
}

.flexContainer .itemCol2,
.flexContainer .itemCol3,
.flexContainer .itemCol4 {
	position: relative;
	display: inline-block;
	width: 100%;
	height: auto;
	margin-bottom: 1rem;
	text-align: center;
}

.flexContainer .itemCol4 {
	width: 50%;
}

.flexContainer .itemCol2:last-child,
.flexContainer .itemCol3:last-child,
.flexContainer .itemCol4:last-child {
	margin-bottom: 0;
}

@media screen and (min-width: 768px) {
	.flexContainer {
		/*-webkit-justify-content: space-between;
		justify-content:         space-between;*/
	}

	.flexContainer .itemCol2 {
		width: 50%;
		margin-bottom: 0;
	}

	.flexContainer .itemCol3 {
		width: 33.33333%;
		width: -webkit-calc(99.99999% / 3);
		width: calc(99.99999% / 3);
		margin-bottom: 0;
	}

	.flexContainer .itemCol4 {
		width: 25%;
		margin-bottom: 0;
	}
}

/*ページ内リンク*/
.flexContainer.innerLink {
	/* justify-content: center; */
	justify-content: space-around;
}

.flexContainer.innerLink .item {
	/* width: 100%; */
	width: 48%;
	text-align: center;
	margin-bottom: 1.5rem;
}

.flexContainer.innerLink .item .btn {
	text-align: center;
	/* transform: scale(0.5); */
}

.flexContainer.innerLink.facilityLink {
	justify-content: left;
}

.flexContainer.innerLink.facilityLink .item {
	width: 50%;
}

.flexContainer.innerLink.facilityLink a {
	cursor: pointer;
}

@media screen and (min-width: 768px) {
	.flexContainer.innerLink {
		justify-content: left;
	}

	.flexContainer.innerLink .item {
		width: 50%;
		text-align: left;
	}
}

@media screen and (min-width: 1100px) {
	.flexContainer.innerLink.facilityLink .item {
		width: 33.3%;
		width: calc( 100% / 3 );
	}
}

@media screen and (min-width: 1200px) {
	.flexContainer.innerLink {
		justify-content: left;
	}

	.flexContainer.innerLink .item {
		width: 33.3%;
		width: calc( 100% / 3 );
	}

	.flexContainer.innerLink.facilityLink .item {
		width: 25%;
	}
}

/*テーブル 基本*/
table.basicTable {
	width: 100%;
	border-collapse:separate;
	border-top: 1px solid #000000;
	border-bottom: 1px solid #000000;
}

table.basicTable caption{
	font-size: 1rem;
	font-weight: bold;
	text-align: left;
	margin-bottom: 0.5rem;
}

table.basicTable tr th,
table.basicTable tr td {
	font-weight: normal;
	text-align: left;
	vertical-align: middle;
	padding: 0.75em 1rem;
	border-bottom: 1px dashed #000000;
}

table.basicTable tr:last-child th,
table.basicTable tr:last-child td {
	border-bottom: none;
}

table.basicTable tr th {
	width: 30%;
	background-color: #D9E6F2;
}

table.basicTable tr td {
	width: 70%;
	background-color: white;
}

table.basicTable.tableColorPurple tr th {
	background-color: #EFE3F7;
}

table.basicTable p {
	margin-bottom: 1em;
}

@media screen and (min-width: 768px) {
	table.basicTable tr th { width: 30%; }
	table.basicTable tr td { width: 70%; }
}

.tableSup {
	margin-top: 0.5rem;
}


/*レスポンシブ用マージン*/
.martS { margin-top: 3rem; }
.martM { margin-top: 4rem; }
.martL { margin-top: 5rem; }

.marbS { margin-bottom: 3rem; }
.marbM { margin-bottom: 4rem; }
.marbL { margin-bottom: 5rem; }

@media only screen and (min-width: 768px){
	.martS { margin-top: 4rem; }
	.martM { margin-top: 5rem; }
	.martL { margin-top: 6rem; }

	.marbS { margin-bottom: 4rem; }
	.marbM { margin-bottom: 5rem; }
	.marbL { margin-bottom: 6rem; }
}

@media only screen and (min-width: 900px){
	.martS { margin-top: 5rem; }
	.martM { margin-top: 6rem; }
	.martL { margin-top: 7rem; }

	.marbS { margin-bottom: 5rem; }
	.marbM { margin-bottom: 6rem; }
	.marbL { margin-bottom: 7rem; }
}

.padtS { padding-top: 3rem; }
.padtM { padding-top: 4rem; }
.padtL { padding-top: 5rem; }

.padbS { padding-bottom: 3rem; }
.padbM { padding-bottom: 4rem; }
.padbL { padding-bottom: 5rem; }

@media only screen and (min-width: 768px){
	.padtS { padding-top: 4rem; }
	.padtM { padding-top: 5rem; }
	.padtL { padding-top: 6rem; }

	.padbS { padding-bottom: 4rem; }
	.padbM { padding-bottom: 5rem; }
	.padbL { padding-bottom: 6rem; }
}

@media only screen and (min-width: 900px){
	.padtS { padding-top: 5rem; }
	.padtM { padding-top: 6rem; }
	.padtL { padding-top: 7rem; }

	.padbS { padding-bottom: 5rem; }
	.padbM { padding-bottom: 6rem; }
	.padbL { padding-bottom: 7rem; }
}


/* ==========================================================================
   モーダル
============================================================================= */
#colorbox {
	overflow: visible!important;
}

#cboxClose {
	z-index: 9998;
	position: absolute;
	top: -25px;
	right: -2.5%;
	display: block;
	width: 50px;
	height: 50px;
	background: none;
	background-color: var(--main-color-blue);
	border-radius: 25px;
}

#cboxClose:after {
	z-index: 9999;
	position: absolute;
	top: 0;
	left: 0;
	content: url(./images/common/closeBtn.svg);
	width: 20px;
	height: 20px;
	padding: 15px;
	text-indent: 0;
}

.modal {
	overflow: hidden;
	position: relative;
	box-sizing: border-box;
}




/*======= article =======*/
article {
	width: 100%;
	overflow: hidden;
}

/*======= section =======*/
section {
	position: relative;
	line-height: 1.75em;
}

section .sectionInner {
	margin: 0 1rem;
	box-sizing: border-box;
}

.breadcrumbsInner {
	/* padding: 0 1rem; */
	box-sizing: border-box;
}

.innerBox,
.innerBox2 {
	margin-left: 1em;
	margin-right: 1em;
}

@media screen and (min-width: 768px) {
	section .sectionInner {
		margin: 0 5%;
	}

	.breadcrumbsInner  {
		/* padding: 0 5%; */
	}

	.innerBox {
		margin-left: 2em;
		margin-right: 2em	
	}
}

hr {
	/*border-top: 1px solid #000000;*/
	margin: 0.5em 0;
}

hr.hrLine {
	height: 30px;
	margin: 5rem 0;
	background-image: url("./images/common/line.svg");
	background-position: center center;
	background-repeat: no-repeat;
}

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

}


/*======= breadcrumbs =======*/
.breadcrumbs {
	padding-top: 1rem;
	/* background-color: #ffffff; */
	padding: 2rem 1rem 0 1rem;
}

@media screen and (min-width: 768px) {
	.breadcrumbs {
		padding: 2rem 5% 0 5%;
	}
}

@media screen and (min-width: 1100px) {
	.breadcrumbs {
		padding: 3rem 5% 0 5%;
	}
}

.breadcrumbs nav {
	padding-bottom: 1rem;
}

.breadcrumbs nav ol {
	font-size: 0.9rem;
}

.breadcrumbs nav ol li {
	display: inline;
}

.breadcrumbs nav ol li:after {
	/* content: " > ";
	padding: 0 0.5em; */
}
.breadcrumbs nav ol li:last-child:after {
	content:"";
}




/*======= home =======*/

.homeImportantNews {

}

.homeImportantNews .newsBox {
	padding: 1rem;
	border: 2px solid var(--main-color-red);
	border-radius: 1rem;
	background-color: #ffffff;
}

.homeImportantNews .newsBox .head,
.homeImportantNews .newsBox .cont {
	position: relative;
	width: 100%;
}

.homeImportantNews .newsBox .head {
	color: var(--main-color-red);
	border-bottom: 2px solid var(--main-color-red);
	padding-bottom: 1rem;
}

.homeImportantNews .newsBox .head h1::before {
	content: "";
	display: block;
	width: 30px;
	height: 30px;
	margin: 0 auto 0.5em auto;
	background-image: url("./images/common/icon-exclamation.svg");
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
}

.homeImportantNews .newsBox .cont {
	padding-top: 1rem;
}

.homeImportantNews .newsBox .newsList li {
	margin-bottom: 1rem;
}

.homeImportantNews .newsBox .newsList li:last-child {
	margin-bottom: 0;
}

.homeImportantNews .newsBox .newsList li .date,
.homeImportantNews .newsBox .newsList li .cate {
	display: inline-block;
	color: var(--main-color-red);
}

.homeImportantNews .newsBox .newsList li .txt {
	display: block;
}

@media screen and (min-width: 768px) {
	.homeImportantNews .newsBox {
		padding: 1.5rem;
	}

	.homeImportantNews .newsBox .head {
		width: 25%;
		border-bottom: none;
		border-right: 2px solid var(--main-color-red);
		padding-right: 1rem;
		padding-bottom: 0;
	}

	.homeImportantNews .newsBox .head h1 {
		position: relative;
		top: 50%;
		transform: translateY(-50%);
	}

	.homeImportantNews .newsBox .cont {
		width: 75%;
		padding: 0 0 0 2rem;
	}

}

@media screen and (min-width: 1040px) {
	.homeImportantNews .newsBox {
		padding: 1.5rem;
	}

	.homeImportantNews .newsBox .head {
		width: 23%;
	}

	.homeImportantNews .newsBox .head h1 {
		font-size: 130%;
	}

	.homeImportantNews .newsBox .cont {
		width: 77%;
		letter-spacing: -.4em;
	}

	.homeImportantNews .newsBox .cont h2,
	.homeImportantNews .newsBox .cont .txt {
		display: inline-block;
		vertical-align: top;
		letter-spacing: normal;
	}

	/* .homeImportantNews .newsBox .cont h2 {
		width: 30%;
	}

	.homeImportantNews .newsBox .cont .txt {
		width: 70%;
	} */
}


.homeNews {
	padding-bottom: 130px;
}

@media screen and (min-width: 768px) {
	.homeNews {
		padding-bottom: 150px;
	}
}

@media screen and (min-width: 1040px) {
	.homeNews {
		padding-bottom: 180px;
	}
}

.homeNews .newsBox {

}

.homeNews .newsBox .head,
.homeNews .newsBox .cont {
	position: relative;
	width: 100%;
}

.homeNews .newsBox .head {
	padding-bottom: 1rem;
}

.homeNews .newsBox .head h1 {
	margin-bottom: 1.5rem;
}

.homeNews .newsBox .head h1 img {
	max-width: 180px;
	width: 100%;
}

.homeNews .newsBox .head ul.newsCateList {
	display: block;
	margin: 2rem 0 0 0;
}

.homeNews .newsBox .head ul.newsCateList {
	margin-bottom: 1.5rem;

	display: -webkit-flex;
	display: flex;

	-webkit-flex-direction: row;
	flex-direction:         row;

	-webkit-flex-wrap: wrap;
	flex-wrap:         wrap;

	-webkit-justify-content: start;
	justify-content:         start;
}

.homeNews .newsBox .head ul.newsCateList li {
	display: inline-block;
	margin-right: 0.5rem;
	line-height: 1;
}

.cateAll a,
.cateOshirase a,
.cateKyositsu a,
.cateEvent a,
.cateEtc a{
	display: inline-block;
	width: auto;
	padding: 0.3em 1em 0.4em 1em;
	border: 1px solid #000000;
	border-radius: 1em;
}

.cateAll a:link{
	color: #ffffff;
	border: 1px solid var(--main-color-blue);
	background-color: var(--main-color-blue);
}
.cateAll a:visited{
	color: #ffffff;
	border: 1px solid var(--main-color-blue);
	background-color: var(--main-color-blue);
}
.cateAll a:active{
	color: #ffffff;
	border: 1px solid var(--main-color-blue);
	background-color: var(--main-color-blue);
}
.cateAll a:hover {
	color: var(--main-color-blue);
	border: 1px solid var(--main-color-blue);
	background-color: #ffffff;
}

.cateOshirase a:link{
	color: var(--main-color-red);
	border: 1px solid var(--main-color-red);
	background-color: #ffffff;
}
.cateOshirase a:visited{
	color: var(--main-color-red);
	border: 1px solid var(--main-color-red);
	background-color: #ffffff;
}
.cateOshirase a:active{
	color: var(--main-color-red);
	border: 1px solid var(--main-color-red);
	background-color: #ffffff;
}
.cateOshirase a:hover {
	color: #ffffff;
	border: 1px solid var(--main-color-red);
	background-color: var(--main-color-red);
}

.cateKyositsu a:link{
	color: var(--main-color-green);
	border: 1px solid var(--main-color-green);
	background-color: #ffffff;
}
.cateKyositsu a:visited{
	color: var(--main-color-green);
	border: 1px solid var(--main-color-green);
	background-color: #ffffff;
}
.cateKyositsu a:active{
	color: var(--main-color-green);
	border: 1px solid var(--main-color-green);
	background-color: #ffffff;
}
.cateKyositsu a:hover {
	color: #ffffff;
	border: 1px solid var(--main-color-green);
	background-color: var(--main-color-green);
}

.cateEvent a:link{
	color: var(--main-color-purple);
	border: 1px solid var(--main-color-purple);
	background-color: #ffffff;
}
.cateEvent a:visited{
	color: var(--main-color-purple);
	border: 1px solid var(--main-color-greepurplen);
	background-color: #ffffff;
}
.cateEvent a:active{
	color: var(--main-color-purple);
	border: 1px solid var(--main-color-purple);
	background-color: #ffffff;
}
.cateEvent a:hover {
	color: #ffffff;
	border: 1px solid var(--main-color-purple);
	background-color: var(--main-color-purple);
}

.cateEtc a:link{
	color: var(--main-color-red);
	border: 1px solid var(--main-color-red);
	background-color: #ffffff;
}
.cateEtc a:visited{
	color: var(--main-color-red);
	border: 1px solid var(--main-color-red);
	background-color: #ffffff;
}
.cateEtc a:active{
	color: var(--main-color-red);
	border: 1px solid var(--main-color-red);
	background-color: #ffffff;
}
.cateEtc a:hover {
	color: #ffffff;
	border: 1px solid var(--main-color-red);
	background-color: var(--main-color-red);
}

.homeNews .newsBox .head .lnk {
	margin: 2rem 0 1rem 0;
}

.homeNews .newsBox .head .lnk a {
	display: inline-block;
	vertical-align: middle;
	font-weight: 700;
	line-height: 1;
}

.homeNews .newsBox .head .lnk a::after {
	content: "";
	display: inline-block;
	vertical-align: middle;
	width: 30px;
	height: 30px;
	margin: 0 0 0.2em 1em;
	background-image: url("./images/common/icon-arrow-blue.svg");
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
}

.homeNews .newsBox .head .lnk a:link{
	color: var(--main-color-blue);
}
.homeNews .newsBox .head .lnk a:visited{
	color: var(--main-color-blue);
}
.homeNews .newsBox .head .lnk a:active{
	color: var(--main-color-blue);
}
.homeNews .newsBox .head .lnk a:hover {
	color: var(--main-color-blue);
}


.homeNews .newsBox .cont {
	padding-top: 1rem;
}

.homeNews .newsBox .newsList li {
	position: relative;
	border-top: 1px solid var(--main-color-gray);
}

.homeNews .newsBox .newsList li:last-child {
	border-bottom: 1px solid var(--main-color-gray);
}

.homeNews .newsBox .newsList li::after {
	content: "";
	display: inline-block;
	vertical-align: middle;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	right: 0.75rem;
	width: 20px;
	height: 20px;
	margin: 0;
	background-image: url("./images/common/icon-arrow-blue.svg");
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
}

.homeNews .newsBox .newsList li a {
	display: block;
	padding: 1rem 3rem 1rem 1rem;
}

.homeNews .newsBox .newsList li a:hover {
	background-color: #ffffff;
}

.homeNews .newsBox .newsList li h2 {
	margin-bottom: 0.75em;
}

.homeNews .newsBox .newsList li .date,
.homeNews .newsBox .newsList li .cate {
	display: inline-block;
	color: var(--main-color-red);
}

.homeNews .newsBox .newsList li .txt {
	display: block;
}

.homeNews .newsBox .newsList li .cate {
	display: inline-block;
	margin-right: 0.75rem;
	line-height: 1;
	font-size: 0.9rem;
}

.homeNews .newsBox .newsList li .cate.cateOshirase,
.homeNews .newsBox .newsList li .cate.cateKyositsu,
.homeNews .newsBox .newsList li .cate.cateEvent,
.homeNews .newsBox .newsList li .cate.cateEtc {
	display: inline-block;
	padding: 0.3em 0.75em 0.3em 0.75em;
	border: 1px solid #000000;
	border-radius: 1em;
}

.homeNews .newsBox .newsList li .cate.cateOshirase {
	color: var(--main-color-red);
	border: 1px solid var(--main-color-red);
	background-color: #ffffff;
}

.homeNews .newsBox .newsList li .cate.cateKyositsu{
	color: var(--main-color-green);
	border: 1px solid var(--main-color-green);
	background-color: #ffffff;
}

.homeNews .newsBox .newsList li .cate.cateEvent {
	color: var(--main-color-purple);
	border: 1px solid var(--main-color-purple);
	background-color: #ffffff;
}

.homeNews .newsBox .newsList li .cate.cateEtc {
	color: var(--main-color-red);
	border: 1px solid var(--main-color-red);
	background-color: #ffffff;
}

@media screen and (min-width: 768px) {
	.homeNews .newsBox {
		padding: 1.5rem 0;
	}

	.homeNews .newsBox .head {
		width: 25%;
		padding-right: 1rem;
		padding-bottom: 0;
	}

	.homeNews .newsBox .head ul.newsCateList {
  		flex-direction: column;
		margin: 1rem 0 0 0;
	}

	.homeNews .newsBox .head ul.newsCateList li {
		margin-right: 0;
		margin-bottom: 0.75rem;
	}

	.homeNews .newsBox .cont {
		width: 75%;
		padding: 0 0 0 2rem;
	}

}

@media screen and (min-width: 1040px) {
	.homeNews .newsBox .head {
		width: 20%;
	}

	.homeNews .newsBox .head h1 {
		margin-bottom: 2.5rem;
	}

	.homeNews .newsBox .head .lnk {
		margin: 4rem 0 0 0;
	}

	.homeNews .newsBox .head .lnk a {
		display: inline-block;
		vertical-align: middle;
		font-weight: 700;
		line-height: 1;

		font-size: 1.25rem;
	}

	.homeNews .newsBox .head .lnk a::after {
		width: 45px;
		height: 45px;
		margin: 0 0 0.2em 1.25em;

	}

	.homeNews .newsBox .cont {
		width: 80%;
	}
}


.home1-1 {
	position: relative;
	padding-top: 130px;
}

@media screen and (min-width: 768px) {
	.home1-1 {
		padding-top: 180px;
	}
}

@media screen and (min-width: 1040px) {
	.home1-1 {
		padding-top: 230px;
	}
}

.home1-1 .ban {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	text-align: center;
}

.home1-1 .ban a {
	position: relative;
	transform: translateY(-50%);
	display: inline-block;
}

.home1-1 .ban a img {
	display: inline-block;
	max-width: 950px;
	width: 90%;
}

.animeSpinPop a img:hover {
	animation: spin-pop 0.4s ease forwards;
}

@keyframes spin-pop {
  0%   { transform: scale(1) rotate(0deg); }
  50%  { transform: scale(1.1) rotate(4deg); }
  100% { transform: scale(1) rotate(0deg); }
}

@media screen and (min-width: 1040px) {
	.home1-1 .ban a img {
		width: 100%;
	}
}

/*スライダー*/
.scrollSlider .slider1 .imgWrap img,
.scrollSlider .slider2 .imgWrap img {
	height: 200px;
	object-fit: cover;
	backface-visibility: hidden;
}

@media screen and (min-width: 1040px) {
	.scrollSlider .slider1 .imgWrap img,
	.scrollSlider .slider2 .imgWrap img {
		height: 280px;
	}
}


.home1-2 {
	z-index: 99;
	position: relative;
}

.home1-2 .titleBox {
	z-index: 100;
	position: relative;
}

.home1-2 .titleBox img {
	max-width: 580px;
	width: 60%;
}

.home1-2 .map {
	position: relative;
	margin: 2rem 0 2rem 0;
}

@media screen and (min-width: 1040px) {
	.home1-2 .titleBox {
		position: absolute;
		top: 9rem;
		left: 50%;
	}

	.home1-2 .titleBox img {
		width: 70%;
	}
}

@media screen and (min-width: 1400px) {
	.home1-2 .titleBox {
		top: 10rem;
	}

	.home1-2 .titleBox img {
		width: auto;
	}
}

.home1-2 .lead {
	z-index: 100;
	position: relative;
	margin: 0 0 3rem 0;
}

.home1-2 .lead .txt {

}

.home1-2 .lead .btn {
	margin-top: 2rem;
}

@media screen and (min-width: 1040px) {
	.home1-2 .lead .txt {
		width: 65%;
	}

	.home1-2 .lead .btn {
		width: 35%;
		text-align: right;
		margin-top: 0;
	}
}

.home1-2 .link {
	z-index: 100;
	position: relative;
	margin: 5rem 0 4rem 0;
}

.home1-2 .link > div {
	width: 100%;
}

.home1-2 .link .head {
	margin-bottom: 3rem;
}

.home1-2 .link .head img {
	width: 100%;
	max-width: 240px;
}

.home1-2 .link .btn {
	margin-bottom: 2rem;
}

.home1-2 .link .btn:last-child {
	margin-bottom: 0;
}

@media screen and (min-width: 1024px) {
	.home1-2 .link.flexContainer {
		justify-content: left;
	}

	.home1-2 .link .btn {
		width: auto;
		margin-right: 1.5rem;
		margin-bottom: 0;
	}
}

@media screen and (min-width: 1100px) {
	.home1-2 .link.flexContainer {
		justify-content: space-between;
		align-items: center;
	}

	.home1-2 .link > div {
		width: auto;
	}

	.home1-2 .link .head {
		margin-bottom: 0;
	}

	.home1-2 .link .btn {
		margin-right: 0;
	}
}

.map .marker {
	position: absolute;
	display: inline-block;
	width: 18px;
	height: 25px;
	color: white;
	font-size: 9px;
	line-height: 1;
	text-align: center;
	background-image: url("./images/common/map-marker.svg");
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	transform: translate(-50%, -50%);
	transition: transform 0.2s ease-out;
}

.map a:hover .marker {
	animation: bounce 0.4s ease-out;
}

@keyframes bounce {
	0% {
		transform: translate(-50%, -50%) scale(1);
	}
	30% {
		transform: translate(-50%, -65%) scale(1.1);
	}
	60% {
		transform: translate(-50%, -50%) scale(0.95);
	}
	100% {
		transform: translate(-50%, -50%) scale(1);
	}
}

.map .marker .num {
	position: relative;
	top: 4px;
}

.map .marker.f1 { top: 61%;	left: 45%; }
.map .marker.f2 { top: 48%; left: 63%; }
.map .marker.f3 { top: 42%;	left: 76%; }
.map .marker.f4 { top: 70%;	left: 84%; }
.map .marker.f5 { top: 72%;	left: 22%; }
.map .marker.f6 { top: 64%;	left: 28%; }
.map .marker.f7 { top: 16%; left: 36.5%; }
.map .marker.f8 { top: 28%;	left: 75%; }
.map .marker.f9 { top: 68%;	left: 16%; }
.map .marker.f10 { top: 66%; left: 33%; }
.map .marker.f11 { top: 73%; left: 30%; }
.map .marker.f12 { top: 46%; left: 55%; }
.map .marker.f13 { top: 37%; left: 53%; }
.map .marker.f14 { top: 48%; left: 36%; }

@media screen and (min-width: 768px) {
	.map .marker {
		width: 25px;
		height: 34px;
		font-size: 11px;
	}

	.map .marker .num {
		top: 7px;
	}
}

@media screen and (min-width: 1040px) {
	.map .marker {
		width: 40px;
		height: 55px;
		font-size: 20px;
	}

	.map .marker .num {
		top: 10px;
	}

	.map .marker.f2 { top: 50%; left: 62.5%; }
	.map .marker.f3 { top: 44%; }
	.map .marker.f4 { top: 72%; }
	.map .marker.f5 { top: 75%;	left: 22.5%; }
	.map .marker.f6 { top: 65%;	left: 27%; }
	.map .marker.f7 { top: 17%; }
	.map .marker.f9 { top: 70%;	}
	.map .marker.f10 { top: 68%; }
	.map .marker.f11 { left: 29%; }
	.map .marker.f12 { left: 54%; }
	.map .marker.f13 { left: 53.5%; }
}


.home1-3 {
	z-index: 99;
	position: relative;
	padding-bottom: 10rem;
}

.home1-3 .bg1 {
	z-index: 5;
	position: absolute;
	top: 200px;
	right: 0;
	display: block;
	width: 50%;
	height: 20%;
	background-color: var(--bg-color-lightblue);
	border-radius: 3rem 0 0 3rem;
}

.home1-3 .bg2 {
	z-index: 5;
	position: absolute;
	bottom: 0;
	right: 0;
	display: block;
	width: 50%;
	height: 20%;
	background-color: var(--bg-color-lightblue);
	border-radius: 3rem 0 0 3rem;
}

.home1-3 .bg3 {
	z-index: 10;
	position: absolute;
	top: 420px;
	left: 0;
	display: block;
	width: 90%;
	height: 60%;
	background-color: var(--bg-color-lightyellow);
	border-radius: 0 3rem 3rem 0;
}

@media screen and (min-width: 1040px) {
	.home1-3 .bg1 {
		height: 25%;
	}

	.home1-3 .bg2 {
		height: 25%;
	}

	.home1-3 .bg3 {
		top: 550px;
		width: 90%;
		height: 62%;
	}
}

.home1-3 .titleBox {
	z-index: 100;
	position: relative;
}

.home1-3 .titleBox img {
	max-width: 900px;
	width: 90%;
}

.home1-3 .lead {
	z-index: 100;
	position: relative;
	margin: 3rem 0 6rem 0;
}

.home1-3 .lead .txt {

}

.home1-3 .lead .btn {
	margin-top: 2rem;
}

@media screen and (min-width: 1040px) {
	.home1-3 .lead .txt {
		width: 50%;
	}

	.home1-3 .lead .btn {
		width: 50%;
		text-align: right;
		margin-top: 0;
	}
}

.btnPtn1,
.btnPtn2,
.btnPtn3,
.btnPtn4 {
	position: relative;
	display: inline-block;
	width: auto;
	font-size: 1.15rem;
	font-weight: 700;
	text-align: left;
	border: 3px solid var(--main-color-blue);
	border-radius: 3rem;
	padding: 1.2em 3.5em 1.2em 1.5em;
	letter-spacing: 0.1em;
	line-height: 1em;
	background-color: #ffffff;
}

@media screen and (min-width: 768px) {
	.btnPtn1,
	.btnPtn2,
	.btnPtn3,
	.btnPtn4 {
		font-size: 1.3rem;	
	}
}

.btnPtn2,
.btnPtn4 {/*二行*/
	line-height: 1.25em;
	padding: 0.6em 6em 0.6em 1.5em;
}

.btnPtn3 {/*フォント小さい*/
	font-size: 1.1rem;
	line-height: 1.25em;
}

.btnToc {
	/* width: 18em; */
	width: min(100%, 19em);
	/* font-size: 1.1rem; */
	font-size: 0.6rem;
	padding: 1.2em 1.5em 1.2em 1.5em;
}

.btnPtn2.btnToc {
	padding: 0.75em 1.5em 0.75em 1.5em;
}

.btnPtn4.btnToc {
	/* width: 17em; */
	width: min(100%, 19em);
	/* font-size: 0.9em; */
	font-size: 0.6em;
	line-height: 1.25em;
	letter-spacing: 0;
	padding: 0.3em 0.5em 0.3em 4em;
}

.btnPtn4.oneline.btnToc {/*一行*/
	line-height: 1em;
	padding: 1em 0.5em 1em 4em;
}

@media screen and (min-width: 768px) {
	.btnToc {
		width: 18em;
		font-size: 1.1rem
	}

	.btnPtn4.btnToc {
		width: 17em;
		font-size: 0.9em;
		padding: 0.3em 0.5em 0.3em 3.5em;
	}

	.btnPtn4.oneline.btnToc {/*一行*/
		padding: 1em 0.5em 1em 3.5em;
	}
}

.btnPtn1 .s,
.btnPtn2 .s,
.btnPtn4 .s {
	font-size: 75%;
}

.btnPtn1:hover,
.btnPtn2:hover,
.btnPtn3:hover,
.btnPtn4:hover {
	color: #ffffff;
	background-color: var(--main-color-blue);
}

.btnPtn1::before,
.btnPtn2::before,
.btnPtn3::before {/*arrow*/
	z-index: 6;
	content: "";
	display: inline-block;
	vertical-align: middle;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	right: 1em;
	width: 20px;
	height: 20px;
	margin: 0;
	background-color: none;
	background-image: url("./images/common/icon-arrow-base.svg");
	background-position: center center;
	background-repeat: no-repeat;
	background-size: 10px auto;
	transition: 0.5;
}

.btnPtn4::before {/*num*/
	z-index: 6;
	content: "1";
	display: inline-block;
	vertical-align: middle;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	left: 0.55em;
	font-size: 13px;
	font-weight: bold;
	line-height: 1em;
	letter-spacing: 0;
	text-align: center;
	color: white;
	width: 20px;
	height: 20px;
	margin: 0;
	margin: 3px 0 0 0;
}

.btnPtn4.num1::before { content: "1"; }
.btnPtn4.num2::before { content: "2"; }
.btnPtn4.num3::before { content: "3"; }
.btnPtn4.num4::before { content: "4"; }
.btnPtn4.num5::before { content: "5"; }
.btnPtn4.num6::before { content: "6"; }
.btnPtn4.num7::before { content: "7"; }
.btnPtn4.num8::before { content: "8"; }
.btnPtn4.num9::before { content: "9"; }
.btnPtn4.num10::before { content: "10"; }
.btnPtn4.num11::before { content: "11"; }
.btnPtn4.num12::before { content: "12"; }
.btnPtn4.num13::before { content: "13"; }
.btnPtn4.num14::before { content: "14"; }
.btnPtn4.numn1::before { content: "1"; }
.btnPtn4.numn2::before { content: "2"; }
.btnPtn4.numn3::before { content: "3"; }
.btnPtn4.numn4::before { content: "4"; }
.btnPtn4.numn5::before { content: "5"; }
.btnPtn4.numn6::before { content: "6"; }

.btnPtn4.iconCalendar::before {/*calendar*/
	z-index: 6;
	content: "";
	display: inline-block;
	vertical-align: middle;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	left: 0.6em;
	color: white;
	width: 20px;
	height: 20px;
	background-color: none;
	background-image: url("./images/common/icon-calendar.svg");
	background-position: center center;
	background-repeat: no-repeat;
	background-size: 13px auto;
	margin: 1px 0 0 0;
}

.btnPtn1.iconExternal::before,
.btnPtn3.iconExternal::before {
	background-image: url("./images/common/icon-external-base.svg");
	background-size: 20px auto;
}

.btnPtn1.btnToc::before,
.btnPtn2.btnToc::before {/*down arrow*/
	transform: translateY(-50%) rotate(90deg);
}

.btnPtn1::after,
.btnPtn2::after {/*circle*/
	z-index: 5;
	content: "";
	display: inline-block;
	vertical-align: middle;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	right: 1em;
	width: 20px;
	height: 20px;
	border-radius: 10px;
	margin: 0;
	background-color: var(--main-color-blue);
	transition: 0.5s;
}

.btnPtn4::after {/*circle*/
	z-index: 5;
	content: "";
	display: inline-block;
	vertical-align: middle;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	left: 0.4em;
	font-size: 18px;
	font-weight: bold;
	line-height: 1em;
	width: 20px;
	height: 20px;
	border-radius: 10px;
	margin: 0;
	background-color: var(--main-color-blue);
	transition: 0.5s;
}

.btnPtn1.iconExternal::after {
	background-color: white;
}

@media screen and (min-width: 768px) {
	.btnPtn1::before,
	.btnPtn2::before,
	.btnPtn3::before {/*arrow*/
		right: 1.25em;
		width: 30px;
		height: 30px;
		background-size: 15px auto;
	}

	.btnPtn4::before {/*num*/
		left: 0.5em;
		font-size: 18px;
		width: 30px;
		height: 30px;
		margin: 4px 0 0 0;
	}

	.btnPtn4.iconCalendar::before {
		left: 9px;
		width: 30px;
		height: 30px;
		background-size: 18px auto;
		margin: 0 0 0 0;
	}

	.btnPtn1.iconExternal::before,
	.btnPtn3.iconExternal::before {
		background-size: 25px auto;
	}

	.btnPtn1::after,
	.btnPtn2::after {/*circle*/
		right: 1.25em;
		width: 30px;
		height: 30px;
		border-radius: 15px;
		margin: 0;
	}

	.btnPtn4::after {/*circle*/
		left: 0.5em;
		font-size: 18px;
		width: 30px;
		height: 30px;
		border-radius: 15px;
		margin: 0;
		transition: 0.5s;
	}
}

.btnPtn1:hover::before,
.btnPtn2:hover::before {
	filter: brightness(0) saturate(100%) invert(17%) sepia(94%) saturate(3001%) hue-rotate(195deg) brightness(93%) contrast(103%);
}

.btnPtn4.btnToc:hover::before {
	color: var(--main-color-blue);
}

.btnPtn4.btnToc.iconCalendar:hover::before {
	filter: brightness(0) saturate(100%) invert(17%) sepia(42%) saturate(6804%) hue-rotate(197deg) brightness(96%) contrast(101%);
}

.btnPtn1.iconExternal:hover::before,
.btnPtn3.iconExternal:hover::before {
	filter: brightness(0) saturate(100%) invert(100%) sepia(100%) saturate(0%) hue-rotate(208deg) brightness(100%) contrast(103%);
}

.btnPtn1:hover::after,
.btnPtn2:hover::after,
.btnPtn4.btnToc:hover::after {
	background-color: white;
}

.btnPtn1.iconExternal:hover::after {
	background-color: var(--main-color-blue);
}

.btnColorPurple { border: 3px solid var(--main-color-purple); }
.btnColorPurple::after { background-color: var(--main-color-purple); }
.btnColorPurple:hover {	background-color: var(--main-color-purple); }
.btnColorPurple:hover::before {
	filter: brightness(0) saturate(100%) invert(35%) sepia(25%) saturate(3213%) hue-rotate(249deg) brightness(93%) contrast(94%);
}

.btnColorGreen { border: 3px solid var(--main-color-green); }
.btnColorGreen::after { background-color: var(--main-color-green); }
.btnColorGreen:hover {	background-color: var(--main-color-green); }
.btnColorGreen:hover::before {
	filter: brightness(0) saturate(100%) invert(58%) sepia(19%) saturate(1542%) hue-rotate(55deg) brightness(102%) contrast(86%);
}







.classesList {
	z-index: 100;
	position: relative;
}

.classesList .flexContainer .item {
	width: 48%;
	margin-bottom: 1.25rem;
}

.classesList .flexContainer .item a {
	display: block;
	width: 100%;
	height: auto;
}

.classesList .flexContainer .item a img {
	z-index: 5;
	position: relative;
	border-radius: 1rem;
	border: 5px solid transparent;
	transition: border 0.3s ease;
}

.classesList .flexContainer .item a:hover img {
	border: 5px solid var(--main-color-green);
}

.classesList .flexContainer .item a figcaption {
	font-size: 0.9rem;
	margin-top: 0.25em;
	text-align: center;
}

@media screen and (min-width: 768px) {
	.classesList .flexContainer .item {
		width: 32.5%;
		margin-bottom: 1.5rem;
	}

	.classesList .flexContainer .item a figcaption {
		font-size: 1rem;
		margin-top: 0.5em;
	}
}

.scrollSlider {
	z-index: 101;
	position: relative;
}

.scrollSlider .slider4 .imgWrap img {
	height: 280px;
	object-fit: cover;
	backface-visibility: hidden;
}

@media screen and (min-width: 1040px) {
	.scrollSlider .slider4 .imgWrap img {
		height: 420px;
	}
}

.home1-3 .experience {
	z-index: 100;
	position: relative;
	text-align: center;
}

.home1-3 .experience .kyudoImg {
	max-width: 950px;
}

.home1-3 .experience .btn {
	margin-top: 2rem;
}


.home1-4 {
	z-index: 101;
	position: relative;
	background: linear-gradient(to bottom, transparent 70%, var(--bg-color-lightyellow) 70%);
	transform: rotate(-6deg);
}

.home1-4 .scrollSlider {
	position: absolute;
	left: -10%;
	background-color: var(--main-color-blue);
	width: 120%;
	height: 200px;
}

.home1-4 .scrollSlider .slider3 {
	position: relative;
	top: 50%;
	transform: translateY(-50%);
	width: 120%;
}

/*スライダー*/
.home1-4 .scrollSlider .slider3 .imgWrap img {
	height: 120px;
	padding: 0 40px;
	object-fit: cover;
	backface-visibility: hidden;
}

@media screen and (min-width: 1040px) {
	.home1-4 .scrollSlider {
		height: 300px;
	}

	.home1-4 .scrollSlider .slider3 .imgWrap img {
		height: 180px;
		padding: 0 60px;
	}
}

.home1-5 {
	z-index: 90;
	position: relative;
	padding-top: 200px;
}

.home1-5 .titleBox {
	position: relative;
	text-align: center;
}

.home1-5 .titleBox img {
	max-width: 570px;
	width: 90%;
}

.home1-5 .lead {
	z-index: 100;
	position: relative;
	margin: 3rem 0;
}

.home1-5 .ban {
	text-align: center;
}

.home1-5 .ban a {
	display: inline-block;
}

.home1-5 .ban a img {
	display: inline-block;
	max-width: 950px;
	width: 90%;
}

@media screen and (min-width: 1040px) {
	.home1-5 {
		z-index: 99;
		position: relative;
		padding-top: 300px;
	}

	.home1-5 .ban a img {
		width: 100%;
	}

}

/*======= facility =======*/

.facility-toc {
	position: relative;
}

.facility-toc .map {
	position: relative;
	margin: 2rem 0 2rem 0;
}

.facility-toc .mapTitle {
	z-index: 100;
	position: relative;
}

.facility-toc .mapTitle img {
	max-width: 580px;
	width: 60%;
}

@media screen and (min-width: 1040px) {
	.facility-toc .mapTitle {
		position: absolute;
		top: 14rem;
		left: 50%;
	}

	.facility-toc .mapTitle img {
		width: 70%;
	}
}

@media screen and (min-width: 1400px) {
	.facility-toc .mapTitle {
		top: 15rem;
	}

	.facility-toc .mapTitle img {
		width: auto;
	}
}

.facilityContentBox {
	position: relative;
	padding: 2rem 1rem;
	border-radius: 2rem;
	background-color: white;
	border: 2px solid var(--main-color-blue);
}

.tabContent,
.tabContentNanbu {
	display: none;
}

.tabContent.active,
.tabContentNanbu.active {
	display: block;
}

.facilityContentBox .titleBox a:link{ color: var(--main-color-red); text-decoration: none; }
.facilityContentBox .titleBox a:visited{ color: var(--main-color-red); text-decoration: none; }
.facilityContentBox .titleBox a:active{ color: var(--main-color-red); text-decoration: none; }
.facilityContentBox .titleBox a:hover { color: var(--link-color-gray); text-decoration: none; }

.facilityContentBox .titleBox .flexContainer {
	align-items: center;
}

.facilityContentBox .titleBox .flexContainer .left,
.facilityContentBox .titleBox .flexContainer .right {
	width: 100%;
}

.facilityContentBox .titleBox .flexContainer .left {
	margin-bottom: 1rem;
}

.facilityContentBox .titleBox .flexContainer .left .info {
	position: relative;
	padding-left: 45px;
}

.facilityContentBox .titleBox .flexContainer .left .info::before {
	z-index: 6;
	content: "1";
	color: white;
	display: inline-block;
	vertical-align: middle;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	left: 0;
	font-size: 18px;
	font-weight: bold;
	line-height: 1em;
	text-align: center;
	width: 30px;
	height: 30px;
	margin: 4px 0 0 0;
}

.facilityContentBox.num1 .titleBox .flexContainer .left .info::before { content: "1"; }
.facilityContentBox.num2 .titleBox .flexContainer .left .info::before { content: "2"; }
.facilityContentBox.num3 .titleBox .flexContainer .left .info::before { content: "3"; }
.facilityContentBox.num4 .titleBox .flexContainer .left .info::before { content: "4"; }
.facilityContentBox.num5 .titleBox .flexContainer .left .info::before { content: "5"; }
.facilityContentBox.num6 .titleBox .flexContainer .left .info::before { content: "6"; }
.facilityContentBox.num7 .titleBox .flexContainer .left .info::before { content: "7"; }
.facilityContentBox.num8 .titleBox .flexContainer .left .info::before { content: "8"; }
.facilityContentBox.num9 .titleBox .flexContainer .left .info::before { content: "9"; }
.facilityContentBox.num10 .titleBox .flexContainer .left .info::before { content: "10"; }
.facilityContentBox.num11 .titleBox .flexContainer .left .info::before { content: "11"; }
.facilityContentBox.num12 .titleBox .flexContainer .left .info::before { content: "12"; }
.facilityContentBox.num13 .titleBox .flexContainer .left .info::before { content: "13"; }
.facilityContentBox.num14 .titleBox .flexContainer .left .info::before { content: "14"; }
.facilityContentBox.numn1 .titleBox .flexContainer .left .info::before { content: "1"; }
.facilityContentBox.numn2 .titleBox .flexContainer .left .info::before { content: "2"; }
.facilityContentBox.numn3 .titleBox .flexContainer .left .info::before { content: "3"; }
.facilityContentBox.numn4 .titleBox .flexContainer .left .info::before { content: "4"; }
.facilityContentBox.numn5 .titleBox .flexContainer .left .info::before { content: "5"; }
.facilityContentBox.numn6 .titleBox .flexContainer .left .info::before { content: "6"; }

.facilityContentBox .titleBox .flexContainer .left .info::after {
	z-index: 5;
	content: "";
	display: inline-block;
	vertical-align: middle;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	left: 0;
	width: 30px;
	height: 30px;
	border-radius: 15px;
	margin: 0;
	background-color: var(--main-color-blue);
}

.facilityContentBox.facelityEx .titleBox .flexContainer .left .info::after {
	background-color: var(--main-color-purple);
}

.facilityContentBox .titleBox .flexContainer .left .info h2 {
	font-size: 1.3rem;
	line-height: 1.5em;
}

.facilityContentBox .titleBox .flexContainer .left .info h2 span {
	font-size: 1rem;
	font-weight: normal;
}

.facilityContentBox .titleBox .flexContainer .right p {
	display: inline-block;
}

.facilityContentBox .titleBox .flexContainer .right p.p {
	margin-right: 1.5rem;
}

.facilityContentBox .titleBox .flexContainer .right p > span {
	display: inline-block;
	color: white;
	background-color: var(--main-color-red);
	font-size: 130%;
	font-weight: bold;
	line-height: 1;
	padding: 0.1em 0.3em 0.2em 0.3em;
	border-radius: 0.2em;
	margin: 0 0.3rem;
}

@media screen and (min-width: 768px) {
	.facilityContentBox {
		padding: 2rem 1rem;
	}
}

@media screen and (min-width: 1040px) {
	.facilityContentBox {
		padding: 3rem 2rem;
	}

	.facilityContentBox .titleBox .flexContainer .left {
		width: 50%;
		margin-bottom: 0;
	}

	.facilityContentBox .titleBox .flexContainer .right {
		width: 50%;
	}
}

.facilityContentBox .contentMain .overview {
	margin-top: 2rem;
} 

.facilityContentBox .contentMain .overview .left,
.facilityContentBox .contentMain .overview .right {
	width: 100%;
}

.facilityContentBox .contentMain .overview .left {
	text-align: center;
	margin-bottom: 2rem;
}

.facilityContentBox .contentMain .overview .left figure {

}

.facilityContentBox .contentMain .overview .left figure img {
	display: block;
	border-radius: 2rem;
	margin: 0 auto 1rem auto;
}

@media screen and (min-width: 1040px) {
	.facilityContentBox .contentMain .overview {
		margin-top: 3rem;
	}

	.facilityContentBox .contentMain .overview {
		margin-top: 3rem;
	} 

	.facilityContentBox .contentMain .overview .left {
		width: 33%;
		text-align: left;
		margin-bottom: 0;
		padding-right: 1.5rem;
	}

	.facilityContentBox .contentMain .overview .right {
		width: 67%;
	}

	.facilityContentBox .contentMain .overview .right table.basicTable tr th { width: 25%; }
	.facilityContentBox .contentMain .overview .right table.basicTable tr td { width: 75%; }

}


.facilityContentBox .contentMain .subcont {
	margin-top: 2rem;
}

.facilityContentBox .app {
	padding: 0.25em;
	border-radius: 1.5rem;
	background-color: var(--main-color-blue);
}

.facilityContentBox.facelityEx .app {
	background-color: var(--main-color-purple);
}

.facilityContentBox .app .appInner .title {
	position: relative;
	width:6em;
	border-radius: 1.5rem 0 0 1.5rem;
	background-color: white;
}

.facilityContentBox .app .appInner .title p {
	position: relative;
	top: 50%;
	transform: translateY(-50%);
	text-align: center;
}

.facilityContentBox .app .appInner .title p span {
	display: inline-block;
}

.facilityContentBox .app .appInner .info {
	width: calc( 100% - 6em);
	color: white;
}

.facilityContentBox .app .appInner .info .inner {
	padding: 0 1em;
}

.facilityContentBox .contentMain .subcont .reservation {
	align-items: center;
	margin-top: 0.5rem;
}

.facilityContentBox .contentMain .subcont .reservation .left,
.facilityContentBox .contentMain .subcont .reservation .right {
	width: 100%;
}

.facilityContentBox .contentMain .subcont .reservation .right {
	text-align: center;
	margin-top: 1.5rem;
}

.facilityContentBox .contentMain .subcont .reservation .right .btn img {
	max-width: 360px;
	width: 100%;	
}

.facilityContentBox .contentMain .subcont .reservation .right p.linkPdf {
	display: inline-block;
}

.facilityContentBox .contentMain .subcont .reservation .right p.linkPdf:first-child {
	margin-right: 2.5rem;
}

.facilityContentBox .contentMain .subcont .reservation.kiyaku .left a:link{ color: var(--main-color-red); text-decoration: none; }
.facilityContentBox .contentMain .subcont .reservation.kiyaku .left a:visited{ color: var(--main-color-red); text-decoration: none; }
.facilityContentBox .contentMain .subcont .reservation.kiyaku .left a:active{ color: var(--main-color-red); text-decoration: none; }
.facilityContentBox .contentMain .subcont .reservation.kiyaku .left a:hover { color: var(--link-color-gray); text-decoration: none; }

@media screen and (min-width: 1040px) {
	.facilityContentBox .contentMain .subcont {
		margin-top: 3rem;
	}

	.facilityContentBox .contentMain .subcont .reservation .left {
		width: 65%;
	}

	.facilityContentBox .contentMain .subcont .reservation .right {
		width: 35%;
		text-align: left;
		margin-top: 0;
		padding-left: 1rem;
	}

	.facilityContentBox .contentMain .subcont .reservation.kiyaku .left {
		width: 80%;
	}

	.facilityContentBox .contentMain .subcont .reservation.kiyaku .right {
		width: 20%;
	}

	.facilityContentBox .contentMain .subcont .reservation .right .btn img {
		max-width: 360px;
		width: 100%;	
	}

	.facilityContentBox .contentMain .subcont .reservation .right p.linkPdf {
		display: block;
		text-align: right;
		padding-right: 1rem;
		margin-bottom: 2rem;
	}

	.facilityContentBox .contentMain .subcont .reservation .right p.linkPdf:first-child {
		margin-right: 0;
	}

	.facilityContentBox .contentMain .subcont .reservation .right p.linkPdf:last-child {
		margin-bottom: 0;
	}

	.facilityContentBox .contentMain .subcont .reservation .right p.linkPdf a {
		display: inline-block;
	}
}




/*======= class =======*/

.classContentBox {
	position: relative;
	padding: 4rem 1rem;
	border-radius: 2rem;
}

.classContentBox .titleBox {
	position: absolute;
	top: -2rem;
	left: 50%;
	transform: translateX(-50%);
}

.classContentBox .contentMain {
	padding: 4rem 0;
	border-bottom: 1px solid var(--main-color-blue);
}

.classContentBox .contentMain:last-child {
	padding: 4rem 0 0 0;
	border-bottom: none;
}

.classContentBox.classEx {
	background-color: #F5F5F5;
	border: 2px solid var(--main-color-blue);
}

.classLargeImg {
	margin-top: 1rem;
}

.classLargeImg img {
	border-radius: 1.5rem;
}

.classContentBox.classEx > .btn {
	margin-top: 2rem;
}

.classContentBox .contentMain .flexContainer .left,
.classContentBox .contentMain .flexContainer .right {
	width: 100%;
}

.classContentBox .contentMain .overview {
	margin-bottom: 1.5rem;
}

.classContentBox .contentMain .left {

}

.classContentBox .contentMain .overview .left p {
	margin-bottom: 1.5rem;
}

.classContentBox .contentMain .right {

}

.classContentBox .contentMain .overview .right figure {
	text-align: center;
}

.classContentBox .contentMain .overview .right figure img {
	border-radius: 2rem;
}

.classContentBox .contentMain .overview .right figure.img2col {
	display: -webkit-flex;
	display: flex;

	-webkit-flex-direction: row;
	flex-direction:         row;

	-webkit-flex-wrap: wrap;
	flex-wrap:         wrap;

	-webkit-justify-content: center;
	justify-content:         center;
}

.classContentBox .contentMain .overview .right figure.img2col img {
	max-width: 220px;
	width: 48.5%;
}

.classContentBox .contentMain .overview .right figure.img2col img:first-child {
	margin-right: 1.5%;
}

.classContentBox .contentMain .overview .right figure.img2col img:last-child {
	margin-left: 1.5%;
}

.classContentBox .contentMain .overview .right table {
	margin-top: 1rem;
}

.classContentBox .contentMain .subcont.multi {
	margin-top: 1.5rem;
}

.classContentBox .contentMain .subcont .left {
	margin-bottom: 1.5rem;
}

.classContentBox .contentMain .subcont .right p {
	margin-bottom: 1.5rem;
}

.classContentBox .contentMain .subcont a:link{ color: var(--main-color-red); text-decoration: none; }
.classContentBox .contentMain .subcont a:visited{ color: var(--main-color-red); text-decoration: none; }
.classContentBox .contentMain .subcont a:active{ color: var(--main-color-red); text-decoration: none; }
.classContentBox .contentMain .subcont a:hover { color: var(--link-color-gray); text-decoration: none; }

.classTitle {
	position: relative;
	font-size: 1.3rem;
	padding-bottom: 0.75em;
	margin-bottom: 1rem;
	border-bottom: 1px dashed #000000;
}

.classTitle.badge {
	padding: 0 0 0 7.5rem;
	margin-bottom: 1.75rem;
	border-bottom: none;
}

.classTitle.badge::before {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	left: 0;
	content: "開催場所";
	display: inline-block;
	font-size: 1.1rem;
	border-radius: 1.25em;
	padding: 0.2em 1em;
	color: white;
	background-color: var(--main-color-blue);
}


@media screen and (min-width: 768px) {
	.classContentBox {
		padding: 4rem 2rem;
	}
}

@media screen and (min-width: 1040px) {
	.classContentBox {
		padding: 4rem 4rem;
	}

	.classContentBox .contentMain .flexContainer .left,
	.classContentBox .contentMain .flexContainer .right {
		width: 48.5%;
	}

	.classContentBox .contentMain .subcont.multi {
		margin-top: 0;
	}
}



/*======= guide =======*/

.guideContentBox {
	position: relative;
	padding: 2rem 1rem;
	border-radius: 2rem;
	background-color: white;
	margin-bottom: 2rem;
}

.guideContentBox:last-child{
	margin-bottom: 0;
}

.guideContentBox .contentMain {
	margin: 2rem 0 0 0;
}

.guideContentBox .contentMain p {
	margin-bottom: 1.5rem;
}

.guideContentBox .contentMain p:last-child {
	margin-bottom: 0;
}

.guideContentBox .contentMain a:link{ color: var(--main-color-red); text-decoration: none; }
.guideContentBox .contentMain a:visited{ color: var(--main-color-red); text-decoration: none; }
.guideContentBox .contentMain a:active{ color: var(--main-color-red); text-decoration: none; }
.guideContentBox .contentMain a:hover { color: var(--link-color-gray); text-decoration: none; }

@media screen and (min-width: 768px) {
	.guideContentBox  {
		padding: 3rem 2rem;
	}
}

@media screen and (min-width: 1040px) {
	.guideContentBox  {
		padding: 3rem 3rem;
		margin-bottom: 3rem;
	}
}


/*======= access =======*/

.access-1 .lead .logo img {
	max-width: 420px;
	width: 100%;
}

.access-1 .map {
    width: 100%;
    height: 300px;
    overflow: hidden;
}

.access-1 .map iframe {
	width: 100%;
	height: 300px;
    /* height: calc(300px + 300px);
    margin-top: -150px; */
	border-radius: 2rem;
}

@media screen and (min-width: 768px) {
	.access-1 .map {
		height: 500px;
	}

	.access-1 .map iframe {
		height: 500px;
    	/* height: calc(500px + 300px); */
	}
}


.access-2 .accessDetail {

}

.access-2 .accessDetail .info {
	width: 100%;
}

.access-2 .accessDetail .photo {
	width: 100%;
}

@media screen and (min-width: 768px) {
	.access-2 .accessDetail .info {
		width: 65%;
	}

	.access-2 .accessDetail .photo {
		width: 32%;
	}
}

.access-2 .accessDetail .info .item {
	position: relative;
}

.access-2 .accessDetail .info .item .itemInner::before {
	position: absolute;
	top: 0;
	left: 0;
	content: '';
	display: block;
	width: 30px;
	background-image: url("");
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
}

.access-2 .accessDetail .info .item.train .itemInner::before {
	height: 32px;
	background-image: url("./images/common/icon-train.svg");
}

.access-2 .accessDetail .info .item.bus .itemInner::before {
	height: 32px;
	background-image: url("./images/common/icon-bus.svg");
}

.access-2 .accessDetail .info .item.car .itemInner::before {
	height: 23px;
	background-image: url("./images/common/icon-car.svg");
}

.access-2 .accessDetail .info .item .itemInner {
	margin-left: 50px;
}

.access-2 .accessDetail .info .item .itemInner .head {
	font-size: 1.5rem;
	font-weight: bold;
	letter-spacing: 0.1em;
	color: var(--main-color-blue);
	margin-bottom: 0.75em;
}

.access-2 .accessDetail .info .item .itemInner .head span {
	letter-spacing: 0.05em;
	font-size: 70%;
}

.access-2 .accessDetail .info .item .itemInner .sup {
	position: relative;
}

.access-2 .accessDetail .info .item .itemInner .sup.station {
	padding-left: 5em;
}

.access-2 .accessDetail .info .item .itemInner .sup.osaka {
	padding-left: 10em;
}

.access-2 .accessDetail .info .item .itemInner .sup.kyoto {
	padding-left: 10em;
}

.access-2 .accessDetail .info .item .itemInner .sup::before {
	position: absolute;
	top: 0;
	left: 0;
}

.access-2 .accessDetail .info .item .itemInner .sup.station::before {
	content: "最寄り駅：";
}

.access-2 .accessDetail .info .item .itemInner .sup.osaka::before {
	content: "大阪方面からの場合：";
}

.access-2 .accessDetail .info .item .itemInner .sup.kyoto::before {
	content: "京都方面からの場合：";
}

@media screen and (min-width: 768px) {
	.access-2 .accessDetail .info .item .itemInner::before {
		width: 75px;
	}

	.access-2 .accessDetail .info .item.train .itemInner::before {
		height: 79px;
	}

	.access-2 .accessDetail .info .item.bus .itemInner::before {
		height: 79px;
	}

	.access-2 .accessDetail .info .item.car .itemInner::before {
		height: 57px;
	}

	.access-2 .accessDetail .info .item .itemInner {
		margin-left: 120px;
	}
}


.access-2 .accessDetail .photo {
	margin-top: 2rem;
	text-align: center;
}

.access-2 .accessDetail .photo figure {
	display: block;
	margin-bottom: 1.5rem;
}

.access-2 .accessDetail .photo figure:last-child {
	margin-bottom: 0;
}

.access-2 .accessDetail .photo figure img {
	border-radius: 1.5rem;
}

@media screen and (min-width: 768px) {
	.access-2 .accessDetail .photo {
		margin-top: 0;
	}
}

.access-2 .route img { 
	width: 100%;
} 

.access-3 table.basicTable tr th { width: 35%; }
.access-3 table.basicTable tr td { width: 65%; }

@media screen and (min-width: 768px) {
	.access-3 table.basicTable tr th { width: 20%; }
	.access-3 table.basicTable tr td { width: 80%; }
}

.access-3 table a:link{ color: var(--main-color-red); text-decoration: none; }
.access-3 table a:visited{ color: var(--main-color-red); text-decoration: none; }
.access-3 table a:active{ color: var(--main-color-red); text-decoration: none; }
.access-3 table a:hover { color: var(--link-color-gray); text-decoration: none; }


.parking {
	border: 2px solid var(--main-color-red);
	padding: 0.25em;
	border-radius: 1.5rem;
	background-color: white;
}

.parking .parkingInner .title {
	position: relative;
	width: 8em;
	color: white;
	border-radius: 1.5rem 0 0 1.5rem;
	background-color: var(--main-color-red);
}

.parking .parkingInner .title p {
	position: relative;
	top: 50%;
	transform: translateY(-50%);
	text-align: center;
}

.parking .parkingInner .title p span {
	display: inline-block;
}

.parking .parkingInner .title p span::before {
	top: 0;
	left: -1em;
	content: "P";
	display: inline-block;
	width: 1.5em;
	height: 1.5em;
	font-size: 1.2em;
	line-height: 1.2em;
	padding-top: 0.1em;
	font-weight: bold;
	text-align: center;
	color: var(--main-color-red);
	background-color: white;
	border-radius: 0.3em;
	box-sizing: border-box;
	margin-right: 0.2em;
}

.parking .parkingInner .info {
	width: calc( 100% - 8em);
}

.parking .parkingInner .info .inner {
	padding: 0 1em;
}

.parking .parkingInner .info .inner p {
	margin-bottom: 0.5em;
}



/*======= faq =======*/

.accordionList {

}

.accordionList .item {
	background-color: white;
	border-radius: 1rem;
	margin-bottom: 0.5rem;
}

.accordionList .item > p.accordionToggle,
.accordionList .item > p.accordionToggle.active:hover {
	position: relative;
	display: block;
	cursor: pointer;
	font-size: 1.2rem;
	font-weight: bold;
	color: var(--main-color);
	background-color: white;	
	border-radius: 1rem;
	padding: 2rem 4rem 2rem 1.5rem;
	transition: 0.5s;
}

.accordionList .item > p.accordionToggle .num,
.accordionList .item > p.accordionToggle.active:hover .num {
	display: block;
	font-size: 1.3rem;
	margin-bottom: 0.3em;
	color: var(--main-color-green);
	transition: 0.5s;
}

.accordionList .item > p.accordionToggle::before {/*arrow*/
	z-index: 6;
	content: "";
	display: inline-block;
	vertical-align: middle;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	right: 1.25em;
	width: 30px;
	height: 30px;
	margin: 0;
	background-color: none;
	background-image: url("./images/common/icon-plus-base.svg");
	background-position: center center;
	background-repeat: no-repeat;
	background-size: 15px auto;
	transition: 0.5;
}

.accordionList .item > p.accordionToggle::after {/*circle*/
	z-index: 5;
	content: "";
	display: inline-block;
	vertical-align: middle;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	right: 1.25em;
	width: 30px;
	height: 30px;
	border-radius: 15px;
	margin: 0;
	background-color: var(--main-color-green);
	transition: 0.5s;
}

.accordionList .item > p.accordionToggle:hover {
	color: white;
	background-color: var(--main-color-green);
}

.accordionList .item > p.accordionToggle:hover .num {
	color: white;
}

.accordionList .item > p.accordionToggle:hover::before {
	filter: brightness(0) saturate(100%) invert(58%) sepia(19%) saturate(1542%) hue-rotate(55deg) brightness(102%) contrast(86%);
}

.accordionList .item > p.accordionToggle:hover::after {
	background-color: white;
}

.accordionList .item > p.accordionToggle.active::before {
	background-image: url("./images/common/icon-minus-base.svg");
}

.accordionList .item > p.accordionToggle.active::before {
	filter: brightness(0) saturate(100%) invert(95%) sepia(100%) saturate(0%) hue-rotate(184deg) brightness(105%) contrast(104%);
}

.accordionList .item > p.accordionToggle.active::after {
	background-color: var((--main-color-green));
}

.accordionList .item > p.accordionToggle.active:hover::after {
	background-color: var(--main-color-green);
}

.accordionList .item .content {
	display: none;
	position: relative;
	padding: 0 4rem 2rem 1.5rem;
}

.accordionList .item .content a:link{ color: var(--main-color-red); text-decoration: none; }
.accordionList .item .content a:visited{ color: var(--main-color-red); text-decoration: none; }
.accordionList .item .content a:active{ color: var(--main-color-red); text-decoration: none; }
.accordionList .item .content a:hover { color: var(--link-color-gray); text-decoration: none; }

@media screen and (min-width: 768px) {
	.accordionList .item > p.accordionToggle,
	.accordionList .item > p.accordionToggle.active:hover {
		padding: 2rem 4rem 2rem 3rem;
	}

	.accordionList .item > p.accordionToggle .num,
	.accordionList .item > p.accordionToggle.active:hover .num {
		display: inline;
		margin-bottom: 0;
		margin-right: 3rem;
	}

	.accordionList .item .content {
		padding: 0 6rem 2rem 8rem;
	}
}


/*======= privacy =======*/

.privacy-1 {

}

.privacy-1 p {
	margin-bottom: 1em;
}


.privacy-1 a:link{ color: var(--main-color-red); text-decoration: none; }
.privacy-1 a:visited{ color: var(--main-color-red); text-decoration: none; }
.privacy-1 a:active{ color: var(--main-color-red); text-decoration: none; }
.privacy-1 a:hover { color: var(--link-color-gray); text-decoration: none; }

a[href$=".pdf"] {
	display: inline-block;
}

a[href$=".pdf"]::after {
	content: url("./images/common/icon-pdf.svg");
	display: inline-block;
	margin-left: 1em;
	vertical-align: middle;
}

a[href$=".pdf"].noicon::after {
	content: "";
	margin-left: 0;
}



/*======= calendar =======*/

.googleCalendar {
	text-align: center;
}

.googleCalendar iframe {
    width: 100%;
    height: 400px;
}

@media (min-width: 768px) {
    .googleCalendar iframe {
        height: 600px;
    }
}












/* ==========================================================================
   WP 
============================================================================= */

.titleBasic {
	z-index: 60;
	position: relative;
	max-width: 500px;
	text-align: center;
	margin: 0 auto;
}

.titleBasic .heading {
	font-size: 1.5rem;
	letter-spacing: 0.1em;
	line-height: 1.5em;
	margin-bottom: 0.1em;
}

.titleBasic .sub {
	font-size: 1.1rem;
	font-weight: 400;
	letter-spacing: 0.05em;
	line-height: 1.5em;
	color: #9FA0A0;
}

.titleBasic .intro {
	text-align: left;
	margin-top: 2.25rem;
}

@media screen and (min-width: 768px) {
	.titleBasic .heading {
		font-size: 1.6rem;
	}
}

@media screen and (min-width: 1100px) {
	.titleBasic .heading {
		font-size: 2.1rem;
	}
	
	.titleBasic .sub {
		font-size: 1.3rem;
	}
}

/*======= single =======*/
.single {
	padding: 4rem 0 6rem 0;
}

.single .sectionInner {
	line-height: 2em;
}

.single .headBasic {
	font-size: 2rem;
	font-weight: 500;
    line-height: 1.75em;
    margin: 0 0 0 0;
	text-align: center;
	padding-bottom: 0.5rem;
	color: var(--main-color-orange);
}

.single .titleBasic {
	max-width: 100%;
	color: var(--text-color);
}

.single .headUnderline {
	border-bottom: 3px solid var(--main-color-orange);
}


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

}   

.single .sectionInner .flexContainer.ttlBox {
	-webkit-justify-content: space-between;
	justify-content:         space-between;
	align-items: center;
	margin-top: 0.5rem;
	border-top: 1px solid var(--main-color-gray);
}

.single .sectionInner .ttlBox .headCate a {
	display: inline-block;
	margin-top: 0.3rem;
	line-height: 1;
}

.single .sectionInner .ttlBox .headCate a:link,
.single .sectionInner .ttlBox .headCate a:visited,
.single .sectionInner .ttlBox .headCate a:active {
	/* text-decoration: none;
	padding: 0.25em 1.25em 0.3em 1.25em;
	border-radius: 1em;
	line-height: 1;
	color: #ffffff;
	background-color: var(--main-color-red); */

}

.single .sectionInner .ttlBox .headCate a:hover {

}

.single .sectionInner .ttlBox .headDate {
	text-align: right;
}

.single .sectionInner .contBox {
	margin: 5rem 0;
}

.single .sectionInner .contBox h2 {
	font-size: 1.25rem;
	margin-bottom: 0.75rem;
}

.single .sectionInner .contBox h3 {
	font-size: 1.1rem;
	margin-bottom: 0.75rem;
}

.single .sectionInner .contBox figure.wp-block-image {/*画像*/
	margin: 1rem auto;
	text-align: center;
}

.single .sectionInner .contBox figure.wp-block-image figcaption {
	font-size: 1rem;
	font-weight: bold;
	margin-bottom: 2rem;
}

.single .sectionInner .contBox p {
	margin: 1em 0;
}

@media screen and (min-width: 768px) {
	.single .sectionInner .contBox {
		margin: 5rem 1rem;
	}
}

.single .sectionInner .contBox figure.wp-block-table {/*テーブル*/
	margin: 1rem auto 2rem auto;
}

.single .sectionInner .contBox figure.wp-block-table figcaption {
	font-size: 1rem;
	font-weight: bold;
	text-align: center;
	margin: 0.5rem 0;
}

.single table {
	width: 100%;
	border-collapse:separate;
	border-top: 1px solid #000000;
	border-bottom: 1px solid #000000;
}

.single table caption{
	font-size: 1rem;
	font-weight: bold;
	text-align: center;
	margin-bottom: 0.5rem;
}

.single table tr th,
.single table tr td {
	font-weight: normal;
	text-align: left;
	vertical-align: middle;
	padding: 0.75em 1rem;
	border-bottom: 1px dashed #000000;
}

.single table tr:last-child th,
.single table tr:last-child td {
	border-bottom: none;
}

.single table tr th {
	background-color: #D9E6F2;
}

.single table tr td {
	border-right: 1px solid var(--main-color-lightgray);
	background-color: white;
}

.single table tr td:last-child {
	border-right: none;
}

.single table p {
	margin-bottom: 1em;
}


.single .pager,
.single .pagerCategory {
	border-top: 1px solid #000000;
	padding: 2rem 0;
	margin-top: 7rem;
	text-align: center;
}

.single .pagerCategory {
	margin-top: 4rem;
}

.single .pager .flexContainer > div {
	width: 33.33333%;
}

.single .pager .flexContainer .prev { text-align: left; }
.single .pager .flexContainer .next { text-align: right; }

.single .pager a:link{ text-decoration: none; }
.single .pager a:visited{ text-decoration: none; }
.single .pager a:active{ text-decoration: none; }
.single .pager a:hover { text-decoration: underline; }



.cateList {
	font-size: 1rem;
	margin-top: 5rem;
	margin-bottom: 6rem;
}

.cateList li {
	margin-bottom: 1rem;
}

.cateList li span {

}

.cateList li span.date {
	width: 28%;
}

.cateList li span.title {
	width: 70%;
	margin-left: 2%;
}

@media screen and (min-width: 768px) {
	.cateList li span.date {
		width: 20%;
	}
	
	.cateList li span.title {
		width: 78%;
		margin-left: 2%;
	}
}

.cateList a:link{ color: var(--main-color); text-decoration: none; }
.cateList a:visited{ color: var(--main-color); text-decoration: none; }
.cateList a:active{ color: var(--main-color); text-decoration: none; }
.cateList a:hover { color: #666666; text-decoration: none; }


/*ページ送り*/
.pagination {
	font-size: 0.8rem;
	text-align: center;
	margin: 5rem 0;
}

.wp-pagenavi {

}

.wp-pagenavi .pages {
	padding: 0.5rem;
}

.wp-pagenavi .first,
.wp-pagenavi .previouspostslink,
.wp-pagenavi .extend,
.wp-pagenavi .current,
.wp-pagenavi .page,
.wp-pagenavi .nextpostslink,
.wp-pagenavi .last {
	display: inline-block;
	width: 1.8rem;
	height: 1.8rem;
	background-color: #cccbcb;
	border-radius: 5px;
	box-sizing: content-box;
	text-align: center;
	line-height: 1.8rem;
	vertical-align: middle;
	margin-left: 1px;
	margin-right: 1px;
}

.wp-pagenavi .extend {
	background-color: transparent;
}

.wp-pagenavi .current {
	color: #ffffff;
	background-color: var(--main-color-blue);
}

.wp-pagenavi a:link,
.wp-pagenavi a:visited,
.wp-pagenavi a:active { color: #ffffff; }
.wp-pagenavi a:hover {
	color: #ffffff;
	background-color:  var(--main-color-blue);
}

@media screen and (min-width: 768px) {
	.pagination {
		font-size: 0.9rem;
		/*text-align: left;*/
	}

	.wp-pagenavi .first,
	.wp-pagenavi .previouspostslink,
	.wp-pagenavi .extend,
	.wp-pagenavi .current,
	.wp-pagenavi .page,
	.wp-pagenavi .nextpostslink,
	.wp-pagenavi .last {
		width: 2rem;
		height: 2rem;
		line-height: 2rem;
	}


}

