/* --------------

title: style.css
author: assemble
2015

-------------- */

.clearfix:after {
  content: "";
  clear: both;
  display: block;
}

/* --------------
	global
-------------- */
html{
	height:100%;
	overflow-y:scroll;
	font-size: 16px;
	padding-top: 80px;
}
body{
	-webkit-text-size-adjust:none;
	width:100%;
	height:100%;
	font-family:didot, Didot W01 Roman, 'Zen Old Mincho', serif;
	line-height: 1.75;
	letter-spacing: 1px;
}
.course-route div{
	/*padding-right:0 !important;*/
}
h2{
	font-family:didot, Didot W01 Roman, 'Zen Old Mincho', serif;
	font-weight:700;
	letter-spacing:2px;
	font-size:2.5rem;
	margin:200px auto 50px;
}
.content-title{
	display: inline-block;
	border-bottom: 2px solid #2e4834;
	padding-bottom: 10px;
	margin-bottom: 30px;
	font-family:didot, Didot W01 Roman, 'Zen Old Mincho', serif;
	font-size: 1.5rem;
}
ul{
	margin: 0;
	padding:0;
}
  .fadeIn_up {
	opacity: 0;
	transform: translate(0, 50%);
	transition: 1s;
  }
  .fadeIn_up.is-show {
	transform: translate(0, 0);
	opacity: 1;
  }
  #about .col-md-offset-1{
	margin-left: 5%;
  }
  .flex{
    display: flex;
    flex-wrap: wrap;
}


/* --------------
	nav
-------------- */
#defaultNavbar1{
	border:none !important;
}
.navbar .container-fluid{
	padding: 0;
}
.navbar{
	background-color:#2e4834;
	/*height:102px;*/
	font-size:18px;
	letter-spacing:1px;
	font-family:didot, Didot W01 Roman;
	/* position:fixed; */
	/* left: 0;
	right: 0; */
	/*display:table;*/
	/* width:100%; */
	/*z-index:50;*/
}
.navbar-nav li {
 	display: table-cell;
 	vertical-align: middle;
 	text-align: center;
	width:10%;
	height:100px;
	padding:25px 0;
}
.navbar-nav li.logo{
	width:29%;
	margin:0 auto;
	padding-top:18px;
	padding-left:5%;
	text-align:center;
}
.navbar-nav li.logo a{
	padding:0;
}
.navbar-nav .navbar-brand{
	display: table-cell;
 	vertical-align: middle;
 	text-align: center;
	/*width:16.655%;*/
	height:auto;
}
.navbar-default .navbar-nav li.logo{
	padding:10px auto;
}
.navbar-nav > a{
	padding:40px 0 !important;
	display:block;
	width:50%;
	height:100px;
}
.navbar-collapse .collapse{
	height:100px !important;
	width:100%;
	padding:0;
}
.navbar-default{
	border:none !important;
	-webkit-box-shadow: 0 7px 6px -6px #777;
       -moz-box-shadow: 0 7px 6px -6px #777;
            box-shadow: 0 7px 6px -6px #777;
}
.navbar-default .navbar-nav li a{
	color:#fff;
}
.navbar a:visited{
	text-decoration: none;
}
.navbar a:hover{
	color:#fff !important;
	text-decoration:none !important;
	opacity: 0.5;
}
.navbar-header{
	/*position:absolute;
	top:0;
	left:50%;*/
}
.navbar-left{
	float:left;
	width:100%;
	margin:0 auto;
}
.navbar-default .navbar-left > li{
	text-align:center;
	margin:0 auto;
	display:block !important;
}
.navbar-right{
	width:30%;
	margin:0 auto;
}
.reserve{
	width:100%;
	height:100px;
	background-color:#bea574;
	margin-bottom:0;
}
p.reserve a{
	text-align:center;
	color:#fff;
	display:block;
	padding:40px 0;
}
.sp-reserve a{
	position: fixed;
	top:3.5%;
	right:20%;
	font-family:didot, Didot W01 Roman, 'Zen Old Mincho', serif;
	color:#fff;
	font-size:14px;
	border: 1px solid #BEA574;
	border-radius: 6px;
	background-color: #BEA574;
	padding: 5px;
	line-height: 1;
}

