@charset "UTF-8";

/* ==========================================================================
   base
============================================================================= */

body {
	-ms-text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%;/*iPhone font*/
	font-family: YakuHanJPs, Roboto, Verdana, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", 游ゴシック, YuGothic, メイリオ, Meiryo, sans-serif;
	font-weight: normal;
	font-size: 16px;
	color: #000000;
}

@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; }

p { background-image:url(""); }

a:link{ color: #ffffff; text-decoration: none; }
a:visited{ color: #ffffff; text-decoration: none; }
a:active{ color: #ffffff; text-decoration: none; }
a:hover { color: #eeeeee; 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.85;
}

img {
	-ms-interpolation-mode: bicubic;
    -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: 1;
}

a:hover svg path {
	/*fill: #ffd700;*/
}

svg,
a:hover svg,
path,
a:hover path {
    -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,20px); 
	-webkit-transform: translate(0,20px); 
	transition: 1.2s;
}

.inviewItemFlag {
	opacity: 1.0;
	transform: translate(0,0); 
	-webkit-transform: translate(0,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;}
.font90per {font-size: 90%!important;}
.font105per {font-size: 105%!important;}
.font110per {font-size: 110%!important;}
.font120per {font-size: 120%!important;}
.lh2 { line-height: 2em;!important }
.pt1 {padding-top: 1rem!important;}
.pt2 {padding-top: 2rem!important;}
.pb1 {padding-bottom: 1rem!important;}
.pb2 {padding-bottom: 2rem!important;}
.mt0 {margin-top: 0!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;}
.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;}

@media only screen and (min-width: 768px){
	br.mbbr {/*スマホのみ改行*/
		display:none!important;
	}
}

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;

	/*background: -webkit-linear-gradient(top, #fff 0%,#efebe1 100%);
	background: linear-gradient(to bottom, #fff 0%,#efebe1 100%);*/
}

select {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	padding-right: 25px;/*矢印分*/
}

input[type="reset"]:focus,
input[type="submit"]:focus {
	outline: 0;
}

/* ==========================================================================
   base
============================================================================= */

body {

}

img,
svg {
	max-width: 100%;
	height: auto;
}

/*---------- fixBtn ----------*/
.fixBtn {
	z-index: 99;
	opacity: 0;
	position: fixed;
	bottom: 0;
	right: 5px;
	display: inline-block;
	width: auto;
	height: auto;
	text-align: center;

    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
}

.fixBtn p.name {
	display: block;
	color: #ffffff;
	font-size: 0.6rem;
	line-height: 1.2em;
	font-weight: bold;
	margin-bottom: 0.5rem;
}

.fixBtn .btn {
	display: inline-block;
	padding: 4px;
	border-radius: 30px;
	background-color: #34B3E5;
	box-sizing: content-box;
	overflow: hidden;
}

@media screen and (min-width: 768px) {
	.fixBtn p.name {
		font-size: 0.8rem;
		margin-bottom: 0.8rem;
	}
}

/*======= drawer =======*/
.drawer-hamburger {
    position: fixed;
    z-index: 104;
    top: 0;
    display: block;
    box-sizing: content-box;
    width: 2rem;
    height: 2rem;
    padding: 0;
    padding-top: 3px;
    padding-right: 10px;
    padding-bottom: 15px;
    padding-left: 10px;
    -webkit-transition: all .6s cubic-bezier(0.190, 1.000, 0.220, 1.000);
    transition: all .6s cubic-bezier(0.190, 1.000, 0.220, 1.000);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    border: 0;
    outline: 0;
    background-color: transparent;
}

.drawer-nav {
	background: rgba(255,255,255,0.95);
}

@media screen and (min-width: 980px) {
	.drawer-hamburger {
		top: 30px;
		padding-right: 20px!important;
	}
}

ul.drawer-menu {

}

ul.drawer-menu {
	line-height: 1.4em;
	text-align: left;
	margin: 0 20px;
	padding-bottom: 2rem;
}

ul.drawer-menu li {
	display: inline-block;
	width: 100%;
	font-size: 0.9rem;
}

ul.drawer-menu li a {
	display: block;
	padding: 0.8rem 0;
	border-bottom: 1px solid rgba(204, 204, 204, 0.5);
}

ul.drawer-menu li:last-child a {
	border: none;
}

ul.drawer-menu a:link{ color: #000000; text-decoration: none; }
ul.drawer-menu a:visited{ color: #000000; text-decoration: none; }
ul.drawer-menu a:active{ color: #000000; text-decoration: none; }
ul.drawer-menu a:hover { color: #cc6600; text-decoration: none; }

/*======= header =======*/
header {
	z-index: 50;
	position: relative;
	border-bottom: 7px solid #3DA5BA;
	padding: 1.5rem 0;
	background-color: #ffffff;
}

header .headerInner {
	margin: 0 0.5rem;

}

header .logoBox {
	text-align: left;
	/*padding-bottom: 1rem;*/
}

header .logoBox h1 .logo {
	display: inline-block;
	width: 25%;
	vertical-align: middle;
	text-align: right;
}

header .logoBox h1 .logo img {
	max-width: 80px;
	width: 100%;
	padding-right: 10px;
}

header .logoBox h1 .logoTtlBox {
	display: inline-block;
	width: 75%;
	font-weight: normal;
	vertical-align: middle;
}

header .logoBox h1 .logoTtlBox .logoSup {
	font-size: 0.75rem;
	display: block;
}

header .logoBox h1 .logoTtlBox .logoTtl {
	font-size: 1.05rem;
	line-height: 1.2em;
}

@media screen and (min-width: 350px) {
	header .logoBox { text-align: center; }
	header .logoBox h1 a {
		display: inline-block;
	}

	header .logoBox h1 .logoTtlBox { text-align: left; }
}

@media screen and (min-width: 500px) {
	header .logoBox h1 .logo { width: 27%; }
	header .logoBox h1 .logo img { max-width: 70px; }
	header .logoBox h1 .logoTtlBox { width: 73%; }
}

header a:link{ color: #000000; text-decoration: none; }
header a:visited{ color: #000000; text-decoration: none; }
header a:active{ color: #000000; text-decoration: none; }
header a:hover { color: #cc6600; text-decoration: none; }

@media screen and (min-width: 768px) {
	header {
		padding: 0;
		height: auto;
	}

	header .headerInner {
		position: relative;
		margin: 0;
		height: 105px;
	}

	header .logoBox { padding-bottom: 0; }

	header .logoBox h1 .logo {
		position: absolute;
		bottom: 18px;
		left: 40px;
		width: 70px;
	}

	header .logoBox h1 .logo img {
		max-width: 100%;
		width: auto;
		padding: 0;
	}

	header .logoBox h1 .logoTtlBox {
		position: absolute;
		bottom: 30px;
		left: 120px;
		width: auto;
	}

	header .logoBox h1 .logoTtlBox .logoSup { font-size: 0.75rem; }
	header .logoBox h1 .logoTtlBox .logoTtl { font-size: 1.1rem; }

}

@media screen and (min-width: 980px) {
	/*header .logoBox h1 .logoTtlBox .logoTtl { font-size: 1.3rem; }*/
}

@media screen and (min-width: 1200px) {
	header .logoBox h1 .logo { left: 0px; }
	header .logoBox h1 .logoTtlBox { left: 80px; }
}

/*======= footer =======*/
footer {
	background-color: #f1f1f1;
}

.footerVisual {
	z-index: 50;
	position: relative;
}

.footerVisual img {
	width: 100%;
}

#inquiry {
	background-color: #3CA5BA;
}

#inquiry .footerInner {
	position: relative;
	margin: 0 0.5rem;
	padding: 0;
	padding-bottom: 1.5rem;
	color: #ffffff;
}

#inquiry .flexContainer.intro .left {
	width: 35%;
	margin: 3rem 0;
}

#inquiry .flexContainer.intro .left h2 { margin-top: 0.5rem; margin-bottom: 0.2em; }

#inquiry .flexContainer.intro .left .inner {
	padding-right: 1rem;
}

#inquiry .flexContainer.intro .center {
	width: 65%;
	font-size: 0.9rem;
	margin: 3rem 0;
}

@media screen and (min-width: 375px) {
	#inquiry .flexContainer.intro .left {
		width: 45%;
	}

	#inquiry .flexContainer.intro .center {
		width: 55%;
	}
}

#inquiry .flexContainer.intro .center p {
	
}

#inquiry .flexContainer.intro .center .destination {
	width: 100%;
}

