@charset "utf-8";

body {background: #fff;}

/* =============================================== */
/* mainContent                                     */
/* =============================================== */

#mainContent {width: 1100px;margin: 0 auto 50px;padding: 0;clear: both;}
#mainContent #left_contents {float: left;width: 360px;}
#mainContent #right_contents {float: right;width: 700px;}


/* =============================================== */
/* p_title                                         */
/* =============================================== */

#p_title  {
	display:table;margin: 40px auto 0;padding: 0;width: 1100px;height: 80px;
	background: #ff9600;
}
#p_title h2 {
	display:table-cell;padding: 0 20px;
	vertical-align: middle;
	color: #FFF;font-size: 257.2%;font-weight: bold;
}


/* =============================================== */
/* visual                                         */
/* =============================================== */

#visual {margin-bottom: 80px;}

#visual .slick_visual {
	position: relative;top: 0px;
	width:1100px;height:430px;margin: 0 auto;
}
#visual .slick-dots {
	position: absolute;left: 0;right: 0;bottom: -30px;
	margin: 0 auto;
}
#visual .slick-dots li,
#visual .slick-dots li button {width: 14px !important;height: 14px !important;padding: 3px !important;margin: 0 2px !important;}
#visual .slick-dots li button::before {
	color: #70B22F !important;font-size: 14px !important;
	opacity: 0.4 !important;
	transition: all .25s ease-out;
}
#visual .slick-dots li.slick-active button:before,
#visual .slick-dots li:hover button:before {color: #70B22F !important;opacity: 1 !important;}
#visual .slick-prev,
#visual .slick-next {
	width: 40px;height: 100%;
	position: absolute;top: 50%;
	-webkit-transform: translateY(-50%);-ms-transform: translateY(-50%);transform: translateY(-50%);
	z-index: 10;
}
#visual .slick-prev {left: -20px !important;text-align: left;}
#visual .slick-next {right: -20px !important;text-align: right;}
#visual .slick-prev::before,
#visual .slick-next::before {
	font-family: FontAwesome !important;
	content: '\f105' !important;
	font-size: 80px !important;color: rgba(112,178,47,0.5) !important;
	transition: all .25s ease-out;
}
#visual .slick-prev::before {content: '\f104' !important;}
#visual .slick-prev:hover:before,
#visual .slick-next:hover:before {color: rgba(112,178,47,0.8) !important;}


/* =============================================== */
/* coordinator                                         */
/* =============================================== */

#coordinator {
	position: relative;
	margin-bottom: 50px;padding: 80px 10px 10px;
	background: #70B22F;
}
#coordinator h3 {
	position: absolute;top: 18px;left: 105px;
	line-height: 1.0;color: #fff;
}
#coordinator .photo {position: absolute;top: -12px;left: 15px;}
#coordinator .name {
	position: absolute;top: 40px;left: 105px;
	font-size: 114.3%;font-weight: bold;color: #fff;
}
#coordinator .photo img {border: 5px solid #70B22F;}
#coordinator .textArea {
	background: #FFF;
	padding: 30px 5px;
	clear: both;
}
#coordinator .textArea .title {
	padding: 1px 10px;
	color: #fff;
	background: #ff9600;
}
#coordinator .textArea .title:after {content: " " ;white-space: pre ;}
#coordinator .textArea p {margin-bottom: 10px;}

.staff_more{
	position: relative;
	width: 100%;height: 30px;
	line-height: 30px;text-align: center;
	border-radius: 10px;
	background: #beeaa6;
}

.staff_more::after{
	content:"\f138";
	font-family: FontAwesome;
	position: absolute;right: 10px;top: 50%;
	margin-top: -15px;
}
.staff_more:hover{background: #836F63;transition: 0.4s;}
.staff_more:hover::after{color: #fff;transition: 0.4s;}
.staff_more:hover a{color: #fff;}
.staff_more a{display: block;}


/* =============================================== */
/* outline                                         */
/* =============================================== */

#outline table {
	margin-bottom: 100px;padding: 0;width: 360px;
	font-size: 107%;
}
#outline table tr {
	margin: 0;padding: 0;
	border-bottom: 1px dotted #959595;
}
#outline table th {
	margin: 0;padding: 10px 0;width: 100px;
	text-align: left;vertical-align:top;font-weight: normal;
	border-right: 1px dotted #959595;
}
#outline table td {
	margin: 0;padding: 15px 0 15px 10px;
	text-align: left;vertical-align:top;
}
#outline table tr:last-child {border: none;}
#outline table span.emp {font-size: 128.6%;color: #ec8a00;font-weight: bold;}
#outline table span.bold {font-size: 128.6%;font-weight: bold;}

