@charset "utf-8";
/* CSS Document */
* {
	box-sizing: border-box;

	font-size: 15px;
	line-height: 180%;
}
body {
	margin: 0;
	padding: 0;

	font-family: "ヒラギノ角ゴ Pro W3", "メイリオ", Meiryo, Osaka,
		"ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
}
ul,
li,
p,
h1,
h2,
h3,
h4,
h5,
form {
	margin: 0;
	padding: 0;
	list-style: none;
}
a {
	color: #222;
	text-decoration: none;
}
img {
	vertical-align: bottom;
}

hr {
	border: solid #ccc;
	border-width: 1px 0 0 0;
	height: 1px;
	clear: both;
	margin-bottom: 60px;
}

.yellow {
	background: linear-gradient(transparent 0%, #ffff66 0%);
}
/* 構造
------------------------------------------------------------------------*/
.contents {
	background: #fff;
	padding-bottom: 30px;
	padding-top: 50px;
}
.contents_gry {
	background: #f4f4f4;
	padding-bottom: 30px;
	padding-top: 50px;
}
.container {
	width: 1000px;
	margin: 0 auto;
	overflow: hidden;
}

.pb10 {
	padding-bottom: 10px;
}
.pb15 {
	padding-bottom: 15px;
}
.pb20 {
	padding-bottom: 20px;
}
.pb30 {
	padding-bottom: 30px;
}
.pb40 {
	padding-bottom: 40px;
}
.pb50 {
	padding-bottom: 50px;
}
.mb60 {
	margin-bottom: 60px;
}
/* 共通スタイル
------------------------------------------------------------------------*/
.center {
	text-align: center;
}

.t1 {
	font-size: 35px;
	font-family: "Arial", "メイリオ";
	letter-spacing: 1px;
	text-align: center;
	margin-top: 30px;
	margin-bottom: 30px;
	color: #339297;
	line-height: 140%;
}
.t1 span {
	font-size: 16px;
	display: block;
	color: #222;
	background: url(../img/common/bg_tit2.gif) no-repeat center top;
	padding-top: 8px;
}
.cbox h1 {
	color: #fff;
}
.cbox h1 span {
	color: #fff;
}
.t2 {
	font-size: 23px;
	border-bottom: 1px solid #359497;
	padding-bottom: 8px;
	margin-bottom: 25px;
	background-image: url(../img/common/bg_tit.png);
	background-size: 100px auto;
	background-repeat: no-repeat;
	background-position: bottom -2px left;
	line-height: 150%;
}
.t3 {
	color: #349397;
	font-size: 18px;
	margin-bottom: 20px;
	line-height: 150%;
	border-left: 4px solid #349397;
	padding-left: 10px;
	text-align: left;
	font-weight: 700!important;
}

.t4 {
	font-size: 16px;
	margin-bottom: 10px;
	line-height: 150%;
	letter-spacing: 2px;
}

.t5 {
	font-size: 18px!important;
	line-height: 150%;
}

.youtube {
	position: relative;
	width: 100%;
	padding-top: 56.25%;
	margin-bottom: 15px;
}
.youtube iframe {
	position: absolute;
	top: 0;
	right: 0;
	width: 100% !important;
	height: 100% !important;
}

.card_img {
	margin-bottom: 15px;
	height: 175px;
	overflow: hidden;
	text-align: center;
	border-radius: 6px;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
}
.card_img img {
	height: auto;
	width: 100%;
}
/* ヘッダー
------------------------------------------------------------------------*/
header {
	/* background-color: rgba(255, 255, 255, 0.88);
	border-top: #359497 solid 3px;
	position: relative;
	height: 128px;
	box-shadow: 0px 6px 3px -3px rgba(0, 0, 0, 0.6);
	-webkit-box-shadow: 0px 5px 6px -3px rgba(0, 0, 0, 0.6);
	-moz-box-shadow: 0px 6px 3px -3px rgba(0, 0, 0, 0.6);
	z-index: 1000; */
	/* 2024 CSS */
	position: fixed;
	top: 0;
	left: 0;
	z-index: 9999;
	background-color: rgba(255, 255, 255, 1);
	width: 100%;
	height: 128px;
	box-shadow: 0px 6px 3px -3px rgba(0, 0, 0, 0.6);
	-webkit-box-shadow: 0px 5px 6px -3px rgba(0, 0, 0, 0.6);
	-moz-box-shadow: 0px 6px 3px -3px rgba(0, 0, 0, 0.6);
}
.inner{
	border-top: #359497 solid 3px;
	position: relative;
	height: 128px;
	/* box-shadow: 0px 6px 3px -3px rgba(0, 0, 0, 0.6);
	-webkit-box-shadow: 0px 5px 6px -3px rgba(0, 0, 0, 0.6);
	-moz-box-shadow: 0px 6px 3px -3px rgba(0, 0, 0, 0.6); */
	z-index: 1000;
}


.pc_fb,
.pc_tw,
.pc_ig {
	font-size: 30px !important;
	transform: translateY(2px);
}

#logo {
	position: absolute;
	z-index: 99;
	left: 25px;
	top: 30px;
	background: url(../img/common/logo_s.png) no-repeat;
	width: 168px;
	height: 66px;
	text-indent: -9999px;
}
#nav1 {
	position: absolute;
	z-index: 99;
	left: 220px;
	top: 55px;
}
.menu_trigger,
.menu {
	display: none;
}
@media screen and (min-width: 1200px) {
	#nav1 li br {
		display: none;
	}
	#logo {
		left: 25px;
		top: 38px;
		background: url(../img/common/logo.png) no-repeat;
		width: 376px;
		height: 52px;
	}
	#nav1 {
		left: 420px;
	}
}
#nav1 {
	display: table;
}
#nav1 li {
	display: table-cell;
	text-align: center;
}
#nav1 li {
	font-size: 14px;
	border-right: 1px solid #dcdcdc;
	vertical-align: middle;
}
#nav1 li a {
	display: block;
	padding: 0 15px;
	line-height: 120%;
	font-size: 15px;
	white-space: nowrap;
}
#nav2 {
	position: absolute;
	right: 30px;
	top: 10px;
}
#nav2 {
	display: table;
}
#nav2 li {
	display: table-cell;
}
#nav2 li {
	font-size: 12px;
	vertical-align: middle;
}
#nav2 li a {
	display: block;
	padding: 0 15px;
}
#nav2 li a:last-child {
	display: block;
	padding: 0 8px;
}