#inquiry .flexContainer.intro .linkBtn a span.linkBtnBox {
	background-color: #71C9EF;
}

#inquiry .flexContainer.intro .linkBtn a span.linkBtnBox .icon {
	background-color: #29A9E8;
}

#inquiry .flexContainer.intro .center .destination .tel .linkBtn a,
#inquiry .flexContainer.intro .center .destination .mail .linkBtn a,
#inquiry .flexContainer.intro .right .linkBtn a {
	width: 13em;
	margin-top: 1rem;
}

#inquiry .flexContainer.intro .center .destination .tel {
	margin-bottom: 2rem;
}

#inquiry .flexContainer.intro .right {
	width: 100%;
	margin: 0;
	padding: 3rem 0;
	border-top: 1px solid #ffffff;
}

#inquiry .flexContainer.intro .right .linkBtn a {
	margin: 0 auto;
}

@media screen and (min-width: 768px) {
	#inquiry .footerInner {
		margin-right: 40px;
		margin-left: 40px;
		padding-top: 0;
		padding-bottom: 0;
	}

	#inquiry .flexContainer.intro .left {
		width: 30%;
	}

	#inquiry .flexContainer.intro .center {
		width: 35%;
	}

	#inquiry .flexContainer.intro .right {
		width: 35%;
	}

	#inquiry .flexContainer.intro .center p {
		font-size: 1rem;
	}

	#inquiry .flexContainer.intro .center .destination .mail {
		padding-bottom: 1rem;
	}

	#inquiry .flexContainer.intro .right {
		position: relative;
		margin: 3rem 0;
		padding: 0 0;
		border-top: none;
		border-left: 1px solid #ffffff;
	}
	
	#inquiry .flexContainer.intro .right .linkBtn a {
		position: absolute;
		top: 50%;
		left: 50%;
		-webkit-transform: translate(-50%, -50%);
		transform: translate(-50%, -50%);
	}
}

footer .footerCopy {
	border-top: 1px solid #ffffff;
	background-color: #3CA5BA;
}

footer .footerCopy .copyright {
	width: 25%;
	padding: 0.8rem 0.5rem;
	color: #ffffff;
	background-color: #3CA5BA;
	line-height: 1em;
	text-align: center;
}

footer .footerCopy .link {
	width: 75%;
	font-size: 90%;
}

footer .footerCopy .link .linkBtn2 a {
	width: 13rem;
}

footer .footerCopy .link .linkBtn2 a span.linkBtnBox {
	background-color: #3CA5BA;
	color: #ffffff;
	min-height: 3rem;
}

footer .footerCopy .link .linkBtn2 a span.linkBtnBox .icon {
	width: 3rem;
	min-height: 3rem;
	background-color: #3CA5BA;
	border-left: 1px solid #ffffff;
	border-right: 1px solid #ffffff;
}

footer .footerCopy .link .linkBtn2 a span.linkBtnBox .detail {
	width: 80%;
	width: calc(100% - 3rem);
	color: #ffffff;
}

footer .footerCopy .link .linkBtn2 a span.linkBtnBox .detail span.box {
	padding: 0 1em 0 1em;
	font-size: 0.75rem;
	line-height: 1.3em;
}

footer .footerCopy .link .linkBtn2 a span.linkBtnBox .detail span.box > span {
	position: absolute;
	top: 50%;
	-webkit-transform: translate(0, -50%);
	transform: translate(0, -50%);
}

footer .footerCopy .link .linkBtn2 a span.linkBtnBox .detail span.box > span .dt { display: none; }

@media screen and (min-width: 560px) {
	footer .footerCopy .copyright {
		width: 25%;
	}
	
	footer .footerCopy .link {
		width: 75%;
		font-size: 1rem;
	}
	
	footer .footerCopy .link .linkBtn2 a {
		width: 20rem;
	}

	footer .footerCopy .link .linkBtn2 a span.linkBtnBox .detail span.box {
		padding: 0 1em 0 3em;
	}

	footer .footerCopy .link .linkBtn2 a span.linkBtnBox .detail span.box > span .dt { display: inline; }
	footer .footerCopy .link .linkBtn2 a span.linkBtnBox .detail span.box > span .mb { display: none; }
}

@media screen and (min-width: 1100px) {
	#inquiry .footerInner,
	footer .footerCopy .footerCopyInner{
		width: 1100px;
		margin-left: auto;
		margin-right: auto;
	}

	footer .footerCopy .copyright {
		width: 10%;
	}
	
	footer .footerCopy .link {
		width: 90%;
	}
	
	footer .footerCopy .link .linkBtn2 a {
		width: 20rem;
	}

	footer .footerCopy .link .linkBtn2 a span.linkBtnBox .detail span.box {
		padding: 0 1em 0 0;
		font-size: 0.9rem;
	}
}


/*======= contentCommon =======*/
@media screen and (min-width: 1100px) {
	.w1100 {
		max-width: 1100px!important;
		margin-left: auto!important;
		margin-right: auto!important;
	}
}

@media screen and (min-width: 1000px) {
	.w1000 {
		max-width: 1000px!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;
	}
}

.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;/*space-around*/
}

