@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;/*矢印分*/
	/*background: url(../images/common/iconArrowSelect.png) right 50% no-repeat, -webkit-linear-gradient(top, #fff 0%,#efebe1 100%);
	background: url(../images/common/iconArrowSelect.png) right 50% no-repeat, linear-gradient(to bottom, #fff 0%,#efebe1 100%);*/
}

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;
	}

.	fixBtn .btn {
		padding: 8px;
		border-radius: 35px;
	}
}

/*======= 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%;
}

ul.drawer-menu li a {
	display: block;
	padding: 0.9rem 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: 10px 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.9rem;
	display: block;
}

header .logoBox h1 .logoTtlBox .logoTtl {
	font-size: 1.1rem;
	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 .headerInner h2 {
	font-size: 0.9rem;
	text-align: center;
}

header .headerInner h2 span {
	display: block;
	line-height: 1.2em;
}

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: 1rem; }
	header .logoBox h1 .logoTtlBox .logoTtl { font-size: 1.1rem; }

	header .headerInner h2 {
		position: absolute;
		bottom: 30px;
		right: 65px;
		text-align: left;
	}

}

@media screen and (min-width: 980px) {
	header .logoBox h1 .logoTtlBox .logoTtl { font-size: 1.3rem; }
	header .headerInner h2 { right: 200px; }
}

@media screen and (min-width: 1200px) {
	header .logoBox h1 .logo { left: 0px; }
	header .logoBox h1 .logoTtlBox { left: 80px; }
}

/*======= footer =======*/
#inquiry {
	background-color: #898989;
}

#inquiry .footerInner {
	position: relative;
	margin: 0 0.5rem;
	padding: 1rem 0;
	padding-bottom: 1.5rem;
	color: #ffffff;
}

#inquiry .flexContainer.intro .left {
	width: 35%;
	padding: 2rem 0;
}

#inquiry .flexContainer.intro .left h2 { margin-top: 0.5rem; margin-bottom: 0.2em; }
#inquiry .flexContainer.intro .left h3 {
	font-weight: normal;
	margin-bottom: 1.5em;
	line-height: 1.4em;
}

#inquiry .flexContainer.intro .left h3 { font-size: 80%; }

#inquiry .flexContainer.intro .left .inner {
	padding-right: 1rem;
}

#inquiry .flexContainer.intro .right {
	width: 65%;
	font-size: 0.9rem;
	padding: 2rem 0;
}

#inquiry .flexContainer.intro .right > p {
	line-height: 1.3em;
	margin-bottom: 2rem;
}

#inquiry .flexContainer.intro .right .destination {
	width: 100%;
}

#inquiry .flexContainer.intro .right .destination .attendant {
	width: 100%;
	padding: 0.8em 1em;
	font-size: 1.3rem;
	line-height: 1.2em;
	background-color: #B5B5B6;
}

#inquiry .flexContainer.intro .right .destination .attendant .sup {
	font-size: 1rem;
}

#inquiry .flexContainer.intro .right .destination .means {
	width: 100%;
}

#inquiry .means ul.linkLarge .icondetail {
	position: relative;
	background-color: #727171;
}

#inquiry .means ul.linkLarge .icondetail a > span {
	display: block;
	line-height: 50px;
	padding-left: 75px;
	padding-right: 1em;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

#inquiry .means ul.linkLarge .icondetail.tel a > span:before {
	content: url("../images/svg/inquiry/btn-tel.svg");
}

#inquiry .means ul.linkLarge .icondetail.mail a > span:before {
	content: url("../images/svg/inquiry/btn-mail.svg");
}

@media screen and (min-width: 768px) {
	#inquiry .footerInner {
		margin-right: 40px;
		margin-left: 40px;
		padding-top: 1rem;
		padding-bottom: 2.5rem;
	}

	#inquiry .flexContainer.intro .left {
		width: 32%;
	}

	#inquiry .flexContainer.intro .right {
		width: 68%;
	}

	#inquiry .flexContainer.intro .left h3 { font-size: 100%; }

	#inquiry .flexContainer.intro .right > p {
		font-size: 150%;
	}

	#inquiry .flexContainer.intro .right .destination .attendant {
		width: 50%;
	}

	#inquiry .flexContainer.intro .right .destination .means {
		width: 50%;
	}
}

@media screen and (min-width: 1200px) {
	#inquiry .flexContainer.intro .left {
		width: 29%;
	}

	#inquiry .flexContainer.intro .right {
		width: 71%;
	}

	#inquiry .flexContainer.intro .right > p {
		font-size: 170%;
	}

	#inquiry .flexContainer.intro .right .destination .attendant {
		width: 60%;
	}

	#inquiry .flexContainer.intro .right .destination .means {
		width: 40%;
	}
}