#entry_post {margin:5px 5px 40px;padding:5px;}


/* =============================================== */
/* campaign                                        */
/* =============================================== */

.campaign{background: url(../images/cate_contents/icon_point_camp.png) no-repeat;margin-bottom:80px}
.campaign_title{
	display: flex;
	-webkit-align-items: center;
	align-items: center;
	height:65px;margin-left:80px;margin-bottom:20px;padding:0 10px;
	color: #00B3C5;font-size: 144%;font-weight: bold;line-height: 1.3;
}


/* =============================================== */
/* movie                                           */
/* =============================================== */

.movie {margin-bottom: 80px;}


/* =============================================== */
/* pickup_report                                   */
/* =============================================== */
p.pickup_report_title{
	font-size: 2.25rem;line-height: 1.4;font-weight: bold;text-align:center;
	margin-bottom:20px;
}
ul.pickup_report_list{margin-bottom:80px;}
ul.pickup_report_list li{
	margin-bottom:10px;
	background:#AD987A;
}

ul.report{display:flex;}
ul.report li{padding:10px;}
ul.report li:nth-child(1) img{width:200px;height:auto;}
ul.report li .cat{
	display: inline-block;padding: 6px 10px;
	font-size: 0.75rem;line-height: 1;color: #FFFFFF;
	background: #70B22F;
}
ul.report li h3{font-size:125%;font-weight:bold;}
ul.report li h3 a{color:#fff;}
ul.report li h3 a:hover{text-decoration:underline;}
.excerpt p{line-height:1.5;color:#fff;}

p.more{
	display: inline-block;width: 80px;height: 24px;
	float: right;
	background: #fff;
	border-radius: 12px;
	font-size: 88%;line-height:24px;text-align: center;
}
p.more a{display:block;}
p.more a:hover{
	background:#7c8a4f;
	border-radius: 12px;
	color:#fff;
}
	

/* =============================================== */
/* gallery                                           */
/* =============================================== */

#gallery {margin-bottom: 100px;}

#gallery ul{margin: 0;}

#gallery ul li {
	float: left;
	margin-right: 12px;margin-bottom: 12px;
}
#gallery ul li:nth-child(3n) {margin-right: 0;}

#gallery ul li div {
	padding: 6px 5px 2px;width: 215px;height: 45px;
	color: #fff;line-height: 1.4;
	background: #FF9600;
}

#gallery ul li h3{font-size:125%;font-weight:bold;}
#gallery ul li h3 a{color:#fff;}


/* =============================================== */
/* content                                         */
/* =============================================== */

#content {margin: 60px auto;padding: 0;width: 950px;}
#content:after,
div.group:after {
	content: "";
	display: block;height: 1px;
	clear: both;
	overflow: hidden;
}
#content p {padding-bottom: 10px;}


/* =============================================== */
/* introd                                          */
/* =============================================== */

#intro {margin-bottom: 100px;}
#intro ul {margin-bottom: 30px;clear: both;}
#intro ul li {
	position: relative;
	margin-bottom: 30px;padding: 85px 25px 25px 25px;
	background: #70b22f;
	clear: both;
}
#intro h3 {
	position: absolute;top: 30px;left: 110px;
	font-size: 172%;font-weight: normal;line-height: 1.0;color: #fff;
}
#intro .photo {position: absolute;top: 15px;left: 25px;}
#intro .textArea {
	background: #FFF;
	padding: 25px 25px 10px;
	clear: both;
}
#intro .textArea:after {
	content: "";
	display: block;
	clear: both;
	height: 1px;
	overflow: hidden;
}
#intro .textArea img{
	display: block;max-width: 100%;height:auto;margin: 0 auto;padding:10px;
	-webkit-box-sizing: border-box;-moz-box-sizing: border-box;-o-box-sizing: border-box;-ms-box-sizing: border-box;box-sizing: border-box;
}

/* =============================================== */
/* vacancy                                         */
/* =============================================== */