.flexContainer .flexItemCol2,
.flexContainer .flexItemCol3 {
	position: relative;
	display: inline-block;
	width: 100%;
	height: auto;
	margin-bottom: 1rem;
}

.flexContainer .flexItemCol2:last-child,
.flexContainer .flexItemCol3:last-child {
	margin-bottom: 0;
}

@media screen and (min-width: 768px) {
	.flexContainer {
		/*-webkit-justify-content: space-between;
		justify-content:         space-between;*/
	}

	.flexContainer .flexItemCol2 {
		width: 50%;
		margin-bottom: 0;
	}

	.flexContainer .flexItemCol3 {
		width: 33.33333%;
		width: -webkit-calc(99.99999% / 3);
		width: calc(99.99999% / 3);
		margin-bottom: 0;
	}

}

.linkBtn a {
	display: block;
	width: auto;
	text-align: left;
	vertical-align: bottom;
}

.linkBtn a span.linkBtnBox {
	position: relative;
	align-items: center;
	background-color: #83C7D2;
	color: #000000;
}

.linkBtn a span.linkBtnBox .icon {
	position: relative;
	width: 3.2rem;
	min-height: 3.2rem;
	line-height: 1em;
	color: #ffffff;
	background-color: #3EA4BB;
}

.linkBtn a span.linkBtnBox .icon img {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}

.linkBtn a span.linkBtnBox .detail {
	width: 80%;
	width: calc(100% - 3.2rem);
	color: #ffffff;
}

.linkBtn a span.linkBtnBox .detail span.box {
	position: relative;
	display: block;
	width: 100%;
	padding: 0 1em;
	font-size: 1rem;
	line-height: 1em;
}

.linkBtn a span.linkBtnBox .detail span.box > span {
	position: absolute;
	top: 50%;
	-webkit-transform: translate(0, -50%);
	transform: translate(0, -50%);
}

.linkBtn2 a {
	display: block;
	width: auto;
	text-align: left;
	vertical-align: bottom;
}

.linkBtn2 a span.linkBtnBox {
	position: relative;
	align-items: center;
	background-color: #aaaaaa;
	color: #ffffff;
	min-height: 5.5rem;
}

.linkBtn2 a span.linkBtnBox .icon {
	position: relative;
	right: 0;
	width: 5.5rem;
	min-height: 5.5rem;
	line-height: 1em;
	color: #ffffff;
	background-color: #333333;
}

.linkBtn2 a span.linkBtnBox .icon img {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}

.linkBtn2 a span.linkBtnBox .detail {
	width: 80%;
	width: calc(100% - 5.5rem);
	color: #ffffff;
}

.linkBtn2 a span.linkBtnBox .detail h3 { font-weight: normal;}

.linkBtn2 a span.linkBtnBox .detail span.box {
	position: relative;
	display: block;
	width: 100%;
	padding: 0 1em;
	font-size: 1.3rem;
	line-height: 1.3em;
	text-align: left;
}

.linkBtn2 a span.linkBtnBox .detail span.box > span {
	position: absolute;
	top: 50%;
	-webkit-transform: translate(0, -50%);
	transform: translate(0, -50%);
}


ul.item2 {

}

ul.item2 li {
	display: block;
	margin-bottom: 0.6em;
}

ul.item2 li > span {
	position: relative;
	padding-left: 20px;
	display: inline-block;
	box-sizing: border-box;
}

ul.item2 li > span:before {
	content: url("../images/svg/asterisk-gr.svg");
	display: block;
	width: 14px;
	height: 15px;
	position: absolute;
	top: 2px;
	left: 0;
}


/*======= section =======*/
section {
	position: relative;
	font-size: 1rem;
	line-height: 1.5rem;
}

.sectionInner {
	position: relative;
	margin: 0 0.5rem;
	box-sizing: border-box;
}

@media screen and (min-width: 768px) {
	.sectionInner {
		margin-right: 40px;
		margin-left: 40px;
	}
}






/* ==========================================================================
   home
============================================================================= */

/*======= keyVisual =======*/
#keyVisual {
	background-image: url("../images/bg-top.jpg");
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
}

#keyVisual .sectionInner {
	position: relative;
	margin: 0 0.5rem;
	padding: 3.5rem 0 6rem 0;
	overflow: hidden;
	text-align: center;
}

#keyVisual .sectionInner .copy {
	max-width: 360px;
	width: 100%;
	margin: 0 auto 3rem auto;
	color: #ffffff;
}

#keyVisual .sectionInner .copy > img {
	width: 100%;
}

#keyVisual .sectionInner .copy .schedule {
	color: #ffffff;
	border-top: 1px solid #ffffff;
	border-bottom: 1px solid #ffffff;
	margin: 0.75rem 0;
	padding: 0.5rem 0;

	align-items: center;
}

#keyVisual .sectionInner .copy .schedule .left {
	width: 50%;
	text-align: left;
}

#keyVisual .sectionInner .copy .schedule .right {
	width: 50%;
	text-align: right;
}

#keyVisual .sectionInner .copy .schedule .right .year {
	display: block;
	font-size: 1.5rem;
	line-height: 1em;
	letter-spacing: 0.1em;
	font-weight: 100;
}

#keyVisual .sectionInner .copy .schedule .right .month {
	display: block;
	font-size: 3.75rem;
	line-height: 1em;
	font-weight: 100;
	/*margin-right: -0.2em;*/
}

#keyVisual .sectionInner .copy > p {
	text-align: left;
	font-size: 1.15rem;
	line-height: 1em;
	text-align: center;
}

#keyVisual .sectionInner .copy2 {
	margin-bottom: 3rem;
} 

#keyVisual .sectionInner .place {

}

#keyVisual .sectionInner .place li {
	z-index: 10;
	position: relative;
	display: block;
	margin-bottom: 3px;
	overflow: hidden;
}

#keyVisual .sectionInner .place li a {
	display: block;
	width: auto;
	text-align: left;
	vertical-align: bottom;
}

#keyVisual .sectionInner .place li a span.dateBox {
	position: relative;
	align-items: center;
	background-color: #ffffff;
	color: #000000;
}

#keyVisual .sectionInner .place li a span.dateBox::after {
	content: url("../images/svg/icn-moredetails.svg");
	position: absolute;
	top: auto;
	bottom: auto;
	right: 1em;
}

#keyVisual .sectionInner .place li a span.dateBox .date {
	text-align: center;
	font-size: 1.1rem;
	font-weight: normal;
	padding: 1em 1.2em;
	line-height: 1em;
	color: #ffffff;
	background-color: #cccccc;
	text-align: left;
}

#keyVisual .sectionInner .place li a span.dateBox .date > span {
	font-size: 0.7rem;
}