footer .footerCopy { background-color: #727171; }

footer .footerCopy .copyright {
	width: 30%;
	padding: 1rem 0.5rem;
	color: #ffffff;
	background-color: #727171;
	line-height: 1em;
}

footer .footerCopy .link {
	width: 70%;
	font-size: 90%;
}

footer .footerCopy .link ul.linkLarge .iconExternal { background-color: #727171; }

footer .footerCopy .link ul.linkLarge .iconExternal a > span {
	text-align: right;
}

@media screen and (min-width: 1200px) {
	footer .footerCopy .link { border-right: 1px solid #ffffff; }
}


/*======= contentCommon =======*/
@media screen and (min-width: 1200px) {
	.w1200 {
		max-width: 1200px!important;
		margin-left: auto!important;
		margin-right: auto!important;
	}
}

ul.hrItemCol3 {
	list-style-type: none;
	letter-spacing: -.4em;
}

ul.hrItemCol3 li {
	width: 100%;
	display: inline-block;
	text-align: center;
	letter-spacing: normal;
	margin-bottom: 1rem;
	vertical-align: bottom;
}

@media screen and (min-width: 768px) {
	ul.hrItemCol3 li {
		width: 33.33333%;
		width: calc(99.99999% / 3);/*IE11対応*/
		padding: 0 0.25rem;
		margin-bottom: 0.5rem;
		box-sizing: border-box;
	}

	ul.hrItemCol3 li img {
		width: 100%;
	}
}

.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;
	}

}

ul.btn li {
	overflow: hidden;
}

/*======= 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/keyVisual.jpg");
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
}

#keyVisual .sectionInner {
	position: relative;
	margin: 0 0.5rem;
	padding: 3.5rem 0;
	overflow: hidden;
}

#keyVisual .sectionInner .date { text-align: center; }

#keyVisual .sectionInner .date .copy {
	max-width: 512px;
	width: 100%;
}

#keyVisual .sectionInner .date .place {
	margin-top: 1rem;
	text-align: center;
}

#keyVisual .sectionInner .date .place li {
	z-index: 10;
	position: relative;
	display: block;
	margin-bottom: 3px;
	overflow: hidden;
}

#keyVisual .sectionInner .date .place li a {
	display: inline-block;
	width: auto;
	text-align: left;
	vertical-align: bottom;
}

#keyVisual .sectionInner .date .place li a span.dateBox {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	display: block;
	font-size: 95%;
	text-align: left;
}

#keyVisual .sectionInner .date .place li a span.dateBox > span {
	position: absolute;
	top: 50%;
	left: 33%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	line-height: 1;
}

#keyVisual .sectionInner .map {
	display: none;
}

@media screen and (min-width: 600px) {
	#keyVisual .sectionInner .date .place li a span.dateBox { font-size: 120%; }
	#keyVisual .sectionInner .date .place li a span.dateBox > span { left: 170px; }
}

@media screen and (min-width: 768px) {
	#keyVisual .sectionInner {
		padding: 4rem 0;
		margin-right: 40px;
		margin-left: 40px;
	}

	/*
	#keyVisual .sectionInner .date { text-align: left; }

	#keyVisual .sectionInner .date .place {
		text-align: left;
	}
	*/

	#keyVisual .sectionInner .date .copy { max-width: 700px; }

	#keyVisual .sectionInner .date .place li img { max-width: auto; width: 700px; }

	#keyVisual .sectionInner .date .place li a span.dateBox { font-size: 140%; }
	#keyVisual .sectionInner .date .place li a span.dateBox > span { left: 230px; }

}

