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

body{
width:100%;
padding:0px;
color:#333;
font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
margin-left: 0px;
margin-top:  0px;
margin-right: 0px;
margin-bottom: 0px;
}

#time img{
	width: 100%;
	vertical-align: bottom;
}

#center_phot img{
	width: 100%;
	vertical-align: bottom;
}
#new_edge img{
	width: 100%;
	vertical-align: bottom;
}

#yiiki_1{
	width: 100%;
}

#yiiki_1 img{
	width: 100%;
}

#info img{
	width: 100%;
}
#telclick img{
	width: 100%;
	vertical-align: bottom;
}
#otoiawase img{
	width: 100%;
	vertical-align: bottom;
}

.font{
	color: aliceblue;
}

a.ccc{
  text-decoration: none;
  color:white;
  transition: color 0.3s;
  position: relative;
  display: inline-block;
  transition: .3s;
}
a.ccc:hover{
  color : wheat;
}
a.ccc::after {
  position: absolute;
  bottom: 0;
  left: 50%;
  content: '';
  width: 0;
  height: 2px;
  background-color: #31aae2;
  transition: .3s;
  transform: translateX(-50%);
}

a.ccc:hover::after{
  width: 100%;
}

a.aaa{
  text-decoration: none;
  color:cornflowerblue;
  transition: color 0.3s;
  position: relative;
  display: inline-block;
  transition: .3s;
}
a.aaa:hover{
  color : wheat;
}
a.aaa::after {
  position: absolute;
  bottom: 0;
  left: 50%;
  content: '';
  width: 0;
  height: 2px;
  background-color: #31aae2;
  transition: .3s;
  transform: translateX(-50%);
}

a.aaa:hover::after{
  width: 100%;
}

.aka{
	color: crimson;
	text-decoration: underline;
}

.aka2{
	color:indianred;
}
.aka3{
	color:indianred;
	text-decoration: underline;
}
.ao{
	color: dodgerblue;
	text-decoration: none;
}
.jisage{
	padding-left: 1em;
}

.cycle-slideshow{
	z-index: -1;
}

.movie-wrap {
     position: relative;
     padding-bottom: 56.25%; /*アスペクト比 16:9の場合の縦幅*/
     height: 0;
     overflow: hidden;
}
 
.movie-wrap iframe {
     position: absolute;
     top: 0;
     left: 0;
     width: 100%;
     height: 100%;
}
.moji-mincho{
	font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
	font-weight: 600;
}