#vacancy {
	margin-bottom: 100px;
	padding: 25px;
	background-image: linear-gradient(
    -45deg,
    #fff 25%,
    #e1e1e1 25%, #e1e1e1 50%,
    #fff 50%, #fff 75%,
    #e1e1e1 75%, #e1e1e1
  );
  background-size: 8px 8px;
}
#vacancy .inner {padding: 10px 0 20px;background: #fff;}
#vacancy h3 {
	padding: 20px;
	font-size: 172%;font-weight: normal;line-height: 1.0;color: #fff;text-align: center;
	background: #70B22F;
}

#vacancy table {
	margin: 20px auto 10px;padding: 0;width: 850px;
	border-collapse: separate;border-spacing: 0;border-left: 1px dotted #959595;border-top: 1px dotted #959595;
}
#vacancy table thead {background: #eee;}
#vacancy table tr {margin: 0;padding: 0;}
#vacancy table th,
#vacancy table td {
	margin: 0;padding: 15px 3px;
	text-align: center;vertical-align: middle;font-weight: normal;
	border-right: 1px dotted #959595;border-bottom: 1px dotted #959595;
}
#vacancy table th {padding: 8px 3px;line-height: 1.4;}
#vacancy table .inqBtn {vertical-align: middle;}
#vacancy table .inqBtn a {
	padding: 10px;
	font-weight: bold;color: #ffc140;
	background: #535353;
}
#vacancy table .inqBtn a:after {
	font-family: FontAwesome;
	content: '\f105';font-weight: normal;
	padding-left: 6px;
}
#vacancy table .inqBtn a:hover {background-color: #3b3b3b;}
#vacancy table span.emp {color: #FF9600;font-weight: bold;}
#vacancy table span.del {text-decoration: line-through;}

.roomslider ul.slick_roomslider {
	margin: 0 auto;width:225px;height:160px;
	position: relative;top: 0px;
}
.roomslider .slick-prev,
.roomslider .slick-next {
	width: 20px;height: 100%;
	position: absolute;top: 50%;
	-webkit-transform: translateY(-50%);-ms-transform: translateY(-50%);transform: translateY(-50%);
	z-index: 10;
}
.roomslider .slick-prev {left: -10px !important;text-align: left;}
.roomslider .slick-next {right: -10px !important;text-align: right;}
.roomslider .slick-prev::before,
.roomslider .slick-next::before {
	font-family: FontAwesome !important;
	content: '\f105' !important;
	font-size: 40px !important;color: rgba(255,151,0,0.5) !important;
	transition: all .25s ease-out;
}
.roomslider .slick-prev::before {content: '\f104' !important;}
.roomslider .slick-prev:hover:before,
.roomslider .slick-next:hover:before {color: rgba(255,151,0,0.8) !important;}


/* =============================================== */
/* location                                          */
/* =============================================== */

#location {
	position: relative;
	margin-bottom: 100px;padding: 120px 25px 0 25px;
	background: #eeeeee;
}
#location h3 {
	position: absolute;top: 0;left: 0;right: 0;
	padding: 26px;
	font-size: 172%;font-weight: normal;line-height: 1.0;color: #fff;text-align: center;
	background: #70B22F;
}
#location ul {
	margin-bottom: 30px;margin-left: 0;
	clear: both;
}
#location ul li {
	background: #FFF;
	margin-bottom: 30px;
	clear: both;
}
#location ul li:after {
	content: "";
	display: block;
	clear: both;
	height: 1px;
	overflow: hidden;
}
#location ul li:nth-child(odd) .photo {float: right;margin-left: 20px;}
#location ul li:nth-child(even) .photo {float: left;margin-right: 20px;}
#location ul li .textArea {padding: 25px 25px 20px;}
#location ul li .textArea h4 {
	margin-bottom: 10px;
	font-size: 128.6%;line-height: 1.4;color: #70b22f;
}
#location ul li .textArea p {padding-bottom: 0;}

#location .moreBtn {margin-bottom: 30px;} 

#location ul.moreArea {display: block;}

#location ul.moreArea li {
	float: left;
	width: 437px;
	clear: right;
}
#location ul.moreArea li:nth-child(even) {margin-left: 25px;}
#location ul.moreArea li .photo {
	float: none;
	margin: 20px auto 0;
	text-align: center;
}


/* =============================================== */
/* messageBox                                          */
/* =============================================== */

