@charset "utf-8";
body {
	background-image: url(../images/top/bg.jpg);
	background-repeat: repeat-x;
}
#Menu {
	clear: both;
	width: 980px;
	margin-right: auto;
	margin-left: auto;
	height: 80px;
	background-image: url(../images/top/menu_bg.jpg);
	background-repeat: no-repeat;
}
#Menu ul {
	width: 960px;
	margin-right: auto;
	margin-left: auto;
	height: 75px;
	padding-bottom: 5px;
}
#Menu ul li {
	float: left;
	height: 75px;
	width: 160px;
}
#Contents {
	clear: both;
	width: 980px;
	margin-right: auto;
	margin-left: auto;
	background-image: url(../images/common/top_contents_bg.jpg);
	background-repeat: repeat-y;
}
#Contents #TopContents {
	width: 926px;
	margin-right: auto;
	margin-left: auto;
	background-image: url(../images/top/top_contents_bg.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	padding-top: 34px;
	position: relative;
}
#Contents #Main {
	float: left;
	width: 669px;
}
#Contents #Side {
	float: left;
	width: 257px;
	background-image: url(../images/common/side_bg.jpg);
	background-repeat: repeat-y;
	position: relative;
}
#Contents #TopContents #Side ul li img {
	vertical-align:bottom;
}
#TopImg {
	clear: both;
	width: 980px;
	margin-right: auto;
	margin-left: auto;
}
#Contents #Main #News {
	background-image: url(../images/top/news_bg.jpg);
	background-repeat: repeat-y;
	width: 669px;
	text-align: left;
}

#Contents #Main #News dl {
	text-align: left;
	line-height: 1.4em;
	display: block;
	background-image: url(../images/top/news_foot.jpg);
	background-repeat: no-repeat;
	background-position: left bottom;
	padding-right: 25px;
	padding-left: 30px;
	padding-bottom: 25px;
}
#Contents #Main #News dt {
	float: left;
	width: 6.5em;
	clear: left;
	padding-left: 1em;
	background-image: url(../images/top/news_icn.jpg);
	background-repeat: no-repeat;
	background-position: left 8px;
	padding-bottom: 6px;
	padding-top: 6px;
	color: #FF5820;
}
#Contents #Main #News dd {
	display: block;
	_height: 1%;
	padding-left: 8em;
	_padding-left: 0px;
	_border: none;
	border-top-color: #FFAB36;
	border-top-width: 1px;
	border-top-style: dashed;
	padding-bottom: 6px;
	padding-top: 6px;
}
#Contents #Main #News dl dd a {
	text-decoration: none;
	color: #333;
}
#Contents #Main #News dl dd a:hover {
	text-decoration: underline;
	color: #FF5820;
}#Contents #Main #About {
	clear: both;
	width: 669px;
	background-image: url(../images/top/about_bg.jpg);
	background-repeat: repeat-y;
}
#Contents #Main #About .aboutIn {
	clear: both;
	margin-right: auto;
	margin-left: auto;
	padding-right: 27px;
	padding-left: 27px;
	padding-bottom: 13px;
}
#Contents #Main #About .aboutBlock {
	width: 301px;
	height: 140px;
	display: block;
	float: left;
}
#Contents #Main #About .aboutBlock a {
	text-decoration: none;
}
#Contents #Main #About .aboutBlock a:hover img {
	opacity: 0.7;
}
#Contents #Main #About .aboutBlock a:hover p {
	color: #660000;
}
#Contents #Main #About .aboutBlock p {
	padding-left: 183px;
	font-size: 93%;
	color: #996600;
	padding-top: 9px;
	overflow: hidden;
	text-align: left;
	height: 80px;
	width: 106px;
	line-height: 1.4em;
}
#Contents #Main #About #AboutA {
	background-image: url(../images/top/about_a_bg.jpg);
	background-repeat: no-repeat;
	background-position: left 37px;
	margin-right: 13px;
}
#Contents #Main #About #AboutB {
	background-image: url(../images/top/about_b_bg.jpg);
	background-repeat: no-repeat;
	background-position: left 37px;
}
#Contents #Main #About #AboutC {
	background-image: url(../images/top/about_c_bg.jpg);
	background-repeat: no-repeat;
	background-position: left 37px;
	margin-right: 13px;
}
#Contents #Main #About #AboutD {
	background-image: url(../images/top/about_d_bg.jpg);
	background-repeat: no-repeat;
	background-position: left 37px;
}
#Contents #TopContents #Main #About .aboutIn.lastItem {
	padding-bottom: 0px;
}
#Contents #TopContents #Side  {
	padding-bottom: 210px;
	background-image: url(../images/common/side_earth.jpg);
	background-repeat: no-repeat;
	background-position: center bottom;
}
#Contents #Course {
	background-image: url(../images/top/course_bg.jpg);
	background-repeat: no-repeat;
	background-position: center bottom;
	height: 222px;
	clear: both;
	width: 926px;
	margin-right: auto;
	margin-left: auto;
}
#Contents #Course ul {
	width: 850px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 5px;
}
#Contents #Course ul li {
	float: left;
	height: 115px;
	width: 170px;
}
#Contents #Course ul li a:hover {
	filter:alpha(opacity=70);
	-moz-opacity: 0.7;
	opacity: 0.7;
}


