@charset "utf-8";

/* ================= 目次 ======================

　1.  「bxslider」		スライダー
　2.  「notice」		お知らせ（注意書き）
　3.  「dropdown」		ドロップダウン
　4.  「megaDropdown」	メガドロップダウン
　5.  「navCourse」		コースナビ
　6.  「carousel」		カルーセル
　7.  「nextLink」		ネクストリンク（テキスト・画像付き・サムネイル画像付き）
　8.  「areaTweet」		Twitterエリア
　9.  「areaInstagram」	Instagramエリア
　10. 「areaUpdate」	更新情報 ／ 「areaBlog」ブログ
　11. 「list○○○」	リスト（アイコン）
　12. 「colorbox」		モーダルウィンドウ
　13. 「accordion」		アコーディオン
　14. 「tabMenu」		タブ
　15. 「breadCrumb」	パンくず
　16. 「btn」			ボタン
　17. 「faq」			Q&A
　18. 「map」			GoogleMap
　19. 「flow」			フロー
　20. 「flowSchedule」	フロー（年間スケジュールなど）
　21. 「contactList」	コンタクト（電話・FAX・メール）
　22. 「areaYoutube」	Youtube埋め込み


============================================= */



/* ----------------------------------------------
　7.  「nextLink」ネクストリンク
---------------------------------------------- */

@media screen and (max-width: 767px) {
.nextLink > dl dt,
.nextLink > li,
.nextLinkImg > dl dt,
.nextLinkImg > li,
.nextLinkThum > dl dt,
.nextLinkThum > li {
	font-size: 1.4rem;
}
.nextLink > dl dd,
.nextLinkImg > dl dd,
.nextLinkThum > dl dd {
	font-size: 1.3rem;
}
}


/* ----------------------------------------------
　9.  「areaInstagram」Instagramエリア
---------------------------------------------- */

.areaInstagram > ul#instafeed li {
	width: 20%;
	/*display: inline-block;
	padding: 0.5%;*/
}
.areaInstagram > ul#instafeed li div.instali{
	padding-top: 100%;
	overflow: hidden;
	background-size: cover;
	background-position: center center;
}

.areaInstagram > ul#instafeed li img {
	max-width: 100%;
}

@media screen and (max-width: 767px) {
.areaInstagram > ul#instafeed li {
	width: 33.3%;
	padding: 0;
	margin: 0;
	overflow: hidden;
	float: left;
}

.areaInstagram > ul#instafeed li div.instali{
	padding-top: 100%;
	overflow: hidden;
	background-size: cover;
	background-position: center center;
}


.areaInstagram > ul#instafeed li:last-child {
	display: none;
}
}


/* ----------------------------------------------
　10. 「areaUpdate」更新情報 ／ 「areaBlog」ブログ
---------------------------------------------- */

.listUpdate,
.listBlog {
	border: 1px #BFEDED solid;
}
.listUpdate > dl {
	margin-bottom: 12px;
}
.listUpdate > dl:last-child {
	margin-bottom: 0;
}
.listUpdate > dl dt {
	font-size: 1rem;
	line-height: 1.2;
}
.listUpdate > dl dt,
.listUpdate > dl dd {
	float: none;
	width: auto;
	margin:0;
}
@media screen and (max-width: 767px) {
.listUpdate,
.listBlog {
	border: none;
}
.listUpdate {
	height: 140px;
	padding: 0 10px 0;
}
}


/* ----------------------------------------------
　15. 「breadCrumb」パンくず
---------------------------------------------- */

@media screen and (min-width: 768px) {
	ul.breadcrumb {
		margin: 0 auto;
		width: 1000px;
	}
}

@media screen and (max-width: 767px) {
	ul.breadcrumb {
		margin: 55px 0 0 0;
		
		
	}
}
/* ----------------------------------------------
　16. 「btn」ボタン
---------------------------------------------- */

a.btn,
a.btnOther {
	font-size: 1.6rem;
	color: #653208;
	margin: 5px auto 0;
	background: #fef746;
	box-shadow: 0 4px 0 rgba(227,221,60,1);
	border-radius: 0;
	text-shadow: none;

}
a.btn:hover,
a.btnOther:hover {
	margin: 7px auto -2px;
	background: #fef746;
	color: #653208;
	box-shadow: 0 2px 0 rgba(227,221,60,1);
}