#message {
	position: relative;
	margin-bottom: 100px;padding: 80px 25px 25px 170px;
	background: #70b22f;
}
#message h3 {
	position: absolute;top: 25px;left: 170px;
	font-size: 172%;font-weight: normal;color: #fff;
}
#message .photo {position: absolute;top: 20px;left: 20px;}
#message .name {
	position: absolute;top: 165px;left: 20px;
	width: 130px;
	text-align: center;font-weight: bold;color: #fff;
}
#message .textArea {
	margin: 0;padding: 35px 40px 20px;
	background: #FFF;
}


/* =============================================== */
/* rec_house                                          */
/* =============================================== */

div.rec_house {
	/* 背景グラデーションを指定・幅を 200% にしておく */
	background: linear-gradient(to right, #f00 0%, #f80 14.28%, #dd0 28.56%, #0d0 42.85%, #0dd 57.14%, #00f 71.42%, #e0e 85.71%, #f00 100%) 0% center / 200% auto;
	/* アニメーション指定 */
	animation: rb_rec_house 6s linear infinite;
	border-radius: 20px;
}
@keyframes rb_rec_house {
  to { background-position-x: 200%; }
}

div.rec_house > div{
	padding: 20px 0;
	background: rgba(255, 255 , 255, 0.8);
}

div.rec_house div.title{
	margin: 0 20px 15px;padding: 5px 0 0;
	color: #4d9900; font-size: 34px;font-weight: bold;text-align: center;
	border-top: #4d9900 4px solid;border-bottom: #4d9900 4px solid;
}

div.rec_house div.sub_title{
	margin: 0 20px;padding: 5px 20px;
	color: #f2a200;; font-size: 20px;font-weight: bold;text-align: center;
	background: rgba(255, 255, 255, 0.7);
}

div.rec_house ul{
	display: flex;justify-content: center;
	width: 930px;margin: 0 auto;padding: 15px 0 0;
}

div.rec_house ul li{
	width: 290px;margin: 0 10px; padding: 10px;box-sizing: border-box;
	background-color: #ffffff;
}

div.rec_house ul li div.text p a{font-weight: bold;}

div.rec_house ul li div.thumb img{width: 100%;}


/* =============================================== */
/* .event_schedule                                 */
/* =============================================== */

div.event_schedule{padding: 0 0 50px;}

div.event_schedule caption{
	position: relative;
	padding: 10px 0 7px 50px;
	color: #5e3c20; font-size: 30px;font-weight: bold;text-align: center;
}
div.event_schedule caption::after{
	content: "";
	position: absolute;top: 0;bottom: 0;left: 270px;
	display: block;width: 40px;height: 47px;margin: auto;
	background: url("../images/common/illust/calender.png") no-repeat center center;background-size: 40px auto;
}

div.event_schedule table{width: 100%;}

div.event_schedule table th{
	padding: 8px 0;
	background-color: #fffb80;
	border: #b3b3b3 1px solid;
	text-align: center;
}

div.event_schedule table td{
	padding: 5px 10px;
	border: #b3b3b3 1px solid;
	line-height: 1.5;
}
div.event_schedule table tr:nth-child(odd) td{background-color: #fffee5;}
div.event_schedule table td.es_date{width: 140px;padding: 5px 0;text-align: center;}
div.event_schedule table td.es_date p{
	width: 36px;margin: 0 auto;padding: 2px 0 0 !important;
	background-color: #ff0000;
	color: #ffffff;font-weight: bold;text-align: center;
	border-radius: 5px;
}
div.event_schedule table td.es_who{width: 80px;padding: 5px 0;text-align: center;}
div.event_schedule table td.es_who span.limited{color: #ff0000;}
div.event_schedule table td.es_who span.anyone{color: #70B22F;}

div.event_schedule table td a{
	position: relative;
	display: inline-block;padding: 0 0 0 25px;
	font-weight: bold;
	text-decoration: underline;
}
div.event_schedule table td a::before{
	content: "";
	position: absolute;top: 0;bottom: 0;left: 0;
	display: block;width: 18px;height: 18px;margin: auto;
	background-color:#FFC200;
	border-radius: 10px;
}
div.event_schedule table td a::after{
	content: "";
	position: absolute;top: 0;bottom: 0;left: 3px;
	display: block;width: 6px;height: 6px;margin: auto;
	border-top: #ffffff 2px solid;border-right: #ffffff 2px solid;
	transform: rotate(45deg);
}


/* =============================================== */
/* relation                                          */
/* =============================================== */

#relation {
	margin-bottom: 100px;padding: 50px 30px 0;
	background: #EEEEEE;
}

#relation section {padding: 0 0 80px;text-align: center;}
#relation section h3 {
	display: inline-block;margin: 0 auto 20px;padding: 5px;width: 400px;
	font-size: 157%;font-weight: bold;color: #FFFFFF;
	background: #C1B199;
}
#relation section.staffBlog h3 {background: #ABC000;}
#relation section.residentBlog h3 {background: #FF9700;}

section.report li {
	margin: 0 auto;padding: 8px 0;width: 100%;
	text-align: left;
	border-bottom: 1px dashed #B2B2B2;
}
section.report li:after {
	content: "";
	display: block;height: 1px;
	clear: both;
	overflow: hidden;
}
section.report .thumb {float: left;padding-right: 20px;}
section.report li .textArea {padding: 10px 0;}
section.report li .day {color: #B1C92F;padding-bottom: 5px;}

section.staffBlog li,
section.residentBlog li {
	margin: 0 auto;padding: 15px 0;width: 100%;
	text-align: left;
	border-bottom: 1px dashed #B2B2B2;
}
#relation section li a {display: block;}
#relation section.staffBlog li .day {
	float: left;
	padding-left: 10px;width: 140px;
	color: #B1C92F;
}
#relation section.staffBlog li .textArea {padding-left: 150px;width: 740px;}
#relation section.residentBlog li .day {
	float: left;
	padding-left: 10px;width: 90px;
	color: #B1C92F;
}
#relation section.residentBlog li .writer {
	float: left;
	margin: 0 0 0 10px;padding: 0 10px;width: 	80px;
	text-align: center;	color: #FFFFFF;
	background: #B1C92F;
}
#relation section.residentBlog li h4 {padding-left: 230px;width: 660px;}


