@charset "UTF-8";
/* CSS Document */

* {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}

html {
	overflow-y:scroll;
	font-size: 62.5%;
}

body {
	background: #007475;
	color: #fffcf5;
	font-family: 'Noto Sans JP',Helvetica, Arial, 'Lucida Grande', 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', Meiryo, メイリオ, sans-serif;
	-webkit-text-size-adjust: 100%;
	word-wrap: break-word;
	letter-spacing: 0;
	line-height: 1.6;
}

#contents{
     padding-bottom: 32px;
}

img {
	border: none;
	vertical-align: bottom;
}

ol, ul {
	list-style: none;
}

a {
	text-decoration: none;
	transition-duration: .3s;
	color: #ead678;
}

a:hover {
	text-decoration: underline;
	opacity: .8;
	color: #ead678;
}

br {
	letter-spacing: normal;
}

.left {
	float: left;
}

.right {
	float: right;
}

.clear {
	clear: both;
}

.fontBold {
	font-weight: bold;
}

.font13 {
	font-size: 13px;
	font-size: 1.3rem;
}

.right20 {
	margin-right: 20px;
}

.bottom10 {
	margin-bottom: 10px;
}

.bottom15 {
	margin-bottom: 15px;
}

.bottom20 {
	margin-bottom: 20px;
}

.bottom30 {
	margin-bottom: 30px;
}

.left10 {
	margin-left: 10px;
}

.left20 {
	margin-left: 20px;
}
.left30 {
	margin-left: 30px;
}


.right10 {
	margin-right: 10px;
}

.strong-emphasis--orange {
  color: #ffcc00;
  outline: 2px solid #ffcc00;
}

.strong-emphasis--white {
  color: #ffffff;
  outline: 2px solid #ffffff;
}

.badge {
  display: inline-block;
  padding: 0.2em 0.6em;
  font-size: 0.875em;
  font-weight: 600;
  border-radius: 0.5em;
  line-height: 1;
  vertical-align: middle;
}
/* 確定用（オレンジ背景＋白文字） */
.badge--confirm {
  background: #ffa726;
  color: #fff;
  box-shadow: 0 2px 4px rgba(0,0,0,0.1);
}
/* 予定用（白背景＋オレンジ枠＋ティール文字） */
.badge--scheduled {
  background: #fff;
  color: #007475;
  border: 2px solid #ffa726;
  box-shadow: 0 2px 4px rgba(0,0,0,0.05);
}