/*コロナ対策*/

.ribbon2 {
  display: inline-block;
  position: relative;
  height: 50px;
  line-height: 40px;
  text-align: center;
  padding: 4px 0;
  font-size: 16px;
  background: #e23d3d;
  color: #FFF;
  box-sizing: border-box;
  box-shadow: 0 2px 2px rgba(0, 0, 0, 0.25);
	margin: 5px 0 20px 50px;
}

.ribbon2 h3 {
  margin: 0;
  padding: 0 30px;
  border-top: dashed 2px rgba(255, 255, 255, 0.5);
  border-bottom: dashed 2px rgba(255, 255, 255, 0.5);
  line-height: 38px;
}

.ribbon2:before, .ribbon2:after {
  position: absolute;
  content: '';
  width: 0px;
  height: 0px;
  z-index: 1;
}

#info {
    background: url(../images/top/info_bg.png) no-repeat;
    width: 682px;
    height: 447px;
    margin: 0 -2px;
    padding: 48px 36px 0 36px;
}#info #summer {
    background: url(../images/top/info_news.png) no-repeat;
    width: 310px;
    height: 349px;
    padding: 42px 0 0 18px;
    float: left;
}
#info #other {
    background: url(../images/top/info_other.png) no-repeat;
    width: 310px;
    height: 349px;
    padding: 42px 0 0 18px;
    float: right;
}




/*インスタ*/
.insta_btn2{/*ボタンの下地*/
  color: #FFF;/*文字・アイコン色*/
  border-radius: 7px;/*角丸に*/
  position: relative;
  display: inline-block;
  height: 48px;/*高さ*/
  width: 215px;/*幅*/
  text-align: center;/*中身を中央寄せ*/
  font-size: 25px;/*文字のサイズ*/
  line-height: 50px;/*高さと合わせる*/
  background: -webkit-linear-gradient(135deg, #427eff 0%, #f13f79 70%) no-repeat;
  background: linear-gradient(135deg, #427eff 0%, #f13f79 70%) no-repeat;/*グラデーション@*/
  overflow: hidden;/*はみ出た部分を隠す*/
  text-decoration:none;/*下線は消す*/
}

.insta_btn2:before{/*グラデーションA*/
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;/*全体を覆う*/
  height: 100%;/*全体を覆う*/
  background: -webkit-linear-gradient(15deg, #ffdb2c, rgb(249, 118, 76) 25%, rgba(255, 77, 64, 0) 50%) no-repeat;
  background: linear-gradient(15deg, #ffdb2c, rgb(249, 118, 76) 25%, rgba(255, 77, 64, 0) 50%) no-repeat;
}

.insta_btn2 .fa-instagram{/*アイコン*/
  font-size: 35px;/*アイコンサイズ*/
  position: relative;
  top: 4px;/*アイコン位置の微調整*/
}

.insta_btn2 span {/*テキスト*/
  display:inline-block;
  position: relative;
  transition: .5s
}

.insta_btn2:hover span{/*ホバーで一周回転*/
  -webkit-transform: rotateX(360deg);
  -ms-transform: rotateX(360deg);
  transform: rotateX(360deg);
}