@media screen and (min-width: 1000px) {
	#keyVisual .sectionInner {
		/*min-height: 750px;*/
		min-height: 500px;
	}

	#keyVisual .sectionInner .date { text-align: left; }

	#keyVisual .sectionInner .date .place {
		text-align: left;
	}

	#keyVisual .sectionInner .date .copy { max-width: 512px; }

	#keyVisual .sectionInner .date .place li img { max-width: auto; width: 512px; }

	#keyVisual .sectionInner .date .place li a span.dateBox { font-size: 120%; }
	#keyVisual .sectionInner .date .place li a span.dateBox > span { left: 170px; }

	#keyVisual .sectionInner .map {
		z-index: 30;
		position: absolute;
		/*top: -300px;*/
		top: -500px;
		right: -130px;
		display: block;
		width: 600px;
		height: 1500px;
		background-image: url("../images/svg/keyVisual/japan-map.svg");
		background-repeat: no-repeat;
		background-position: center center;
	}

	#keyVisual .sectionInner .map .pin {
		position: absolute;
	}

	#keyVisual .sectionInner .map .pin img {
		width: 28px;
		height: auto;
	}
	
	#keyVisual .sectionInner .map .pin.tokyo {
		z-index: 50;
		top: 650px;
		right: 155px;
	}

	#keyVisual .sectionInner .map .pin.aichi {
		z-index: 50;
		top: 725px;
		right: 248px;
	}

	#keyVisual .sectionInner .map .pin.shiga {
		z-index: 48;
		top: 732px;
		right: 281px;
	}

	#keyVisual .sectionInner .map .pin.kyoto {
		z-index: 45;
		top: 748px;
		right: 291px;
	}

	#keyVisual .sectionInner .map .pin.osaka {
		z-index: 50;
		top: 763px;
		right: 295px;
	}

	#keyVisual .sectionInner .map .pin.tokushima {
		z-index: 50;
		top: 813px;
		right: 322px;
	}

	#keyVisual .sectionInner .map .pin.okayama {
		z-index: 50;
		top: 795px;
		right: 362px;
	}

	#keyVisual .sectionInner .map .pin.fukuoka {
		z-index: 50;
		top: 905px;
		right: 472px;
	}

}

@media screen and (min-width: 1100px) {
	#keyVisual .sectionInner .map {
		right: -80px;
	}
}

@media screen and (min-width: 1200px) {
	#keyVisual .sectionInner .map {
		right: 20px;
	}
}







/*======= parts =======*/
ul.item {
	padding: 0.5rem 1rem;
}

ul.item.blue {
	color: #ffffff;
	background-color: #54C3F1;
}

ul.item li > span {
	display: ineline-block;
	line-height: 1;
	vertical-align: middle;
}

ul.item li > span:before {
	content: url("../images/svg/common/asterisk-wh.svg");
	display: inline-block;
	vertical-align: middle;
	margin-right: 1em;
}

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/common/asterisk-gr.svg");
	display: block;
	width: 14px;
	height: 15px;
	position: absolute;
	top: 2px;
	left: 0;
}

ul.linkLarge {
	width: 100%;
}

ul.linkLarge .icondetail {
	/*padding: 0.7em 1em;*/
	position: relative;
	background-color: #727171;
}

ul.linkLarge .icondetail a {
	display: block;
	width: 100%;
	height: 50px;
	border-bottom: 1px solid #D0D0D0;
}

ul.linkLarge li:last-child a { border: none; }

ul.linkLarge .icondetail a > span {
	display: block;
	line-height: 50px;
	padding-left: 75px;
	padding-right: 1em;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

ul.linkLarge .icondetail a > span:before {
	content: url("../images/svg/common/btn-detail.svg");
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	width: 48px;
	height: 48px;
	padding: 2px;
	border-right: 1px solid #B9B8B8;
	box-sizing: content-box;
}

ul.linkLarge .iconExternal {
	position: relative;
	background-color: #9FA0A0;
}

ul.linkLarge .iconExternal a {
	display: block;
	width: 100%;
	height: 50px;
	border-bottom: 1px solid #D0D0D0;
}

ul.linkLarge li:last-child a { border: none; }

ul.linkLarge .iconExternal a > span {
	display: block;
	line-height: 50px;
	padding-left: 1em;
	padding-right: 75px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

ul.linkLarge .iconExternal a > span:before {
	content: url("../images/svg/common/btn-externallink.svg");
	position: absolute;
	top: 0;
	right: 0;
	display: block;
	width: 48px;
	height: 48px;
	padding: 2px;
	border-left: 1px solid #D0D0D0;
	box-sizing: content-box;
}


ul.linkSmall {
	width: 100%;
}

ul.linkSmall .icondetail {
	/*padding: 0.7em 1em;*/
	position: relative;
	background-color: #727171;
}

ul.linkSmall .icondetail a {
	display: block;
	width: 100%;
	height: 48px;
	border-bottom: 1px solid #D0D0D0;
}

ul.linkSmall li:last-child a { border: none; }

ul.linkSmall .icondetail a > span {
	display: block;
	line-height: 50px;
	padding-left: 48px;
	text-align: center;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

ul.linkSmall .icondetail a > span:before {
	content: url("../images/svg/common/btn-detail.svg");
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	width: 48px;
	height: 48px;
	border-right: 1px solid #B9B8B8;
	box-sizing: content-box;
}

ul.linkSmall .iconExternal {
	position: relative;
	background-color: #9FA0A0;
}

ul.linkSmall .iconExternal a {
	display: block;
	width: 100%;
	height: 48px;
	border-bottom: 1px solid #D0D0D0;
}

ul.linkSmall .iconExternal a > span {
	display: block;
	line-height: 50px;
	padding-left: 48px;
	text-align: center;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

ul.linkSmall .iconExternal a > span:before {
	content: url("../images/svg/common/btn-externallink.svg");
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	width: 48px;
	height: 48px;
	border-right: 1px solid #B9B8B8;
	box-sizing: content-box;
}


/*======= Advanteges =======*/
#advantagesTop {
	z-index: 50;
	position: relative;
	background-color: #E4007F;
}

#advantagesTop .sectionInner {
	position: relative;
	margin: 0 0.5rem;
	padding: 1rem 0 0 0;
	color: #ffffff;
}

#advantagesTop .flexContainer.intro .left {
	width: 70%;
	padding: 2rem 0 1rem 0;
}

#advantagesTop .flexContainer.intro .left h2 { margin-top: 0.5rem; margin-bottom: 0.5em; }
#advantagesTop .flexContainer.intro .left h3 {
	font-weight: normal;
	margin-bottom: 1.5em;
	line-height: 1.4em;
}

