/**
* Template Name: antelope
*/

body {
  background-color: #fff;
  font-family: "Lato";
  font-weight: 300;
  font-size: 16px;
  color: #555;
  -webkit-font-smoothing: antialiased;
  -webkit-overflow-scrolling: touch;
  margin-top: 70px;
}

/* Titles */

h1, h2, h3, h4, h5, h6 {
  font-family: "Raleway";
  font-weight: 300;
  color: #333;
}
img{
  max-width: 100%;
}

/* Paragraph & Typographic */

p {
  line-height: 28px;
  margin-bottom: 25px;
}

.container{
  padding-bottom: 180px;
}
#thenavbar .container,#copyrights .container{
  padding-bottom: 0;
}
.centered {
  text-align: center!important;
}
.al-r {
  text-align: right!important;
}
.al-l {
  text-align: left!important;
}
.mt {
  margin-top: 40px;
}
.gr{
  color:#0fc1a1;
}
.gr_bk{
  color:#fff;
  background: #0fc1a1;
  padding: 5px 10px;
}
.fl-l{
  float:left;
}
.big{
  font-size: 1.2em;
}
.small{
  font-size: 0.8em;
}
.b{
  font-weight: bold;
}
.img-c{
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.round{
  border-radius: 10px;
}
/* Links */

a {
  color: #0A79E8;
  word-wrap: break-word;
  -webkit-transition: color 0.1s ease-in, background 0.1s ease-in;
  -moz-transition: color 0.1s ease-in, background 0.1s ease-in;
  -ms-transition: color 0.1s ease-in, background 0.1s ease-in;
  -o-transition: color 0.1s ease-in, background 0.1s ease-in;
  transition: color 0.1s ease-in, background 0.1s ease-in;
}

a:hover, a:focus {
  color: #0fc1a1;
  text-decoration: none;
  outline: 0;
  background: none;
}

a:before, a:after {
  -webkit-transition: color 0.1s ease-in, background 0.1s ease-in;
  -moz-transition: color 0.1s ease-in, background 0.1s ease-in;
  -ms-transition: color 0.1s ease-in, background 0.1s ease-in;
  -o-transition: color 0.1s ease-in, background 0.1s ease-in;
  transition: color 0.1s ease-in, background 0.1s ease-in;
}

/* Bootstrap Modifications */

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0;
}

.navbar {
  font-weight: 800;
  font-size: 18px;
  padding-top: 0;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.navbar-default .navbar-nav>li>a{
  color:#0fc1a1;
}
.navbar-default .navbar-nav>.active>a, .navbar-default .navbar-nav>.active>a:hover, .navbar-default .navbar-nav>.active>a:focus {
  color: #fff;
  background-color: #0fc1a1;
}
.navbar-default .navbar-nav>.active02>a, .navbar-default .navbar-nav>.active02>a:hover, .navbar-default .navbar-nav>.active>a:focus {
  color: #fff;
  background-color: #0fc1a1;
}
.navbar-brand {
  font-size: 30px;
  padding-top: 8px;
  padding-bottom: 8px;
}
.navbar-default .navbar-brand{
  color:#0fc1a1;
}
.navbar ul{
  padding-top: 15px;
}
.btn-theme {
  color: #ffffff;
  background-color: #106ee8;
  border-color: transparent;
}
.btn-lg{
      font-size: 20px;
}
.btn {
  padding: 10px 30px;
  margin-bottom: 0;
  border: 5px solid transparent;
  border-radius: 10px;
}

.btn::before,
.btn::after {
  position: absolute;
  z-index: -1;
  display: block;
  content: '';
}
.btn,
.btn::before,
.btn::after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all .3s;
  transition: all .3s;
}
.btn:hover {
  background-color: #59b1eb;
    color: #ffffff;

}
.lead {
  letter-spacing: 1px;
}

.attention{
  border: 1px solid #106ee8;
  padding: 30px 30px 30px 60px;
  background:#d7eaff url(../images/attention.png) no-repeat;
}

/* WRAP SECTIONS */

/* hello */

#hello {
  width: 100%;
  padding-top: 150px;
  padding-bottom: 150px;
  background-image: url(../images/topbk.jpg) ;
  background-position: center bottom;
  background-size:cover;
}

#hello h1 {
  font-size: 90px;
  font-weight: 700;
  letter-spacing: 3px;
  color: #0fc1a1;
  text-shadow: 2px 2px 1px #fff,
             -2px 2px 1px #fff,
             2px -2px 1px #fff,
             -2px -2px 1px #fff;
}

