* {
  box-sizing: border-box;
}

body{
  margin:0;
  font-family: 'Oswald', sans-serif;
  /*2font-family: 'M PLUS 1p', sans-serif;*/
  /*font-family: "Hiragino Kaku Gothic ProN", sans-serif;*/
  }
a{
  text-decoration: none;
}
li{
  list-style: none;
}

/*ヘッダー*/
header{
  height: 70px;
  width: 100%;
  background-color: rgba(34, 49, 52, 0.9);
  position: fixed;
  top:0;
  z-index: 10;
  color: white;
}

.header-left{
  float: left;
}

.logo{
  width: 125px;
  margin-top:-3.5px;
  margin-left: 15px;
}

.nav{
  float: right;
  margin-right: 50px;
}

.nav a{
  color: white;
  line-height: 70px;
  display: block;
  float: left;
  padding: 0 15px;
  transition: all 0.7s;
  opacity: 0.9;
}
.nav a:hover{
  background-color: rgba(255, 255, 255, 0.7);
}



/*トップアウター*/
.top-outer{
  padding: 10px 0;
  background-image: url(../images/top2.JPG);
  background-size: cover;
  background-repeat: no-repeat;
  height: 100vh;
  color: white;
  text-align: center;
}

.container{
  max-width: 1200px;
  width: 100%;
  margin: 0 auto;
}

.top-outer h2{
  margin-top: 300px;
  font-size: 70px;
  font-weight: lighter;
}
.top-outer p{
  font-size: 12px;
  margin-top: -30px;
  letter-spacing: 1px;
}

/*トップアウター**ニュース*/
.news{
  width: 40%;
  background-color: rgba(34, 49, 52, 0.5);
  padding: 10px;
  margin:100px 0 0 50px;
  font-size: 12px;
  /*↓フォントをより滑らかに*/
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-align: left;
}
.news time{
  font-weight: 100;
}
.news a{
  color: white;
}
.news_link{
  border-bottom: 1px solid #ffffff;
}
.newsB{
  padding-bottom: 15px;
}

/*フッター*/
footer{
  height: 110px;
  width: 100%;
  background-color: rgba(34, 49, 52, 0.9);
  position: fixed;
  bottom:0;
  z-index: 10;
  color: white;
}

footer img{
  width: 90px;
  padding-top: 20px;
  float: left;
}
footer span{
  font-weight: bold;
  letter-spacing: 2px;
}
footer p {
  padding-top: 10px;
  font-size: 12px;
}

.btn-outer{
  padding: 20px 0;
  font-size: 0.7em;
}
.btn-outer a{
  color: white;
  margin-right: 10px;
  transition: all 0.3s;
  opacity: 0.9;
}
.btn-outer a:hover{
  opacity: 0.3;
}

.footerList{
  float: left;
  line-height:20px;
  padding-left: 10px;
  margin-right: 50px;
  border-right: solid thin white ;
  padding-right: 55px;
}
.footerList li{
  font-size: 12px;
  opacity: 0.9;
}


/*共通フッター（ホーム以外）*/
.btn-outer{
  padding: 20px 0;
  font-size: 0.7em;
}
.btn-outer a{
  color: white;
  margin-right: 10px;
  transition: all 0.3s;
  opacity: 0.9;
}
.btn-outer a:hover{
  opacity: 0.3;
}

.footerList{
  float: left;
  line-height:20px;
  padding-left: 10px;
  margin-right: 50px;
  border-right: solid thin white ;
  padding-right: 55px;
}
.footerList li{
  font-size: 12px;
  opacity: 0.9;
}



/*共通ページ（ホーム以外）*/
.contents{
  padding-top: 100px;
  padding: 10px 0;
  background-image: url(../images/bg1.JPG);
  background-size: cover;
  background-repeat: no-repeat;
  height: 100vh;
  color: white;
  text-align: center;
  overflow: scroll;
  /*↓スクロールを滑らかに*/
  -webkit-overflow-scrolling: touch;
}
.contents h2{
  font-size: 30px;
  opacity: 1.9;
  letter-spacing: 5px;
  padding: 50px 0;
}
.contents h3{
  font-size: 22px;
  letter-spacing: 5px;
  padding: 20px 0;
  margin-top: 100px;
  background-color: rgba(255, 255, 255, 0.3);
}
.contents p{
  font-size: 13px;
  opacity: 1.9;
}
.pEnd{
  padding-bottom: 100px;
}

.attachment{
  background-color: rgba(34, 49, 52, 0.9);
  margin: 100px 0 510px 0;
  padding-bottom: 100px;
}

.attachment a{
  color: #ffffff;
  transition: 0.3;
  border-bottom: solid 0px;
}
.attachment a:hover{
  opacity: 0.5;
}



/*アバウト*/
.aboutP{
  margin: 100px 0 50px 0;
}




/*ブログ*/