#advantagesTop .flexContainer.intro .left h3 { font-size: 110%; }

#advantagesTop .flexContainer.intro .left .inner {
	padding-right: 1rem;
}

#advantagesTop .flexContainer.intro .right {
	width: 30%;
	font-size: 0.9rem;
	padding: 2rem 0;
}

@media screen and (min-width: 768px) {
	#advantagesTop .sectionInner {
		margin-right: 40px;
		margin-left: 40px;
		padding-top: 2rem;
		padding-bottom: 0.5rem;
	}
}

.advantagesVisual {
	z-index: 50;
	position: relative;
	height: 200px;
	background-image: url("../images/advantages1.jpg");
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
}

@media screen and (min-width: 768px) {
	.advantagesVisual {
		height: 350px;
	}
}

@media screen and (min-width: 1000px) {
	.advantagesVisual {
		height: 450px;
	}
}

#advantagesBottom {
	z-index: 50;
	position: relative;
	background-color: #E4007F;
}

#advantagesBottom .sectionInner {
	position: relative;
	margin: 0 0.5rem;
	padding: 3.5rem 0;
	padding-bottom: 3.5rem;
	color: #ffffff;
}

@media screen and (min-width: 768px) {
	#advantagesBottom .sectionInner {
		margin-right: 40px;
		margin-left: 40px;
		padding-top: 2rem;
		padding-bottom: 4.5rem;
	}
}

#advantagesBottom .guide {
}

#advantagesBottom .guide .guideBox {
	width: 100%;
	margin-bottom: 1rem;
}

#advantagesBottom .guide .guideBox .photo {
	width: 100%;
	height: 200px;
	background-repeat: no-repeat;
	background-position: center center;
	background-color: rgba(255, 255, 255, 0.4);
}

#advantagesBottom .guide .guideBox.timely .photo {
	background-image: url("../images/svg/advantages/icn-time.svg");
}

#advantagesBottom .guide .guideBox.consul .photo {
	background-image: url("../images/svg/advantages/icn-consulting.svg");
}

#advantagesBottom .guide .guideBox.carrier .photo {
	background-image: url("../images/svg/advantages/icn-step.svg");
}

#advantagesBottom .guide .guideBox .name {
	width: 100%;
	padding: 1rem;
	color: #333333;
	background-color: #EFEFEF;
}

#advantagesBottom .guide .guideBox .name h3 {
	font-weight: normal;
	font-size: 1.3rem;
	line-height: 1.7rem;
	margin-bottom: 0.8em;
}

#advantagesBottom .guide .guideBox .name p {

}

@media screen and (min-width: 850px) {
	#advantagesBottom .guide {
		margin-bottom: 1rem;
	}

	#advantagesBottom .guide .guideBox {
		width: 32.33333%;
		margin-bottom: 0;
	}

	#advantagesBottom .guide .guideBox .photo { height: 250px; }
	#advantagesBottom .guide .guideBox .name h3 { font-size: 1.6rem; }
}

#advantagesBottom .target {
	margin-bottom: 1rem;
}

#advantagesBottom .target .targetBox .icn {
	width: 100%;
	height: 90px;
	background-image: url("../images/svg/advantages/icn-target.svg");
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 60px 60px;
	background-color: rgba(181, 181, 181, 1);
}