#keyVisual .sectionInner .place li a span.dateBox.tokyo .date { background-color: #9AC749; }
#keyVisual .sectionInner .place li a span.dateBox.kinki .date { background-color: #EA6834; }
#keyVisual .sectionInner .place li a span.dateBox.chubu .date { background-color: #F9BE40; }
#keyVisual .sectionInner .place li a span.dateBox.shikoku .date { background-color: #E61A8B; }
#keyVisual .sectionInner .place li a span.dateBox.chugoku .date { background-color: #98198C; }
#keyVisual .sectionInner .place li a span.dateBox.kyusyu .date { background-color: #1C7DC1; }

#keyVisual .sectionInner .place li a span.dateBox .area {
	font-size: 1.5rem;
}

#keyVisual .sectionInner .place li a span.dateBox .detail {
	width: 50%;
}

#keyVisual .sectionInner .place li a span.dateBox .detail span.box {
	position: relative;
	display: block;
	border-left: 1px solid #cccccc;
	padding: 0 1em;
	height: 3.6em;
	font-size: 0.8rem;
	line-height: 1.2em;
	vertical-align: center;
}

#keyVisual .sectionInner .place li a span.dateBox .detail span.box > span {
	position: absolute;
	top: 50%;
	-webkit-transform: translate(0, -50%);
	transform: translate(0, -50%);
}

#keyVisual .sectionInner .btn {
	z-index: 99;
	position: absolute;
	bottom: 1.5rem;
	right: 5px;
	display: inline-block;
	width: auto;
	height: auto;
	text-align: center;

    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
}

#keyVisual .sectionInner .btn p.name {
	display: inline-block;
	color: #ffffff;
	font-size: 0.8rem;
	line-height: 1.2em;
	margin-right: 0.75em;
	font-weight: bold;
	vertical-align: middle;
}

#keyVisual .sectionInner .btn .btnIcon {
	display: inline-block;
	padding: 4px;
	border-radius: 30px;
	background-color: #34B3E5;
	box-sizing: content-box;
	overflow: hidden;
	vertical-align: middle;
}

#keyVisual .sectionInner .btn .btnIcon span {
	display: block;
	width: 36px;
	height: 36px;
}

@media screen and (min-width: 768px) {
	#keyVisual .sectionInner {
		margin-right: 40px;
		margin-left: 40px;
	}

	#keyVisual .sectionInner .copy {
		margin: 0 auto 3rem 0;
	}

	#keyVisual .sectionInner .copy > p {
		text-align: left;
	}

	#keyVisual .sectionInner .copy2 {
		position: absolute;
		top: 3.5rem;
		right: 0;
		margin-bottom: 0;
	} 

	#keyVisual .sectionInner .place li {
		float: left;
		width: 50%;	
	}

	#keyVisual .sectionInner .place li a {
		margin-right: 3px;
	}
}

@media screen and (min-width: 1000px) {
	#keyVisual .sectionInner {
		/*min-height: 750px;*/
	}

	#keyVisual .sectionInner .date { text-align: left; }

	#keyVisual .sectionInner .place {
		text-align: left;
	}

	#keyVisual .sectionInner .copy { max-width: 400px; }

	#keyVisual .sectionInner .place li {
		width: 33.33333%;
		width: calc(99.99999% / 3);/*IE11対応*/
	}

	#keyVisual .sectionInner .btn p.name {
		font-size: 0.9rem;
	}

	#keyVisual .sectionInner .btn .btnIcon span {
		display: block;
		width: 42px;
		height: 42px;
	}

}

/*======= Advanteges =======*/

.advantagesVisual {
	z-index: 50;
	position: relative;
}

.advantagesVisual img {
	width: 100%;
}

#advantagesCt {
	z-index: 50;
	position: relative;
	background-color: #f1f1f1;
}

#advantagesCt .sectionInner {
	position: relative;
	margin: 0 0.5rem;
	padding: 0 0 1rem 0;
}

#advantagesCt .sectionInner h2 {
	position: relative;
	text-align: center;
	margin-bottom: 1.5rem;
}

@media screen and (min-width: 768px) {
	#advantagesCt .sectionInner {
		margin-right: 40px;
		margin-left: 40px;
	}

	#advantagesCt .sectionInner h2 {
		top: -1rem;
	}
}

#advantagesCt .guide {
}

#advantagesCt .guide .guideBox {
	width: 100%;
	background-color: #ffffff;
	border: 1px solid #cccccc;
	margin-bottom: 1rem;
}

#advantagesCt .guide .guideBox .ttl {
	width: 100%;
	background-color: #42BD86;
}

#advantagesCt .guide .guideBox .ttl img {
	margin: 1.5rem;
}

#advantagesCt .guide .guideBox .name {
	width: 100%;
	padding: 1rem;
	color: #333333;
}

#advantagesCt .guide .guideBox .name h4 {
	font-weight: normal;
	font-size: 1.3rem;
	line-height: 1.7rem;
	margin-bottom: 0.8em;
}

#advantagesCt .guide .guideBox .name p {

}

.txtColorGreen {
	color: #42BD86;
	font-weight: bold;
}

@media screen and (min-width: 850px) {
	#advantagesCt .guide {
		margin-bottom: 1rem;
	}

	#advantagesCt .guide .guideBox {
		width: 32.33333%;
		margin-bottom: 0;
	}

	#advantagesCt .guide .guideBox .photo { height: 250px; }
	#advantagesCt .guide .guideBox .name h3 { font-size: 1.6rem; }
}

#advantagesCt .target {
	margin-bottom: 1rem;
}

#advantagesCt .target .targetBox {
	width: 100%;
	background-color: #ffffff;
	border: 1px solid #cccccc;
}

#advantagesCt .target .targetBox .icn {
	width: 100%;
	height: 90px;
	background-image: url("../images/svg/icn-target.svg");
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 60px 60px;
	background-color: rgba(243, 152, 0, 1);
}

#advantagesCt .target .targetBox .cont {
	width: 100%;
	min-height: 200px;
	padding: 1rem;
	color: #333333;
}

#advantagesCt .target .targetBox .cont h3 {
	font-weight: normal;
	font-size: 1.3rem;
	line-height: 1.7rem;
	margin-bottom: 0.8em;
}

@media screen and (min-width: 850px) {
	#advantagesCt .target .targetBox .icn {
		width: 33%;
		height: auto;
		background-size: 120px 120px;
	}

	#advantagesCt .target .targetBox .cont {
		width: 67%;
	}

	#advantagesCt .target .targetBox .cont h3 { font-size: 1.6rem; }
	#advantagesCt .target .targetBox .cont .item2 { font-size: 1.2rem; }
}


/*======= Information =======*/
#information {
	z-index: 50;
	position: relative;
	background-color: #f1f1f1;
}

.informationVisual {
	z-index: 50;
	position: relative;
}

.informationVisual img {
	width: 100%;
}

