@import url('library.css');
@import url('custom.css');

body {
	width: 100%;
	margin: 0;
	float: left;
	font-family: 'Meiryo', sans-serif;
	text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%;
	-moz-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
	-o-text-size-adjust: 100%;
	color: #777777;
	font-size: 13px;
}

.rows,
.header,
.content,
.footer {
	width: 100%;
	float: left;
}

.content {
	background: #F4F4F4;
	padding-bottom: 45px;
}

.rows-mn {
	width: 980px;
	margin: 0 auto;
}

.bg-cd {
	background: #FF73A2;
}

.mcd {
	color: #FF73A2;
}

.bg-menu {
	background: url(../img/bg-menu.png) top left repeat-x;
}

.box-menu {
	width: 980px;
	border-right: 1px solid #fff;
	margin: 0 auto;
	height: 77px;
}

a.menu {
	width: 195px;
	height: 77px;
	float: left;
	border-left: 1px solid #fff;
}

a.menu:hover {
	background-position: bottom left !important;
}

a.active {
	background-position: bottom left !important;
}

.bg-slide {
	background: #FFD9E6;
	height: 495px;
}

.tit-h2 {
	width: 100%;
	float: left;
	background: url(../img/line-tit.png) left bottom repeat-x;
	font-family: 'A-OTF-Jun34Pro';
	color: #FF73A2;
	padding-bottom: 15px;
}

.tit-h2 img {
	padding-right: 10px;
	margin-bottom: -2px;
	margin-top: 1px;
}

.maps {
	width: 100%;
	height: 500px;
	float: left;
}

.mnft {
	width: 100%;
	float: left;
}

.pss-re {
	position: relative;
}

.bg-mn-ft {
	background: #F5F5F5;
}

a.menu-ft {
	padding: 6px 20px 6px 20px;
	float: left;
	color: #999;
	font-size: 12px;
	text-decoration: none;
	margin-right: 20px;
}

a.menu-ft:hover {
	color: #fff;
	background: #FF72A0;
}

a.active2 {
	color: #fff;
	background: #FF72A0;
}

.page-top {
	width: 50px;
	height: 50px;
	float: right;
	background: url(../img/page-top.png) center center no-repeat;
	position: absolute;
	right: 0;
	top: -10px;
}

/*.fb-page, .fb-xfbml-parse-ignore, .blockquote, .full_widget, .connect_top, fb-root {width:100% !important;}
.fb-page iframe div {width:100% !important;}
.fb-comments, .fb-comments iframe[style], .fb-comments span {
   width: 100% !important;
}*/

.fb-comments,
.fb-comments iframe[style],
.fb-like-box,
.fb-like-box iframe[style] {
	width: 100% !important;
}

.fb-comments span,
.fb-comments iframe span[style],
.fb-like-box span,
.fb-like-box iframe span[style] {
	width: 100% !important;
}

iframe {
	/* width: 100% !important; */
	height: 430px !important;
	border: 1px solid #ccc;
}

.bg-tit-big {
	width: 100%;
	float: left;
	height: 100px;
	background: url(../img/bg-tit-big.png) top left repeat;
	font-family: 'A-OTF-Jun34Pro';
	font-size: 32px;
	color: #777777;
	line-height: 90px;
	text-shadow: 0px 0px 5px #fff, 0px 0px 5px #fff, 0px 0px 5px #fff, 0px 0px 5px #fff, 0px 0px 5px #fff, 0px 0px 5px #fff, 0px 0px 5px #fff;
}

.h2-tit {
	width: 100%;
	float: left;
	position: relative;
}

.ico-h2 {
	position: absolute;
	right: 0;
	top: -19px;
	float: right;
}

.ffft {
	width: 635px;
	display: inline-block;
	height: 15px;
}

.ffft1 {
	height: 15px;
	float: left;
	width: 435px;
	text-align: right;
}

.ffft2 {
	width: 200px;
	float: left;
	height: 15px;
}


.sp-logo .rows-mn .fl-r {
	width: 50%;
	display: flex;
	align-items: center;
	gap: 20px;
}

.box_fix {
	width: 50%;
}

.img_fix {
	max-width: 100%;
}

.box_fix_top {
	float: unset;
	width: 100%;
	display: flex;
	justify-content: center;
	padding-top: 30px;
	/* margin-left: 15px;
	margin-right: 15px; */
}

.box_fix_top a {
	max-width: 380px;
}

.box_fix_top img {
	max-width: 100%;
}

.show_sp {
	display: none;
}

.show_pc {
	display: block;
}