#advantagesBottom .target .targetBox .cont {
	width: 100%;
	min-height: 200px;
	padding: 1rem;
	color: #333333;
	background-color: #EFEFEF;
}

#advantagesBottom .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) {
	#advantagesBottom .target .targetBox .icn {
		width: 33%;
		height: auto;
		background-size: 120px 120px;
	}

	#advantagesBottom .target .targetBox .cont {
		width: 67%;
	}

	#advantagesBottom .target .targetBox .cont h3 { font-size: 1.6rem; }
	#advantagesBottom .target .targetBox .cont .item2 { font-size: 1.2rem; }
}


/*======= Information =======*/
#information {
	z-index: 50;
	position: relative;
	background-color: #F39800;
}

#information .sectionInner {
	position: relative;
	margin: 0 0.5rem;
	padding: 1rem 0 3.5rem 0;
	color: #ffffff;
}

@media screen and (min-width: 768px) {
	#information .sectionInner {
		margin-right: 40px;
		margin-left: 40px;
		padding-top: 2rem;
		padding-bottom: 4.5rem;
	}
}

#information .flexContainer.intro .left {
	width: 70%;
	padding: 2rem 0 1rem 0;
}

#information .flexContainer.intro .left h2 { margin-top: 0.5rem; margin-bottom: 0.5em; }
#information .flexContainer.intro .left h3 {
	font-weight: normal;
	margin-bottom: 1.5em;
	line-height: 1.4em;
}

#information .flexContainer.intro .left h3 { font-size: 110%; }

#information .flexContainer.intro .left .inner {
	padding-right: 1rem;
}

#information .flexContainer.intro .right {
	width: 30%;
	font-size: 0.9rem;
	padding: 2rem 0;
}

#information ul.linkLarge li {
	background-color: #B5B5B6;
}

#information ul.linkLarge .iconExternal a > span::before {
	background-color: #727171;
}

#information .guide {
}

#information .guide .guideBox {
	width: 100%;
	margin-bottom: 1rem;
	/*background-color: #EFEFEF;*/
}

#information .guide .guideBox .photoWrap {
	background-color: #F39800;
}

#information .guide .guideBox .photo {
	width: 100%;
	height: 200px;
	background-repeat: no-repeat;
	background-position: center center;
	background-color: rgba(255, 255, 255, 0.4);
}

#information .guide .guideBox.oc .photo {
	background-image: url("../images/svg/information/icn-campus.svg");
}

#information .guide .guideBox.exam .photo {
	background-image: url("../images/svg/information/icn-exam.svg");
}

#information .guide .guideBox .nameBox {
	position: relative;
	width: 100%;
	padding: 1rem;
	color: #333333;
	background-color: #EFEFEF;
}

#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: 70px;
}

#information .guide .guideBox.oc ul.linkLarge {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
}

#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;
}


@media screen and (min-width: 850px) {
	#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; }

	#information .btnBottom {
		width: 49%;
		margin-left: 51%;
	}

}



/*======= Introduction =======*/
#introduction {
	z-index: 50;
	position: relative;
	background-color: #8FC31F;
}

#introduction .sectionInner {
	position: relative;
	margin: 0 0.5rem;
	padding: 1rem 0 3.5rem 0;
	color: #ffffff;
}

@media screen and (min-width: 768px) {
	#introduction .sectionInner {
		margin-right: 40px;
		margin-left: 40px;
		padding-top: 2rem;
		padding-bottom: 4.5rem;
	}
}

#introduction .flexContainer.intro .left {
	width: 70%;
	padding: 2rem 0 1rem 0;
}

#introduction .flexContainer.intro .left h2 { margin-top: 0.5rem; margin-bottom: 0.5em; }
#introduction .flexContainer.intro .left h3 {
	font-weight: normal;
	margin-bottom: 1.5em;
	line-height: 1.4em;
}

#introduction .flexContainer.intro .left h3 { font-size: 110%; }

#introduction .flexContainer.intro .left .inner {
	padding-right: 1rem;
}

#introduction .flexContainer.intro .right {
	width: 30%;
	font-size: 0.9rem;
	padding: 2rem 0;
}


#introduction .contLink {
}

#introduction .contLink .contLinkBox {
	width: 100%;
	margin-bottom: 2.5rem;
	text-align: center;
}

#introduction .contLink .contLinkBox .photo a {
	position: relative;
	display: block;
}

#introduction .contLink .contLinkBox .photo a span {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	line-height: 1;
}

#introduction .contLink .contLinkBox .ttl {
	font-size: 1.3rem;
	margin-top: 1rem;
}

