.honbun {  font-size: 12px; line-height: 18px}
.honbun3 {  font-size: 14px; line-height: 24px}
.honbun4 {  font-size: 18px; line-height: 32px}
.small {  font-size: 10px; line-height: 14px}
.midashi {
	font-size: 14px;
	line-height: 22px
}
.komidashi { font-size: 24px; line-height: 24px}



.omidashi { font-size: 42px; line-height: 100px
    position: absolute;
    top: 0;
  font-weight: bold;
  font-family: Helvetica, Arial, sans-serif;
}


.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: #fb1900;
  background: rgba(0,0,0,0.2);
}

.demo2{
  display: inline-block;
  width:106px;
  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: #fff;
  background: rgba(0,0,0,0.2);
}


/* タイトル付　枠（影）1　*/
.kakomi-box12 {
 position: relative;
 margin: 2em auto;
 padding: 1.2em;
 width: 90%;
 color: #555555; /* 文字色 */
  background: rgba(255,255,255,0.8);
box-shadow: 0 0 5px 5px #8FBC8F, 0 0 5px 3px #8FBC8F inset; /* 影 */
border-radius: 8px; /* 角の丸み */　
}
.title-box12 {
 position: absolute;
 margin: 3em auto;
 padding: 0 .5em;
 left: 20px;
 top: -56px;
  height:50px;
 font-weight: bold;
 font-size: 26px;
 color: #8FBC8F; /* タイトル文字色 */
}

/* 吹き出し本体 */
.balloon{
  position: relative;
  padding: 20px;
  background-color: #fff;
  border: 3px solid #fb1900;
  border-radius: 10px;
 font-size: 20px
}

/* beforeで枠線の三角を表現 */
/* アイコンを下に表示 */
.balloon::before{
  content: '';
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  left: 20px;
  bottom: -15px;
  border-top: 15px solid #fb1900;
  border-right: 15px solid transparent;
  border-left: 15px solid transparent;
}
.balloon::after{
  content: '';
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  left: 20px;
  bottom: -11px;
  border-top: 15px solid #fff;
  border-right: 15px solid transparent;
  border-left: 15px solid transparent;
}

.flex {
display: flex;
display: -ms-flexbox;
-ms-flex-flow: row wrap;
flex-flow: row wrap;
width: 100%;
 font-size: 18px; line-height: 32px
}
 
hr.tab-r-line {
position: relative;
top: calc(50% - 1px);
margin: 0 10px;
border: none;
border-top: dotted 2px #CCC;
}
 
.tab-reader-box2 {
flex: auto;
}

.kbkhome1{
  display: inline-block;
  width:250px;
  height:50px;
  line-height:50px;

  border: solid 1px #8f8f8f;
  border-radius: 6px;
  background: rgba(255,255,255,0.5);
  color: #fff;
 font-size: 22px; line-height: 32px
  text-decoration: none;
  font-weight: bold;
  font-family: Helvetica, Arial, sans-serif;
}
.kbkhome1:hover{
  color: #fb1900;
  background: rgba(197,172,139,0.5);
}

.ayase1{
float: right;
  display: inline-block;
  width:150px;
  height:36px;
  line-height:40px;
  font-size: 18px;
  color: #0000ff;

  border: solid 1px #0000ff;
  border-radius: 0px;
  background: #ffffff;

  text-decoration: none;
  font-weight: bold;
  font-family: Helvetica, Arial, sans-serif;
}
.ayase1:hover{
  color: #ffffff;
  background: rgba(250,171,251,2.5);
}

.ayase2{
float: left;
  display: inline-block;
  width:150px;
  height:36px;
  line-height:40px;
  font-size: 18px;
  color: #0000ff;

  border: solid 1px #0000ff;
  border-radius: 0px;
  background: #fff2ce;

  text-decoration: none;
  font-weight: bold;
  font-family: Helvetica, Arial, sans-serif;
}
.ayase2:hover{
  color: #ffffff;
  background: rgba(250,171,251,2.5);
}
.ayase21{
float: center;
  display: inline-block;
  width:150px;
  height:36px;
  line-height:40px;
  font-size: 18px;
  color: #0000ff;

  border: solid 1px #0000ff;
  border-radius: 0px;
  background: #fad4ed;

  text-decoration: none;
  font-weight: bold;
  font-family: Helvetica, Arial, sans-serif;
}
.ayase21:hover{
  color: #ffffff;
  background: rgba(250,171,251,2.5);
}


