/*===========================*
PRESET
*===========================*/
html {
	-webkit-text-size-adjust: none;
}
body {
	font-family: Meiryo, ヒラギノ角ゴ Pro W3, Hiragino Kaku Gothic Pro, Osaka, ＭＳ Ｐゴシック, MS PGothic, sans-serif;
	padding: 0;
	margin: 0;
	font-size: 14px;
	font-weight: normal;
	font-style: normal;
	line-height: 1.5;
	letter-spacing: 0.7px;
	position: relative;
	cursor: default;
}
h1, h2, h3, h4, h5, h6 {
	font-family: Meiryo, ヒラギノ角ゴ Pro W3, Hiragino Kaku Gothic Pro, Osaka, ＭＳ Ｐゴシック, MS PGothic, sans-serif;
	line-height: 1.4;
	font-weight: normal;
	color: #1c1919;
}
h1 {
	font-size: 28px;
}
h2 {
	font-size: 28px;
}
h3 {
	font-size: 26px;
	margin: 0 0 10px;
}
h4 {
	font-size: 26px;
	margin-bottom: 5px;
}
h5 {
	font-size: 20px;
	margin-bottom: 5px;
}
small {
	display: block;
	font-size: 54%;
	margin-top: .5em;
}
p {
	margin-bottom: 1em;
}
a {
	border: none;
	color: #ef5555;
	text-decoration: none;
}
a:hover {
	color: #0077c9;
	cursor: pointer;
	text-decoration: none;
}
a:focus {
	outline: none;
}
strong {
	font-weight: bold;
}
i {
	display: inline-block;
}
em {
	color: #e53e41;
	display: inline-block;
}
.clearfix:before, .clearfix:after {
	content: " ";
	display: block;
}
.clearfix:after {
	clear: both;
}
.clearfix {
 *zoom:1;
}
dl.clearfix { height: auto;}
/*===========================*
SITE HEADER
*===========================*/
.recommend-box ul li dl.clearfix { height: 360px;}

header {
	background: #ffffff;
	border-bottom: 1px solid #cccccc;
	font-family: Meiryo, ヒラギノ角ゴ Pro W3, Hiragino Kaku Gothic Pro, Osaka, ＭＳ Ｐゴシック, MS PGothic, sans-serif;
	color: #222;
	font-size: 13px;
	font-weight: normal;
	font-style: normal;
	line-height: 1;
	letter-spacing: 0.7px;
	cursor: default;
}
header a {
	color: #0058bf;
}
.lp-header {
    position: fixed;
    display: block;
    width: 100%;
    height: 60px;
    min-width: 980px;
    padding: 15px 20px;
    border-bottom: 1px solid #d6d6d8;
    background: #fff;
    z-index: 1000;
	box-sizing: border-box;
}
.lp-header .container {
    width: 100%;
    max-width: 980px;
    padding-left: 15px;
    padding-right: 15px;
    margin: auto;
	overflow: hidden;
    box-sizing: border-box;
}
.lp-header .header_side {
    float: right;
}
.lp-header .header_side .company_links {
    float: left;
    padding-top: 8px;
    margin-right: 40px;
	-webkit-margin-before: 0px;
	-webkit-margin-after: 0px;
	-webkit-margin-start: 0px;
	-webkit-padding-start: 0px;
}
.lp-header .company_links li {
    display: inline-block;
	line-height: 1.6rem;
}
.lp-header .company_links li a:hover{
	text-decoration: underline;
}
.lp-header .header_side .share_list {
    float: left;
	-webkit-margin-before: 0px;
	-webkit-margin-after: 0px;
	-webkit-margin-start: 0px;
	-webkit-margin-end: 0px;
	-webkit-padding-start: 0px;
}
.share_list {
    list-style-type: none;
    height: 20px;
    display: table;
    border-collapse: separate;
    border-spacing: 5px;
}
.share_list li {
    display: table-cell;
    vertical-align: bottom;
}
.share_list .fb {
    width: auto;
    height: 20px;
	padding-bottom: 2px;
}
.share_list .tw {
    height: 20px;
    font-size: 10px;
	padding-bottom: 1px;
}
.share_list .line {
    width: 82px;
    height: 25px;
}
.lp-header .company_links a {
    display: inline-block;
    font-size: 12px;
    color: #003db4;
    text-decoration: none;
}
.headLogo {
	float: left;
}
* html .headSup {
	font-size: 85%;
} /* IE6 */
*:first-child+html .headSup {
	font-size: 85%;
} /* IE7 */
.bg_w {
	width: 100%;
	background-color: #fff;
	padding: 0;
}
.tree > div {
	float: left;
}
.tree a:hover {
	border-bottom: 1px dotted #777;
}
#header .arrow {
	padding: 0 .5em;
}
#nav {
	clear: none;
	float: left;
	width: 100%;
	position: absolute;
	right: 0;
	padding: 0 0 0 200px;
	box-sizing: border-box;
	bottom: 10px;
}
/* About */
#about {
	line-height: 15px;
	float: right;
}
#about ul {
	margin: 0;
	padding: 0;
}
#about ul li {
	margin: 0;
	padding: 0 5px;
	font-size: 91%;
	line-height: 15px;
	float: right;
	display: inline;
}
/*.headerside { float: right;}
#about { float: left;}
#about ul li { line-height: 22px;}
.socialbtn { float: right;}
.socialbtn ul { list-style: none; overflow: hidden; padding: 0; margin: 0;}
.socialbtn ul li { float: left; margin-right: 5px;}*/
* html #about ul li {
	font-size: 85%;
} /* IE6 */
*:first-child+html #about ul li {
	font-size: 85%;
} /* IE7 */
/* Nav ==================================================================================== */
#header:after, #topicPath:after, #nav:after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
}
* html #header, #topicPath, #nav {
	zoom: 1;
} /* IE6 */
*:first-child+html #header, #topicPath, #nav {
	zoom: 1;
} /* IE7 */
/* TopicPath */
#topicPath {
	margin: 0;
	position: absolute;
	bottom: 0;
}
/*===========================*
SITE BODY
*===========================*/