@media (min-width: 320px) and (max-width: 1023px) {
	.navbar-nav li.logo{
		padding:0;
	}
	.navbar-nav li{
		display:block;
		width:100%;
		height:100%;
		text-align:center;
	}
	.navbar-header{
		height:70px;	
	}
	.navbar-header img{
		width:100%;
		height: auto;
		max-width: 140px;
	}
	.navbar-brand{
		display:none;
		height:70px;
		position:absolute;
		top:0;
		left:20px;
	}
	.navbar-toggle{
		position:absolute;
		top:11px;
		right:5px;
	}
	.hidden-xs{
		display:none;
	}
	.navbar-default .navbar-toggle{
		border: none;
	}
	.navbar-default .navbar-toggle .icon-bar{
		background-color: #fff;
	}
	.navbar-default .navbar-collapse, .navbar-default .navbar-form{
		border: none;
	}
	.navbar-fixed-top .navbar-collapse, .navbar-fixed-bottom .navbar-collapse{
		max-height:100vh !important;
	}
}


/* --------------
	top
-------------- */
#about{
	padding: 120px 0;
	position: relative;
}
.about-photo img{
	margin-top: 60px;
	width: 100%;
	height: auto;
}
h1{
	font-size: 42px;
	font-family:didot, Didot W01 Roman, 'Zen Old Mincho', serif;
	margin-bottom: 60px;
	color: #2E4834;
}
h1 span{
	font-size: 24px;
	color: #2E4834;
	font-weight: bold;
}
.about-body{
	line-height: 1.75;
}

#message{
	position: fixed;
	bottom: 0;
	text-align: left;
	background-color: #2e4834;
	color: #fff;
	z-index: 999;
	width: 100%;
}
#message p{
	margin: 15px auto !important;
}

.green-back{
	background: #627667;
}
.green-back p{
	color:#fff;
	border-bottom: 2px solid #fff;
	margin-top: 30px;
}
.course-title-feature h2{
	font-family:didot, Didot W01 Roman, 'Zen Old Mincho', serif;
	margin: 0;
}
.course-title-feature h2 span{
	display: block;
	font-size: 1.25rem;
	margin-top: 10px;
}
.menu-feature-left{
	margin: 120px 0;
	position: relative;
}
.menu-feature-left div,
.menu-feature-right div{
	padding: 0;
}
.menu-feature-left img,
.menu-feature-right img{
	width: 100%;
	height: auto;
}
.menu-feature-left .course-title-feature{
	/* position: absolute;
	top:15%;
	left:-15%;
	text-shadow: 2px 3px 3px rgba(255, 255, 255, 0.4);
	color: #fff; */
	margin-top: 5%;
	margin-left: 10%;
}
.menu-feature-left .course-article-feature{
	margin-top: 30%;
	margin-left: 10%;
}
.menu-feature-right{
	margin: 60px 0;
	position: relative;
}
.menu-feature-right .course-title-feature{
	/* position: absolute;
	top:15%;
	right:190px; */
	margin-top: 5%;
	margin-left: 35%;
}
.menu-feature-right .course-article-feature{
	margin-top: 35%;
	margin-left: 35%;
}

.menu-column{
	max-width:1200px;
	padding-top: 90px;
	padding-bottom: 90px;
}
.menu-column section{
	padding: 30px;
}
.menu-column h3{
	margin:30px 0;
}
.menu-column h3 span{
	font-size: 1rem;
}





.container{
	position:relative;
	z-index:10;
	width:100%;
	/* background-color:#fff; */
	overflow:hidden;
}
#top{
	position:relative !important;
	text-align:center !important;
	z-index:10 !important;
	/* height:100% !important; */
}
.navbar-fixed-top .navbar-collapse, .navbar-fixed-bottom .navbar-collapse{
	height:auto;
}

.slider {
    position:relative;
  z-index: 999;
  /*↑z-indexの値をh1のz-indexの値よりも小さくして背景に回す*/
  height: 100vh;/*スライダー全体の縦幅を画面の高さいっぱい（100vh）にする*/
}
.slider-item01 {
    background:url(../images/kao-renewal_top01.jpg);
}
.slider-item02 {
    background:url(../images/kao-renewal_top02.jpg);
}
.slider-item03 {
    background:url(../images/kao-renewal_top04.jpg);
}
.slider-item04 {
    background:url(../images/kao-renewal_top05.jpg);
}
.slider-item {
    width: 100%;/*各スライダー全体の横幅を画面の高さいっぱい（100%）にする*/
    height:100vh;/*各スライダー全体の縦幅を画面の高さいっぱい（100vh）にする*/
    background-repeat: no-repeat;/*背景画像をリピートしない*/
    background-position: center;/*背景画像の位置を中央に*/
    background-size: cover;/*背景画像が.slider-item全体を覆い表示*/
}
.slider ul{
	margin:0;
	padding: 0 !important;
	list-style: none;
  }
  .wrapper{
	position: relative;
	padding: 0;
	margin: 0;
  }
  .slider .container{
	background:#555;
  }
  .slider .container p{
	padding: 300px 0; 
	text-align: center;
	color: #fff;
  }
  .key-slider,
