@charset "UTF-8";
/* CSS Document */

.ggmap {
position: relative;
padding-bottom: 56.25%;
padding-top: 30px;
height: 0;
overflow: hidden;
}
 
.ggmap iframe,
.ggmap object,
.ggmap embed {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
}

.mm_text {
    margin: 0.5em 0 1.5em;
}

.mm_btm05 {
	margin-bottom: 05px;
}
.mm_btm10 {
	margin-bottom: 10px;
}
.mm_btm15 {
	margin-bottom: 15px;
}
.mm_btm20 {
	margin-bottom: 20px;
}
.mm_btm30 {
	margin-bottom: 30px;
}
.mm_top05 {
	margin-top: 5px;
}
.mm_top10 {
	margin-top: 10px;
}
.mm_top20 {
	margin-top: 20px;
}
.mm_left10 {
	margin-left: 10px;
}

.mm_left20 {
	margin-left: 20px;
}
.mm_right10 {
	margin-right: 10px;
}
.waku_gry01 {
    border:3px solid #ddd;
	padding: 3px;
    background: #ffffff;
}

.waku_gry01 > img{
    margin: 2px 25px;
}

.waku_gry02 {
    border:3px solid #ddd;
	padding: 10px;
}

.waku_gry03 {
    border:1px solid #666;
	padding: 10px;
}

.waku_gry04 {
    border-top:1px solid #CCC;
	background: #F0F0F0;
	padding: 10px;
}

.waku_blue01 {
	border: 2px solid #56AEE9;
	padding: 10px 15px;
}

.waku_blue01 img {
	margin: 5px;
}

.waku_blue02 {
	background-color: #D6E2F0;
	padding: 3px 8px 2px;
}

.waku_blue01a {
	border: 3px double #B0CDD;
	padding: 15px 30px 14px;
	background: #FFF;
	line-height:2em;
}

.waku_yellow01 {
	padding: 10px 10px 9px;
	background: #FCE7BA;
}

.waku_pink01 {
	border: 2px solid #F9D1E3;
	background-color: #FFF;
	padding: 10px 14px 9px;
}

.waku_red01 {
	border: 1px solid #F00;
	background-color: #FFF;
	padding: 2px 5px 0px;
	font-size: 80%;
	font-weight: normal;
	color: #000;
	vertical-align: 1px;
}


.shadow {
	-moz-box-shadow: 1px 1px 2px 2px #CCC;
	-webkit-box-shadow: 1px 1px 2px 2px #CCC;
	box-shadow: 1px 1px 2px 2px #CCC;
}

/* 画像の回り込み */
div.imagebox_left {
	float: left;
	padding: 0 5px 5px 5px;
}

.imagebox_left span {
	display: block;
	font-size: x-small;
	text-align: center;
}

div.imagebox_right {
	float: right;
	padding: 0 5px 5px 5px;
}

.imagebox_right span{
	display: block;
	font-size: x-small;
	line-height: 140%;
	padding-top: 5px;
	text-align: center;
}
div.clear{
	clear: both;
}

.f_right {
	float: right;
	margin-left: 8px;
}
.f_left {
	float: left;
	margin-right: 8px;
}