.schedule-section {
  margin-bottom: 1.5em;
  padding: 1em;
  background: rgba(255,255,255,0.1);
  border-radius: 0.5em;
}
.section-title {
  position: relative;
  padding-left: 1em;
  font-size: 1.1em;
  font-weight: 600;
  margin-bottom: 0.5em;
  color: #ffa726;
}
.section-title::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.2em;
  width: 4px;
  height: 1em;
  background-color: #ffa726;
  border-radius: 2px;
}
.highlight-modern {
  display: inline-block;
  padding: 0.2em 0.6em;
  background: linear-gradient(135deg, #ffa726, #ff7043);
  color: #fff;
  font-weight: 600;
  border-radius: 0.5em;
  box-shadow: 0 4px 8px rgba(0,0,0,0.1);
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}
.highlight-modern:hover {
  transform: translateY(-2px);
  box-shadow: 0 6px 12px rgba(0,0,0,0.15);
}
.annotation {
  display: block;
  font-size: 0.875em;
  color: #e0e0e0;
  font-style: italic;
  border-left: 3px solid #ffa726;
  padding-left: 0.5em;
  margin: 0.5em 0 1em;
  line-height: 1.4;
    }

/* 箇条書き全体のレイアウト */
.bullet-point {
    display: flex;
    align-items: center; /* 縦方向の中央揃え */
    margin-bottom: 2px;
}

.bullet-point10 {
    display: flex;
    align-items: center; /* 縦方向の中央揃え */
    margin-bottom: 10px;
}

.bullet-point20 {
    display: flex;
    align-items: center; /* 縦方向の中央揃え */
    margin-bottom: 20px;
}

.bullet-point30 {
    display: flex;
    align-items: center; /* 縦方向の中央揃え */
    margin-bottom: 30px;
}

/* ラベル部分のスタイル */
.bullet-point-number {
    width: 50px; /* ラベルの固定幅 */
    text-align: center;
    font-weight: bold;
    font-family: 'Squada One', sans-serif; 
    font-size: 1.8rem;
    color: #ead678;
}

/* 内容部分のスタイル */
.bullet-point-content {
    flex: 1;
}

/*
  Heading
------------------------------------------------------*/

/*h1 {
	padding-left: 35px;
	margin: 25px 0 0;
	color: #909090;
	float: right;
	font-size: 10px;
	font-size: 1.0rem;
	font-weight: normal;
}*/

h1 {
    margin: 25px 0 10px;
    color: #909090;
    font-size: 1.0rem;
    font-weight: normal;
}

h2 {
	color: #ead678;
	font-size: 14px;
	font-size: 1.6rem;
	border: 2px solid #323232;
	border-top: none;
	border-right: none;
	padding: 15px 0 15px 15px; 
	margin-bottom: 15px;
}

h2.news {
	border: none;
	padding: 0;
	float: left;
}

* SNSリンクのスタイル */
.social-links {
    text-align: right;
    margin-top: 10px;
}

.social-links img {
    vertical-align: middle;
}

/*
  Layout
------------------------------------------------------*/

.wrapper {
	width: 1080px;
	font-size: 14px;
	font-size: 1.6rem;
	margin: 0 auto;
	position: relative;
}

.pageImg {
	margin: 0 auto 20px;
	width: 1080px;
}

.pageWrapper {
	margin-bottom: 40px;
	overflow: hidden;
}

.pageWrapper:last-child {
	margin-bottom: 0;
}

/*
  Header
------------------------------------------------------*/

header {
	/*overflow: hidden;*/
	width: 1080px;
	margin: 0 auto;
	position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 140px;
    background-color: #007475;
    color: white;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 1000;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1); /* ここで影を追加 */
}


.header-content {
    padding-left: 35px;
    float: right;
    
    padding-left: 35px;
}

.logo {
	width: 100px;
	height: 105px;
	margin: 30px 0 0 0px;
	display: block;
	float: left;
}

.logo a img {
	width: 100px;
	height: auto;
	margin: 20px 0 25px;
	display: block;
}

/*
  main
------------------------------------------------------*/

main {
    margin-top: 140px; /* ヘッダー分の余白を設定 */
    padding: 20px;
}

/*
  Navigation
------------------------------------------------------*/

.navi ul {
    list-style-type: none;
    padding: 10px;
    margin: 0;
    display: flex;
}

.navi li {
    margin-right: 10px; /* 各項目の間のスペース */
}

.nav-link {
    display: inline-block;
    width: 101px;  /* 幅指定 */

    text-align: center;
    
    color: #ead678; /* テキストの色 */
    text-decoration: none; /* 下線を消す */
    
    /* フォントサイズとフォント指定 */
    font-size: 12px; /* フォントサイズ */
    font-family: 'Squada One', sans-serif; 
}

.nav-link:hover {
    background-color: #ddd; /* ホバー時の背景色 */
    color: #000; /* ホバー時のテキスト色 */
    text-decoration: none; /* 下線を消す */
}

.nav-en {
    font-size: 21px; /* 1行目の文字サイズ */
    font-weight: bold; /* 太字にする場合 */
}

.nav-ja {
    font-size: 10px; /* 2行目の文字サイズ */
    line-height: 1.2; /* 行間の調整 */
}

nav ul li {
	float: left;
	background: url(../img/border_nav.png) no-repeat left top;
	background-size: auto 18px;
}

nav ul li:first-child {
	background: none;
}

/* 教室リストのスタイル */
#school-list {
    list-style: none;        /* リストマーカーを非表示 */
    padding: 0;
    margin: 0;
    width: Auto;            /* リストの幅を指定 */
    background-color: #007475; /* 背景色を指定 */
    border: 1px solid #ccc;   /* 境界線を追加 */
    position: absolute;       /* 絶対配置で親要素に従う */
    z-index: 1100;            /* ヘッダーより前面に表示する */
    top: 100%;                /* 親要素から下に表示 */
    left: 0;                  /* 左側に揃える */
    display: none;            /* 初期状態は非表示 */
    white-space: nowrap;      /* 改行させず一列に表示 */
    transition: max-height 0.5s ease-out;
    border-radius: 10px;      /* 角を丸く*/
}