.slick-list,
.slick-track {
  height: 100%;
}

.course-feature-article img{
	width: 100%;
	height: auto;
}

@media (min-width: 320px) and (max-width: 1023px) {
	.slider{
		height:60vh;
		/* padding-top: 70px; */
	}
	.slick-track{
		width:100%;
	}
	#about{
		padding: 60px 0;
	}
	.about-photo img{
		margin-top: 0;
	}
	h1{
		font-size: 2.25rem;
	}
	.menu-feature-left{
		margin:0px;
	}
	.menu-feature-left .course-title-feature{
		position: static;
		margin: 15px;
	}
	.menu-feature-left .course-article-feature{
		margin: 60px 15px 30px;
		margin-left: 25%;
		max-width: 70%;
	}
	.menu-feature-right .course-title-feature{
		position: static;
		margin: 15px;
	}
	.menu-feature-right .course-article-feature{
		margin: 60px 15px 30px;
		margin-left: 25%;
		max-width: 70%;
	}
	.course-feature-article h2{
		margin: 30px 15px;
	}
	#course .article-inner{
		max-width: 90%;
	}
	.course-list{
		padding-left: 30px !important;
		padding-right: 30px !important;
		padding-bottom: 30px !important;
	}
	.course-list section{
		margin-bottom: 0px;
	}
	#menu h2{
		font-size: 2rem;
	}
	.menu-feature-right h2{
		padding-top:265px;
	}
}


/* --------------
	menu
-------------- */
#menu .card img{
	width: 100%;
	height: auto;
}


/* --------------
	Course
-------------- */
#course{
	padding-top: 120px;
	padding-bottom: 90px;
	background-color: #f8f6f1;
}
#course h1{
	font-family:didot, Didot W01 Roman;
	font-size:34px;
	padding-top:120px;
	text-shadow:2px 2px 2px #999;
	letter-spacing:2px;
	margin:0;
}
#course h1 span{
	display:block;
	font-size:26px;
	font-family: 'Yu Gothic Std-TT D', "游明朝体", "Yu Mincho", YuMincho, serif;
	margin:25px auto 50px;
}
#course .concept-body{
	font-size:16px;
	text-shadow:1px 1px 1px #999;
	line-height:2.5;
}

#course .course-feature-article{
	position: relative;
}
#course .course-feature-article h2{
	position: absolute;
}
#course .course-feature-article h2 img{
	position: absolute;
	top:0;
	left:0;
}
#course .article-inner{
	padding-left: 15%;
	max-width:80%;
	margin-top: 280px;
	margin-bottom: 90px;
}
.course-list{
	padding: 90px 0;
}
.course-list section{
	padding: 0 30px;
}
.course-list section img{
	width:100%;
	height:auto;
}


/* intro */
.course-standard{
	background-color:#fff;
	height:640px;
}
.course-standard p,
.course-original p,
.course-daily p{
	font-size:18px;
	line-height:2.5;
}