#hello h2 {
  color: #fff;
  font-weight: bold;
  text-shadow: 2px 2px 1px #333,
             -2px 2px 1px #333,
             2px -2px 1px #333,
             -2px -2px 1px #333;
}

/* Green */

#green,#access {
  background-color: #0fc1a1;
  padding-top: 50px;
  margin-bottom: 0px;
}
#green h1,#access h1 {
  font-size: 36px;
  font-weight: 700;
  letter-spacing: 3px;
  color: white;
}
#green h3 {
  color: white;
  font-weight: 700;
  margin-bottom: 35px;
}

#green p, #access p{
  color: white;
  font-weight: 400;
  font-size: 16px;
}
 #access p{
  text-align: left;
}

/* portfolio */
#about h1 {
  font-size: 36px;
  font-weight: 700;
  letter-spacing: 3px;
}
#about h2 {
  font-size: 24px;
  font-weight: 700;
  letter-spacing: 3px;
  color: #4e4e4e;
  text-align: left;
}
#about h3 {
  color: white;
  font-weight: 700;
  margin-bottom: 35px;
}
#about p {
  font-weight: 400;
  font-size: 16px;
  text-align: left;
}
#about{
  background: white;
}

#portfolio h1{
  font-size: 24px;
  font-weight: 700;
  letter-spacing: 3px;
  color: #4e4e4e;
  text-align: left;
}

#contact{
  background-color: #f9f9f9;
  padding-top: 50px;
  margin-bottom: 0px;
}
#contact h1 {
  font-size: 36px;
  font-weight: 700;
  letter-spacing: 3px;
  color: #0fc1a1;
  text-align: center;
}

#contact  p{
  color: #0fc1a1;
  font-weight: 400;
    font-size: 36px;
}
#contact span.tel{
  display: inline-block;
  padding: 10px 20px;
  text-align: left!important;
}
#contact span.intxt{
  display: inline-block;
    font-size: 16px;
    text-align: left!important;
}
/* Social Links */

#social {
  padding: 40px 0;
}

#social i {
  font-size: 50px;
  color: #0fc1a1;
}

#social .col-md-3:hover {
  background-color: #f5f5f5;
}

#social .col-md-3 {
  padding: 30px;
}

/* Footer */

#f {
  padding-top: 20px;
  background-color: #0fc1a1;
}

#f p {
  color: white;
  text-align: right;
  font-weight: 400;
}
#subtop_school {
  width: 100%;
  padding-top: 150px;
  padding-bottom: 150px;
  background: url(../images/school_bk.jpg);
  background-position: center bottom;
  background-size:cover;
}
#subtop_annai {
  width: 100%;
  padding-top: 150px;
  padding-bottom: 150px;
  background: url(../images/annai_bk.jpg?0831);
  background-position: center bottom;
  background-size:cover;
}
#subtop_price {
  width: 100%;
  padding-top: 150px;
  padding-bottom: 150px;
  background: url(../images/price_bk.jpg);
  background-position: center bottom;
  background-size:cover;
}
#subtop_cafe {
  width: 100%;
  padding-top: 150px;
  padding-bottom: 150px;
  background: url(../images/cafe_bk.jpg?0831);
  background-position: center bottom;
  background-size:cover;
}
#subtop_access {
  width: 100%;
  padding-top: 150px;
  padding-bottom: 150px;
  background: url(../images/access_bk.jpg);
  background-position: center bottom;
  background-size:cover;
}

#subtitle {
  background: #0fc1a1;
  margin-top: 80px;
}
#subtitle .container {
padding-bottom: 0;
}
#subtitle h1{
  background: #0fc1a1;
  color: white;
  text-align: center;
  margin: 20px 0;
  padding: 20px 0;
}
#subcont {
  background: #ffffff;
}
#subcont h2{
  font-size: 24px;
  font-weight: 700;
  letter-spacing: 3px;
  color: #4e4e4e;
  text-align: left;
  margin-top: 60px;
  margin-bottom: 30px;
}
#subcont h3{
  font-size: 20px;
  font-weight: 700;
  letter-spacing: 3px;
  color: #0fc1a1;
  text-align: left;
  margin-top: 30px;
  margin-bottom: 10px;
}
#subcont h3.hot{
  color: #ca431d;
}
#subcont h3.ice{
  color: #106ee8;
}
/* ページ内リンク位置調整 */
/* #green,#portfolio{
  margin-top:-100px;
  padding-top:100px;
} */
/* Image Opacity */