/* =============================================== */
/* contactBox_fix                                        */
/* =============================================== */

.contactBox_fix {
	position: fixed;right:-300px;bottom:65px;
	text-align: center;
	background: #70B22F;
	padding:10px;width:250px;
	z-index:666;
	border:#E5E5E5 2px solid;border-radius: 15px;
}
.contactBox_fix h3{
	margin-bottom:10px;
	font-size:90%;font-weight: bold;color:#fff;line-height: 1.2;
}

.contactBox_fix div.tel{
	background: url(../images/common/icon_tel_black.png) no-repeat 10px center #fff;background-size: 22px auto;
	width:250px;height:50px;
}
.contactBox_fix div.tel div.tel_num{
	font-size: 125%;font-weight: bold;line-height: 35px;color: #FFA800;
	height:30px;
}
.contactBox_fix div.tel div.tel_time{
	width: 210px;margin-left:40px;
	font-size: 63%;text-align:left;line-height: 1.2;
}

.contactBox_fix div.inquiry{
	background: #535353 url(../images/common/icon_inquiry.png) no-repeat 10px center;background-size: 22px auto;
	width:250px;height:50px;
}
.contactBox_fix div.inquiry a{
	display:block;height:50px;
	line-height:50px;color:#FFA800;font-size:113%;font-weight:bold;
}

.contactBox_fix div.room{
	background: #fff;background-size: 22px auto;
	width:250px;height:50px;
}
.contactBox_fix div.room a{
	display:block;height:50px;
	line-height:50px;color:#FFA800;font-size:113%;font-weight:bold;
}


/* =============================================== */
/* contactBox                                          */
/* =============================================== */