#nav3 {
	background: #359497;
	position: absolute;
	top: 107px;
	right: 0;
	/* width: 240px; */
	box-shadow: 0px 6px 3px -3px rgba(0, 0, 0, 0.6);
	-webkit-box-shadow: 0px 5px 6px -3px rgba(0, 0, 0, 0.6);
	-moz-box-shadow: 0px 6px 3px -3px rgba(0, 0, 0, 0.6);
	/* 追加CSS 2024*/
	display: flex;
	flex-direction: row;
}
#nav3 li {
	float: left;
	color: #fff;
	padding: 10px 0;
}
#nav3 li a {
	display: block;
	padding: 3px 10px;
	color: #fff;
	font-size: 15px;
	/* border-right: 1px solid #ffffff; */
	line-height: 1;
}
#nav3 li:last-child {
	border: none;
}
#nav_sp {
	display: none;
}
/* 追加CSS 2024*/
.right-line{
	display: block;
	padding: 3px 20px;
	color: #fff;
	font-size: 15px;
	border-right: 1px solid #ffffff;
	line-height: 1;
}


/* フッター
------------------------------------------------------------------------*/
#footer_logo {
	float: left;
	border-right: 1px solid #d6d6d6;
}
#footer_content {
	overflow: hidden;
	padding: 20px 0;
	margin: 0 auto;
	width: 1000px;
}
#footer_logo {
	float: left;
	width: 200px;
}
#footer_box {
	float: right;
	width: 800px;
	font-size: 12px;
	padding-left: 20px;
}
#footer_box a {
	font-size: 12px;
}
.address {
	padding: 5px 0 5px 0;
	font-size: 12px!important;
	line-height: 140%!important;
}
.copyrght {
	font-size: 10px;
	letter-spacing: 1px;
}
#footer_nav {
	background: #89c0c2;
}
#footer_nav ul {
	width: 1000px;
	margin: 0 auto;
	overflow: hidden;
	padding: 15px 0;
}
#footer_nav ul li {
	float: left;
}
footer ul li a {
	font-size: 14px;
	display: block;
	line-height: 1;
	padding: 5px 10px;
	border-right: 1px solid #fff;
	color: #fff;
}

/* 申込み
------------------------------------------------------------------------*/
.cbox {
	overflow: hidden;
	color: #fff;
	background-image: url(../img/common/bg1.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}
.cbox_inner {
	background-color: rgba(45, 123, 125, 0.9);
	overflow: hidden;
	padding-top: 40px;
}
.cbox1 {
	float: left;
	width: 265px;
}
.cbox2 {
	float: right;
	width: 735px;
}
.cbox h3 {
	font-size: 21px;
	border-bottom: 1px solid #b3cfd0;
	padding: 15px 0 10px 0;
	margin-bottom: 10px;
}
.cbox2 p {
	font-size: 15px;
	margin-bottom: 20px;
}
a.btn_entry {
	display: block;
	text-align: center;
	width: 380px;
	line-height: 1;
	clear: both;
	background-color: #fff;
	margin: 0 auto 50px auto;
	border-radius: 25px;
	padding: 15px 0;
	font-weight: bold;
	color: #339297;
	font-size: 16px;
	box-shadow: 5px 5px 0px rgba(0, 0, 0, 0.2);
	background-image: url(../img/common/arrow1.png);
	background-repeat: no-repeat;
	background-position: right 15px center;
	background-size: 8px auto;
}
a.btn_entry:hover {
	opacity: 0.9;
}
.tel {
	text-align: center;
	font-size: 35px;
	font-family: Arial, Helvetica, "sans-serif";
	letter-spacing: 2px;
	line-height: 1;
	padding-bottom: 5px;
}
.yobi {
	font-size: 12px;
	text-align: center;
	padding-bottom: 35px;
}

/* SNS
------------------------------------------------------------------------*/
#sns {
	background: #eee;
	text-align: center;
	padding: 10px 0;
	overflow: hidden;
	width: 100%;
}