/*css記述ここから*/


/************* PC表示ここから *************/
.contents-smp {
	display: none;
}

.contents li {
	list-style-type: none;
}

.contents-pc img {
	vertical-align: bottom;
}


/*===========================*
.コンテンツ内共通 *===========================*/

.contents ul {
	padding: 0;
}


.contents-pc .sttl {
	background-color: #fbdbe6;
	border-top: 1px solid #f44a86;
	border-bottom: 1px solid #f44a86;
	padding: 15px 0;
	text-align: center;
	min-width: 1000px;
}

.contents-pc .inn-width {
	margin: 0 auto;
	width: 1000px;
}

.btn a:hover {
	opacity: 0.7;
	-webkit-transition: 0.3s;
	   -moz-transition: 0.3s;
	    -ms-transition: 0.3s;
	     -o-transition: 0.3s;
	        transition: 0.3s;
}



/*===========================*
.キービジュアル *===========================*/
.contents-pc .kv img {
	width: 100%;
	min-width: 1000px;
	margin-top: 60px;
}

/*===========================*
.ナビゲーション *===========================*/
.gl-nav {
	background-image: url(../img/bg-border01.png);
	background-repeat: repeat-x;
	background-position: bottom;
	padding-bottom: 30px;
	min-width: 1000px;
}

.gl-nav ul {
	margin: 30px auto 0;
	max-width: 720px;
	width: 90%;
}

.gl-nav ul li {
	width: 33.3%;
	float: left;
}

.gl-nav ul li img {
	width: 100%;
}


/*===========================*
.section point *===========================*/
.point-box {
	margin: 30px 0;
}

.point-box ul {
	padding: 0;
	width: 1000px;
}

.point-box ul li {
	float: left;
}



/*===========================*
.section paln *===========================*/
.day {
	background-image: url(../img/bg-border02.png);
	background-repeat: repeat-x;
	background-position: bottom;
	padding-bottom: 60px;
	margin-bottom: 100px;
}

.day03,
.day-etc {
	background-image: none;
	padding-bottom: 0;
	margin-bottom: 100px;
}

.ico-box {
	position: relative;
	padding: 0 30px;
	margin: 30px auto 50px;
	width: 317px;
}

.ico-box ul li {
	float: left;
	text-align: center;
}

.ico-box:before {
	content: "{";
	color: #f44a86;
	font-size: 20px;
	position: absolute;
	top: 6px;
	left: 0;
}

.ico-box:after {
	content: "}";
	color: #f44a86;
	font-size: 20px;
	position: absolute;
	top: 6px;
	right: 0;
}

.ico-box .ico-car {
	margin-top: 10px;
	margin-right: 20px;
}

.day-nav ul {
	margin: 0 auto 30px;
	width: 422px;
}

.day-nav li {
	float: left;
}

.tag {
	margin-bottom: 70px;
	text-align: center;
}

