@charset "utf-8";
/* CSS Document */
#contenz_bdy {
	max-width:980px;
	margin:10px auto;
}
#footer {
	font-size:14px;
	text-align:center;
	color:#FFF;
	background:#F66;
	margin:0 auto;
    width: 100%;
    height: 100px;
}
#footer .links ul {
}
#footer .links li {
	display: inline;
	margin:0 20px;
}
.c_title {
	width:80%;
	font-size:20px;
	text-align:center;
	margin:0 auto;
	padding:6px;
	color:#FFF;
	background:#F30;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
}
.c_list {
	width:80%;
	font-size:18px;
	margin:10px auto;
}
.c_list li {
	margin:5px 0;
}
.box {
	float:left;
	display:inline-block;
	padding:6px;
	font-size:14px;
	border:solid 2px #CCCCCC;
}
.balloon-3-bottom-left {
	position: relative;
	display: inline-block;
	padding: 0 15px;
	width: auto;
	min-width: 115px;
	height: 40px;
	color: #F6F6F6;
	line-height: 40px;
	text-align: center;
	background: #F33;
	z-index: 0;
}
.balloon-3-bottom-left:after {
	content: "";
	position: absolute;
	bottom: -15px; left: 0;
	margin-left: 0;
	display: block;
	width: 0px;
	height: 0px;
	border-style: solid;
	border-width: 0 20px 15px 0;
	border-color: transparent #F33 transparent transparent;
	z-index: -1;
}
.qa {
	padding: 10px;
	color: #FFF;
	background: #F33;
	font-size: 20px;
	font-weight: bold;
	float: left;
	width: 20px;
}
.qa_read {
	padding:10px;
	font-size:20px;
	font-weight:bold;
	float:left
}
iframe {
	border: none;
}
#contenz li {
	list-style:none;
}
.map_btn {
	padding:5px;
	font-size:16px;
}
.fuchi_red {
    color: #FC0;
    font-weight: bold;
    text-shadow: 1px 1px 1px #F00,
    -1px 1px 1px #F00,
    1px -1px 1px #F00,
    -1px -1px 1px #F00;
}
.mark {
    background: linear-gradient(transparent 60%, #ffff66 60%);
}
.yellow {
	background:#FF9;
}
.green {
	background:#6F9;
}
.beige {
	background:#FC9;
}
.pink {
	background:#FCC;
}
.blue {
	background:#6CF;
}
/*===============================================
●style.css 画面の横幅が769px以上
===============================================*/
@media screen and (min-width: 769px){
img{
    max-width: 100%;
    height: auto;
    width /***/:auto;　
}
#left_bdy {
	width:76.5%;
	float:left;
}
#right_bdy {
	width:19.3%;
	float:right;
	margin:0 9px 0 0;
}
.btn03 {
	position: relative;
	background-color: #F66;
	text-align: center;
	width: 100%;
	height: 32px;
	margin: 1px 0;
	font-size: 16px;
	padding: 4px;
	color: #FFF;
	line-height: 240%;
	float:left;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}
.btn03 a{
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	color:#FFF;
	text-decoration:none;
}
.btn03:hover {
	background-color: #693;
}
.title {
	font-size:20px;
	margin-bottom:5px;
	font-weight:bold;
	border-bottom-width: 3px;
	border-left-width: 5px;
	border-bottom-style: dotted;
	border-left-style: solid;
	border-bottom-color: #F30;
	border-left-color: #F30;
}
.read {
	font-size:14px;
	margin:0;
}
.read2 {
	font-size:20px;
	text-align:center;
	margin-bottom:30px;
}
.move {
	width:80%;
	margin:10px auto;
}
.move iframe {
	width:100%;
}
.p_box {
	width:calc(100% / 2 - 10px);
	margin:5px;
	float:left;
}
.f_box {
	width:calc(100% - 20px);
	padding:10px;
	background:#FC9;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
}
.f_no {
	font-size:50px;
	color:#FFF;
	text-align:center;
}
.f_read {
	width:70%;
	font-size:18px;
	line-height:130%;
	float:left;
}
.f_p {
	width:28%;
	float:right;
}
.map_left {
	width:45%;
	float:left;
}
.map_right {
	width:45%;
	float:right;
}

}

/*===============================================
●tablet.css 画面の横幅が768pxまで
===============================================*/
@media screen and (max-width: 768px){
img{
    max-width: 100%;
    height: auto;
    width /***/:auto;　
}
#left_bdy {
	width:100%;
	float:none;
}
#right_bdy {
	display:none;
}
.btn03 {
	position: relative;
	background-color: #F66;
	text-align: center;
	width: 100%;
	height: 32px;
	margin: 1px 0;
	font-size: 16px;
	padding: 4px;
	color: #FFF;
	line-height: 240%;
	float:left;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}
.btn03 a{
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	color:#FFF;
	text-decoration:none;
}
.btn03:hover {
	background-color: #693;
}
.title {
	font-size:20px;
	margin-bottom:5px;
	font-weight:bold;
	border-bottom-width: 3px;
	border-left-width: 5px;
	border-bottom-style: dotted;
	border-left-style: solid;
	border-bottom-color: #F30;
	border-left-color: #F30;
}
.read {
	font-size:14px;
	margin:0;
}
.read2 {
	font-size:20px;
	text-align:center;
	margin-bottom:30px;
}
.move {
	width:80%;
	margin:10px auto;
}
.move iframe {
	width:100%;
}
.p_box {
	width:90%;
	margin:5px;
	float:none;
}
.f_box {
	width:calc(100% - 20px);
	padding:10px;
	background:#FC9;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
}
.f_no {
	font-size:30px;
	color:#FFF;
	text-align:center;
}
.f_read {
	width:70%;
	font-size:18px;
	line-height:130%;
	float:left;
}
.f_p {
	width:28%;
	float:right;
}
.map_left {
	width:100%;
	float:none;
}
.map_right {
	width:100%;
	float:none;
}

}