#sns .container img {
	margin: 0 5px;
}

.dbox {
	overflow: hidden;
	color: #fff;
	margin-bottom: 30px;
}
.dbox1 {
	width: 625px;
	float: left;
	height: 335px;
}
.dbox2 {
	width: 375px;
	float: right;
	background: #359497;
	font-size: 14px;
	line-height: 120%;
	height: 335px;
	padding: 47px 40px 0 40px;
}
.dbox2 p {
	line-height: 140%;
	padding-bottom: 30px;
	font-size: 14px;
	color: rgba(255, 255, 255, 0.85);
}
.dbox2 h3 {
	font-size: 24px;
	border-bottom: 1px solid #a2cecf;
	line-height: 130%;
	padding-bottom: 5px;
	margin-bottom: 8px;
	padding-top: 4px;
	letter-spacing: 1.5px;
}
.dbox2 span {
	font-size: 18px;
}

.ccbox {
	overflow: hidden;
	color: #fff;
	margin-bottom: 30px;
}
.cc1 {
	width: 580px;
	float: left;
	height: 335px;
	overflow: hidden;
	background: #89c0c2;
	text-align: center;
}
.cc1 img {
	height: 100%;
	width: auto;
}
.cc2 {
	width: 420px;
	float: right;
	background: #359497;
	font-size: 14px;
	line-height: 120%;
	height: 335px;
	padding: 37px 30px 0 30px;
}
.cc2 h3 {
	padding-bottom: 5px;
	margin-bottom: 20px;
	border-bottom: 1px solid #a2cecf;
	font-size: 20px;
}

.bg_green {
	background: #34965d;
}
.swiper-wrapper {
	padding-bottom: 40px;
}
.swiper-slide a {
	display: block;
}
.swiper-slide img {
	max-width: 100%!important;
	height: auto;
}

@media screen and (max-width: 760px) {
.swiper-slide img {
	margin-top: 20px;
	max-width: 100%!important;
	height: auto;
}
}
.swiper-pagination {
	width: 100%;
	z-index: 10000;
}
.swiper-button-next,
.swiper-button-prev {
	top: 110px !important;
}
.mlist {
	overflow: hidden;
	padding: 40px 0;
}
.mlist li {
	float: left;
	font-size: 18px;
	text-align: center;
	width: 31%;
	background: #fff;
	color: #222;
	margin: 6px 1%;
	border-radius: 25px;
	padding: 8px;
	box-shadow: 3px 3px 0 #ccc;
}
ul.flist {
	overflow: hidden;
}
ul.flist li {
	float: left;
	padding: 5px;
	text-align: center;
}
a.btn1 {
	display: block;
	text-align: center;
	background: #359497;
	/*border-radius: 20px;*/
	width: 300px;
	margin: 50px auto 100px auto;
	color: #fff;
	box-shadow: 3px 3px 0 #ccc;
	padding: 8px;
	font-size: 15px;
	background-image: url(../img/common/arrow2.png);
	background-position: right 15px center;
	background-repeat: no-repeat;
	background-size: 7px auto;
}
a.btn1:hover {
	opacity: 0.8;
}

ul.ilist {
	overflow: hidden;
	margin-bottom: 40px;
}
ul.ilist li {
	float: left;
	width: 33%;
	text-align: center;
	padding-bottom: 25px;
}
ul.ilist li img {
	width: 92%;
	height: auto;
	border-top: 4px solid #359497;
}
ul.ilist li a {
	text-decoration: none;
	font-size: 13px;
}
ul.ilist li h3 {
	padding-top: 12px;
	margin-bottom: 5px;
}
ul.ilist li p {
	font-size: 15px;
	line-height: 140%;
	padding-right: 10px;
	padding-left: 10px;
	padding-top: 5px;
	text-align: left;
}

ul.ilist2 {
	overflow: hidden;
	margin-bottom: 40px;
}
ul.ilist2 li {
	float: left;
	width: 33%;
	text-align: center;
	padding-bottom: 25px;
}
ul.ilist2 li img {
	width: 92%;
	height: auto;
}
ul.ilist2 li a {
	text-decoration: none;
	font-size: 13px;
}
ul.ilist2 li h3 {
	padding-top: 12px;
	margin-bottom: 5px;
}
ul.ilist2 li p {
	font-size: 15px;
	line-height: 140%;
	padding-right: 10px;
	padding-left: 10px;
	padding-top: 5px;
	text-align: left;
}