/* ----------------------------------------------
　17. 「faq」Q&A
---------------------------------------------- */
.faq > dl dt {
	line-height: 1.3;
}
.faq > dl dt:before,
.faq > dl dd:before {
	font-family: "Roboto Slab" , Garamond , "Times New Roman" , "游明朝" , "Yu Mincho" , "游明朝体" , "YuMincho" , "ヒラギノ明朝 Pro W3" , "Hiragino Mincho Pro" , "HiraMinProN-W3" , "HGS明朝E" , "ＭＳ Ｐ明朝" , "MS PMincho" , serif;
}
@media screen and (max-width: 767px) {
	.faq > dl {
		border-bottom: 1px dashed #ddd;
		padding-bottom: 20px;
	}
	.faq > dl dt {
		position: relative;
		padding-right: 1em;
	}
	.faq > dl dt:after {
		position: absolute;
		top: 0.7em;
		right: 0;
	}
}

/* ----------------------------------------------
　19. 「flow」フロー
---------------------------------------------- */
dl.flow > dt p {
	font-size: 1.8rem;
	font-weight: bold;
	margin: 0 auto;
	-webkit-writing-mode: vertical-rl;
	-ms-writing-mode: horizontal-tb!important;
	-moz-writing-mode:vertical-rl;
	writing-mode: vertical-rl;
	vertical-align: middle;
}

/* ----------------------------------------------
　22. 「areaYoutube」	Youtube埋め込み
---------------------------------------------- */
.areaYoutube {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}
.areaYoutube iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100% !important;
  height: 100% !important;
}

/* ----------------------------------------------
　22. フキダシ
---------------------------------------------- */
/*.....balloon...........................*/
.balloon{
	background: #32CDD7;
	padding: 15px;
	border-radius: 10px;
	border: none;
	text-align: center;
	color:#fff;
	position: relative;
}
.balloon:after{
	background-image: none;
	position: absolute;
	background: #32CDD7;
	width: 30px;
	height: 30px;
	transform:rotate(45deg);
	-webkit-transform:rotate(45deg);
}

.balloon.bottom:after{
	left: 45%;
}

/*.....fukidashi...........................*/
.fukidashi {
    display: inline-block;
    color: #fff;
    background-color: #e60012;
    font-size: 1.8rem;
    -webkit-transform: skew(-15deg);
    transform: skew(-15deg);
    border-radius: 5px;
    padding: 10px 30px;
    margin-bottom: 1rem;
}
.fukidashi::after {
    content: '';
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 8px 7.5px 0;
    border-color: #e60012 transparent transparent;
    position: absolute;
    bottom: -7px;
    left: 50%;
}
.fukidashi > span:after {
    display: block;
    -webkit-transform: skew(15deg);
    transform: skew(15deg);
}

.fukidashi > span{
	display: block;
-webkit-transform: skew(15deg);
transform: skew(15deg);
}
.fukidashi.black {
    background-color: #000;
}
.fukidashi.black::after {
    content: '';
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 8px 7.5px 0;
    border-color: #000 transparent transparent;

}
.fukidashi.blue {
    background-color:#1D4A9B;
}
.fukidashi.blue::after {
    content: '';
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 8px 7.5px 0;
    border-color: #1D4A9B transparent transparent;

}
.fukidashi.skyblue {
    background-color:#32CDD7;
}
.fukidashi.skyblue::after {
    content: '';
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 8px 7.5px 0;
    border-color:#32CDD7 transparent transparent;

}

/* ----------------------------------------------
　23. 装飾j
---------------------------------------------- */
.memo{
	background: #fff;
	padding: 20px;
	margin: 2rem 0;
	border: 1px solid #999;
}