.grid img {
  opacity: 1;
}

.grid img:hover {
  opacity: .7;
}

/*定義リスト*/
.dl-style01 dt, .dl-style01 dd {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 20px;
    text-align: left;
}
.dl-style01 dt {
    display: block;
    float: left;
    width: 20%;
    font-weight: bold;
    color: #0fc1a1;
  }
.dl-style01 dd {
    padding-left: 20%;
    border-bottom: 2px dashed #0fc1a1;
}
.dl_hot dt {
    display: block;
    float: left;
    width: 40%;
    font-weight: bold;
    color: #666;
  }
.dl_hot dd {
    padding-left: 40%;
    border-bottom: 2px dashed #ca431d;
    text-align: right;
    font-weight: bold;
}
.dl_ice dt {
    display: block;
    float: left;
    width: 40%;
    font-weight: bold;
    color: #666;
  }
.dl_ice dd {
    padding-left: 40%;
    border-bottom: 2px dashed #106ee8;
    text-align: right;
    font-weight: bold;
}
.dl_eat dt {
    display: block;
    float: left;
    width: 60%;
    font-weight: bold;
    color: #666;
  }
.dl_eat dd {
    padding-left: 60%;
    border-bottom: 2px dashed #cb711d;
    text-align: right;
    font-weight: bold;
}
/*テーブル*/
table.table-style01 {
	width:100%;
	border-top:#90e0ab solid 1px;
	border-right:#90e0ab solid 1px;
	border-collapse: collapse;
}
table.table-style01 thead th {
	background:#0fc1a1;
	color:#FFF;
	padding:10px 15px;
	border-right:#FFF solid 1px;
	border-bottom:#FFF solid 1px;
}
table.table-style01 thead th:last-child {
	border-right:#90e0ab solid 1px;
}
table.table-style01 tbody th {
	background:#0fc1a1;
	color:#FFF;
	padding:10px 15px;
	border-bottom:#FFF solid 1px;
	vertical-align:top;
  width: 20%;
}
table.table-style01 tbody tr:last-child th {
	border-bottom:#90e0ab solid 1px;
}
table.table-style01 tbody td {
	background:#FFF;
	padding:10px 15px;
	border-left:#90e0ab solid 1px;
	border-bottom:#90e0ab solid 1px;
	vertical-align:top;
}

@media screen and (max-width: 640px) {
  table.table-style01 thead {
  	display:none;
  }
  table.table-style01 tbody th {
  	display:block;
    width: 100%;
  }
  table.table-style01 tbody td {
  	display:block;
  }
  table.table-style01 tbody td::before {
  	content: attr(label);
  	float: left;
  	clear:both;
  	font-weight:bold;
  }
  table.table-style01 tbody td p {
  	padding-left:6em;
  }
}

/*box全体リンク*/
.boxlink {
    position: relative;
}
.boxlink a {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    text-indent:-999px;
}

.boxlink:hover {
    filter:alpha(opacity=70);/* IE 6,7*/
    -ms-filter: "alpha(opacity=70)";/* IE 8,9 */
    -moz-opacity:0.7;/* FF , Netscape */
    -khtml-opacity: 0.7;/* Safari 1.x */
    opacity:0.7;
    zoom:1;/*IE*/
}