.mv {
	width: 100%;
	z-index: 1;
}
.mv_margin {
	/* position: absolute; */
	width: 100%;
}
.swiper-mv {
	/* overflow: hidden; */
}
.swiper-slide p {
	text-align: center;
	margin: 8px 0 10px 0;
}
.catchcopy {
	text-align: center;
	z-index: 5;
	position: absolute;
	top: 0;
	width: 100%;
	left: 0;
	color: #fff;
	font-size: 46px;
	text-shadow: 1px 1px 0 #666;
}
.catchcopy p {
	font-size: 37px;
}
ul.blist {
	overflow: hidden;
	padding-bottom: 50px;
}
ul.blist li {
	width: 31%;
	float: left;
	text-align: center;
	border: 1px solid #ccc;
	padding: 25px 30px;
	margin: 0 1%;
	background: #eaf4f4;
	border-radius: 5px;
	box-shadow: 3px 3px 0 #ccc;
}

ul.blist li h2 {
	font-size: 27px;
	padding-bottom: 5px;
	border-bottom: 1px solid #333;
	margin-bottom: 5px;
}
ul.blist li h2 span {
	font-size: 13px;
	display: block;
	line-height: 1;
}
.jk {
	text-align: left;
	padding-bottom: 10px;
}
.jk2 {
	text-align: left;
	padding-bottom: 10px;
	padding-top: 10px;
}
ul.blist li strong {
	display: block;
	background: #ccc;
	line-height: 1;
	padding: 10px 0;
	font-size: 13px;
	background: #eee;
}
ul.wlist {
	overflow: hidden;
	padding-bottom: 30px;
}
ul.wlist li {
	width: 48%;
	float: left;
	text-align: center;
	border: 1px solid #ccc;
	padding: 20px 10px;
	margin: 0 1%;
	background: #ffffff;
	border-radius: 5px;
	box-shadow: 3px 3px 0 #ccc;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
ul.wlist li:hover {
	background-color: #f0f0f0;
}
ul.wlist p {
	/* color: #ccc; */
}
ul.hlist {
	overflow: hidden;
	padding-bottom: 50px;
}
ul.hlist li {
	width: 31%;
	float: left;
	text-align: center;
	border: 1px solid #ccc;
	padding: 25px 30px;
	margin: 0 1%;
	background: #ffffff;
	border-radius: 5px;
	box-shadow: 3px 3px 0 #ccc;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
ul.hlist li:hover {
	background-color: #f0f0f0;
}
ul.hlist li h2 {
	font-size: 13px;
	padding-top: 5px;
	border-bottom: 1px solid #333;
	margin-bottom: 5px;
	text-align: left;
	padding-bottom: 10px;
}

.page_img2 {
	margin-bottom: 30px;
	text-align: center;
	overflow: hidden;
	background: #eee;
	margin-bottom: 5px;
	background: url(../img/2017/img1.jpg) no-repeat center;
	background-size: 100% auto;
	height: 350px;
}
.page_img2 h1 {
	width: 400px;
	background: rgba(0, 0, 0, 0.9);
	color: #fff;
	text-align: center;
	margin: 0 auto;
	padding: 20px;
	margin-top: 100px;
	font-family: "Times New Roman", Times, "serif";
	font-weight: normal;
	border-radius: 5px;
}
.page_img2 h1 span {
	color: #fff;
}

.page_img {
	margin-bottom: 30px;
	text-align: center;
	overflow: hidden;
	background: #eee;
	margin-bottom: 5px;
	background: url(../img/about/img1.jpg) no-repeat center;
	background-size: 100% auto;
	height: 350px;
}

.page_img h1 {
	width: 400px;
	background: rgba(0, 0, 0, 0.9);
	color: #fff;
	text-align: center;
	margin: 0 auto;
	padding: 20px;
	margin-top: 100px;
	font-family: "Times New Roman", Times, "serif";
	font-weight: normal;
	border-radius: 5px;
}
.page_img h1 span {
	color: #fff;
}
.pc {
	display: block;
}
.sp {
	display: none;
}

ul.olist {
	overflow: hidden;
}
ul.olist li {
	width: 24%;
	float: left;
	text-align: center;
	padding: 10px 0px 0 0px;
	margin: 0 1% 10px 0%;
	background: #fff;
	position: relative;
}
ul.olist a {
	display: block;
}
ul.olist div {
}
ul.olist p {
	padding-top: 5px;
	font-size: 14px;
}
ul.olist img {
	width: 95%;
	height: auto;
}
.c1,
.c2 {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	line-height: 1;
	width: 80px;
	color: #fff;
	background: #8894c2;
	text-align: center;
	padding: 4px 0;
	font-size: 13px;
}
.c2 {
	background: #b1c288;
}
ul.plist {
	overflow: hidden;
}
ul.plist li {
	width: 16%;
	float: left;
	text-align: center;
	padding: 10px 0px 5px 0px;
	margin: 0 0.5% 10px 0%;
	background: #fff;
}
ul.plist li img {
	width: 147px;
	height: 147px;
}
ul.plist a {
	display: block;
}
ul.plist div {
}
ul.plist p {
	padding-top: 5px;
	font-size: 14px;
}
ul.plist img {
	width: 92%;
	height: auto;
}
table.ta1 {
	width: 100% !important;
	border-top: 1px solid #ccc;
	border-right: 1px solid #ccc;
	margin-bottom: 30px;
}
table.ta1 td,
table.ta1 th {
	border-bottom: 1px solid #ccc;
	border-left: 1px solid #ccc;
	padding: 7px;
	box-sizing: border-box;
	word-break: break-all;
}
table.ta1 td {
	background: #fff;
}
table.ta1 th {
	white-space: nowrap;
	width: 30% !important;
}
.xbox {
	overflow: hidden;
}
.x1 {
	float: right;
	width: 38%;
	margin-bottom: 30px;
}
.x1 img {
	width: 100%;
	height: auto;
}
.x2 {
	float: left;
	width: 60%;
}
ul.tab {
	overflow: hidden;
	padding-bottom: 15px;
}
ul.tab li {
	float: left;
	margin-right: 5px;
}
ul.tab a {
	display: block;
	background: #ccc;
	padding: 6px 15px;
	line-height: 1;
	border-radius: 2px;
	font-size: 14px;
}
ul.tab .on a {
	font-weight: bold;
	color: #fff;
	background: #359497;
}
.gbox {
	width: 100%;
	overflow: hidden;
	text-align: center;
	padding-bottom: 35px;
}
.g1 {
	float: left;
	width: 50%;
	padding-bottom: 30px;
}
.faq p {
	padding-bottom: 30px;
	border-bottom: 1px solid #ddd;
	margin-bottom: 30px;
}
.faq span {
	font-size: 28px;
	color: #931618;
}
.frm1 {
	padding: 5px;
	width: 95%;
	background: #eee;
	border: none;
}
.btn2 {
	width: 300px;
	text-align: center;
	padding: 10px;
	border-radius: 20px;
	border: none;
	font-weight: bold;
	margin: 0 auto 40px auto;
	background: #359497;
	box-shadow: #ccc 3px 3px 0;
	color: #fff;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ",
		Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
	letter-spacing: 1px;
	cursor: pointer;
}
.btn3 {
	width: 300px;
	text-align: center;
	padding: 8px 8px 7px 8px;
	line-height: 1;
	border: none;
	font-weight: bold;
	margin: 0 auto 40px auto;
	background: rgba(255, 255, 255, 0.2);
	box-shadow: rgba(255, 255, 255, 0.4) 2px 2px 0;
	color: #fff;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ",
		Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
	letter-spacing: 1px;
	cursor: pointer;
	font-size: 14px;
	border-radius: 5px;
}
.btn3:hover {
	opacity: 0.8;
}
.slct1 {
	padding: 8px;
}
.seminer_entry {
	text-align: center;
	border: 3px solid #eee;
	padding: 10px;
	margin-bottom: 20px;
}
.seminer_entry br {
	display: none;
}
.prof {
	overflow: hidden;
	margin-bottom: 30px;
}
.prof_img {
	float: left;
	width: 15%;
}
.prof_img img {
	width: 100%;
	height: auto;
}
.prof_txt {
	float: right;
	width: 83%;
}

.prof_txt a {
	display: block;
	text-decoration: underline;
	padding-top: 2px;
}
.infobox {
	margin-bottom: 25px;
	border-bottom: 1px solid #ccc;
	padding-left: 5px;
	padding-bottom: 25px;
	overflow: hidden;
}
.infobox h3 {
	margin-bottom: 8px;
	font-size: 16px;
}
.info_date {
	border-left: 4px solid #ccc;
	padding-left: 10px;
	margin-bottom: 10px;
}
.info_date span {
	font-family: "Times New Roman", Times, "serif";
	font-size: 30px;
	line-height: 1.2;
}
.info_txt {
	float: left;
	width: 50%;
}
.info_map {
	float: right;
	width: 48%;
}
.info_txt p {
	padding-bottom: 15px;
}
.exp {
	padding: 5px 0 0 0;
	font-size: 13px;
	color: #666;
}
.hissu {
	font-size: 13px;
	font-weight: normal;
	color: #d45f5f;
}
.etr {
	font-size: 13px;
	font-weight: normal;
	color: #333;
}
ul.error {
	margin-bottom: 25px;
	padding: 15px 30px;
	background: #fcf5f5;
}
ul.error li {
	color: #d45f5f;
}
.icn1 {
	color: #fff;
	background: #56a3a5;
	line-height: 1;
	padding: 4px 5px 5px 5px;
	display: inline-block;
	font-size: 12px;
	font-weight: normal;
	letter-spacing: 1px;
	margin-right: 5px;
	border-radius: 2px;
}

.icn2 {
	color: #fff;
	background: #5785bc;
	line-height: 1;
	padding: 4px 5px 5px 5px;
	display: inline-block;
	font-size: 12px;
	font-weight: normal;
	letter-spacing: 1px;
	margin-right: 5px;
	border-radius: 2px;
}

/* スマホ
■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■-*/

@media screen and (max-width: 860px) {
	/* 共通スタイル
	------------------------------------------------------------------------*/
	.pc {
		display: none;
	}
	.sp {
		display: block;
	}
	.center {
		text-align: center;
	}

	.t1 {
		font-size: 30px;
		margin-bottom: 20px;
	}
	.t1 span {
		font-size: 15px;
	}
	.t2 {
		font-size: 19px;
	}
	.t3 {
		font-size: 16px;
	}
	.br-sp {
		display: none;
	}

	.container {
		width: 90%;
		margin: 0 auto;
		overflow: hidden;
	}
	header {
		height: 80px;
	}
	#nav1,
	#nav2,
	#nav3 {
		display: none;
	}
	.menu {
		width: 55px;
		height: 55px;
		position: absolute;
		top: 12px;
		right: 10px;
		border-radius: 4px;
		display: block;
	}
	#logo {
		position: absolute;
		left: 15px;
		top: 13px;
		background: url(../img/common/logo_s.png) no-repeat;
		background-size: auto 52px;
		width: 168px;
		height: 66px;
		text-indent: -9999px;
	}

	/* メニューボタンの変形 */
	.menu_trigger {
		display: block;
	}
	.menu_trigger,
	.menu_trigger span {
		display: inline-block;
		transition: all 0.4s;
		box-sizing: border-box;
	}
	.menu_trigger {
		position: absolute;
		top: 0;
		left: 0;
		right: 0;
		bottom: 0;
		margin: auto;
		width: 30px;
		height: 18px;
	}
	.menu_trigger span {
		position: absolute;
		left: 0;
		width: 100%;
		height: 2px;
		background-color: #359497;
		border-radius: 2px;
	}
	.menu_trigger span:nth-of-type(1) {
		top: 0;
	}
	.menu_trigger span:nth-of-type(2) {
		top: 8px;
	}
	.menu_trigger span:nth-of-type(3) {
		bottom: 0;
	}
	.menu_trigger.active span:nth-of-type(1) {
		transform: translateY(8px) rotate(-45deg);
	}
	.menu_trigger.active span:nth-of-type(2) {
		opacity: 0;
	}
	.menu_trigger.active span:nth-of-type(3) {
		transform: translateY(-8px) rotate(45deg);
	}

	#nav_sp {
		position: absolute;
		z-index: 1001;
		background: #fff;
		top: 70px;
		width: 100%;
	}
	.sp_menu li {
		border-bottom: 1px solid #ccc;
		background-image: url(../img/common/arrow1.png);
		background-size: 8px auto;
		background-position: center right 15px;
		background-repeat: no-repeat;
	}
	.sp_menu a {
		font-size: 16px;
		padding: 10px 20px;
		display: block;
	}
	.sns_box {
		width: 50%;
		height: 200px;
		margin: 0 auto;
		display: flex;
		align-items: center;
		justify-content: space-between;
	}
	.sns_box a {
		width: auto;
		padding: 0;
	}
	.sns_box img {
		width: 24px;
	}
	.sns_box i {
		font-size: 30px;
		transform: translateY(3px);
	}
	.sp_menu_contact li {
	}

	.sp_menu_contact li a {
		background: #850101;
		color: #fff;
		padding: 10px 20px;
		display: block;
		border-radius: 6px;
		margin: 3px 10px;
	}
	#sns p {
		display: none;
	}
	#sns .container div {
		float: none;
		width: 100%;
		text-align: center;
		padding-top: 3px;
	}

	table.ta1 {
		width: 100%;
		border-top: 1px solid #ccc;
		border-right: 1px solid #ccc;
		margin-bottom: 30px;
		overflow: auto;
		display: block;
	}

	.card_img {
		margin-bottom: 15px;
		height: 175px;
		overflow: hidden;
		text-align: center;
		border-radius: 6px;
		-webkit-border-radius: 6px;
		-moz-border-radius: 6px;
	}
	.card_img img {
		width: 100%;
	}

	/* 申込み
	------------------------------------------------------------------------*/
	.cbox {
		overflow: hidden;
		color: #fff;
		background-image: url(../img/common/bg1.jpg);
		background-repeat: no-repeat;
		background-position: center top;
		line-height: 150%;
	}

	.cbox_inner {
		background-color: rgba(45, 123, 125, 0.9);
		overflow: hidden;
	}
	.cbox1 {
		display: none;
	}
	.cbox2 {
		float: none;
		margin: 0 auto;
		width: 90%;
		padding: 0 0 15px 0%;
	}
	.cbox h3 {
		font-size: 21px;
		border-bottom: 1px solid #b3cfd0;
		padding: 0 0 10px 0;
		margin-bottom: 10px;
		text-align: center;
	}
	.cbox2 p {
		font-size: 15px;
		margin-bottom: 20px;
	}
	a.btn_entry {
		display: block;
		text-align: center;
		width: 280px;
		line-height: 1;
		clear: both;
		background-color: #fff;
		margin: 0 auto;
		border-radius: 25px;
		padding: 15px 0;
		font-weight: bold;
		color: #339297;
		font-size: 16px;
		box-shadow: 5px 5px 0px rgba(0, 0, 0, 0.2);
		margin-bottom: 20px;
		background-image: url(../img/common/arrow1.png);
		background-repeat: no-repeat;
		background-position: right 15px center;
		background-size: 8px auto;
	}
	a.btn_entry:hover {
		opacity: 0.9;
	}
	.tel {
		text-align: center;
		font-family: Arial, Helvetica, "sans-serif";
		letter-spacing: 2px;
	}
	.tel a {
		color: #fff;
		font-size: 42px !important;
		line-height: 1 !important;
	}
	.yobi {
		font-size: 12px;
		text-align: center;
		padding-bottom: 25px;
		line-height: 1 !important;
	}

	/* フッター
	------------------------------------------------------------------------*/
	#footer_logo {
		float: none;
		border-right: 1px solid #d6d6d6;
		text-align: center;
		padding-bottom: 10px;
	}
	#footer_logo img {
		width: 130px;
		height: auto;
	}
	#footer_content {
		overflow: hidden;
		padding: 20px 0;
		margin: 0 auto;
		width: 100%;
	}
	#footer_logo {
		float: none;
		width: 100%;
	}
	#footer_box {
		float: none;
		width: 100%;
		font-size: 12px;
		padding-left: 20px;
	}
	.address {
		padding: 10px 0 5px 0;
		font-size: 13px;
		text-align: center;
	}
	.address br {
		display: block;
	}
	.copyrght {
		font-size: 8px;
		letter-spacing: 1px;
	}
	#footer_nav {
		background: #89c0c2;
	}
	#footer_nav ul {
		display: none;
	}
	.dbox {
		overflow: hidden;
		color: #fff;
		margin-bottom: 30px;
	}
	.dbox1 {
		width: 100%;
		float: none;
		height: auto;
	}
	.dbox1 img {
		width: 100%;
		height: auto;
	}
	.dbox2 {
		width: 100%;
		float: none;
		height: auto;
		font-size: 14px;
		line-height: 120%;
		padding: 20px 40px 20px 20px;
	}
	.dbox2 h3 {
		font-size: 18px;
		border-bottom: 1px solid #a2cecf;
		line-height: 130%;
		padding-bottom: 5px;
		margin-bottom: 8px;
		padding-top: 4px;
	}
	.dbox2 h3 br {
		display: none;
	}
	.dbox2 span {
		font-size: 20px;
	}
	.mlist {
		overflow: hidden;
		padding: 25px 0;
	}
	.mlist li {
		float: center;
		font-size: 18px;
		text-align: center;
		width: 100%;
		background: #fff;
		color: #222;
		margin: 7px 0%;
		border-radius: 25px;
		padding: 8px;
		width: 98%;
	}
	ul.flist img {
		width: 100%;
		height: auto;
	}
	ul.flist li {
		float: left;
		padding: 2px;
		width: 50%;
		text-align: center;
	}
	ul.ilist {
		overflow: hidden;
		margin-bottom: 10px;
	}
	ul.ilist li {
		float: none;
		width: 100%;
		padding-bottom: 20px;
	}
	ul.ilist li img {
		width: 100%;
	}
	ul.ilist li a {
		text-decoration: none;
		font-size: 13px;
	}
	ul.ilist li p {
		font-size: 14px;
		line-height: 140%;
		padding-right: 10px;
		padding-left: 0;
		padding-top: 5px;
	}

	a.btn1 {
		width: 80%;
	}
	.mv {
		top: 80px;
	}
	.catchcopy {
		font-size: 16px !important;
	}
	.catchcopy p {
		font-size: 14px !important;
	}
	ul.blist li {
		width: 99%;
		float: left;
		text-align: center;
		border: 1px solid #ccc;
		padding: 25px 30px;
		margin: 0 0 15px 0;
		background: #eaf4f4;
		border-radius: 5px;
		box-shadow: 3px 3px 0 #ccc;
	}
	ul.hlist li {
		width: 99%;
		float: left;
		text-align: center;
		border: 1px solid #ccc;
		padding: 25px 30px;
		margin: 0 0 15px 0;
		background: #ffffff;
		border-radius: 5px;
		box-shadow: 3px 3px 0 #ccc;
	}
	.page_img {
		margin-bottom: 30px;
		text-align: center;
		overflow: hidden;
		background: #eee;
		margin-bottom: 5px;
		background: url(../img/about/img1.jpg) no-repeat center;
		background-size: auto 100%;
		height: 250px;
	}

	.page_img h1 {
		width: 100%;
		background: rgba(0, 0, 0, 0.8);
		color: #fff;
		text-align: center;
		margin: 0 auto;
		padding: 20px;
		margin-top: 60px;
		font-family: "Times New Roman", Times, "serif";
		border-radius: 0px;
	}

	ul.olist li {
		width: 49%;
		float: left;
		text-align: center;
		padding: 10px 0px 5px 0px;
		margin: 0 1% 5px 0%;
		background: #fff;
	}
	ul.olist li p {
		line-height: 140%;
	}
	ul.olist li:nth-child(2n + 1) {
		clear: both;
	}
	ul.plist li {
		width: 32%;
		float: left;
		text-align: center;
		padding: 10px 0px 0 0px;
		margin: 0 0.5% 10px 0%;
		background: #fff;
	}
	ul.plist li img {
		width: 100%;
		height: auto;
	}
	.xbox {
		overflow: hidden;
	}
	.x1 {
		float: none;
		width: 100%;
		margin-bottom: 10px;
	}
	.x1 img {
		width: 100%;
		height: auto;
	}
	.x2 {
		float: none;
		width: 100%;
		margin-bottom: 20px;
	}
	ul.tab {
		overflow: hidden;
		padding-bottom: 15px;
	}
	ul.tab li {
		float: left;
		margin-right: 5px;
		margin-bottom: 5px;
	}
	ul.tab a {
		display: block;
		background: #ccc;
		padding: 6px 15px;
		line-height: 1;
		border-radius: 2px;
		font-size: 14px;
	}
	.gbox {
		width: 100%;
		overflow: hidden;
		text-align: center;
		padding-bottom: 35px;
	}
	.g1 {
		float: none;
		width: 100%;
	}
	.gbox canvas {
		width: 320px;
		height: 320px;
	}
	.seminer_entry br {
		display: block;
	}
	.prof_img {
		float: left;
		width: 35%;
	}
	.prof_txt {
		float: right;
		width: 60%;
		line-height: 130%;
	}

	.cc1 {
		width: 100%;
		float: none;
		height: auto;
		overflow: hidden;
		background: #89c0c2;
		text-align: center;
	}
	.cc1 img {
		height: auto;
		width: 100%;
	}
	.cc2 {
		width: 100%;
		float: none;
		background: #359497;
		font-size: 14px;
		line-height: 120%;
		height: auto;
		padding: 17px 30px 20px 30px;
	}
	.info_txt {
		float: none;
		width: 100%;
		padding-bottom: 30px;
	}
	.info_map {
		float: none;
		width: 100%;
	}
}