#school-list li {
    padding: 5px;            /* リスト項目に余白を追加 */
    border-bottom: 1px solid #ccc; /* 各リスト項目に境界線 */
    text-align: center;       /* 文字を中央揃え */
    font-size: 16px;          /* 文字サイズを指定 */
    width: 100%;
}

#school-list li a{
    font-size: 16px;          /* 文字サイズを指定 */
    width: 100%;
}


#school-list li a:hover {
    background-color: #e0e0e0; /* ホバー時の背景色 */
}


/* 最後の項目の下のボーダーを消す */
#school-list li:last-child {
    border-bottom: none;
}



/*
  Index
------------------------------------------------------*/

.slideWrapper {
	width: 1080px;
	margin: 0 auto;
}

.index_col2-2 {
	float: right;
	width: 250px;
}

.index_col2-1 {
	 float: left;
	 width: 670px;
}

ul.newsList {
	margin: 40px 0 0 100px;
}

ul.newsList li {
	overflow: hidden;
	float: left;
	margin-bottom: 15px;
}

ul.newsList li .date {
	width: 95px;
	float: left;
	color: #ead678;
	font-size: 12px;
	font-size: 1.2rem;
}

ul.newsList li .newsText {
	/* margin-left: 95px; */
	margin-left: 145px;
	color: #c9c9c9;
}

ul.newsList li .newsText a {
	color: #ead678;
}

.logo_sponsor {
	margin: 20px 10px 0;
	float: left;
}

.index_col2-2 a {
	display: block;
}

.index_col2-2 a .name_sponsor {
	margin-top: 20px;
	float: left;
	line-height: 43px;
	font-size: 16px;
	font-size: 1.6rem;
	color: #fffcf5;
}

.index_col2-2 a:hover {
	opacity: .8;
}

/*
  Profile
------------------------------------------------------*/

.profileList {
	width: 100%;
	margin-top: 20px;
}

.profileList .col3-1 {
	width: 33.3333333%;
	float: left;
	padding: 10px;
}

.col3-1.first, .col3-1.third {
	height: 645px;
}

.col3-1.second {
	height: 605px;
}

.profileList .col3-1 .profileImg {
	width: 100%;
	height: auto;
	margin-bottom: 30px;
}

.profileList .col3-1:nth-child(odd) {
	background-color: #0a0a0a;
}

.profileList .col3-1:nth-child(even) {
	background-color: #272727;
}

.profileList .num {
	font-family: 'Squada One', cursive;
	background: #ead678;
	text-align: center;
	border-radius: 35px;
	width: 35px;
	height: 35px;
	float: left;
	line-height: 35px;
	color: #191919;
	font-size: 20px;
	font-weight: 700;
	letter-spacing: 0;
	margin-left: 15px;
}

.profileList .en {
	font-family: 'Squada One', cursive;
}

.profileList .profileName {
	font-size: 16px;
	color: #ead678;	
	line-height: 37px;
	font-weight: bold;
	margin-left: 60px;
}

ul.career {
	clear: both;
	font-size: 14px;
	font-size: 1.6rem;
	margin: 15px 10px 0 15px;
}

ul.career li {
	margin: 0 0 10px;
	padding: 0 0 10px;
	background: url(../img/icon_career.png) no-repeat 20px bottom;
	background-size: 6px auto;
}

ul.career li:last-child {
	background: none;
}

ul.career li span {
	font-size: 13px;
}

.profileList .col3-1.staff {
	padding: 10px;
}

.profileList .col3-1.staff img {
	width: 120px;
	height: auto;
	float: left;
}

.profileList .col3-1.staff p {
	margin-left: 140px;
	color: #ead678;
	font-size: 16px;
	font-size: 1.6rem;
	font-weight: bold;
}

.profileList .col3-1.staff p.en {
	margin-bottom: 5px;
}

ul.teamProfileList {
	margin: 20px 0 0 50px;
}

ul.teamProfileList li {
	clear: both;
	overflow: hidden;
	margin-bottom: 5px;
	padding-bottom: 5px;
}