/* Route */
.course-route{
	background-color:#f8f6f1;
	width:100%;
}
.container-inner{
	width:1137px;
	margin:0 auto;
}
.course-two-col{
	/*width:1170px;*/
	margin:125px auto;
	text-justify:inter-ideograph;
}
.course-two-col h3{
	font-size:32px;
	font-family:didot, Didot W01 Roman, 'Yu Mincho TT M1215162', "游明朝体", "Yu Mincho", YuMincho, serif;
	letter-spacing:1px;
	margin-bottom:50px;
	text-shadow:1px 1px 1px #ddd;
}
.course-two-col h3 span{
	display:block;
	font-size:20px;
	margin-top:15px;
	letter-spacing:1px;
}
.course-two-col p{
	font-size:16px;
	line-height:2;
}
.course-two-col img{
	box-shadow:2px 2px 2px #999;
}
.course-two-col .course-txt p{
	padding-right:50px;
}
.course-two-col .left{
	float:left;
	/*width:50%;*/
}
.course-two-col .right{
	float:right;
	/*width:50%;*/
}
.course-excerpt{
	background-color:#2e4834;
	color:#fff;
}
.course-excerpt p{
	font-family: 'Yu Mincho TT M1215162', "游明朝体", "Yu Mincho", YuMincho, serif;
	letter-spacing:1px;
	max-width:1170px;
	height:auto;
	margin:100px auto;
	line-height:2.5;
	font-size:18px;
}
.course-original{
	border-top:1px solid #ddd;
}
.course-original-txt{
	padding-right:100px;
	font-size:16px;
}
.course-original-img{
	background-image:url(../images/kao-course-your-original.jpg);
	background-position: center center;
	background-repeat: no-repeat;
	background-attachment:scroll;
	background-size: cover;
	background-color:#2e4834;
	height:640px;
	color:#fff;
}
/*.course-original-txt{
	padding:0 100px;
}*/
.course-daily-img{
	background-image:url(../images/kao-course-daily-care.jpg);
	background-position: center center;
	background-repeat: no-repeat;
	background-attachment:scroll;
	background-size: cover;
	background-color:#2e4834;
	height:640px;
	color:#fff;
}
.course-daily h2{
	margin-top:150px;
}
.course-daily-txt{
	padding:0 auto;
	padding-left:100px;
	font-size:16px;
}
div.course-daily div.col-lg-push-6{
	left:auto !important;
}
div.course-daily div.col-lg-pull-6{
	right:auto !important;
}

@media (min-width: 320px) and (max-width: 1023px) {
	.container-inner{
		width:80%;
		margin:0 auto;
	}
	.course-two-col .left,
	.course-two-col .right{
		float:none;
	}
	.course-two-col img{
		width:100%;
		height:auto;
		margin:0 auto;
	}
	.course-two-col h3{
		text-align:center;
		margin:50px auto;
	}
	.course-two-col .course-txt p{
		padding:0 10px;
	}
	.course-original {
		margin-bottom:100px;
	}
	.course-original h2{
		margin:100px auto 50px;
	}
	.course-original-txt{
		padding-right:0;
	}
	.course-original-img,
	.course-daily-img{
		height:240px;
	}
	.course-daily h2{
		margin-top:100px;
	}
	.course-daily p{
		margin-bottom:100px;
	}
	.course-daily-txt{
		padding:0;
	}
	.course-excerpt p{
		margin:50px auto;
	}
	#course .course-feature-article h2{
		position:static;
		left: 5%;
	}
	#course .article-inner{
		margin: 60px 15px 30px;
		margin-left: 25%;
		max-width: 70%;
		margin-top: 15px;
		margin-bottom: 0;
	}
	.course-list section{
		margin-bottom: 90px;
	}
}
@media (min-width: 1024px) and (max-width: 1199px) {
	.container-inner{
		width:90%;
		margin:0 auto;
	}
	.course-two-col img{
		max-width:100%;
		height:auto;
	}
	.course-two-col .course-txt{
		padding:0 50px;
	}
}


/* --------------
	Profile
-------------- */
#profile{
	background:#EAFFEF;
	color:#000;
	padding-bottom:200px;
}
#profile .content-title{
	padding-top: 60px;
}
#profile img{
	width: 100%;
	height: auto;
	margin:0 auto;
}
#profile .owner{
	margin-top:30px;
	margin-bottom: 120px;
}
#profile .owner img{
	width: 75%;
	height: auto;
}
#profile .owner div,
#profile .staff div{
	padding-left: 30px;
	padding-right: 30px;
	padding-bottom: 45px;
}
#profile div.profile-name p{
	font-family:didot, Didot W01 Roman, 'Yu Mincho TT M1215162', "游明朝体", "Yu Mincho", YuMincho, serif;
	font-size:20px;
	line-height:1;
}
#profile div.profile-name p.name{
	font-size:32px;
	margin:25px auto 10px;
}
#profile p{
	font-size: 1rem;
}
#profile .name{
	font-size: 1.75rem;
}
.message-title{
	font-size: 1.25rem;
	margin: 30px 0;
	border-bottom: 1px solid #2E4834;
}
.staff img{
	margin-bottom: 20px !important;
}
.staff p{
	margin-bottom: 0 !important;
}
@media (min-width: 320px) and (max-width: 1023px) {
	#profile{
		padding-bottom: 90px;
	}
	#profile .owner img{
		width: 100%;
		height: auto;
		margin-bottom: 30px;
	}
	#profile .content-title{
		font-size: 1.5rem;
	}
	#profile .staff div{
		margin-bottom: 60px;
		padding-left: 5px;
		padding-right: 5px;
		padding-bottom: 0;
	}
	#profile .staff .name{
		font-size: 1.25rem;
	}
	#profile p{
		font-size: 0.8rem;
	}
}