.home .homeSlide {
	height: 530px;
	position: relative;
}
.home .homeSlide {
	height: 530px;
	position: relative;
}

/* カレンダー
---------------------------------------------------------------------- */

@media screen and (max-width: 768px) {
	.week {
		display: inline;
	}
	#calendar .calendar .blank {
		display: none !important;
	}
	#calendar .calendar .dbox {
		width: 100% !important;
		display: block !important;
	}
	#calendar .calendar .weekcell,
	#calendar .calendar .blank {
		display: none !important;
	}
}

.event {
	border-left: 2px solid #008d72;
	padding-left: 25px;
	padding-bottom: 15px;
	padding-top: 15px;
	border-bottom: 1px solid #ccc;
}
.event:hover {
	background: #eee;
}
table.ta1 {
	width: 100%;
	margin: 0 0 40px 0;
}
table.ta1 th {
}
table.ta1 th strong {
	display: block;
	color: #008d72;
	line-height: 1;
	font-size: 12px;
}
table.ta1 th span {
	display: block;
	color: #d45f5f;
	line-height: 1;
	font-size: 16px;
}
table.ta1 td h5 {
	font-size: 20px;
	font-weight: normal;
	border-bottom: 1px dashed #ccc;
	padding-bottom: 10px;
	margin-bottom: 10px;
}
table.ta1 td,
table.ta1 th {
	padding: 15px;
	border-bottom: 1px solid #ccc;
	word-break: break-all;
}