#information .sectionInner {
	position: relative;
	margin: 0 0.5rem;
	padding: 1rem 0 4rem 0;
}

#information .sectionInner h2 {
	position: relative;
	text-align: center;
	margin-bottom: 1.5rem;
}

@media screen and (min-width: 768px) {
	#information .sectionInner {
		margin-right: 40px;
		margin-left: 40px;
		padding-top: 2rem;
	}

	#information .sectionInner h2 {
		top: -2rem;
	}
}

#information .guide {
}

#information .guide .guideBox {
	width: 100%;
	margin-bottom: 2rem;
}

#information .guide .guideBox .photo {
	width: 100%;
	border: 1px solid #cccccc;
	border-width: 1px 1px 0 1px;
	background-color: #ffffff;
}

#information .guide .guideBox .nameBox {
	position: relative;
	width: 100%;
	padding: 1.5rem 1.25rem;
	color: #333333;
	background-color: #ffffff;
	border: 1px solid #cccccc;
	border-width: 0 1px 1px 1px;
}

#information .guide .guideBox .nameBox .name h3 {
	font-weight: normal;
	font-size: 1.3rem;
	line-height: 1.7rem;
	margin-bottom: 1em;
}

#information .guide .guideBox .nameBox .name h3 span {
	font-size: 75%;
}

#information .guide .guideBox .nameBox .cont {

}

#information .guide .guideBox.oc .nameBox {
	padding-bottom: 1.5rem;
}

#information .guide .guideBox.exam .examCont {
	margin-bottom: 0.5em;
}

#information .guide .guideBox.exam .examCont .left {
	width: 25%;
	border-right: 1px solid #717070;
	box-sizing: border-box;
}

#information .guide .guideBox.exam .examCont .right {
	width: 75%;
	padding-left: 1em;
	box-sizing: border-box;
}

#information .guide .guideBox.oc {
	background-color: #ffffff;
	border: 1px solid #cccccc;
	border-width: 1px 1px 1px 1px;
}

#information .guide .guideBox.oc .photo {
	border-width: 0 0 0 0;
}

#information .guide .guideBox.oc .nameBox {
	border-width: 0 0;
}

#information .guide .guideBox.exam .linkBtn {
	margin-top: 0.75rem;
}

#information .guide .guideBox.oc .linkBtn {
	width: 12em;
	margin-top: 1.5rem;
}


@media screen and (min-width: 850px) {
	#information .sectionInner {
		padding-bottom: 6rem;
	}

	#information .guide {
		margin-bottom: 2rem;
	}

	#information .guide .guideBox {
		width: 49%;
		margin-bottom: 0;
	}

	#information .guide .guideBox .photo { height: 250px; }
	#information .guide .guideBox .nameBox .name h3 { font-size: 1.6rem; }

}



/*======= Introduction =======*/
#introduction {
	z-index: 50;
	position: relative;
	background-color: #f1f1f1;
}

.introductionVisual {
	z-index: 50;
	position: relative;
}

.introductionVisual img {
	width: 100%;
}

#introduction .sectionInner {
	z-index: 50;
	position: relative;
	margin: 0 0.5rem;
	padding: 1rem 0 1rem 0;
}

#introduction .sectionInner h2 {
	position: relative;
	text-align: center;
	margin-bottom: 2.5rem;
}

@media screen and (min-width: 768px) {
	#introduction .sectionInner {
		margin-right: 40px;
		margin-left: 40px;
		padding-top: 2rem;
	}

	#introduction .sectionInner h2 {
		top: -2rem;
	}
}

#introduction .contLink {
}

#introduction .contLink .contLinkBox {
	position: relative;
	width: 100%;
	margin-bottom: 1rem;
	text-align: center;
}

#introduction .contLink .contLinkBox a::after {
	content: url("../images/svg/icn-moredetails-white.svg");
	z-index: 99;
	position: absolute;
	bottom: 1.5rem;
	right: 1.5rem;
	width: 30px;
	height: 15px;
}

#introduction .contLink .contLinkBox a {
	z-index: 100;
	position: relative;
	display: block;
	width: 100%;
	height: 280px;
	background-image: url("../images/introduction-photo1.jpg");
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
}

#introduction .contLink .contLinkBox.campuslife a { background-image: url("../images/introduction-photo1.jpg"); }
#introduction .contLink .contLinkBox.message a { background-image: url("../images/introduction-photo2.jpg"); }
#introduction .contLink .contLinkBox.career a { background-image: url("../images/introduction-photo3.jpg"); }
#introduction .contLink .contLinkBox.economic a { background-image: url("../images/introduction-photo4.jpg"); }

#introduction .contLink .contLinkBox a span.ttl {
	z-index: 99;
	position: absolute;
	bottom: 1.5rem;
	left: 1.5rem;
}

@media screen and (min-width: 768px) {
	#introduction .contLink .contLinkBox {
		width: 49%;
		margin-right: 1%;
	}
	
	#introduction .contLink .contLinkBox:nth-child(2n) {
		margin-right: 0;
		margin-left: 1%;
	}
}

@media screen and (min-width: 1100px) {
	#introduction .sectionInner .bg {
		z-index: 50;
		position: absolute;
		top: 0;
		width: 100%;
		height: 1100px;
	
		background-image:
		url("../images/svg/graphic-introduction-circle.svg"), 
		url("../images/svg/graphic-introduction-rectangle.svg"),
		url("../images/svg/graphic-introduction-triangle.svg");
	
		background-repeat:
		no-repeat, no-repeat, no-repeat;
	
		background-position:
		110px 200px, right 390px, 60px bottom;
	}

	#introduction .contLink .flexContainer {
		align-items: flex-end;
	}

	#introduction .contLink .contLinkBox {
		width: 49.25%;
		margin-right: 0.75%;
	}
	
	#introduction .contLink .contLinkBox:nth-child(2n) {
		margin-right: 0;
		margin-left: 0.75%;
	}

	#introduction .contLink .contLinkBox.campuslife a {
		width: 540px;
		height: 360px;
		margin-left: auto;
	}

	#introduction .contLink .contLinkBox.message a {
		width: 390px;
		height: 500px;
		margin-right: auto;
	}

	#introduction .contLink .contLinkBox.career a {
		width: 360px;
		height: 360px;
		margin-left: auto;
	}

	#introduction .contLink .contLinkBox.economic a {
		width: 540px;
		height: 360px;
		margin-right: auto;
	}
}


/*======= domain =======*/
#domain {
	z-index: 50;
	position: relative;
	background-color: #f1f1f1;
}

#domain .sectionInner {
	z-index: 50;
	position: relative;
	margin: 0 0.5rem;
	padding: 1rem 0 2rem 0;
}

#domain .sectionInner h2 {
	position: relative;
	text-align: center;
	margin-bottom: 1.5rem;
}