/* --------------
	Access
-------------- */
#access{
	padding-top: 60px;
	padding-bottom:200px;
}
#access h2{
	margin-bottom:100px;
}
#access .access-title{
	font-family:didot, Didot W01 Roman, "游明朝体", "Yu Mincho", YuMincho, serif;
	font-size:24px;
	margin-bottom:25px;
	letter-spacing:1px;
}
.access-article-b{
	font-size:18px;
	font-weight:bold;
	margin-bottom:25px;
}
#access table{
	margin-bottom:25px;
}
#access th,
#access td{
	padding-right:25px;
	padding-bottom:10px;
}
#access iframe{
	margin: 60px 0;
	width:80vw;
}

@media (min-width: 320px) and (max-width: 833px) {
	#access{
		padding-bottom: 60px;
	}
	#access iframe{
		max-width:320px;
		max-height:320px;
		margin-bottom:25px;
	}
	#access table{
		width:100%;
	}
	#access table th,
	#access table td{
		width:100%;
		display:block;
		text-align:left;
		padding-right:0;
	}
	#access .container-inner{
		width:100%;
		margin:0 auto;
	}
}


/* --------------
	Reservation
-------------- */
#reserve .content-title{
	border-bottom: 2px solid #fff;
}
#reserve .row{
	margin: 60px 0 0;
}
#reserve h2{
	margin-bottom:100px;
}
#reserve{
	background:linear-gradient(rgba(190,165,116,0.75), rgba(190,165,116,0.75)), url(../images/reserve-bg.jpg);
	background-position: center center;
	background-repeat: no-repeat;
	background-attachment:scroll;
	background-size: cover;
	background-color:#2e4834;
	color:#fff;
	position: relative;
}
#reserve::after {
	content: '';
	background-color: #BEA574;
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
  }
#reserve img{
	max-width:190px;
	margin: 60px 0;
}

#visiting{
	background-color: #D7CFBE;
	padding: 60px 0;
}
.visiting-body span{
	display: block;
	margin: 15px 0;
}
.visiting-catch{
	margin-bottom: 30px;
}
.visiting-reserve{
	border-top: 1px solid #777;
	padding-top: 30px;
}
.visiting-reserve ul{
	margin: 15px 0 15px 15px;
}
.visiting-tel{
	margin: 30px 0;
}
.visiting-num{
	font-size: 2rem;
}
@media (min-width: 320px) and (max-width: 1023px) {
	.visiting-catch{
		font-size: 1.4rem;
		line-height: 1.75;
	}
}

/* --------------
	Recruit
-------------- */
#recruit{
	padding: 60px 0;
}


/* --------------
	Footer
-------------- */
#footer{
	height:85px;
	background-color:#2E4834;
	padding-top: 10px;
	position: relative;
}
.footer-logo{
	max-width:300px;
}
.footer-copyright p{
	position: absolute;
	right:-110px;
	top:0;
}
#footer p{
	margin:25px auto;
	color:#fff;
	letter-spacing:1px;
}

@media (min-width: 320px) and (max-width: 1023px) {
	#footer{
		padding-top: 0;
		height: auto;
		text-align: center;
	}
	.footer-logo img{
		padding-top: 30px;
	}
	.footer-address p{
		margin-bottom: 0 !important;
	}
	.footer-copyright p{
		margin-top: 0 !important;
	}
}

@media (max-width: 414px){
}

@media (max-width: 320px){
}

@media (max-width: 1024px){
}

/* navbar collapse for iPad (bootstrap) */
@media (max-width: 991px) {
    .navbar-header {
        float: none;
    }
    .navbar-toggle {
        display: block;
    }
    .navbar-collapse {
        border-top: 1px solid transparent;
        box-shadow: inset 0 1px 0 rgba(255,255,255,0.1);
    }
    .navbar-collapse.collapse {
        display: none!important;
    }
    .navbar-nav {
        float: none!important;
        /*margin: 7.5px -15px;*/
    }
    .navbar-nav>li {
        float: none;
    }
    .navbar-nav>li>a {
        padding-top: 10px;
        padding-bottom: 10px;
    }
    .navbar-text {
        float: none;
        margin: 15px 0;
    }
    .navbar-collapse.collapse.in {
        display: block!important;
    }
    .collapsing {
        overflow: hidden!important;
    }
}