.pimg {
	margin-bottom: 18px;
	overflow: hidden;
	width: 280px;
	height: 280px;
	margin: 0 auto 20px auto;
}
.pimg img {
	border-radius: 50%;
	width: 100%;
	height: 100%;
}
#calendar .inner {
	width: 1000px;
	margin: 0 auto;
}
.calendar {
	background: #f6f6f6;
	overflow: hidden;
	margin: 0 auto 30px auto;
	box-sizing: border-box;
	width: 90%;
	display: table;
	border-left: 1px solid #ccc;
	border-top: 1px solid #ccc;
}
.calendar_nav {
	position: relative;
	text-align: center;
	padding-bottom: 20px;
	width: 90%;
	margin: 0 auto;
}
.calendar_nav select {
	padding: 4px;
}
.next_btn,
.prev_btn {
	background: #333;
	color: #fff;
	width: 60px;
	position: absolute;
	top: 0;
	right: 0px;
	border-radius: 3px;
	text-decoration: none;
	text-align: center;
}
.prev_btn {
	left: 0px;
}
.week {
	display: none;
	display: inline;
}

/*===============================================
画面の横幅が768pxまで
===============================================*/
@media screen and (max-width: 768px) {
	.week {
		display: inline;
	}
	#calendar .calendar .blank {
		display: none !important;
	}
	#calendar .calendar .dbox {
		width: 100% !important;
		display: block !important;
	}
	#calendar .calendar .weekcell,
	#calendar .calendar .blank {
		display: none !important;
	}
	.crow {
		display: table-row;
	}
	.pc {
		display: none !important;
	}
	.sp {
		display: block !important;
	}
	.date {
		background: url(../../img/common/icn_calendar.png) no-repeat left center;
		background-size: 20px auto;
		padding-left: 30px;
		font-size: 14px;
	}
	.swiper-mv {
		margin: 0 0;
	}
}

.header-space {
	margin-top: 80px; 
}
@media screen and (min-width: 1040px) {
	.header-space {
		margin-top: 128px; 
	} 
}