figure.snip {
    font-family: "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    color: #fff;
    position: relative;
    overflow: hidden;
    /* margin: 10px 1%; */
    min-width: 100%;
    max-width: 100%;
    max-height: 100%;
    width: 100%;
    color: #fff;
    background-image: -webkit-linear-gradient(top, #ffffff 0%, #ffffff 70%);
    background-image: linear-gradient(to bottom, #ffffff 0%, ffffff 70%);
}

figure.snip * {
        -webkit-transition: all 0.95s ease;
    transition: all 0.95s ease;
}

figure.snip img {
    max-width: 100%;
    -webkit-transition: all .3s ease-out;
    -moz-transition: all .3s ease-out;
    -ms-transition: all .3s ease-out;
     transition: all .3s ease-out;
}

figure.snip:hover img,
figure.snip.hover img {
    opacity: 0.8;
    /* -moz-transform: scale(1.2);
    -webkit-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2); */
}
figure.snip figcaption {
    position: absolute;
    bottom: 0%;
    left: 0;
    width: 100%;
    z-index: 1;
    -webkit-transform: translateX(-webkit-calc(100% - 60px));
    transform: translateX(calc(100% - 60px));
}

figure.snip h2 {
    margin: 0;
    width: 100%;
       padding: 10px 20px 10px 20px;
}

figure.snip p {
    margin: 0;
    width: 100%;
    padding: 5px 20px 10px 20px;
}

figure.snip h2 {
    color: #0A79E8;
    position: absolute;
    bottom: 100%;
    display: block;
        font-weight: 100;
    text-transform: uppercase;
    font-size: 16px;
    background: rgba(0, 0, 0, 0.8);
}

figure.snip p {
    text-align: left;
    bottom: 0;
    font-size: 13px;
    color: #fff;
    font-weight: bold;
    /* background-color: #0fc1a1; */
    height:60px;
    padding:18px 0 20px 80px;
    background: url(../images/ya.png) no-repeat top left #0fc1a1;
}

figure.snip a {
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    position: absolute;
    z-index: 1;
}

figure.snip:hover figcaption,
figure.snip.hover figcaption {
    -webkit-transform: translateX(0);
    transform: translateX(0);
}

/* map */
.ggmap {
position: relative;
padding-bottom: 56.25%;
padding-top: 30px;
height: 0;
overflow: hidden;
}
.ggmap iframe,
.ggmap object,
.ggmap embed {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
}


/* Copyrights */

#copyrights {
  background: #0fc1a1;
  padding: 20px 0;
  text-align: center;
}

#copyrights p {
  margin-bottom: 5px;
  color: white;
  font-size:16px ;
}

/*caoution*/

/*初心者アイコン*/
.icon-hajimete{
	padding: 15px 0 15px 50px;
	background: url(../images/hajimete.png) left 3px no-repeat;
  font-weight: bold;
}
/*お得アイコン*/
.icon-otoku{
	padding: 15px 0 15px 55px;
	background: url(../images/otoku.png) left 3px no-repeat;
  font-weight: bold;
}


	/*Retina（高解像度）ディスプレイ用*/
	@media screen and (-webkit-min-device-pixel-ratio:2),
	(min-resolution: 2dppx){
		.icon-hajimete{
			background: url(../images/hajimete@2x.png) left 3px no-repeat;
			-webkit-background-size: 37px 53px;
			background-size: 37px 53px;
		}
	}

  /*767pxまで*/
  @media ( max-width: 1200px ) {
    .navbar-brand img{
      height: 45px;
      width: auto;
    }
  }

/*767pxまで*/
@media ( max-width: 767px ) {
  .container {
    padding-bottom: 60px;
  }

  .navbar-brand{
    padding: 5px;
  }

  .mt {
    margin-top: 20px;
  }
  .hatten-header h1{
    margin: 0;
    margin-top: 80px;
    padding: 20px ;
    font-size: 18px;
  }
  .hatten-header img{
    position: absolute;
    top:-65px;
    left:0px;
    max-width: 80px;
    width: auto;
  }
  .dl-style01 dt, .dl-style01 dd {
    float: none;
    padding-left: 0;
    padding: 5px;
    width: 100%;
  }
  .dl-style01 dd {
    margin-bottom: 20px;
  }
  #hello {
    padding-top: 50px;
    padding-bottom: 0;
  }
  #hello h1{
    font-size: 32px;
    text-shadow: 1px 1px 1px #fff,
               -1px 1px 1px #fff,
               1px -1px 1px #fff,
               -1px -1px 1px #fff;
  }
  #hello h2{
    font-size: 18px;
    text-shadow: 1px 1px 1px #666,
               -1px 1px 1px #666,
               1px -1px 1px #666,
               -1px -1px 1px #666;
  }
  #about h2,#subcont h2 {
    font-size: 18px;
    letter-spacing: 0;
  }
  #green h1,#about h1,#access h1,#contact h1 {
    font-size: 20px;
    letter-spacing: 0;
  }
  #subtitle h1 {
    font-size: 18px;
    padding: 0;
    font-weight: bold;
  }
  #subcont h3{
    font-size: 18px;
    letter-spacing: 0;
  }
  .attention{
    padding: 10px;
      background:#d7eaff ;
  }
  #subtop_schoo,#subtop_annai,#subtop_price,#subtop_cafe,#subtop_access {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  /*お得アイコン*/
  .icon-otoku{
    margin-bottom: 0px;
  }
}