/*===================*
.table 共通 *===============*/
.table-wrap {
	border-top: 1px dotted #a9a9a9;
	border-bottom: 1px dotted #a9a9a9;
	min-width: 1000px;
	width: 100%;
}

.table {
	position: relative;
	margin: 0 auto;
	width: 1000px;
}

.table .ribon {
	position: absolute;
	top: -38px;
	left: 50%;
	margin-left: -314px;
}

.table dl.list {
	background-image: url(../img/line-clock.jpg);
	background-repeat: repeat-y;
	background-position: top 0 left 13px;
	display: table;
	margin: 0;
}


.table dt,
.table dd {
	display: table-cell;
	padding: 20px 0;
}


.table .list-top dt,
.table .list-top dd {
	padding-top: 50px;
}

.table dt.clock {
	border-bottom: 1px solid #f44a86;
	position: relative;
	width: 110px
}


.table dt.clock:after {
	content: "";
	display: block;
	background-color: #fff;
	height: 1px;
	width: 13px;
	position: absolute;
	bottom: -1px;
	left: 0;
}


.table dt.no-clock {
	padding-right: 2px;
}

.table dd.move {
	border-right: 2px solid #fff;
	color: #fff;
	background-image: url(../img/bg-pink.jpg);
	position: relative;
	text-align: center;
	width: 163px;
}

.table dd.move:after {
	content: "";
	display: block;
	background-color: #fff;
	height: 1px;
	width: 165px;
	position: absolute;
	bottom: 0;
	left: 0;
}

.table dd.move-foot {
	color: #000;
	background-image: url(../img/bg-point.jpg);
}


.table dd.move span.i-car:before {
	background-image: url(../img/ico_car-w.png);
	background-repeat: no-repeat;
	-webkit-background-size: cover;
	     -o-background-size: cover;
	        background-size: cover;
	content: "";
	display: inline-block;
	width: 34px;
	height: 17px;
	margin-right: 8px;
	vertical-align: top;
}


.table dd.move span.i-foot:before {
	background-image: url(../img/ico_foot.png);
	background-repeat: no-repeat;
	-webkit-background-size: cover;
	     -o-background-size: cover;
	        background-size: cover;
	content: "";
	display: inline-block;
	width: 21px;
	height: 32px;
	margin-right: 8px;
	vertical-align: bottom;
}

.table span.line-yellow {
	background-image: url(../img/line-yellow.png);
	background-repeat: no-repeat;
	background-position: bottom 5px right;
	display: inline-block;
}

.table dd p {
	margin: 0 0 10px;
	line-height: 2;
}

.table dd.text {
	border-bottom: 1px dotted #f44a86;
	border-left: 1px solid #f44a86;
	padding-left: 20px;
	margin-left: 1px;
	width: 723px;
}

.table dd p.point {
	background-color: #f44a86;
	-webkit-border-radius: 10px;
	        border-radius: 10px;
	color: #fff;
	display: inline-block;
	line-height: 1.5;
	padding: 20px;
	position: relative;
	margin-top: 20px;
}

.table dd p.point:after {
	background-image: url(../img/ico_point.png);
	background-repeat: no-repeat;
	-webkit-background-size: cover;
	     -o-background-size: cover;
	        background-size: cover;
	content: "";
	display: block;
	width: 51px;
	height: 25px;
	position: absolute;
	top: -12px;
	left: 20px;
}

.table .list-inn {
	margin: 0 0 10px;
}

.table .list-inn dt,
.table .list-inn dd {
	display: block;
	padding: 0;
	margin: 0 0 5px 0;
}

.table .access {
	margin-top: 55px;
}
.table .access dt,
.table .access dd {
	margin: 0 0 3px 0;
}

.btn-check {
	margin-top: 30px;
	text-align: center;
}

.town-info {
	display: block;
	margin: 20px 0 0 65px;
	text-align: left;
}

/* 最後のリスト下線打ち消し */
.table dl.list-last dt,
.table dl.list-last dd {
	border-bottom: none;
}

.table dl.list-last dt:after {
	height: 0;
}

/*===================*
.table 01 *===============*/
.table01 .day-image {
	position: absolute;
	top: 10px;
	right: 0;
}

/*===================*
.table 02 *===============*/
.table02 .day-image {
	position: absolute;
	top: 160px;
	right: 0;
}

/*===================*
.table 03 *===============*/
.table03 .day-image {
	position: absolute;
	top: 0px;
	right: 0;
}