@media screen and (min-width: 768px) {
	#domain .sectionInner {
		margin-right: 40px;
		margin-left: 40px;
		padding-top: 2rem;
	}
}

#domain .sectionInner {
	
}

#domain .domainLink .domainBox {
	width: 100%;
	margin-bottom: 1rem;
}

#domain .domainLink .domainBox .photoWrap img {
	width: 100%;
}

#domain .domainLink .domainBox.is .linkBtn2 a span.linkBtnBox { background-color: #B66178; }
#domain .domainLink .domainBox.is .linkBtn2 a span.linkBtnBox .icon { background-color: #AF4164; }

#domain .domainLink .domainBox.bs .linkBtn2 a span.linkBtnBox { background-color: #6C9790; }
#domain .domainLink .domainBox.bs .linkBtn2 a span.linkBtnBox .icon { background-color: #52857E; }

#domain .domainLink .domainBox.ms .linkBtn2 a span.linkBtnBox { background-color: #6981A7; }
#domain .domainLink .domainBox.ms .linkBtn2 a span.linkBtnBox .icon { background-color: #4C6C95; }

@media screen and (min-width: 768px) {
	#domain .domainLink {
		margin-bottom: 1rem;
	}

	#domain .domainLink .domainBox {
		width: 32.33333%;
		margin-bottom: 0;
	}

	#domain .domainLink .domainBox .linkBtn2 a span.linkBtnBox .detail span.box {
		font-size: 0.85rem;
	}
}

@media screen and (min-width: 1000px) {
	#domain .domainLink .domainBox .linkBtn2 a span.linkBtnBox .detail span.box {
		font-size: 1.3rem;
	}
}



/* ==========================================================================
   pages
============================================================================= */

/*======= common =======*/


/*======= voices =======*/
.voiceVisual {
	z-index: 50;
	position: relative;
}

.voiceVisual img {
	width: 100%;
}

#voices {
	z-index: 50;
	position: relative;
	background-color: #f1f1f1;
}

#voices .sectionInner {
	position: relative;
	margin: 0 0.5rem;
	padding: 0 0 1rem 0;
}

#voices .sectionInner h2 {
	position: relative;
	text-align: center;
	margin-bottom: 2rem;
}

@media screen and (min-width: 768px) {
	#voices .sectionInner {
		margin-right: 40px;
		margin-left: 40px;
	}

	#voices .sectionInner h2 {
		top: -1rem;
	}
}

#voices .sectionInner .memberBox {
	width: 100%;
}

#voices .sectionInner .memberBox .member {
	width: 100%;
	background-color: #3CA5BA;
	border: 1px solid #cccccc;
	margin-bottom: 1rem;
}

#voices .sectionInner .memberBox .member > a {
	display: block;
}

#voices .sectionInner .memberBox .member .photo {
	position: relative;
	width: 100%;
	height: 300px;
	background-repeat: no-repeat;
	background-position: center top;
	background-color: rgba(255, 255, 255, 0.4);
	background-size: cover;
}

#voices .sectionInner .memberBox .member .photo::before {
	content: url("../images/svg/icn-moredetails-green.svg");
	z-index: 99;
	position: absolute;
	top: 1rem;
	left: 1rem;
	width: 30px;
	height: 15px;
}

#voices .sectionInner .memberBox .member.number1 .photo {
	background-image: url("../images/voice-photo1.jpg");
}

#voices .sectionInner .memberBox .member.number2 .photo {
	background-image: url("../images/voice-photo2.jpg");
}

#voices .sectionInner .memberBox .member.number3 .photo {
	background-image: url("../images/voice-photo3.jpg");
}

#voices .sectionInner .memberBox .member.number4 .photo {
	background-image: url("../images/voice-photo4.jpg");
}

#voices .sectionInner .memberBox .member.number5 .photo {
	background-image: url("../images/voice-photo5.jpg");
}

#voices .sectionInner .memberBox .member.number6 .photo {
	background-image: url("../images/voice-photo6.jpg");
}

#voices .sectionInner .memberBox .member .personal {
	z-index: 50;
	position: relative;
	width: 80%;
	padding: 2rem 0;
	margin: 0 10%;
	border-bottom: 1px solid #ffffff;
}

#voices .sectionInner .memberBox .member .personal::before {
	z-index: 1;
	content: '';
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 140%;
	height: 80px;
	margin-top: 0rem;
	margin-left: -20%;
	background: #3CA5BA;
	-webkit-transform-origin: left center;
	-ms-transform-origin: left center;
	transform-origin: left center;
	-webkit-transform: rotate(-4deg);
	-ms-transform: rotate(-4deg);
	transform: rotate(-4deg);
 }

 #voices .sectionInner .memberBox .member .personal .left {
	z-index: 50;
	display: inline-block;
	width: 78%;
}

#voices .sectionInner .memberBox .member .personal .left .name {
	font-size: 1.2rem;
	line-height: 1.3em;
	font-weight: normal;
	margin-bottom: 1em;
}

#voices .sectionInner .memberBox .member .personal .left .sup {
	font-size: 0.9rem;
	line-height: 1.3em;
}

#voices .sectionInner .memberBox .member .personal .right {
	z-index: 50;
	display: inline-block;
	width: 22%;
}

#voices .sectionInner .memberBox .member .personal .right img {
	margin-top: 2px;
}

#voices .sectionInner .memberBox .member .ttl {
	width: 80%;
	padding: 1.75rem 0;
	font-size: 0.9rem;
	line-height: 1.75em;
	margin: 0 10%;
}

#voices .sectionInner .memberBox .member .ttl span {

}

@media screen and (min-width: 650px) {
	#voices .sectionInner .memberBox .member {
		width: 49%;
	}
	
	#voices .sectionInner .memberBox .member .photo {
		height: 250px;
	}
}

@media screen and (min-width: 950px) {
	#voices .sectionInner .memberBox .member {
		width: 32.33333%;
	}
}

@media screen and (min-width: 1100px) {
	#voices .sectionInner .memberBox .member .ttl {
		font-size: 1rem;
	}
}

/*======= campuslife =======*/
.campuslifeVisual {
	z-index: 50;
	position: relative;
}

.campuslifeVisual img {
	width: 100%;
}

#campuslife {
	z-index: 50;
	position: relative;
	background-color: #f1f1f1;
}

#campuslife .sectionInner {
	position: relative;
	margin: 0 0.5rem;
	padding: 0 0 1rem 0;
}

#campuslife .sectionInner h2 {
	position: relative;
	text-align: center;
	margin-bottom: 2rem;
}

@media screen and (min-width: 768px) {
	#campuslife .sectionInner {
		margin-right: 40px;
		margin-left: 40px;
	}

	#campuslife .sectionInner h2 {
		top: -1rem;
	}
}

#campuslife .sectionInner .lifeBox {
	width: 100%;
	margin-bottom: 3rem;
}