.check{  position: relative;
     color: white;
     padding:0.5em 0.5em 0.5em 1.4em;
     background-color: #0074c0;
     border-radius: 5px;
	font-weight: bold;
	margin-bottom: 1rem;
}
.check:after {
     position: absolute;
     top: 50%;
     left:0.7em;
     transform:translateY(-50%);
     content: '';
     width: 5px;
     height:25px;
     background-color:white;
}
.headline_boxShadow{
	color:#0074c0;
	background: #fff;
	padding: 1rem;
	text-align: center;
	border-top:4px double #0074c0;
	border-bottom:4px double #0074c0;
		margin-bottom: 1rem;
}

.small{
	font-size: 1.2rem;
	font-style: normal;
}

/* ----------------------------------------------
　24. box
---------------------------------------------- */
.box01 {
    border: 6px solid #222;
    position: relative;
    margin: 40px 0;
    z-index: 1;
	background: #fff;
}
.box01:after, .box01:before {
    content: "";
    position: absolute;
    z-index: 2;
    background: #fff;
}
.box01:after {
    height: calc( 100% - 88px);
    width: calc( 100% + 10px);
    left: -5px;
    top: 44px;
}
.box01:before {
    width: calc( 100% - 88px);
    height: calc( 100% + 10px);
    top: -5px;
    left: 44px;
}

.box01 .in {
    position: relative;
    z-index: 10;
    padding: 45px;
}

@media screen and (max-width: 767px) {
	.box01 .in {
    padding: 25px;
}
}


/* ----------------------------------------------
　horizontal
---------------------------------------------- */
 .horizontal{
    font-size: 1.8rem;
    padding-left: 30px;
    position: relative;
    color: #111;
    margin-bottom: 10px;
}
.horizontal:before {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 18px;
    height: 3px;
    background: #01d8bb;
}


/*--- 装飾 ----------*/