/* 写真フレーム */
.frame01,
.frame01a {
	display: inline-block;
	position: relative;
	box-shadow: 0 2px 6px #999;
	padding: 6px;
}
.frame01 {
	margin-left: 60px;
}
.frame01a {
	margin-left: 10px;
}
.frame01a img {
	border-radius: 5px;
}
.frame01:after,
.frame01a:after {
	position: absolute;
	display: block;
	content: "";
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

#abst_reg_txt div { position: relative; }

/* 外部リンク */
.btn_link01 {
  display: inline-block;
  text-align: center;
  border-width: 1px;
  border-style: solid;
  text-decoration: none;
  line-height: 1.3em;
  font-weight: bold;
    font-size: 14px;
  color: #FFFFFF;
  background-color: #2E62A7;
  -webkit-box-shadow: inset 0 0 1px 1px #1c92ff, 0 0 1px 3px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: inset 0 0 1px 1px #1c92ff, 0 0 1px 3px rgba(0, 0, 0, 0.15);
  box-shadow: inset 0 0 1px 1px #1c92ff, 0 0 1px 3px rgba(0, 0, 0, 0.15);
  padding: 18px 45px 18px 45px;
}

.btn_link01 :hover {
  color: #FFFFFF;
  background-color: #0073de;
  -webkit-box-shadow: inset 0 0 1px 1px #2697ff, 0 0 1px 3px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: inset 0 0 1px 1px #2697ff, 0 0 1px 3px rgba(0, 0, 0, 0.15);
  box-shadow: inset 0 0 1px 1px #2697ff, 0 0 1px 3px rgba(0, 0, 0, 0.15);
}

.btn_link01 span {
  letter-spacing: 1px;
    line-height: 1.8em;
  font-size: 20px;
}



    /* ツールチップ */
.cp_tooltip {
    position: relative;
    display: inline-block;
    cursor: pointer;
    width: 100%;
}
.cp_tooltip .cp_tooltiptext {
    position: absolute;
    z-index: 1;
    top: 120%;
    left: 0;
    visibility: hidden;
    width: auto;
/*	white-space: nowrap;*/
    padding: 0.5em 0.7em;
    transition: opacity 0.5s;
    opacity: 0;
    border-radius: 6px;
    background-color: #DDD;
}
.cp_tooltip .cp_tooltiptext::after {
    position: absolute;
    bottom: 100%;
    left: 20px;
    margin-left: -5px;
    content: ' ';
    border: 5px solid transparent;
    border-bottom-color: #DDD;
}
.cp_tooltip:hover .cp_tooltiptext {
    visibility: visible;
    opacity: 1;
}

/* 表示領域が1200px以下の場合に適用するスタイル */
@media screen and (max-width: 1199px) {
    .mm_text {
        margin: 0.5em 0.5em 0 1em;
    }
}
/* ボタン */
a.btn01 {
    display: inline-block;
    width: 200px;
    background: #1c8cd7;
    text-align: center;
    font-size: 20px;
    color: #FFF;
    text-decoration: none;
    font-weight: bold;
    padding: 14px 20px 12px 20px;
    border-radius: 4px;
    border-bottom: 3px solid #166faa;
}

a.btn01:after {
    font-family: "FontAwesome";
    content: "\f054";
    padding-left: 10px;
}

a.btn01:hover {
    transform: translateY(3px);
    border: none;
    margin-bottom: 3px;
}

a.btn02 {
	position: relative;
	display: inline-block;
	padding: 0.25em 0.5em;
	text-decoration: none;
	color: #FFF;
	background: #03A9F4;/*色*/
	border: solid 1px #0f9ada;/*線色*/
	border-radius: 4px;
	box-shadow: inset 0 1px 0 rgba(255,255,255,0.2);
	text-shadow: 0 1px 0 rgba(0,0,0,0.2);
	background-image: url(images/p_tubokawa.png);
}

a.btn02:active {
  /*押したとき*/
  border: solid 1px #03A9F4;
  box-shadow: none;
  text-shadow: none;
}

a.btn03 {
  /*アンケート*/
  position: relative;
  display: inline-block;
  padding: 0.25em 0.5em;
  text-decoration: none;
  margin-left: 2em;
  color: #FFF;
  background: #ffa500;/*色*/
  border: solid 1px #ff8c00;/*線色*/
  border-radius: 4px;
  box-shadow: inset 0 1px 0 rgba(255,255,255,0.2);
  text-shadow: 0 1px 0 rgba(0,0,0,0.2);
}

a.btn03:active {
  /*押したとき*/
  border: solid 1px #ffa500;
  box-shadow: none;
  text-shadow: none;
}

a.btn04 {
  /*動画ボタン*/
  position: relative;
  display: inline-block;
  padding: 0.5em 1em;
  margin-left: 2em;
  text-decoration: none;
  color: #FFF;
  background: #03A9F4;/*色*/
  border: solid 1px #0f9ada;/*線色*/
  border-radius: 4px;
  box-shadow: inset 0 1px 0 rgba(255,255,255,0.2);
  text-shadow: 0 1px 0 rgba(0,0,0,0.2);
}

a.btn03:active {
  /*押したとき*/
  border: solid 1px #03A9F4;
  box-shadow: none;
  text-shadow: none;
}

.poster {
	margin: 10px 0;
	display: flex;
	justify-content: center;
	align-items: center;
}
.poster div:first-of-type {
	margin-right: 20px;
	width: 452px;
	min-width: 200px;
}