@media screen and (min-width: 850px) {
	#introduction .contLink {
		margin-bottom: 5rem;
	}

	#introduction .contLink .contLinkBox {
		width: 32.33333%;
		margin-bottom: 0;
	}

	#introduction .contLink .contLinkBox .photo a > img {
		max-width: auto;
		width: 100%;
	}

	#introduction .contLink .contLinkBox .photo a span img {
		height: 160px;
	}

	#introduction .contLink .contLinkBox .ttl {
		font-size: 1.1rem;
		margin-top: 2rem;
	}
}

@media screen and (min-width: 1100px) {
	#introduction .contLink .contLinkBox .photo a span img {
		height: auto;
	}

	#introduction .contLink .contLinkBox .ttl {
		font-size: 1.5rem;
	}
}

#introduction .domainLink .left {
	width: 100%;
	padding: 1rem;
	/*background-color: #13AE67;*/
	background-color: #979797;
	border-bottom: 1px solid #99A3A1;
}

#introduction .domainLink .left img {
	max-width: 230px;
	width: 100%;
}

#introduction .domainLink .right {
	width: 100%;
}

#introduction .domainLink .right ul.linkLarge li {
	border-bottom: 1px solid #99A3A1;
}

#introduction .domainLink .right ul.linkLarge li:last-child {
	border-bottom: none;
}

#introduction .domainLink .right ul.linkLarge .iconExternal a {
	font-size: 1.5rem;
	height: 90px;
}

#introduction .domainLink .right ul.linkLarge .iconExternal a > span {
    display: block;
    line-height: 90px;
    padding-left: 1em;
    padding-right: 90px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    background-color: #13AE67;
}

#introduction .domainLink .right ul.linkLarge .iconExternal.info a > span {
    background-color: #9D1C43;
}

#introduction .domainLink .right ul.linkLarge .iconExternal.bio a > span {
    background-color: #2F6E65;
}

#introduction .domainLink .right ul.linkLarge .iconExternal.ms a > span {
    background-color: #2A4D83;
}

#introduction .domainLink .right ul.linkLarge .iconExternal a > span >span {
	font-size: 70%;
	margin-left: 0.5rem;
}

#introduction .domainLink .right ul.linkLarge .iconExternal a > span::before {
	content: url(../images/svg/common/btn-externallink.svg);
    width: 88px;
    height: 88px;
    box-sizing: border-box;
    text-align: center;
    padding: 15px 0 0 0;
    border-left: 1px solid #99A3A1;
    background-color: #59A784;
}

#introduction .domainLink .right ul.linkLarge .iconExternal.info a > span::before {
    background-color: #9C5D72;
}

#introduction .domainLink .right ul.linkLarge .iconExternal.bio a > span::before {
    background-color: #668983;
}

#introduction .domainLink .right ul.linkLarge .iconExternal.ms a > span::before {
    background-color: #627A94;
}

@media screen and (min-width: 850px) {
	#introduction .domainLink .left,
	#introduction .domainLink .right {
		width: 50%;
	}

	#introduction .domainLink .left {
		border-bottom: none;
		padding: 1.5rem;
	}
	#introduction .domainLink .right { 	border-left: 1px solid #99A3A1; }

}


/* ==========================================================================
   pages
============================================================================= */

/*======= common =======*/
#pages .sectionInner {
	position: relative;
	margin: 0 0.5rem;
	padding: 1rem 0 3.5rem 0;
	color: #ffffff;
}

@media screen and (min-width: 768px) {
	#pages .sectionInner {
		margin-right: 40px;
		margin-left: 40px;
		padding-top: 2rem;
		padding-bottom: 4.5rem;
	}
}

#pages .sectionInner .bc {
	padding: 2rem 0 1rem 0;
	letter-spacing: -.4em;
	margin-bottom: 1rem;
	border-bottom: 1px solid #ffffff;
}

#pages .sectionInner .bc li {
	position: relative;
	display: inline-block;
	font-size: 0.8rem;
	line-height: 1.5em;
	letter-spacing: normal;
	margin-right: 50px;
}

#pages .sectionInner .bc li:last-child {
	margin-right: 0;;
}

#pages .sectionInner .bc li a {
	z-index: 10;
	position: relative;
	display: block;
}

#pages .sectionInner .bc li a:after {
	z-index: 9;
	position: absolute;
	top: 5px;
	right: -70px;
	content: "";
	display: block;
	width: 50px;
	height: 60px;
	background-color: transparent;
	border-left: 1px solid #fff;
	transform: rotate(30deg);
}

#pages .sectionInner .bc li:last-child a:after { display: none; }

#pages .sectionInner .ttlBox {
	margin: 3rem 0 5rem 0;
}