.markerLine {
	font-weight: bold;
	letter-spacing: 0.05rem;
	margin-top: 10px;
	display: inline;
}
.markerLine.yellowLine {
	background: -moz- linear-gradient(transparent 60%, rgb(255, 255, 100, 1) 60%);
	background: -webkit- linear-gradient(transparent 60%, rgb(255, 255, 100, 1) 60%);
	background: linear-gradient(transparent 60%, #FFFF64 60%);
}
.markerLine.blueLine {
	background: -moz- linear-gradient(transparent 60%, rgb(98, 219, 202, 1) 60%);
	background: -webkit- linear-gradient(transparent 60%, 　rgb(98, 219, 202, 1) 60%);
	background: linear-gradient(transparent 60%, #62DBCA 60%);
}
.markerLine.pinkLine {
	background: -moz- linear-gradient(transparent 60%, rgb(255, 50, 153, 1) 60%);
	background: -webkit- linear-gradient(transparent 60%, 　rgb(255, 50, 153, 1) 60%);
	background: linear-gradient(transparent 60%, #ff3299 60%);
}
/*...font........*/
.att-blue {
	color: #1D4A9B;
}
.att-red {
	color: #e60012;
}
/*...button........*/

.Btn {
	border-radius: 40px;
	text-decoration: none;
	display: block;
	margin: 30px auto 0;
	text-align: center;
	padding: 20px 0;
	font-size: 16px;
	font-weight: bold;
	color: #fff!important;
}
.blueButton {
	background: #1D4A9B;
	border: 1px solid #1D4A9B;
}
.blueButton:hover {
	color: #1D4A9B!important;
	background: #fff;
	border: 1px solid #1D4A9B;
}
/*...baloon........*/
.bal {
	display: block;
	text-align: center;
	margin-bottom: 2rem;
}
.bal span {
	display: inline-block;
	position: relative;
}
.bal span:before {
	content: "";
	position: absolute;
	left: 50%;
	bottom: -10px;
	transform: translateX(-50%);
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 10px 10px 0;
}
.bal.black span {
	border-bottom: 3px solid #000;
}
.bal.black span:before {
	border-color: #000 transparent transparent;
}
.bal.blue span {
	color: #1D4A9B;
	border-bottom: 3px solid #1D4A9B;
}
.bal.blue span:before {
	border-color: #1D4A9B transparent transparent;
}
/*...link........*/
a.anchor {
	color: #32CDD7;
	text-decoration: underline;
}
a.anchor:hover {
	text-decoration: none;
}
a.invisible {
	color: #444!important;
	background: #fff;
	font-size: 1.6rem;
	font-weight: 700;
	display: inline-block;
	padding: 15px 80px;
	border-radius: 5px;
	border: 2px solid #111;
	position: relative;
/*	margin-right: 50px;*/
	transition: all .3s ease;	
	margin: 2rem 0;
}
a.invisible:after {
	font-family: FontAwesome;
	content: "\f054";
	position: absolute;
	right: 15px;
	font-size: 1.2rem;
	top: 50%;
	transform: translateY(-50%);
}
a.invisible:hover {	
	background: #01d8bb!important;
	color: #fff!important;
}
a.invisible.blue{
		border: 2px solid #1D4A9B;
	color:#1D4A9B!important;
}
a.invisible.blue:hover {
	background: #fefd37!important;
	color: #1D4A9B!important;
}
a.invisible.pink{
		border: 2px solid #ff3299;
	color:#ff3299!important;
}
a.invisible.pink:hover {
	background: #fefd37!important;
	color: #ff3299!important;
}

@media screen and (max-width: 767px) {
a.invisible {
	padding: 15px 0;
	margin: 2rem auto;
	width: 100%;
	text-align: center;
}
}
/*...lsitstyle........*/
.checkList > li{
	margin: 1rem 0;
	
}
.checkList  > li:before {
	font-family: fontawesome;
	content: "\f00c";
	color: #ff3299;
	background: none;
	font-size: 1.8rem;
}

/*...contactBox........*/

#contactBox{
margin-top: 40px;
    padding: 30px 50px;
    text-align: center!important;
    background: #fff;
    border-radius: 3px;
    border: 2px solid #32CDD7;
}

#contactBox p.markerLine.yellowLine{
	font-size: 1.8rem;
}
#contactBox table{
	margin-top: 2rem;
}
#contactBox table th,
#contactBox table td{
	border: none;
	padding: 0;
}
#contactBox table th{
	width: 30%;
	background: none;
}
#contactBox table th span{
		background: #32CDD7;
	color:#fff;
	padding:5px 10px 3px 10px;
		font-size: 1.6rem;
	text-align: center;
	font-weight: bold;
}
#contactBox table td ul li{
	display: inline-block;
	width: 49%;
}
#contactBox table td ul li a{
	color:#333;
	font-weight: bold;
}
#contactBox table td ul li.tel a{
	font-size: 2.4rem!important;
}
#contactBox table td ul li.mail a{
	font-size: 1.8rem!important;
}
#contactBox table td ul li.tel a:before {
    content: "\f095";
    font-family: fontawesome;
    color: #32CDD7;
    display: inline-block;
    margin-right: 15px;
    vertical-align: middle;
    font-size: 3rem;
    margin-top: -5px;
}

#contactBox table td ul li.mail a:before {
    content: "\f0e0";
    font-family: fontawesome;
    color: #32CDD7;
    display: inline-block;
    margin-right: 15px;
    vertical-align: middle;
    font-size: 2.4rem;
    margin-top: -5px;
}



#contactBox table + div{
	margin-top: 2rem;
}
#contactBox table + div ol li{
	font-size: 1.6rem;
font-weight: bold;
}
@media screen and (max-width: 767px) {
	#contactBox table *{
		display: block!important;
		width: 100%!important;
	}
#contactBox {
	padding: 30px 3%;
	}	
	#contactBox table td ul li a {
    font-size: 2.4rem!important;
		text-align: center;
}
#contactBox table + div ol li{
	font-size: 1.4rem;
font-weight: bold;	
}
	}

/*...link........*/

a.Link{
padding-right:1.4rem;
transition: all .3s ease;
position: relative;
color: #1D4A9B;

}
a.Link:after {
font-family: FontAwesome;
content: "\f054";
position: absolute;
right: 0px;
font-size: 1.2rem;
top: 50%;
transform: translateY(-50%);
}

a.Link:hover{
border-bottom: 1px solid #1D4A9B;
	color: #1D4A9B;
}
@media screen and (max-width: 767px) {
a.Link{
	
}
}

