.honbun {  font-size: 12px; line-height: 18px}
.honbun3 {  font-size: 14px; line-height: 24px}
.small {  font-size: 10px; line-height: 14px}
.midashi {
	font-size: 14px;
	line-height: 22px
}
.komidashi { font-size: 20px; line-height: 24px}
.omidashi { font-size: 36px; line-height: 42px}
a:link {  color: #ff69b4; text-decoration: none}
a:visited { color: #db7093; text-decoration: none }
a:active { color: ##ffb6c1; text-decoration: none }
a:hover { color: ##ffb6c1; text-decoration: underline}
.menu { font-size: 12px; line-height: 14px}
.smallmenu { font-size: 10px; line-height: 12px}
.honbun2 {
font-size: 14px; line-height: 22px}
.shadow {
    margin-top: 5px; /* 画像の上の余白*/
    display: inline-block; 
    box-shadow: 0px 5px 15px -5px rgba(0, 0, 0, 0.8); /*横方向　下方向　ぼかし　広がり　色 */
}
.fuchidori2 {
    font-size: 20px;
    color: #000;
    padding: 20px 0;
    text-shadow:
        0 2px 0 #fff,
        2px 0 0 #fff,
        0 -2px 0 #fff,
        -2px 0 0 #fff,
        -2px -2px 0 #fff,
        2px -2px 0 #fff,
        -2px 2px 0 #fff,
        2px 2px 0 #fff
        ;
		}

.chumidashi {
	font-size: 24px;
	line-height: 40px
}
.shomidashi {
	font-size: 18px;
	line-height: 20px
}

.shomidashi2 {
	font-size: 18px;
	line-height: 30px
}

.img_wrap{
  width: 150px;
  height: 160px;
  margin: 0 auto;
  overflow: hidden;
  cursor: pointer;
}
.img_wrap img{
  width: 100%;
  transition-duration: 0.5s;
}
.img_wrap:hover img{
  transform: scale(1.2);
  transition-duration: 0.5s;
}

.demo1{
  display: inline-block;
  width:133px;
  height:50px;
  line-height:50px;

  border: solid 1px #8f8f8f;
  border-radius: 6px;
  background: rgba(255,255,255,0.5);
  color: #fff;
  text-decoration: none;
  font-weight: bold;
  font-family: Helvetica, Arial, sans-serif;
}
.demo1:hover{
  color: #333;
  background: rgba(255,255,255,0.2);
}

.demo2{
  display: inline-block;
  width:96px;
  height:26px;
  line-height:30px;

  border: solid 1px #cdcdcd;
  border-radius: 4px;
  background: rgba(255,255,255,0.5);
  color: #fff;
  text-decoration: none;
  font-weight: bold;
  font-family: Helvetica, Arial, sans-serif;
}
.demo2:hover{
  color: #333;
  background: rgba(0,0,0,0.2);
}