/*===================*
.sec 番外編 *===============*/
.sec-etc {
	position: relative;
	padding-top: 52px;
	margin-top: -52px;
}

.tag-etc {
	position: absolute;
	top: 0;
	left: 50%;
	margin-left: -32px;
}

.recommend-box {
	margin: 50px 0;
}

.recommend-box ul li {
	float: left;
}

.recommend-box ul li:nth-child(2) {
	margin: 0 47px;
}

.recommend-box ul li .btn {
	text-align: center;
}

.recommend-box dl dt,
.recommend-box dl dd {
	text-align: center;
	margin-bottom: 15px;
	margin-left: 0;
}
/************* PC表示ここまで *************/


/************* smp表示ここから ブレイクポイント:640px *************/
/*===========================*
.コンテンツ内共通 *===========================*/
@media screen and (max-width: 640px) {
body { font-size: 20px;}

.contents-pc {
	display: none;
}

.contents-smp {
	display: block;
}

.contents-smp * {
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}

.contents-smp img {
	width: 100%;
	vertical-align: bottom;
}

.contents-smp .kv {
	margin-top: 80px;
}

.lp-header {
    height: 80px;
    padding: 10px 0;
    min-width: 540px;
}
.lp-header .headLogo{
	display: inline-block;
	}

.lp-header .headLogo .contents-smp {
	display: inline;
	width: 190px;
	max-width: 100%;
    height: auto;
    vertical-align: bottom;
	}
	
.lp-header .header_side {
    margin-top: 25px;
}

.sec-smp .sttl {
	background: #fff;
	border-bottom: 3px solid #ef6394;
	color: #ef6394;
	padding: 3% 0;
	font-size: 1.6rem;
	font-weight: bold;
	text-align: center;
}

.sec-smp .sttl span {
	display: inline-block;
	margin-right: 2%;
	width: 10%;
	vertical-align: super;
}


.day-nav-smp ul {
	margin: 8% auto 5%;
	width: 90%;
}

.day-nav-smp ul li {
	float: left;
	width: 33.33%;
}

.tag-smp {
	margin: 0 auto;
	width: 25%;
}


/*===========================*
.ナビゲーション *===========================*/
.gl-nav-smp ul {
	margin: 0;
}

.gl-nav-smp ul li {
	float: left;
	width: 33.33%;
}


/*===========================*
.smp-point  *===========================*/
 .smp-point .point-smp {
 	background-color: #fffff7;
 	border-bottom: 3px solid #ef6394;
 	padding-top: 5%;
 	padding-bottom: 5%;
 }

 .smp-point .point-smp ul {
 	margin: auto;
 	width: 94%;
 }

 .smp-point .point-smp ul li{
 	margin-bottom: 10%;
 }



/*===========================*
.smp-plan *===========================*/
 .smp-plan {
 	background-image: url(../img/bg-border02.png);
 	background-repeat: repeat-x;
 	background-position: bottom;
 	padding-bottom: 10%;
 }

 .smp-plan-last {
 	background-image: none;
 }

.smp-plan .ico-access {
	margin: 3% auto 0;
 	width: 90%;
 }

.time {
	background-image: url(../img/bg-pink.jpg);
	border-bottom: 3px solid #ef6394;
	border-top: 3px solid #ef6394;
	display: table;
	width: 100%;
}

.time-white {
	background-image: none;
}

.time dt,
.time dd {
	display: table-cell;
}

.time dt {
	background-color: #f9f9f9;
	padding: 4% 3%;
	text-align: center;
	width: 28%;
}

.time dd {
	width: 61%;
	padding-left: 5%;
}

.time dd.move {
	color: #fff;
	font-size: 1.6rem;
}

.time dd.move .ico-car {
	display: inline-block;
	margin-right: 2%;
	width: 12%;
	vertical-align: super;
}

.time dd.move .ico-foot {
	display: inline-block;
	margin-right: 2%;
	width: 8%;
	vertical-align: bottom;
}

.time dd.move02 {
	color: #000;
}

.plan-smp .text-box {
	margin: 3% auto;
	width: 90%;
}

.plan-smp .text-box dd {
	margin: 0;
}

.plan-smp .plan-list .point {
	background-color: #ef6394;
	-webkit-border-radius: 10px;
	        border-radius: 10px;
	color: #fff;
	display: block;
	margin: 10% auto 3%;
	padding: 4%;
	width: 90%;
	position: relative;
}

.plan-smp .plan-list .point:after {
	background-image: url(../img/ico_point.png);
	background-repeat: no-repeat;
	-webkit-background-size: cover;
	     -o-background-size: cover;
	        background-size: cover;
	content: "";
	display: block;
	position: absolute;
	width: 51px;
	height: 25px;
	top: -12px;
	left: 50%;
	margin-left: -25px;
}

.plan-smp .plan-list .access-list {
	margin: 0 auto;
	width: 90%;
}

.plan-smp .plan-list .access-list dt {
	margin-bottom: 1%;
}

.plan-smp .plan-list .access-list dd {
	margin: 0;
}

.plan-list-last {
	border-bottom: 3px solid #ef6394;
	padding-bottom: 5%;
}

.btn-check-smp {
	margin: 3% auto;
	width: 90%;
}

.text-box strong {
	border-bottom: .3rem solid yellow;
}

/*===========================*
.smp-etc *===========================*/
.smp-etc .sttl {
	border-top: 3px solid #ef6394;
}

.smp-etc .sttl span {
	width: 7%;
}

.recommend-smp dl {
	margin-top: 8%;
}

.recommend-smp dl dt,
.recommend-smp dl dd {
	text-align: center;
	margin: 0;
}

.recommend-smp .ttl {
	margin: 0 auto 5%;
	width: 70%;
}

.recommend-smp .img {
	margin: 0 auto 5%;
	width: 60%;
}


}/* /@media screen and (max-width: 640px)*/