ul.teamProfileList li .year {
	width: 165px;
	float: left;
	background: url(../img/border_profile.png) no-repeat left bottom;
	background-size: auto 7px;
	padding-bottom: 15px;
	padding-left: 20px;
}

ul.teamProfileList li .detail {
	width: 745px;
	float: right;
	margin-bottom: 15px;
}

ul.teamProfileList li .detail span {
	width: 135px;
	float: left;
	clear: both;
}

/*
  School
------------------------------------------------------*/

.schoolList {
	margin-top: 5px;
}

.schoolList .col2 {
	width: 50%;
	/*height: 310px;*/
	float: left;
	padding: 0 0 10px;
}

.schoolList .col2.black {
	/*background-color: #0a0a0a;*/
}

.schoolList .col2.gray {
	/*background-color: #272727;*/
}

.schoolList img:not(.no-resize) {
	padding: 10px 10px 20px;
	width: 100%;
	height: auto;
}

.schoolList .schoolName {
	font-size: 16px;
	color: #ead678;	
	line-height: 37px;
	font-weight: bold;
}

.schoolList ul.schoolData {
	padding: 0 25px 25px;
}

.schoolList ul.schoolData li:first-child {
	padding: 0 0 5px;
}

.schoolList ul.schoolData li.place {
	background: url(../img/icon_school.png) no-repeat 2px center;
	background-size: auto 14px;
	margin-left: 15px;
	padding: 5px 30px;
}

.schoolList ul.schoolData li.time {
	background: url(../img/icon_time.png) no-repeat left center;
	background-size: auto 14px;
	margin-left: 15px;
	padding: 5px 30px;
}

.schoolList {
  overflow: hidden; /* フロート要素の内包 */
  margin: 5px;
}

.col2:last-child {
  margin-right: 0;
}
.profileImg {
  max-width: 100%;
  height: auto;
  display: block;
}
table {
  width: 100%;
  border-collapse: collapse; /* 余分な隙間をなくす */

}
table th,
table td {
  padding: 10px; /* 枠と文字に余白を持たせる */
}


/*
  Contact
------------------------------------------------------*/

.contactWrapper {
    background-color: #0a0a0a;
    background-image: url(../img/bg_wanted_odd.png);
    background-repeat: no-repeat;
    background-position: left top;
    background-size: 500px auto;
    padding: 10px;
    margin: auto;
}

.contactWrapper .intro {
	padding: 0 45px 10px;
}

.contactWrapper .intro p {
	margin-bottom: 30px;
}

.contactWrapper .intro p.sign {
	text-align: right;
	font-size: 13px;
	font-size: 1.3rem;
}

.contactWrapper .detail {
	padding: 0 60px 10px 65px;
}

.contactWrapper h3 {
	color: #ead678;
	line-height: 1;
	border-left: 1px solid #ead678;
	font-size: 14px;
	font-size: 1.6rem;
	margin: 0 45px 25px;
}

.contactWrapper .detail h4 {
	color: #ead678;
	font-size: 14px;
	font-size: 1.6rem;
	line-height: 1;
	margin: 0 0 20px;
}

.contactWrapper .detail h5 {
	color: #ead678;
	font-size: 14px;
	font-size: 1.6rem;
	line-height: 1;
	margin: 0 0 5px 25px;
}

.contactWrapper .rule h6 {
	border: #fffcf5 1px solid;
	font-weight: normal;
	font-size: 1.6rem;
	font-size: 14px;
	padding: 2px 6px;
	margin-bottom: 10px;
	display: inline-block;
}

.contactWrapper .detail p.description {
	margin: 0 0 20px 50px;
}

.contactWrapper .rule {
	margin: 0 65px 25px;
}

.textRight {
	text-align: right;
	padding: 20px 0;
	font-size: 13px;
	font-size: 1.3rem;
}

ul.wantedList {
	width: 100%;
}

ul.wantedList li {
	clear: both;
	overflow: hidden;
}

ul.wantedList li:nth-child(odd) {
	background-color: #0a0a0a;
	background-image: url(../img/bg_wanted_odd.png), url(../img/bg_wanted_top.png), url(../img/bg_wanted_bottom.png);
	background-repeat: no-repeat, no-repeat, no-repeat;
	background-position: -9px top, 196px top, 196px bottom;
}