.blogOuter{
  background-color: rgba(255, 255, 255, 0.7);
  color: #333333;
  width: 80%;
  margin: 0 auto;
  padding: 50px 0;
}
.blogOuter a{
  color: #000000;
  transition: 0.3;
}
.blogOuter a:hover{
  opacity: 0.5;
}
.contents .blogTitle{
  color: #333333;
  letter-spacing: 5px;
  font-size: 16px;
  margin-top: -30px;
  font-weight: normal;
}
.contents .blogDate{
  font-size: 11px;
  margin-top: -40px;
  letter-spacing: 3px;
}
.blogImg{
  display: inline-block;
  border: 1px solid #f7f7f7;
  margin: 20px 3px;
  width: 100%;
}
.blogBorder{
  padding-bottom: 50px;
  margin-bottom: 150px;
  border-bottom: 1px solid #333333;
}
.blogOuter .next{
  width: 10%;
  display: inline-block;
  font-size: 14px;
  color: #333333;
  transition: 0.3;
}
.blogOuter .next:hover{
  opacity: 0.5;
}
.blogOuter .next span{
  margin-left: 5px;
  margin-right: 5px;
}

.blogOuter .blogBody{
  width: 550px;
  text-align: left;
  margin: 0 auto;
}






/*サーフレッスン*/
.lessonTable{
  background-size: cover;
  background-repeat: no-repeat;
  border-collapse: collapse;
  text-align: center;
  display: inline-block;
  font-size: 16px;
  color: white;
  margin: 150px 0 30px 0;
  width: 70%;
}
.lessonTable th, .lessonTable td{
  padding: 20px 40px;
  width: 10%;
  letter-spacing: 2px;
}
.tableMidashi{
  border-bottom: solid 2px white;
}
.lessonTable th{
  width: 5%;
}
.lessonTable td{
  width: 15%;
}

.lessonTable span{
  font-size: 12px;
}
.lessonImg{
  display: inline-block;
  border: 1px solid #f7f7f7;
  margin: 20px 3px;
}


.lessonList2{
  text-align: center;
  display: inline-block;
  width: 60%;
  font-size: 12px;
  margin-bottom: 100px;
}
.contents h4{
  font-size: 15px;
  font-weight: normal;
  display: inline-block;
  width: 100%;
  margin: 50px 0;
}
.lessonList{
  float: left;
  text-align: left;
  margin: 0 10px;
}
.lessonList dt{
  font-size:15px;
  padding-bottom: 10px;
}
.lessonList dd{
  padding-bottom: 50px;
}
.lessonList dd span{
  font-size: 10px;
}


.planTable{
  background-size: cover;
  background-repeat: no-repeat;
  border-collapse: collapse;
  text-align: center;
  display: inline-block;
  font-size: 12px;
  color: #EEEEEE;
  margin: 100px 0;
  width: 70%;
}
.planTable th, .planTable td{
  border: 1px dotted white;
  padding: 10px 20px;
}

.planTable th{
  width: 15%;
}
.planTable td{
  text-align: left;
  width: 55%;
}
.planTable span{
  font-size: 12px;
}


.planP{
  display: inline-block;
  width: 60%;
  border: 1px dotted white;
  padding: 15px;
  text-align: left;
}

.planTableB{
  background-color: rgba(192, 192, 192, 0.2);
  background-size: cover;
  background-repeat: no-repeat;
  border-collapse: collapse;
  text-align: center;
  display: inline-block;
  font-size: 12px;
  color: #EEEEEE;
  margin: 100px 0 30px 0;
  width: 60%;
}
.planTableB th, .planTableB td{
  border: 1px solid white;
  padding: 10px 20px;
}

.planTableB th{
  width: 15%;
  background-color: rgba(192, 192, 192, 0.4)
}
.planTableB td{
  text-align: left;
  width: 55%;
}
.planTableB span{
  font-size: 12px;
}

.planList{
  float: left;
  text-align: left;
}
.planList dt{
  font-size:15px;
  padding-bottom: 10px;
}
.planList dd{
  padding-bottom: 50px;
}
.planList span{
  font-size: 10px;
}

.accessList{
  text-align: center;
  display: inline-block;
  width: 60%;
  font-size: 12px;
  margin-bottom: 100px;
}



.organizer{
  position: relative;
}

.organizerImg1{
  width: 100%;
  height: 250px;
}
.organizerImg2{
  width: 150px;
  height: 150px;
  position: absolute;
  top: 150px;
  left: 120px;
  border: solid 1px white;
}

.organizer .organizerName{
  position: absolute;
  top: 180px;
  left: 340px;
  letter-spacing: 5px;
  font-size: 15px;
  text-align: left;
}
.organizerList1{
  text-align: left;
  margin-left: 25%;
  font-size: 12px;
  letter-spacing: 1px;
  line-height: ;
}
.organizer .organizerList2{
  text-align: left;
  margin-left: 28.2%;
  font-size: 12px;
  padding-bottom: 20px;
}



/*SUPレッスン*/
.sup{
  margin-bottom: 150px;
}



/*ガイド*/
.lessonTable .guideTd{
  text-align: left;
}


/*リペア*/
.lessonTable .repairTh{
  border-bottom: 1px dashed gray;
  width: 20%
}

.lessonTable .repairTd{
  text-align: left;
  border-bottom: 1px dashed gray;
}


/*コンタクト*/
.contactList{
  margin: 100px 0 50px 0;
  font-size: 14px;
  letter-spacing: 2px;
}

/*タブレット・スマホ用*/
/*.TbSpnav{
  display: none;
}*/