.ayase3{
float: right;
  display: inline-block;
  width:150px;
  height:36px;
  line-height:40px;
  font-size: 18px;
  color: #0000ff;

  border: solid 1px #0000ff;
  border-radius: 0px;
  background: #5affa0;

  text-decoration: none;
  font-weight: bold;
  font-family: Helvetica, Arial, sans-serif;
}
.ayase3:hover{
  color: #ffffff;
  background: rgba(250,171,251,2.5);
}

.ayase4{
float: right;
  display: inline-block;
  width:220px;
  height:36px;
  line-height:40px;
  font-size: 18px;
  color: #0000ff;

  border: solid 1px #0000ff;
  border-radius: 0px;
  background: #ffff41;

  text-decoration: none;
  font-weight: bold;
  font-family: Helvetica, Arial, sans-serif;
}
.ayase4:hover{
  color: #ffffff;
  background: rgba(250,171,251,2.5);
}

.ayase5{
float: right;
  display: inline-block;
  width:130px;
  height:36px;
  line-height:40px;
  font-size: 18px;
  color: #ff0000;

  border: solid 1px #ff0010;
  border-radius: 0px;
  background: #ffffff;

  text-decoration: none;
  font-weight: bold;
  font-family: Helvetica, Arial, sans-serif;
}
.ayase5:hover{
  color: #ffffff;
  background: rgba(250,171,251,2.5);
}

.ayasesub0{
float: right;
  display: inline-block;
  width:158px;
  height:36px;
  line-height:36px;
  font-size: 15px;
  color: #0000ff;

  border: solid 1px #0000ff;
  border-radius: 0px;
  background: #fd0155;

  text-decoration: none;
  font-weight: bold;
  font-family: Helvetica, Arial, sans-serif;
}
.ayasesub0:hover{
  color: #ffffff;
  background: rgba(250,171,251,2.5);
}


.ayasesub1{
float: right;
  display: inline-block;
  width:158px;
  height:36px;
  line-height:36px;
  font-size: 15px;
  color: #0000ff;

  border: solid 1px #0000ff;
  border-radius: 0px;
  background: #ffffff;

  text-decoration: none;
  font-weight: bold;
  font-family: Helvetica, Arial, sans-serif;
}
.ayasesub1:hover{
  color: #ffffff;
  background: rgba(250,171,251,2.5);
}

.ayasesub2{
float: right;
  display: inline-block;
  width:158px;
  height:36px;
  line-height:36px;
  font-size: 15px;
  color: #0000ff;

  border: solid 1px #0000ff;
  border-radius: 0px;
  background: #fff2ce;

  text-decoration: none;
  font-weight: bold;
  font-family: Helvetica, Arial, sans-serif;
}
.ayasesub2:hover{
  color: #ffffff;
  background: rgba(250,171,251,2.5);
}

.ayasesub21{
float: right;
  display: inline-block;
  width:158px;
  height:36px;
  line-height:36px;
  font-size: 15px;
  color: #0000ff;

  border: solid 1px #0000ff;
  border-radius: 0px;
  background: #fad4ed;

  text-decoration: none;
  font-weight: bold;
  font-family: Helvetica, Arial, sans-serif;
}
.ayasesub21:hover{
  color: #ffffff;
  background: rgba(250,171,251,2.5);
}


.ayasesub3{
float: right;
  display: inline-block;
  width:158px;
  height:36px;
  line-height:36px;
  font-size: 15px;
  color: #0000ff;

  border: solid 1px #0000ff;
  border-radius: 0px;
  background: #5affa0;

  text-decoration: none;
  font-weight: bold;
  font-family: Helvetica, Arial, sans-serif;
}
.ayasesub3:hover{
  color: #ffffff;
  background: rgba(250,171,251,2.5);
}

.ayasesub4{
float: right;
  display: inline-block;
  width:158px;
  height:36px;
  line-height:36px;
  font-size: 15px;
  color: #0000ff;

  border: solid 1px #0000ff;
  border-radius: 0px;
  background: #ffff41;

  text-decoration: none;
  font-weight: bold;
  font-family: Helvetica, Arial, sans-serif;
}
.ayasesub4:hover{
  color: #ffffff;
  background: rgba(250,171,251,2.5);
}

.ayasesub5{
float: right;
  display: inline-block;
  width:158px;
  height:36px;
  line-height:36px;
  font-size: 15px;
  color: #ff0000;

  border: solid 1px #ff0010;
  border-radius: 0px;
  background: #ffffff;

  text-decoration: none;
  font-weight: bold;
  font-family: Helvetica, Arial, sans-serif;
}
.ayasesub5:hover{
  color: #ffffff;
  background: rgba(250,171,251,2.5);
}