#campuslife .sectionInner .lifeBox .ttl {
	position: relative;
	display: inline-block;
	overflow: hidden;
	padding-top: 2rem;
	vertical-align: top;
}

#campuslife .sectionInner .lifeBox .ttl h3 {
	z-index: 50;
	position: relative;
	display: inline-block;
	color: #ffffff;
	font-size: 0.9rem;
	font-weight: 300;
	letter-spacing: 0.1em;
	padding: 1rem 2.5rem 1.25rem 6rem;
	background-color: #E5007F;
}

#campuslife .sectionInner .lifeBox .ttl h3 span {
	z-index: 50;
	position: relative;
}

#campuslife .sectionInner .lifeBox .ttl h3 span span.large {
	font-size: 1.3rem;
}

#campuslife .sectionInner .lifeBox .ttl h3::before {
	content: url("../images/svg/icn-campus.svg");
	z-index: 50;
	position: absolute;
	top: auto;
	bottom: auto;
	left: 1.75rem;
}

#campuslife .sectionInner .lifeBox .ttl h3::after {
	z-index: 1;
	content: '';
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 120%;
	height: 80px;
	margin-top: 0rem; 
	background: #E5007F;
	-webkit-transform-origin: left center;
	-ms-transform-origin: left center;
	transform-origin: left center;
	-webkit-transform: rotate(-4deg);
	-ms-transform: rotate(-4deg);
	transform: rotate(-4deg);
}

#campuslife .sectionInner .lifeBox .book {
	flex-direction: row-reverse;
}

#campuslife .sectionInner .lifeBox .book .person {
	overflow: hidden;
}

#campuslife .sectionInner .lifeBox .book .personal {
	position: relative;
	width: 100%;
	color: #ffffff;
	padding: 1.25rem;
	background-color: #E5007F;
}

#campuslife .sectionInner .lifeBox .book .personal::after {
	z-index: 1;
	content: '';
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 120%;
	height: 80px;
	margin-top: 0rem; 
	background: #E5007F;
	-webkit-transform-origin: left center;
	-ms-transform-origin: left center;
	transform-origin: left center;
	-webkit-transform: rotate(-4deg);
	-ms-transform: rotate(-4deg);
	transform: rotate(-4deg);
}

#campuslife .sectionInner .lifeBox .book .personal .left {
	z-index: 50;
	position: relative;
	display: inline-block;
	width: 40%;
	padding-top: 0.5rem;
}

#campuslife .sectionInner .lifeBox .book .personal .left .name {
	font-size: 1.1rem;
	line-height: 1;
	font-weight: normal;
	margin-bottom: 1em;
}

#campuslife .sectionInner .lifeBox .book .personal .right {
	z-index: 50;
	position: relative;
	display: inline-block;
	width: 60%;
	padding: 0.25rem 1rem;
	border-left: 1px solid #DEDEDE;
}

#campuslife .sectionInner .lifeBox .book .personal .right .sup {
	font-size: 0.8rem;
	line-height: 1.5em;
	margin-bottom: 2px;
}

#campuslife .sectionInner .lifeBox .book .comment {
	background-color: #ffffff;
	color: #37A8BD;
	padding: 2rem;
	font-size: 1rem;
}

#campuslife .sectionInner .lifeBox .sliderBox {
	width: 100%;
}


@media screen and (min-width: 1000px) {
	#campuslife .sectionInner {
		padding-bottom: 2rem;
	}

	#campuslife .sectionInner .lifeBox .book .photo {
		height: 250px;
		overflow: hidden;
	}

	#campuslife .sectionInner .lifeBox .book .person { width: 40%; }

	#campuslife .sectionInner .lifeBox .book .sliderBox {
		width: 60%;
	}
}

@media screen and (min-width: 1100px) {
	#campuslife .sectionInner .lifeBox .book .personal .left {
		width: 40%;
	}

	#campuslife .sectionInner .lifeBox .book .personal .right {
		width: 60%;
	}

	#campuslife .sectionInner .lifeBox .book .person { width: 33.33333%; }
	#campuslife .sectionInner .lifeBox .book .sliderBox { width: 66.66666%; }
}

/* slider */
.slyderLayout {
	width: 100%;
	margin-bottom: 0;
	padding: 0;
}

.bx-wrapper { margin-bottom: 0!important; }

.slyderLayout li {
	position: relative;
}

.bx-wrapper .bx-controls-direction a {
    width: 30px;
    height: 24.618px;
}

.bx-wrapper .bx-prev {
    left: 10px;
    background: url(../images/svg/arrow-left.svg) no-repeat left center;
}

.bx-wrapper .bx-next {
    right: 10px;
    background: url(../images/svg/arrow-right.svg) no-repeat left center;
}

.bx-wrapper .bx-next:hover {
	background-position: 0 0;
}

.slyderLayout .sup {
	position: absolute;
	bottom:0;
	left:0;
	width:100%;
	font-size: 0.8rem;
	color: #ffffff;
	background: rgba(0, 0, 0, 0.5);

}

.slyderLayout .sup .desc h4 {
	font-size: 0.9rem;
	font-weight: normal;
}

.slyderLayout .sup .time {
	position: relative;
	width: 25%;
	text-align: center;
	font-size: 2rem;
	font-weight: 300;
	padding: 1rem 0;
}

.slyderLayout .sup .time span {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	line-height: 1;
}

.slyderLayout .sup .desc {
	width: 75%;
	padding: 0 1rem;
	margin: 1rem 0;
	border-left: 1px solid rgba(255, 255, 255, 0.5);
}

ul#bx-pager,
ul#bx-pager2 {
	letter-spacing: -.4em;
}

ul#bx-pager li,
ul#bx-pager2 li {
	width:25%;
	display: inline-block;
	letter-spacing: normal;
	vertical-align: bottom;
}

ul#bx-pager li a,
ul#bx-pager2 li a { display: block; }


/* ==========================================================================
   ポップアップ
============================================================================= */
#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: #21ADE7;
	border-radius: 25px;
}

#cboxClose:after {
	z-index: 9999;
	position: absolute;
	top: 0;
	left: 0;
	content: url(../images/svg/closeBtn.svg);
	width: 20px;
	height: 20px;
	padding: 15px;
	text-indent: 0;
}

.popup {
	overflow: hidden;
	position: relative;
	box-sizing: border-box;
	color: #ffffff;
}

.popup .popupMap {
	width: 100%;
	height: 400px;
	background-color: #ffffff;
}

.popup .popupMap iframe {
	width: 100%;
	height: 400px;
}