/************* smp表示ここまで *************/

/*css記述ここまで*/
/*===========================*
SITE FOOTER
*===========================*/
#Footer {
	background: #fff;
	border-top: 1px solid #c5bfb9;
	color: #ccc;
	padding: 20px;
	text-align: center;
	margin-bottom: -20px;
	font-family: sans-serif;
}

@media screen and (max-width: 960px) {
#header {
	padding: 5px;
}
.modelcourse {
	width: 32.3%;
}
#plan1 h4 {
	height: 4.5em;
}
#plan2 h4, #plan3 h4 {
	height: 4.5em;
}
}

@media screen and (max-width: 768px) {
#topicPath {
	display: none;
}
.contents-wrapper {
	padding: 0 10px;
}
.sectionbody .kogei .name {
	font-size: 18px;
}
.sectionbody .kogei .name span {
	display: block;
	line-height: 1;
}
.sectionbody .kogei .btn a {
	font-size: 12px;
	display: block;
	height:auto;
}
.sectionbody .kogei .btn a::after {
	right: 10px;
}
}

@media screen and (max-width: 560px) {
.ttlbg h1 img {
	width: 200px;
}
.ttlbg {
	background: url("../img/ttl_img.jpg") no-repeat 150px 0;
	background-size: cover;
}
#leadcopy p {
	font-size: 14px;
}
#navi ul li {
	padding: 10px;
	width: 100%;
	margin-bottom: 10px;
}
#navi ul li a {
	font-size: 16px;
}
.sectionbody {
	margin: 20px auto;
}
#section1 h2 {
	background:url(../img/sbttl01_sp.png) no-repeat center center / contain;
	height:50px;
	margin-bottom: 20px;
}
#section2 h2 {
	background:url(../img/sbttl02_sp.png) no-repeat center center / contain;
	height:50px;
	margin-bottom: 20px;
}
#section1 h2 img,#section2 h2 img {
	display:none;
}

.sectionbody .js-matchHeight {
	float: left;
	margin: 0 0 20px;
	width: 100%;
}
.sectionbody .js-matchHeight:nth-child(3n) {
	margin: 0 0 20px;
}
.sectionbody .kogei .name span {
	display: inline;
}
.sectionbody .kogei .ytbox {
	display:none;
}

}

@media screen and (max-width: 450px) {
.modelcoursebox {
	width: 90%;
	margin: 0 auto;
}
.modelcourse {
	display: table;
	width: 100%;
	margin: 0 auto;
}
.modelcourse img {
	display: table-cell !important;
	width: 176px;
}
.coursedescription {
	height: 50px;
	display: table-cell;
	width: 100%;
	vertical-align: middle;
}
}

@media screen and (max-width: 350px) {
#section2 {
	background-size: 100% 20%;
}
.modelcoursebox {
	width: 90%;
	margin: 0 auto;
}
.modelcourse {
	display: block;
	width: 100%;
	margin: 0 auto;
}
.modelcourse img {
	width: 100%;
	display: block;
}
.coursedescription {
	display: block;
	width: auto;
}
}