ul.wantedList li:nth-child(even) {
	background-color: #272727;
	background-image: url(../img/bg_wanted_even.png), url(../img/bg_wanted_top.png), url(../img/bg_wanted_bottom.png);
	background-repeat: no-repeat, no-repeat, no-repeat;
	background-position: -9px top, 196px top, 196px bottom;
}

ul.wantedList li .title {
	float: left;
	width: 200px;
	padding: 30px 30px 30px 40px;
}

ul.wantedList li .title p {
	color: #ead678;
	font-size: 15px;
	font-size: 1.5rem;
	font-weight: bold;
}

ul.wantedList li .detail {
	float: right;
	width: 760px;
	padding: 30px 40px 30px 50px;
	border-left: 1px solid #191919;
	overflow: hidden;
}

ul.wantedList li .detail p.num_s:last-child, ul.wantedList li .detail p.num_l:last-child, ul.wantedList li .detail p.num_ll:last-child {
	margin-bottom: -15px;
}

ul.wantedList li p.yellow_s {
	color: #ead678;
	border: 1px solid #ead678;
	text-align: center;
	width: 130px;
	padding: 5px 0;
	display: block;
	float: left;
	clear: both;
}

ul.wantedList li p.yellow_l {
	color: #ead678;
	border: 1px solid #ead678;
	text-align: center;
	width: 270px;
	padding: 5px 0;
	display: block;
	float: left;
	clear: both;
}

ul.wantedList li p.yellow_ll {
	color: #ead678;
	border: 1px solid #ead678;
	text-align: center;
	width: 285px;
	padding: 5px 0;
	display: block;
	float: left;
	clear: both;
}

ul.wantedList li p.num_s {
	margin-left: 145px;
	margin-bottom: 15px;
	padding: 5px 0 15px;
}

ul.wantedList li p.num_l {
	margin-left: 285px;
	margin-bottom: 15px;
	padding: 5px 0 15px;
}

ul.wantedList li p.num_ll {
	margin-left: 300px;
	margin-bottom: 15px;
	padding: 5px 0 15px;
}

.formWrapper {
	padding: 40px 60px;
	background: #272727;
}

input[type="text"], input[type="tel"], input[type="email"], textarea, button {
	-webkit-appearance: none;
}

textarea, button {
	border: 0;
	box-shadow: none;
	outline: none;
}

input, textarea {
	border: 1px solid #ead678;
	background: #272727 !important;
	color: #fffcf5;
	padding: 8px 10px;
}

input[type="text"], input[type="tel"], input[type="email"] {
	width: 400px !important;
}

input[type="radio"] {
	margin-right: 5px;
}

textarea {
	width: 470px !important;
	height: auto !important;
}
	

table.formTable {
	width: 100%;
}

table.formTable th {
	width: 145px;
	text-align: left;
	font-weight: normal;
	padding: 0 0 15px 0;
	vertical-align: top;
}

table.formTable td {
	padding: 0 0 15px 35px;
	vertical-align: top;
}

table.formTable td span {
	display: block;
	padding: 3px 0;
	color: #ead678;
}

.req {
	color: #ead678;
}

.submitBtn {
	margin-left: 190px;
	cursor: pointer;
}

/*
  Schedule
------------------------------------------------------*/

.calendarWrapper {
	margin: 20px auto 10px;
	width: 900px;
	font-size: 1.2rem
}

/*
  Guidance
------------------------------------------------------*/

.clinicWrapper {
	background: #0a0a0a url(../img/bg_clinic.png) no-repeat left top;
	background-size: 100% auto;
	padding: 100px 0 30px;
	margin-top: 20px;
}

.clinicWrapper .intro {
	padding: 0 45px 10px;
}

.clinicWrapper .intro p {
	margin-bottom: 30px;
}

.clinicWrapper .intro p.sign {
	text-align: right;
	font-size: 13px;
	font-size: 1.3rem;
}

.clinicWrapper .detail {
	padding: 0 60px 10px 65px;
}

.clinicWrapper h3 {
	color: #ead678;
	line-height: 1;
	border-left: 1px solid #ead678;
	font-size: 14px;
	font-size: 1.6rem;
	margin: 0 45px 25px;
}

