@charset "UTF-8";
/* CSS Document */
.mm_text {
    margin: 0.5em 0 1.5em;
}

/* GoogleMapの地図をレスポンシブに */
.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%;
}

.flex01 {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
    margin-bottom: 1.5em;
}
.flex_item01 {
    flex-grow: 2;
}

.flex02,
.flex03 {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: flex-end;
    margin-bottom: 1em;
}
.flex02 {
    margin-left: 1em;
    margin-top: 0.5em;
}
.flex03 {
    margin-left: 2em;
}

.flex04 {
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
	margin: 0.5em 0;
	gap: 10px;
}

.w-15 {
	width: 15%;
}

.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:1px solid #ddd;
	padding: 4px 7px 3px;
}

.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 #294A92;
	padding: 10px 15px;
}

.waku_blue02 {
	background-color: #D6E2F0;
	padding: 3px 8px 2px;
}

.waku_blue01a {
	border: 3px double #B0CCDD;
	padding: 15px 30px 14px;
	background: #FFF;
	line-height:2em;
}

.waku_yellow01 {
	padding: 15px 15px;
	background: #F4F4CB;
}

.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-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;
}

.f_right {
	float: right;
	margin-left: 8px;
}
.f_left {
	float: left;
	margin-right: 8px;
}

/*http://*hack.aipo.com/archives/1764/*/
.tooltip {
display:inline-block;
position:relative;
text-decoration:none;
/*
color:#fff;
text-align:center;
width:16px;
height:16px;
background:#dc0000;
-moz-border-radius:8px;
-webkit-border-radius:8px;
border-radius:8px;*/
}           
.tooltip:hover {
/*cursor: help;*/
}           
span.arrow_box {
	display: none;
	padding: 7px 5px;
	width: 200px;
	background: #FF4F14;
	color: #fff;
	z-index: 10;
	/* 以下追加 */
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	border-radius: 8px;
}
.tooltip:hover span.arrow_box{
display:inline;
position:absolute;
top:25px;
left:-100px;
}
.arrow_box:after {
	bottom: 100%;
	left: 50%;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	margin-left: -7px;
	border-top: 7px solid;
	border-right: 7px solid;
	border-bottom: 7px solid #FF4F14;
	border-left: 7px solid;
}

a.cp2_btn {
	position: relative;
	display: block;
	width: 200px;
	font-size:2.0rem;
	padding: 1em;
	margin: auto;
	text-align: center;
	text-decoration: none;
	color: #FFF;
	background: #26C6DA;
	border-bottom: 2px solid #00838F;
	border-radius: 4px;
	box-shadow: inset 0 2px 0 rgba(255,255,255,0.2), 0 2px 2px rgba(0, 0, 0, 0.19);
}

a.cp2_btn:hover {
	display: block;
	width: 200px;
	font-size:2.0rem;
	padding: 1em;
	margin: auto;
	text-align: center;
	text-decoration: none;
	color: #FFF;
	background: #26C6DA;
	border-bottom: 2px solid #00838F;
	border-radius: 4px;
	box-shadow: inset 0 2px 0 rgba(255,255,255,0.2), 0 2px 2px rgba(0, 0, 0, 0.19);
}

a.cp2_btn:hover {
	margin-top: 2px;
	margin-bottom: -2px;
	border-bottom: 2px solid #26C6DA;
	box-shadow: 0 0 2px rgba(0, 0, 0, 0.30);
}

a.cp_btn {
	position: relative;
	display: block;
	width: 240px;
	font-size: 2rem;
	padding: 1em 0.5em;
	margin: auto;
	text-align: center;
	text-decoration: none;
	color: #FFF;
	background: #26C6DA;
	border-bottom: 2px solid #00838F;
	border-radius: 4px;
	box-shadow: inset 0 2px 0 rgba(255,255,255,0.2), 0 2px 2px rgba(0, 0, 0, 0.19);
}
a.cp_btn:hover {
	margin-top: 2px;
	margin-bottom: -2px;
	border-bottom: 2px solid #26C6DA;
	box-shadow: 0 0 2px rgba(0, 0, 0, 0.30);
}

a.cp_btn i.fa-solid,
a.cp_btn i.fa-regular {
  margin-right: 1rem;
}

a.cp2_btn i.fa-solid,
a.cp2_btn i.fa-regular {
  margin-right: 1rem;
}

a.btn--orange {
  color: #fff;
  background: #eb6100;
}
a.btn--orange:hover {
  color: #fff;
  background: #FF791B;
}

a.btn--blue {
  color: #FFF;
  background-color: #2484B1;
}
a.btn--blue:hover {
  color: #FFF;
  background: #2C9ED4;
}



a.btn-c {
	display: inline-block;
  font-size: 2rem;
  position: relative;
  padding: 1.2rem 4rem;
  border-radius: 5px;
	text-decoration: none;
	font-family: 'Kosugi Maru', sans-serif;
	letter-spacing: 1px;
	line-height: 1;
}

a.btn-c i.fa-solid,
a.btn-c i.fa-regular {
  margin-right: 1rem;
}

a.btn-c svg {
  margin-right: 1.2rem;
	margin-bottom: 2px;
}

/* 表示領域が991.98px以下の場合に適用するスタイル */
@media screen and (max-width: 991.98px) {
	.mm_text {
		margin: 0.5em 0.5em 0 1em;
	}
}