/*======= voices =======*/
#voices {
	z-index: 50;
	position: relative;
	background-color: #B5B5B6;
}

#voices .sectionInner .memberBox {
	width: 100%;
}

#voices .sectionInner .memberBox .member {
	width: 100%;
	margin-bottom: 1rem;
}

#voices .sectionInner .memberBox .member > a {
	display: block;
}

#voices .sectionInner .memberBox .member .photo {
	position: relative;
	width: 100%;
	height: 200px;
	background-repeat: no-repeat;
	background-position: center center;
	background-color: rgba(255, 255, 255, 0.4);
	background-size: cover;
}

#voices .sectionInner .memberBox .member.number1 .photo {
	background-image: url("../images/voices1.jpg");
}

#voices .sectionInner .memberBox .member.number2 .photo {
	background-image: url("../images/voices2.jpg");
}

#voices .sectionInner .memberBox .member.number3 .photo {
	background-image: url("../images/voices3.jpg");
}

#voices .sectionInner .memberBox .member.number4 .photo {
	background-image: url("../images/voices4.jpg");
}

#voices .sectionInner .memberBox .member.number5 .photo {
	background-image: url("../images/voices5.jpg");
}

#voices .sectionInner .memberBox .member.number6 .photo {
	background-image: url("../images/voices6.jpg");
}

#voices .sectionInner .memberBox .member .photo img {
	position: absolute;
	bottom: -32px;
	right: 1.5rem;
	padding: 8px;
	border-radius: 32px;
	box-sizing: content-box;
	background-color: #37A4B8;
}

#voices .sectionInner .memberBox .member .personal {
	width: 100%;
	padding: 2rem;
	background-color: #EFEFEF;
}

#voices .sectionInner .memberBox .member .personal .left {
	display: inline-block;
	width: 22%;
}

#voices .sectionInner .memberBox .member .personal .left img {
	margin-top: 3px;
}

#voices .sectionInner .memberBox .member .personal .right {
	display: inline-block;
	width: 78%;
	color: #666666;
	padding-left: 1rem;
	border-left: 1px solid #DEDEDE;
}

#voices .sectionInner .memberBox .member .personal .right .name {
	font-size: 1.1rem;
	line-height: 1;
	font-weight: normal;
	margin-bottom: 1em;
}

#voices .sectionInner .memberBox .member .personal .right .sup {
	font-size: 0.9rem;
	line-height: 1.2em;
	margin-bottom: 2px;
}

#voices .sectionInner .memberBox .member .ttl {
	width: 100%;
	color: #666666;
	background-color: #fff;
}

#voices .sectionInner .memberBox .member .ttl span {
	display: inline-block;
	padding: 2rem;
	padding-left: 5rem;
	background-image: url("../images/svg/voices/icn-microphone.svg");
	background-repeat: no-repeat;
	background-position: 2rem center;
	background-size: 20px auto;
}

@media screen and (min-width: 650px) {
	#voices .sectionInner .memberBox .member {
		width: 49%;
	}
}

@media screen and (min-width: 950px) {
	#voices .sectionInner .memberBox .member {
		width: 32.33333%;
	}
}


/*======= campuslife =======*/
#campuslife {
	z-index: 50;
	position: relative;
	background-color: #B5B5B6;
}

#campuslife .sectionInner .lifeBox {
	width: 100%;
	margin-bottom: 3rem;
}

#campuslife .sectionInner .lifeBox .day .photo,
#campuslife .sectionInner .lifeBox .day .dayInfo {
	width: 50%;
}

#campuslife .sectionInner .lifeBox .day .dayInfo {
	padding: 1.5rem;
	background-color: #37A4B8;
}

#campuslife .sectionInner .lifeBox .day .dayInfo .logo {
	margin-bottom: 3.5rem;
}

#campuslife .sectionInner .lifeBox .book .personal {
	width: 100%;
	padding: 2rem;
	background-color: #EFEFEF;
}

#campuslife .sectionInner .lifeBox .book .personal .left {
	display: inline-block;
	width: 22%;
}

#campuslife .sectionInner .lifeBox .book .personal .left img {
	margin-top: 3px;
}

#campuslife .sectionInner .lifeBox .book .personal .right {
	display: inline-block;
	width: 78%;
	color: #666666;
	padding-left: 1rem;
	border-left: 1px solid #DEDEDE;
}

#campuslife .sectionInner .lifeBox .book .personal .right .name {
	font-size: 1.1rem;
	line-height: 1;
	font-weight: normal;
	margin-bottom: 1em;
}