.popup.tokyo .popupDetail,
.popup.tokyo .popupDetail::before { background-color: #9AC749; }
.popup.kinki .popupDetail,
.popup.kinki .popupDetail::before { background-color: #EA6834; }
.popup.chubu .popupDetail,
.popup.chubu .popupDetail::before { background-color: #F9BE40; }
.popup.shikoku .popupDetail,
.popup.shikoku .popupDetail::before { background-color: #E61A8B; }
.popup.chugoku .popupDetail,
.popup.chugoku .popupDetail::before { background-color: #98198C; }
.popup.kyusyu .popupDetail,
.popup.kyusyu .popupDetail::before { background-color: #1C7DC1; }

.popup .popupDetail {
	position: relative;
}

.popup .popupDetail::before {
	z-index: 1;
	content: '';
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 120%;
	height: 80px;
	margin-top: 0rem; 
	background: #011931;
	-webkit-transform-origin: left center;
	-ms-transform-origin: left center;
	transform-origin: left center;
	-webkit-transform: rotate(-4deg);
	-ms-transform: rotate(-4deg);
	transform: rotate(-4deg);
 }

.popup .popupDetail .place {
	z-index: 50;
	position: relative;
	width: 100%;
	height: 7rem;
	text-align: center;
	align-items: center;
}

.popup .popupDetail .place .day {
	position: relative;
	width: 25%;
	font-size: 1.7rem;
	font-weight: normal;
	line-height: 1.2rem;
	padding: 0.75rem 0;
	border-right: 1px solid #ffffff;
}

.popup .popupDetail .place .day p span {
	font-size: 0.9rem;
}

.popup .popupDetail .place .prefecture {
	position: relative;
	width: 25%;
	font-size: 1.4rem;
	padding: 0.75rem 0;
	border-right: 1px solid #ffffff;
}

.popup .popupDetail .place .venue {
	position: relative;
	width: 50%;
	padding: 0.75rem 0;
	font-size: 1rem;
	line-height: 1.2em;
}

.popup .popupDetail .place .day p,
.popup .popupDetail .place .prefecture p,
.popup .popupDetail .place .venue p {
	display: inline-block;
	text-align: left;
}

.popup .popupDetail .place .venue p.long {
	font-size: 0.75rem;
}

.popup .popupDetail .time {
	width: 100%;
	height: auto;
	align-items: center;
}

.popup .popupDetail .time .timeTable {
	position: relative;
	width: 100%;
	height: 8rem;
	padding: 0 2rem;
	text-align: left;
	background-color: rgba(255,255,255,0.15);
}

.popup .popupDetail .time .timeTable .timeTableInner {
	display: inline-block;
	min-width: 16em;
	position: absolute;
	top: 50%;
	-webkit-transform: translate(0, -50%);
	transform: translate(0, -50%);
}

.popup .popupDetail .time .timeTable p {
	font-size: 0.9rem;
	margin-bottom: 1em;
	line-height: 1em;
}

.popup .popupDetail .time .timeTable p:last-child {
	margin-bottom: 0;
}

.popup .popupDetail .time .timeTable p span {
	display: inline-block;
	width: 11.5em;
	border-right: 1px solid #ffffff;
	margin-right: 1em;
}

.popup .popupDetail .time .mapBtn {
	width: 100%;
	text-align: center;
	height: 8rem;
	background-color: rgba(255,255,255,0.3);
}

.popup .popupDetail .time .mapBtn a {
	position: relative;
	display: block;
	width: 100%;
	height: 100%;
}

.popup .popupDetail .time .mapBtn a .linkIcon {
	min-width: 9rem;
	display: inline-block;
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}

.popup .popupDetail .time .mapBtn a .icon {
	position: relative;
	display: inline-block;
	width: 3rem;
	height: 3em;
	border-radius: 4rem;
	background-color: rgba(255,255,255,0.45);
}

.popup .popupDetail .time .mapBtn a .icon img {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}

.popup .popupDetail .time .mapBtn a .txt {
	font-size: 0.8rem;
}

@media screen and (min-width: 768px) {
	.popup .popupDetail .place .venue p.long {
		font-size: 0.9rem;
	}
	
	.popup .popupDetail .time .timeTable {
		width: 74%;
	}

	.popup .popupDetail .time .timeTable p {
		font-size: 1rem;
	}

	.popup .popupDetail .time .mapBtn {
		width: 26%;
	}
}


.popup_voices {
	background-color:#3CA5BA;
	overflow: hidden;
	position: relative;
	box-sizing: border-box;
}

.popup_voices .photo {
	position: relative;
	width: 100%;
	height: 300px;
	overflow: hidden;
}

.popup_voices .ttl {
	position: relative;
	padding: 0 1.5rem;
	margin: 1rem 0 1.5rem 0;
	color: #ffffff;
}

.popup_voices .ttl::before {
	z-index: 1;
	content: '';
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 110%;
	height: 60px;
	margin-top: -1rem;
	background: #3CA5BA;
	-webkit-transform-origin: left center;
	-ms-transform-origin: left center;
	transform-origin: left center;
	-webkit-transform: rotate(-4deg);
	-ms-transform: rotate(-4deg);
	transform: rotate(-4deg);
 }

 .popup_voices .ttl .number {
	z-index: 50;
	width: 20%;
	padding-top: 10px;
	padding-right: 1rem;
	border-right: 1px solid #ffffff;
}

.popup_voices .ttl .info {
	z-index: 50;
	width: 80%;
	padding: 0 2rem;
}

.popup_voices .ttl .info .head {
	font-size: 1.2rem;
	margin-bottom: 1em;
}

.popup_voices .ttl .info .name {

}

.popup_voices .ttl .info .name span {
	font-size: 0.9rem;
}

.popup_voices .main {
	font-size: 0.9rem;
	padding: 2em 1.5em;
	color: #666666;
	line-height: 2em;
	background-color: #ffffff;
}

.popup_voices .main p { margin-bottom: 1.5em; }

.popup_voices .main p:last-child { margin-bottom: 0; }

@media screen and (min-width: 500px) {
	.popup_voices .ttl {

	}

	.popup_voices .ttl .number {
		width: 25%;
	}

	.popup_voices .ttl .info {
		width: 75%;
	}

	.popup_voices .main {
		font-size: 1rem;
		padding: 2.5em 2em;
	}
}

@media screen and (min-width: 768px) {
	.popup_voices .photo {
		height: 400px;
	}
}

/* ==========================================================================
   リップルエフェクト
============================================================================= */

.ripple {
  position: relative;
  overflow: hidden;
}

.ripple .rp-effect {/*エフェクト*/
  position: absolute;
  border-radius: 50%;
  opacity: 0.35;/*波紋の濃さ*/
  transform: scale(0);
  background: #FFF;/*波紋色*/
  animation: ripple 700ms;
  pointer-events: none; 
}

@-webkit-keyframes ripple {
  to {
    opacity: 0;
    transform: scale(2.0);
  }
}

@keyframes ripple {
  to {
    opacity: 0;
    transform: scale(2.0);
  }
}

