@charset "UTF-8";


/* /////////////////////////////////////////////////

	Main CSS
	
	Author	tanayoshi
	Date	2013/11/27

///////////////////////////////////////////////// */

/*--------------------------店舗一覧CSS--------------------------*/

#header a img{
    width: auto;
}
img{
	width: 100%;
}

h2{
}

ul.shop_navi{
	height: 27px;
	margin-top: 25px;
	margin-bottom: 50px;
	border-top: 1px solid #c8c8c8;
	border-bottom: 1px solid #c8c8c8;
}

ul.shop_navi li{
	float:left;
	font-size: 13px;
}

ul.shop_navi li a{
	display: block;
	height: 21px;
	padding: 0 30px 0 47px;
	margin-top: 3px;
	margin-bottom: 3px;
	border-right: 1px solid #c8c8c8;
	line-height: 23px;
	text-decoration: none;
	color: #333;
	background: url(img/navi_btn.png) no-repeat 29px 8px;
}

ul.shop_navi li a:hover{
	color: #FFF;
	background: #000 url(img/navi_btn_hover.png) no-repeat 29px 8px;
}

ul.shop_list{
	margin-top: 18px;
	margin-bottom: 50px;
}

ul.shop_list li{
	margin-bottom: 23px;
}

h3{
	font-size:20px;
	font-weight: bold;
	color: #000;
}
.clear_float{
	clear: both;
}


body{
	font-family: 'Noto Serif JP', serif;
}

#mainArea .wrap900{
	background: none;
}
.page-title{
	background-size: contain;
}


/*corse*/
.page-title{
    margin: 0 0 70px;
}
.link{
    margin-bottom: 50px;
}
.link .btn a{
    display: block;
    position: relative;
    max-width: 350px;
    margin: auto;
    padding: 25px 0px;
    background: #333;
    border: 1px solid #333;
    color: #fff;
    font-size: 16px;
    text-align: center;
    outline: none;
    text-decoration: none;
    letter-spacing: 2.5px;
}
.link .btn a:before {
    display: block;
    content: '';
    right: 25px;
    position: absolute;
    width: 6px;
    height: 6px;
    border-top: 1px solid;
    border-right: 1px solid;
    top: 50%;
    transform: rotate(45deg) translate(0%, -50%);
}
.link .btn a:hover {
    background: #fff;
    color: #333;
    transition: .3s;
}
.course__title {
	max-width: 230px;
    width: 100%;
    margin: auto;
    margin-bottom: 30px;
}
.course .course__text{
    margin-bottom: 50px;
	font-size: 16px;
	line-height: 1.75em;
	color: #161616; 
    text-align: center;
    letter-spacing: 4px;
}
.course__cap{
    max-width: 490px;
    width: 100%;
    margin: auto;
    margin-bottom: 20px;
    padding: 10px 0;
    border: 1px solid #c10c1e;
    color: #c10c1e;
    font-size: 12px;
    text-align: center;
}
.course__list{
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-webkit-flex-flow: row wrap;
		-ms-flex-flow: row wrap;
			flex-flow: row wrap;
	-webkit-align-content: flex-start;
		-ms-flex-line-pack: start;
			align-content: flex-start;
	-webkit-box-pack:justify;
		-webkit-justify-content:space-between;
		-ms-flex-pack:justify;
			justify-content:space-between;
	justify-content: center;
	max-width: 1000px;
    margin: auto;
    margin-bottom: 100px;
}
.course__list li {
	flex: 0 1 20%;
	width: 20%;
	margin: 0 12px;
}

/* course-rule */
.course-rule{
	background: url("img/bg.jpg")no-repeat;
    background-size: cover;
	padding: 70px 150px;
	margin-bottom: 60px;
	text-align: center;
}
.course-rule__title{
	position: relative;
	display: inline-block;
	margin-bottom: 80px;
	font-size: 32px;
	color: #ffffff;
    font-weight: bold;
    letter-spacing: 8px;
}
.course-rule__title::before{
	content: '';
	position: absolute;
	top: 1.5em;
	left: 0;
	width: 100%;
	height: 2px;
	background: #ffffff;
}
.course-rule__title::after{
	content: '';
	position: absolute;
	top: 1.7em;
	left: 0;
	width: 100%;
	height: 2px;
	background: #ffffff;
}

.course-rule__item{
    padding: 35px 0;
	background: #f5f5ec;
	margin-bottom: 48px;
}
.course-rule__item:last-child{
    margin-bottom: 0;
}
.course-rule__item h3{
    margin-bottom: 30px;
	font-size: 28px;
	color: #c10c1e;
    font-weight: normal;
    letter-spacing: 5px;
}
.course-rule__item span{
	display: inline-block;
    padding: 10px 20px;
	background: #c10c1e;
	margin: 0 4px;
	margin-bottom: 20px;
	font-size: 20px;
	color: #fff;
    letter-spacing: 4px;
}
.course-rule__item p{
	font-size: 16px;
	line-height: 1.75em;
    letter-spacing: 4px;
	color: #161616;
}