#campuslife .sectionInner .lifeBox .book .personal .right .sup {
	font-size: 0.9rem;
	line-height: 1.2em;
	margin-bottom: 2px;
}

#campuslife .sectionInner .lifeBox .book .comment {
	background-color: #ffffff;
	color: #666666;
	padding: 2rem;
	font-size: 0.9rem;
}

#campuslife .sectionInner .lifeBox .book .comment img {
	margin-bottom: 1.5rem;
}

#campuslife .sectionInner .lifeBox .sliderBox {
	width: 100%;
}


@media screen and (min-width: 1000px) {
	#campuslife .sectionInner {
		padding-bottom: 2rem;
	}

	#campuslife .sectionInner .lifeBox .day .photo { width: 33.33333%; }

	#campuslife .sectionInner .lifeBox .day .dayInfo {
		width: 66.66666%;
		padding: 2.5rem;
	}

	#campuslife .sectionInner .lifeBox .day .dayInfo .logo {
		margin-bottom: 6rem;
	}

	#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/campuslife/arrow-left.svg) no-repeat left center;
}

.bx-wrapper .bx-next {
    right: 10px;
    background: url(../images/svg/campuslife/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;
	background: rgba(100, 100, 100, 0.6);

}

.slyderLayout .sup .desc h4 {
	font-size: 0.8rem;
	font-weight: bold;
}

.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: 1rem 1rem 1rem 1rem;
}

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/common/closeBtn.svg);
	width: 20px;
	height: 20px;
	padding: 15px;
	text-indent: 0;
}

.popup {
	background-color:#fff;
	overflow: hidden;
	position: relative;
	box-sizing: border-box;
}

.popup .ttlBox {
	font-size: 1.5rem;
	height: 3em;
	line-height: 3em;
	color: #ffffff;
	background-color: #8FC31F;
	text-align: center;
}

#popup_tokyo.popup .ttlBox { background-color: #86AE2F; }
#popup_aichi.popup .ttlBox { background-color: #CBC246; }
#popup_shiga.popup .ttlBox { background-color: #B67C1E; }
#popup_kyoto.popup .ttlBox { background-color: #B84738; }
#popup_osaka.popup .ttlBox { background-color: #B72E79; }
#popup_tokushima.popup .ttlBox { background-color: #4095B5; }
#popup_okayama.popup .ttlBox { background-color: #1D6CA3; }
#popup_fukuoka.popup .ttlBox { background-color: #20958D; }

.popup .notice {
	font-size: 1rem;
	padding: 1.5rem;
	padding-bottom: 1rem;
	box-sizing: border-box;
}

.popup .notice h3 {
	font-size: 1.3rem;
	font-weight: normal;
	margin-bottom: 0.2rem;
}

.popup .notice .area {
	margin-bottom: 1.5rem;
}

.popup .notice .area .bio { color: #286B60; }
.popup .notice .area .ms { color: #2A4D87; }
.popup .notice .area .info { color: #9D1D43; }

.popup .map {
	width: 100%;
}

.popup .map iframe {
	width: 100%;
	min-height: 400px;
}

.popup hr {
	width: 100%;
	border-top: 1px solid #8c8b8b;
	margin: 3px auto;
}

@media screen and (min-width: 768px) {
	.popup .ttlBox { font-size: 1.7rem; }
	
	.popup .notice {
		width: 50%;
		padding-bottom: 0;
		font-size: 1.2rem;
	}

	.popup .notice h3 {
		font-size: 1.5rem;
	}

	.popup .map { width: 50%; }

	.popup .map iframe {
		width: 100%;
		height: 100%;
	}
}


.popup_voices {
	background-color:#fff;
	overflow: hidden;
	position: relative;
	box-sizing: border-box;
}

.popup_voices .ttl {
	padding: 1.5rem;
	background-color: #EFEFEF;
}

.popup_voices .ttl .number {
	width: 20%;
	padding-top: 8px;
	padding-right: 1rem;
}

.popup_voices .ttl .info {
	width: 80%;
}

.popup_voices .ttl .info .head {
	font-size: 1.1rem;
	color: #31A3B6;
	margin-bottom: 1.5em;
}

.popup_voices .ttl .info .name {
	color: #666666;
}

.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; }

@media screen and (min-width: 500px) {
	.popup_voices .ttl {
		padding: 2rem;
	}

	.popup_voices .ttl .number {
		width: 25%;
	}

	.popup_voices .ttl .info {
		width: 75%;
	}

	.popup_voices .main {
		font-size: 1rem;
		padding: 2.5em 2em;
	}
}




/* ==========================================================================
   リップルエフェクト
============================================================================= */

.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);
  }
}