.clinicWrapper .detail h4 {
	color: #ead678;
	font-size: 14px;
	font-size: 1.6rem;
	line-height: 1;
	margin: 0 0 20px;
}

.clinicWrapper .detail h5 {
	color: #ead678;
	font-size: 14px;
	font-size: 1.6rem;
	line-height: 1;
	margin: 0 0 5px 25px;
}

.clinicWrapper .rule h6 {
	border: #fffcf5 1px solid;
	font-weight: normal;
	font-size: 1.6rem;
	font-size: 14px;
	padding: 2px 6px;
	margin-bottom: 10px;
	display: inline-block;
}

.clinicWrapper .detail p.description {
	margin: 0 0 20px 50px;
}

.clinicWrapper .rule {
	margin: 0 65px 25px;
}

.border_width {
	background: #ead678;
	width: 14px;
	height: 1px;
	display: block;
	margin: 7px 10px 6px 0;
	float: left;
}

/* タブのコンテナ */
.tab {
    display: flex;
    justify-content: space-between;
    background-color: #005f5f;
    padding: 10px;
    border-radius: 8px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
    width: 100%;  /* タブ全体をページ幅に広げる */
    margin-bottom: 15px;
}

/* タブボタンのスタイル */
.tablinks {
    background-color: #006a6a;
    color: white;
    padding: 14px 0;  /* 高さは一定、左右のパディングを削除 */
    font-size: 16px;
    font-weight: 500;
    border: none;
    border-radius: 8px;
    transition: background-color 0.3s, transform 0.2s;
    cursor: pointer;
    outline: none;
    letter-spacing: 0.5px;
    flex: 1;  /* ボタンを均等に拡張する */
    margin: 0 5px;  /* ボタン間にわずかなマージンを追加 */
    text-align: center;  /* 文字を中央に揃える */
}

/* 最初と最後のボタンのマージンを修正（左右の隙間をなくす） */
.tablinks:first-child {
    margin-left: 0;
}
.tablinks:last-child {
    margin-right: 0;
}

/* マウスをタブにホバーしたときのスタイル */
.tablinks:hover {
    background-color: #008b8b;
    transform: scale(1.05);
}

/* アクティブなタブのスタイル */
.tablinks.active {
    background-color: #00a3a3;
    color: white;
    box-shadow: 0 4px 6px rgba(0, 163, 163, 0.3);
    transform: translateY(-2px);
}

/* スムーズなタブの変化 */
.tablinks:focus {
    outline: none;
}

.video-container {
    overflow: hidden; /* float解除 */
}

.video-container iframe {
    float: left;
    width: 50%; /* 4つ並べるので25% */
    height: 315;
}


/*
  Footer
------------------------------------------------------*/

footer {
	overflow: hidden;
	clear: both;
	color: #676767;
	width: 1080px;
	margin: 0 auto;
	padding: 50px 0 10px;
}

footer p {
	font-size: 11px;
	font-size: 1.1rem;
}

footer a {
	color: #676767;
}

.ftCopy {
	width: 50%;
	float: left;
}

.ftLink {
	width: 50%;
	float: right;
	text-align: right;
}

.footer-nav ul {
  list-style: none;
  padding: 0;
  margin: 0 0 15px 0;
  display: flex;
  justify-content: center;
  flex-wrap: wrap; /* 画面が狭い時に折り返し */
}

.footer-nav li {
  margin: 0 10px;
}

.footer-nav a {
  color: #ead678;
  text-decoration: none;
  font-size: 9px;
}

.footer-nav a:hover {
  text-decoration: underline;
}


/*
  Scroll
------------------------------------------------------*/

.pagetop {
    display: none;
    position: fixed;
    bottom: 20px;
    right: 20px;
}
.pagetop a {
    display: block;
    text-align: center;
	width: 50px;
	height: 50px;
	border-radius: 50px;
	line-height: 50px;
    color: #fff;
	font-size: 15px;
    text-decoration: none;
	background: #9fecff;
	opacity: .9;
}
 
.pagetop a:hover {
    display: block;
    background-color: #78cee3;
    color: #fff;
	opacity: .9;
}

.sp {
	display: none !important;
}