.contactBox h3 {
	margin-bottom: 25px;
	font-size: 172%;line-height: 1.2;font-weight: bold;color: #535353;
}
.contactBox h3 span {border-bottom: 1px dashed #535353;}
.contactBox div.tel,
.contactBox div.inquiry a {
	position: relative;
	float: left;
	width: 422px;height: 100px;
	text-align: left;
	background: #fff;
	border: 1px solid #535353;
}

.contactBox div.tel {background: url(../images/common/icon_tel_black.png) no-repeat 35px 30px #fff;}
.contactBox div.tel .tel_num {
	position: absolute;top: 18px;left: 100px;
	font-size: 257.2%;font-weight: bold;line-height: 1.2;color: #FFA800;
}
.contactBox div.tel .tel_time {position: absolute;top: 60px;left: 100px;}

.contactBox div.inquiry a {
	background: url(../images/common/icon_inquiry.png) no-repeat 40px 32px #535353;
	transition-property: all;transition: 0.2s linear;
}
.contactBox div.inquiry a:hover {background-color: #3b3b3b;}
.contactBox div.inquiry a div {
	position: absolute;top: 28px;left: 105px;
	font-size: 200%;font-weight: bold;color: #FFC140;
}


#new_gallery {margin-bottom: 100px;}
#new_gallery h3 {
	text-align:center;
	font-size:36px;
	font-family:Verdana, Helvetica, Arial, sans-serif;
	font-weight:bold;
}
.gallery_slider {
	width:100%;
}
.gallery_slider li {
	display:block;
	position:relative;
}
.gallery_slider li p {
	font-size:14px;
	font-weight:bold;
	padding:10px 20px;
	position:absolute;
	bottom:0;
	background:rgba(255,150,0,.9);
	color:#FFF;
}
.gallery_thumbnail {
	margin-top:10px;
}
.gallery_thumbnail li {
}
.gallery_thumbnail li:hover{
	cursor:pointer;
}
.gallery_thumbnail li img { 
	width:84px;
	height:63px;
	object-fit:cover;
	opacity:0.5;
}
.gallery_thumbnail .slick-current img,
.gallery_thumbnail li:hover img { 
	opacity:1;
}
.gallery_slider li {
	width:700px !important;
	height:525px !important;
}
.gallery_slider li img {
	width:auto !important;
	max-width:100%;
	height:525px !important;
	max-height:100% !important;
	margin:auto;
}

.sc_pr {
	margin:0 0 60px;
	background:#fef6df;
}
.sc_pr p {
	padding:10px 20px;
	background:#70b12f;
	color:#FFF;
	font-weight:bold;
	display:flex;
	justify-content:space-between;
	align-items:center;
}
.sc_pr p span.main {
	font-size:18px ;
}
.sc_pr p span.sub {
	font-size:13px;
}
.sc_pr ul {
	padding:10px 20px;
	display:flex;
	flex-wrap:wrap;
}
.sc_pr ul li {
	margin:5px 0;
	width:18.4%;
	margin-right:2%;
	text-align:center;
	background:#70b12f;
	color:#FFF;
	padding:5px 0;
	border-radius:20px;
	font-weight:bold;
	font-size:14px;
}
.sc_pr ul li:nth-child(5n) {
	margin-right:0;
}


/* -- floor map -- */
.floor_map_box {
}
.floor_map_box .fm_title {
	text-align:center;
	font-size:24px;
	font-weight:bold;
	position:relative;
	padding-bottom:10px;
}
.floor_map_box .fm_title::after {
	content:"";
	width:50px;
	height:2px;
	background:#333;
	position:absolute;
	bottom:0;
	left:0;
	right:0;
	margin:auto;
}
.floor_map_box .tab_list {
	margin-top:30px;
	display:flex;
	flex-wrap:wrap;
}
.floor_map_box .tab_list li {
	margin-right:10px;
	margin-bottom:10px;
	padding:3px 20px;
	border:2px solid #333;
	font-weight:bold;
	color:#333;
	transition: .4s ease-in-out;
}
.floor_map_box .tab_list li:hover {
	cursor:pointer;
}
.floor_map_box .tab_list li.active {
	background:#333;
	color:#FFF;
}
.tab_content .content {
    display: none;
	padding:20px;
	border:2px solid #333;
	margin-bottom:100px;
}
.tab_content .content.show {
    display: block;
	animation: panel-show .9s ease-in-out forwards;
}
.tab_content .content img {
	width:auto;
	max-width:100%;
	height:auto;
	display:block;
	margin:0 auto;
}
@keyframes panel-show {
	from {
		opacity: 0;
	}
	to {
		opacity: 1;
	}
}



/* =============================================== */
/* catch copy                                      */
/* =============================================== */
.bn_catchcopy_title {
	text-align:center;
	font-size:24px;
	font-weight:bold;
	font-family:Yu Gothic、游ゴシック;
}
.bn_catchcopy_text {
	margin-top:20px;
	text-align:center;
	font-size:16px;
	font-family:Yu Gothic、游ゴシック;
}

