@charset "utf-8";
#sub_wrapper a{
	text-decoration:none;
}
#sub_wrapper a:hover{
	opacity:0.7;
}

#sub_wrapper strong{
	font-weight:bold;
}
#sub_wrapper .flex{
  	display: -webkit-flex; /* Safari */
  	display: flex;
}
#sub_wrapper .flex_center{
	-webkit-justify-content: center; /* Safari */
  	justify-content:         center;
}
#sub_wrapper .flex_between{
	-webkit-justify-content: space-between; /* Safari */
 	justify-content:         space-between;
}
.head .entry{
	margin:0 0 60px;
}
.head .entry_title{
	font-size:22px;
	font-weight:bold;
	margin:30px 0 10px;
	text-align:center;
}
.head .entry_txt{
	font-size:14px;
	line-height:1.6;
	text-align:justify;
	width:580px;
	margin:0 auto;
}
.box .box_title{
	font-size:24px;
	font-weight:bold;
	text-align:center;
}
.box .box_ruby{
	font-size:12px;
	font-weight:bold;
	text-align:center;
	margin:0 0 20px;
}
.box{
	width:580px;
	margin:0 auto 30px;
}
.box_txt{
	font-size:14px;
	line-height:1.6;
	margin:0 0 30px;
}
.photo{
	margin:0 0 10px;
}
.cross p{
	margin:5px 1px;
}
.guide{
	width:580px;
	padding:20px 90px;
	margin:0 0 50px;
}
.guide_txt{
	width:260px
}
.guide_txt .guide_title{
	font-size:24px;
	font-weight:bold;
	line-height:1em;
	margin:0 0 10px;
}
.guide_txt p{
	line-height:1.6;
}
.guide_txt .guide_title .gmap{
	text-decoration:none;
	font-size:14px;
	font-weight:normal;
	padding:5px 10px;
	margin:0 0 0 20px;
	border-radius:10px;
	vertical-align:middle;
}
.bg_light_blue{
	background-color:#EFF7F5;
}
.guide .bg_blue{
	background-color:#69C2EE;
}
.guide .txt_white{
	color:#FFF;
}
.attention{
	text-align:center;
	border:none;
	line-height:1.6;
	font-size:14px;
}
.attention_title{
	font-size:16px;
	font-weight:bold;
	margin:0 0 10px;
}
/* sp */
