body{
	font-family:"游ゴシック",YuGothic,'Noto Sans JP', 'メイリオ' , 'Meiryo' ,sans-serif;
	font-size:16px;
	line-height:1.5em;
	color:#000;
	margin:0px;
	position:relative;
}
#myModal{
	display:none;
}
.small{font-size:0.8em}
.red{color:#F00;}
.thanks{
	font-size:14px;
	line-height:1.5em;
	padding-top:10px;
	padding-bottom:60px;
}

/* メディアスクリーン　PC版 */
@media screen and (min-width:741px){
/* 共通 */
.sp_br{	display:none;	}
.pc_br{	display:inline;}

/* ページ内の特定ブロックをフワッと表示 */
/* translate(横→＋,縦↓＋) */
	.fefup{
		opacity:0;
		transform:translate(0px,60px);
		transition: all 1500ms;
	}
	.fefl2r{
		opacity:0;
		transform:translate(60px,0px);
		transition: all 1500ms;
	}
	.fefr2l{
		opacity:0;
		transform:translate(-60px,0px);
		transition: all 1500ms;
	}
	
	.fefup.fes , .fefl2r.fes , .fefr2l.fes{
		opacity:1;
		transform:translate(0,0);
	}

/* ヘッダー */
.global_header , .global_header2{
	display:flex;
	position:fixed;
	z-index:99;
	width:100%;
	height:70px;
	justify-content: space-between;
	align-items: center;
	padding-left:24px;
	box-sizing:border-box;

	background-color:#FFF;

	transition: all 300ms 0s ease;
}
.global_header2{
	background-color:#0065cd;
}

.logo_wrap{
	display:block;
	height:46px;
}
.logo{
	display:block;
	height:100%;
}
#logo_img{
	display:block;
	height:100%;
}
#logo_img_sub{
	display:block;
	height:100%;
}


/* ヘッダーメニュー */
#hm{
	display:none;
}
.sm{

}
.sm img{

}

.menu_nav{
	display:block;
/*
	width:700px;
*/
	height:70px;
}
#sp_mtitle{
	display:none;
}
.menu_nav ul{
	display:flex;
	justify-content: space-between;
	width:100%;
	height:70px;
	align-items: center;
	box-sizing:border-box;

}
.menu_nav ul li{
	display:block;
	line-height:70px;
	letter-spacing:0.15em;
	font-size:15px;
}
.menu_a a{
	display:block;
	font-weight:bold;
	height:70px;
	color:#000;
	text-decoration:none;
	padding:0px 20px;
	transition: all 300ms 0s ease;

}
.menu_a a:hover{
	color:#FBBF1C;
/*
	color:#333;
	border-bottom:2px solid #FBBF1C;
*/
}
#header_contact_btn{
	color:#000;
	background-color:#FBBF1C;
}
#header_contact_btn:hover{
	color:#FFF;
	background-color:#FB501C;
}


/* スクロールによるヘッダー変更 */
.gh{
	background-color:#0065cd !important;
}
.gma{
	color:#333 !important;
}
.header_shadow{
	box-shadow:5px 0px 10px #333;
}

/* トップページのみ */
.main_screen{
	display:flex;
	justify-content: center;
	align-items: center;
	width:100vw;
	height:80vh;
	background-image:url("/img/main_img.jpg");
	background-size:cover;
/*	background-position:center; */
	background-position-y:top;
	background-position-x:center;
	background-repeat:no-repeat;
	position:fixed;

	transform: rotateZ(1deg);
}
.main_screen h2{
	display:block;
	font-size:50px;
	color:#fff;
	font-weight:normal;
	margin:0 auto;
	text-shadow:2px 2px 5px rgba(0,0,0,0.5);
	padding-bottom:280px;
	font-family:'BIZ UDGothic','Meiryo' ,sans-serif;
}
.main_screen_cov{
	display:block;
	position:relative;
	width:100%;
	height:80vh;
}
#top_logo_box{
	display: block;
	position: absolute;
	width: 25%;
	left: 5px;
	bottom: -70px;
	z-index: 98;
/*
	padding: 35px;
	background-color: #fff;
	border-radius: 80px;
	box-shadow: 2px 2px 10px #eee;
	border: 10px solid #FF0;
*/
}
#top_logo_box img{
	display:block;
	width:100%;
}


/* コンテンツ中身 */
.content_wrap{
	display:block;
	width:100%;
	font-size:0;
	position:relative;
	background-color:#fff;
}

.concept_wrap{
	display:block;
	width:1200px;
	margin:0 auto;
	font-size:0;
	padding:40px 0px;
}
.concept_box1{
	display:inline-block;
	width:100%;
	font-size:0;
	height:432px;
	box-sizing:border-box;
	vertical-align:top;
/*
	background:linear-gradient(160deg,#FBBF1C,#FB501C);
	border-radius:10px;
*/
	padding-left:40px;
}
/* トピックス */
.topics_wrap{
	display:block;
	width:100%;
	font-size:0;
	margin-top:-15px;
}
.topics_title{
	position:relative;
	display:inline-block;
	width:40%;
	height:140px;
	text-align:right;
	box-sizing:border-box;
	background-color:#FFFF00;
}
.topics_title h3{
	position:absolute;
	top:40px;
	right:40px;
	font-size:24px;
	color:#333;
	line-height:30px;
}

.topics_inner_wrap{
	display:inline-block;
	width:60%;
	vertical-align:top;
	background-color:#FFF;
	font-size:0;
	position:relative;
}
.topics_cs{
	display:block;
	width:650px;
	margin-left:50px;
}

.topics_inner_box{
	display:block;
	width:100%;
	padding:20px;
	box-sizing:border-box;
}
.topics_date{
	display:none;
	font-size:16px;
	color:#4472C4;
	line-height:30px;
}
.topics_inner_box h4{
	display:block;
	font-size:20px;
	font-weight:bold;
	color:#000;
	line-height:30px;
	box-sizing:border-box;
	border-left:5px solid #4472C4;
	padding-left:5px;
}
.topics_inner_box p{
	font-size:16px;
	color:#000;
	line-height:20px;
	padding-left:10px;
	box-sizing:border-box;
}

#topics_more_btn{
	font-size: 16px;
	text-decoration: none;
	color: #FFF;
	display: block;
	width: 100px;
	height: 40px;
	line-height: 40px;
	background-color: #333;
	position: absolute;
	top: 84px;
	right: 36px;
	text-align: center;
	outline: 1px solid rgb(255, 255, 255);
	outline-offset: -3px;
}
#topics_more_btn:hover{
	background-color:#999;
}
.topics_more_a{
	color:#4472C4;
	padding-left:5px;
}

/* コンセプト */
.concept_box1 h3{
	line-height:80px;
	font-size:38px;
	text-align:center;
	padding-top:96px;
}
#cp01{
	color:#000;
}
#cp02{
	color:#000;
}
#cp03{
	color:#000;
}
.marker_off{
	background: -webkit-linear-gradient(left, rgb(255,250,0) 50%, transparent 50%);
	background: -moz-linear-gradient(left, rgb(255,250,0) 50%, transparent 50%);
	background: linear-gradient(left, rgb(255,250,0) 50%, transparent 50%);
	background-repeat: no-repeat;
	background-size: 200% .8em; 
	background-position: 100% .5em;
	transition: 2s;
}
.marker_on{
	background-position: 0% .5em;
}



.concept_box2{
	display:none;
	width:600px;
	height:432px;
	font-size:0;
	box-sizing:border-box;
	padding-left:20px;
	padding-top:20px;
	vertical-align:top;
}
.concept_box2 h4{
	font-size:20px;
	color:#000;
	padding-bottom:20px;
	display:block;
}
.concept_box2 img{
	display:block;
	width:100%;
}
.concept_box2 p{
	display:block;
	width:100%;
	font-size:16px;
	line-height:40px;
	color:#000;
	margin-top:20px;
	background-color:#D9D9D9;
	text-align:center;
}

/* 出来ること */

.concept_border{
	display:block;
	width:100%;
	background-color:#FF0;
	padding:80px 0px;
}
.spoint_title{
	display:block;
	width:100%;
	text-align:center;
}
.spoint_title h3{
	font-size:36px;
	line-height:50px;
	color:#000;
	font-weight:bold;
	text-align:center;
	padding-bottom: 40px;
}
#aru_img01{
	display:inline-block;
	height:100px;
}
#aru_h301{
	display: inline-block;
	height: 100px;
	line-height: 100px;
	vertical-align: top;
	padding-left: 110px;
	background-image: url(/img/arunya01.png);
	background-repeat: no-repeat;
}

.shadow_wrap , .spoint_wrap{
	position:relative;
	display:block;
	width:1200px;
	margin:0 auto;
	font-size:0;
	box-sizing:border-box;
}
.spoint_box{
	display:flex;
	flex-direction:column;
	justify-content: center;
	align-items: center;
	width: 100%;
	height: 400px;
	box-sizing:border-box;
	padding:30px;
/*
	display:inline-block;
	width:380px;
	margin:0 10px;
	padding:20px;
	box-sizing:border-box;
	border:1px solid #ddd;
*/
}
.spoint_box img{
	display:block;
	width:100%;
	font-size:0;
	overflow:hidden;
}

/* Slickスライダー */
.slick-prev:before, .slick-next:before {
	color:#4472C4 !important;
	font-size:25px !important;
	line-height:0 !important;
}

/* スライダー内透かし文字 */
#katsu_sukashi{
	display:block;
	position:absolute;
	top:150px;
	font-size:60px;
	line-height:100px;
	width:100%;
	color: rgba(210,210,210,0.25);
	font-weight:bold;
	text-align:center;
}

/* フロアガイド　＆　備品 */
.fg_wrap{
	display:block;
	width:100%;
}

.floor_info_wrap{
	display:block;
	width:100%;
	padding:80px 0px;
	background-color:#F4F4F4;
}
.floor_info_wrap h3{
	display:block;
	font-size:24px;
	line-height:1em;
	color:#000;
	text-align:center;
	padding:10px 0px;
	margin-bottom:40px;
}
.floor_info_wrap h3 span{
	display:block;
	font-size:16px;
	color:#4472C4;
}
.floor_info_wrap p{
	display:block;
	width:900px;
	margin:0 auto;
	font-size:20px;
	color:#000;
	text-align:center;
	font-weight:bold;
	line-height:30px;
	padding-top:20px;
}
.fg_icon_wrap{
	display:flex;
	flex-wrap:wrap;
	justify-content: space-between;
	width:900px;
	align-items: center;
	box-sizing:border-box;
	margin:0 auto;
	padding:20px 50px;
}
.fg_icon_box{
	display:block;
	width:100px;
	box-sizing:border-box;
	padding:5px;
}
.fg_icon_box img{
	width:100%;
}

.floor_map_wrap{
	display:block;
	width:100%;
/*	background-color:#4472C4; */
	background-color:#888;
	padding-bottom:80px;
}
.floor_map_wrap h4{
	display:block;
	font-size:24px;
	line-height:1em;
	color:#FFF;
	text-align:center;
	margin:0 auto 20px;
	padding-top:40px;
}
.floor_map_wrap h4 span{
	display:block;
	font-size:16px;
	color:#FFFF00;
}
#fgi_box{
	position:relative;
	display:block;
	width:900px;
	height:510px;
	margin:0 auto;
}
#fg_main{
	position:absolute;
	top:0;
	left:0;
	display:block;
	width:100%;
}

.floor_map_veranda_box{
	display:block;
	width:1100px;
	margin:60px auto 0px;
	font-size:0;
}
#fgvi_box{
	position:relative;
	display:inline-block;
	width:550px;
	height:252px;
	vertical-align:top;
}
#fg_ve{
	position:absolute;
	top:0;
	left:0;
	display:block;
	width:100%;
}
.floor_map_v_exp{
	display:inline-block;
	width:530px;
	margin-left:20px;
	font-size:0;
	vertical-align:top;
}
.floor_map_v_exp p{
	font-size:16px;
	line-height:25px;
	color:#FFF;
	font-weight:bold;
	padding-bottom:25px;
}


/* 料金プラン */
.price_wrap{
	display:block;
	width:100%;
	padding:80px 0px;
}
.price_wrap h3{
	display:block;
	font-size:24px;
	line-height:1em;
	color:#000;
	text-align:center;
	padding:10px 0px;
	margin-bottom:40px;
}
.price_wrap h3 span{
	display:block;
	font-size:16px;
	color:#4472C4;
}

.ptb{
	display:table;
	width:1000px;
	margin:40px auto 60px;
	border-collapse:collapse;
}
.ptb th{
	text-align:center;
	font-size:24px;
	line-height:40px;
	color:#000;
	font-weight:bold;
	vertical-align:middle;
}
.ptb th span{
	font-size:18px;
	color:#4472C4;
	font-weight:bold;
}
.ptb td{
	text-align:center;
	font-size:24px;
	line-height:40px;
	font-weight:bold;
	padding:10px 0px;
	border-bottom:4px solid #FFF;
	border-left:4px solid #FFF;
	vertical-align:middle;
	height:100px;
	display:table-cell;
	background-color:#f0f0f0;
}
#tax_text{
	background-color: #fff;
	font-size: 16px;
	font-weight: normal;
	text-align: right;
	height: 20px;
	line-height: 20px;
	padding: 0;
}
#price_detail{
	height: 75px;
	padding: 0;
	background-color:#FFF;
}
#price_detail a{
	display:block;
	width:100%;
	font-size: 24px;
	font-weight:bold;
	line-height: 75px;
	height:75px;
	text-decoration:none;
	color:#000;
	background-color:#FBBF1C;
	margin-top:60px;
}
#price_detail a:hover{
	background-color:#FF0;
}
.price_rbtn_box{
	display:block;
	width:100%;
}
.price_reserve_btn{
	display:block;
	width:300px;
	height:80px;
	text-align:center;
	padding:10px;
	background-color:#FF0;
	text-decoration:none;
	border-radius:10px;
	box-sizing:border-box;
	margin:0 auto;
	box-shadow:3px 3px 5px #AAA;
}
.price_reserve_btn:hover{
	background-color:#FBBF1C
}
.price_reserve_btn img{
	display:inline-block;
	height:100%;
	padding-left:25px;
}
.price_reserve_btn span{
	display:inline-block;
	font-size:32px;
	font-weight:bold;
	line-height:60px;
	color:#000;
	letter-spacing:0.15em;
	vertical-align:top;
}
.pz{
	background-color:#FF0 !important;
}
#ptb_subtext{
	display: block;
	font-size: 15px;
	line-height: 20px;
	padding-top: 10px;
}

/* アクセス */
.access_wrap{

}
.access_wrap h3{
	display:block;
	font-size:24px;
	line-height:1em;
	color:#000;
	text-align:center;
	padding:10px 0px;
	margin-bottom:40px;
}
.access_wrap h3 span{
	display:block;
	font-size:16px;
	color:#4472C4;
}
.ac_box{
	display:block;
	width:100%;
}
.ac_box iframe{
	display:block;
}

.shop_info_wrap{
	display:block;
	width:1200px;
	margin:0px auto;
	padding:80px 0px;
}
.shop_info_img{
	display:inline-block;
	width:600px;
	font-size:0;
	vertical-align:top;
	padding:0px 150px;
	box-sizing:border-box;
}
.shop_info_img img{
	display:block;
	width:100%;
}
#illust_link{
	display: inline-block !important;
	height: 10px !important;
	width: 10px !important;
	padding-left: 5px;
}
.shop_info_img p{
	display:block;
	width:100%;
	text-align:center;
	font-size:12px;
	line-height:25px;
	padding-top:10px;
}
.shop_info_box{
	display:inline-block;
	width:600px;
	font-size:0;
	vertical-align:top;
	box-sizing:border-box;
	border-left:1px solid #ddd;
	border-right:1px solid #ddd;
	padding:0px 25px;
	height:400px;
}
.shop_info_box p{
	display:block;
	font-size:16px;
	color:#000;
	line-height:24px;
	padding-bottom:10px;
}
/*
.fb_box{
	display:inline-block;
	width:350px;
	font-size:0;
	text-align:right;
	vertical-align:top;
}
*/



/* フッター */
.global_footer{
	display:block;
	width:100%;
	font-size:0;
	padding-top:40px;
	background-color:#eee;
}
.footer_wrap{
	display:block;
	width:1000px;
	margin:0 auto;
}
.copy{
	display:block;
	width:100%;
	font-size:15px;
	line-height:35px;
	text-align:center;
	color:#000;
	background-color:#FFFF00;
}

/* トップに戻るボタン */
#back_btn_box{
	display: block;
	position: fixed;
	bottom: 140px;
	right: 0px;
	width: 50px;
	height: 50px;
	box-sizing: border-box;
	z-index: 100;
}
#back_btn {
	width: 50px;
	height: 50px;
	font-size: 0;
	padding: 9px;
	box-sizing: border-box;
	display: block;
	background:#0366A5;
	transition: all 0.5s ease 0.1s;
	opacity: 0;
}
#back_btn_box img{
	width:32px;
}
#back_btn.fade_btn{
	opacity:1;
}

/* 下層ページ */
.page_header{
	padding-top:70px;
	box-sizing:border-box;
	height:170px;
	background-color:#FF0;
/*
	background: -webkit-gradient(linear, left top, right bottom, from(#FBBF1C), color-stop(0.25, #FBBF1C), color-stop(0.25, #FF0), color-stop(0.5, #FF0), color-stop(0.5, #FBBF1C), color-stop(0.75, #FBBF1C), color-stop(0.75, #FBBF1C0), to(#FF0));
	background: -moz-linear-gradient(-45deg, #FBBF1C 25%, #FF0 25%, #FF0 50%, #FBBF1C 50%, #FBBF1C 75%, #FF0 75%, #FF0);
	background: linear-gradient(-45deg, #FBBF1C 25%, #FF0 25%, #FF0 50%, #FBBF1C 50%, #FBBF1C 75%, #FF0 75%, #FF0);
	background-size: 4px 4px;
*/
}
.page_header h1{
	font-size:24px;
	text-align:center;
	line-height:100px;
	color:#000;
}

/* 料金詳細ページ */
.dropin_wrap{
	display:block;
	width:100%;
	padding:80px 0px;
}
.dropin_wrap h3{
	display:block;
	font-size:24px;
	line-height:1em;
	color:#000;
	text-align:center;
	padding:30px 0px;
	margin-bottom:40px;
	background-color:#EEE;
}
.dropin_wrap h3 span{
	display:block;
	font-size:16px;
	color:#4472C4;
}

.howto_dropin_box{
	display:block;
	width:1200px;
	margin:0 auto;
	font-size:0;
}
.howto_dropin_img{
	position:relative;
	display:inline-block;
	width:50%;
	font-size:0;
}
.howto_dropin_img img{
	display:block;
	width:60%;
	margin:0 auto;
}
.dropin_sukashi{
	position: absolute;
	top: 0;
	line-height: 300px;
	text-align: center;
	font-size: 40px;
	width: 100%;
	color: rgba(210,210,210,0.25);
	font-weight: bold;
}

.howto_dropin_text{
	display:inline-block;
	width:50%;
	box-sizing:border-box;
	padding-left:20px;
	font-size:0;
	vertical-align:top;
}
.howto_dropin_text h4{
	text-align:left;
	font-size:22px;
	color:#000;
	line-height:40px;
	margin-bottom:20px;
	border-bottom:2px solid #FF0;
}
.howto_dropin_text p{
	font-size:16px;
	color:#000;
	line-height:25px;
	padding-bottom:20px;
}

.price_table_box{
	display:block;
	width:1200px;
	margin:0 auto 60px;
}
.price_table_box table{
	width:100%;
}
.price_table_box table th{
	text-align:center;
	font-size:18px;
	line-height:40px;
	color:#000;
	font-weight:bold;
	border-bottom:4px solid #FFF;
	border-left:4px solid #FFF;
	vertical-align:middle;
	background-color:#f0f0f0;
}
.price_table_box table td{
	text-align:center;
	font-size:18px;
	line-height:40px;
	font-weight:bold;
	padding:10px 0px;
	border-bottom:4px solid #FFF;
	border-left:4px solid #FFF;
	vertical-align:middle;
	height:100px;
	display:table-cell;
	background-color:#f0f0f0;
}
.yth{
	background-color:#FF0 !important;
	font-size:22px !inportant;
}
#dropin_pt_subtext{
	display: block;
	font-size: 15px;
	line-height: 20px;
	padding-top: 10px;
}


.price_table_box p{
	font-size:16px;
	line-height:25px;
	padding-left:10px;
	color:#000;
}

.as_one_box{
	display:flex;
	position:relative;
	z-index:1;
	width:1200px;
	justify-content: space-between;
	align-items: center;
	flex-wrap:wrap;
	margin:0 auto;
}

.as_one{
	display:block;
	width:340px;
	font-size:0;
	margin-bottom:40px;
}
.as_one h4{
	display:block;
	font-size:18px;
	line-height:30px;
	margin-bottom:20px;
	color:#000;
	border-bottom:2px solid #FF0;
	text-align:center;
}

.as_one_img{
	display:block;
	position:relative;
	font-size:0;
	width:340px;
	height:340px;
	overflow:hidden;
	border-radius:50%;
	border:1px solid #e9e9e9;
}
.as_one_img:hover .as_one_text{
	top:0px;
}
.as_one_text{
	display:block;
	font-size:16px;
	line-height:30px;
	background-color:rgba(0,0,0,0.8);
	position:absolute;
	box-sizing:border-box;
	padding-top:125px;
	text-align:center;
	width:340px;
	height:340px;
	top:340px;
	left:0;
	color:#FFF;
	z-index:99;
	transition:0.5s;
}
.as_one_img img{
	position:absolute;
	top:0;
	left:0;
	width:100%;
	z-index:1;
}

.facility_box{
	display: block;
	width: 1000px;
	margin: 0 auto 20px;
	font-size: 0
}

.faci_list_a , .faci_list_b{
	display:inline-block;
	width:50%;
	font-size:0;
	list-style-type:square;
	list-style-position:inside;
}
.faci_list_a li , .faci_list_b li{
	width:100%;
	font-size:18px;
	line-height:30px;
	color:#000;
}
#facility_wrap p{
	display:block;
	width:1000px;
	margin:0 auto;
	font-size:16px;
	line-height:30px;
	color:#000;
}

#coplan_exp{
	font-size: 16px;
	font-weight: normal;
}

.reserve_outlink{
	color:#0366A5;
	padding:0 10px;
}
.reserve_outlink:after{
	content: url(/img/outlink.png);
	display:inline-block;
	height:10px;
	vertical-align:baseline;
	padding-left:5px;
}
.reserve_outlink:hover{
	color:#4472C4;
}
.smsc{
	color:#0366A5;
}
.smsc:hover{
	color:#4472C4;
	text-decoration:none;
}

/* メニューボタン（空き状況・ご予約ボタンのみ） */
#menu_reserve{
	background-color:#FBBF1C;
}
#menu_reserve:hover a{
	background-color:#F60;
	color:#000 !important;
}

/* フッター　お問合せボタン */
.contact_btn{
	display:block;
	width: 300px;
	font-size: 18px;
	text-align: center;
	text-decoration: none;
	line-height: 40px;
	height: 40px;
	background-color: #0366A5;
	color: #FFF;
	font-weight: bold;
	letter-spacing: 0.15em;
	border-radius: 5px;
	margin-top: 20px;
}
.contact_btn:hover{
	background-color: #74A2F4;
}
#cbtn01{
	margin:0 auto;
}

/* お問合せページ */
.tableview{
	display: block;
	width: 800px;
	margin: 0 auto;
	padding-top: 40px;
}
.tableview table{
	width:100%;
}
.tableview table th{
	width: 30%;
	font-size: 18px;
	line-height: 40px;
	color: #FFF;
	background-color: #999;
	border-bottom: 1px solid #eee;
	padding-left: 20px;
	padding-top:10px;
	padding-bottom:10px;
	vertical-align: middle;
}
.tableview table td{
	width:70%;
	font-size:18px;
	line-height:40px;
	color:#000;
	background-color:#FFF;
	padding-left: 20px;
	padding-top:10px;
	padding-bottom:10px;
}
.tableview table td input{
	width:70%;
	height:100%;
}
.warn{
	color:#F00;
	padding-left:5px;
}
.contact_submit input{
/*
    background-color: #FF0;
    border: 1px solid #660;
*/
	color:#000;
    padding: 15px 60px;
    display: block;
    margin: 80px auto 80px;
    border-radius:10px;
    letter-spacing:0.15em;
}
/*
.contact_submit input:hover{
    background-color: #F60;
}
*/
/* 問合せ完了画面 */
.contact_finish_box{
	display:block;
	height:70vh;
}
.contact_finish_box img{
	display: block;
	width: 94px;
	margin: 50px auto;
}
.contact_finish_box p{
	text-align: center;
	font-size: 16px;
	line-height: 25px;
}
.contact_back_btn{
	display: block;
	width: 300px;
	height: 60px;
	background-color: #FF0;
	color: #000;
	font-size: 20px;
	text-align: center;
	text-decoration: none;
	line-height: 60px;
	margin: 60px auto 0px;
	border-radius: 10px;
	box-shadow: 3px 3px 5px #ccc;
	font-weight: bold;
}
.contact_back_btn:hover{
	background-color#FBBF1C;
}

/* お知らせ一覧 */
.topics_catalog_wrap{
	display:block;
	padding:80px 0px;
	width:100%;
	font-size:0;
}
.topics_cat_one{
	display:block;
	width:900px;
	margin:0 auto 40px;
	padding:20px;
	box-sizing:border-box;
	font-size:0;
	box-shadow:3px 3px 10px #666;
}
.tco_header{
	display:block;
	width:100%;
	font-size:0;
	margin-bottom:20px;
	border-bottom:2px dotted #DDD;
}
.tco_date{
	display:block;
	font-size:16px;
	line-height:30px;
	color:#FFF;
	background-color:#333;
	margin-bottom:5px;
	padding-left:10px;
	box-sizing:border-box;
}
.tco_title{
	display:block;
	width:100%;
	box-sizing:border-box;
	padding-left:10px;
}
.tco_title h3{
	font-size:20px;
	line-height:40px;
	color:#000;
}
.tco_inner{
	font-size:16px;
	line-height:25px;
	color:#000;
	box-sizing:border-box;
	padding-left:10px;
}




}
/* タブレット（スマホ横向き）用 -------------------------------------------------------------------------------------------------------------*/
@media screen and ( max-width:740px){

/* 共通 */
.sp_br{	display:inline;	}
.pc_br{	display:none;}

/* ページ内の特定ブロックをフワッと表示 */
/* translate(横→＋,縦↓＋) */
	.fefup{
		opacity:0;
		transform:translate(0px,60px);
		transition: all 1500ms;
	}
	.fefl2r{
		opacity:0;
		transform:translate(0px,60px);
		transition: all 1500ms;
	}
	.fefr2l{
		opacity:0;
		transform:translate(0px,60px);
		transition: all 1500ms;
	}
	
	.fefup.fes , .fefl2r.fes , .fefr2l.fes{
		opacity:1;
		transform:translate(0,0);
	}

/* ヘッダー */
.global_header , .global_header2{
	display:flex;
	position:fixed;
	z-index:99;
	width:100%;
	height:80px;
	justify-content: space-between;
	align-items: center;
	padding:0px 20px;
	box-sizing:border-box;
	transition: all 500ms 0s ease;
	z-index:100;
	background-color:#FFF;
/*
	display:block;
	position:fixed;
	width:100%;
	height:80px;
	padding:20px 20px;
	box-sizing:border-box;
	transition: all 500ms 0s ease;
	z-index:100;
	background-color:#FFF;
*/
}
.global_header2{
	background-color:#0065cd;
}
.header_shadow{
	box-shadow:0px 0px 6px #000;
}

.logo_wrap{
	display:block;
	height:70px;
}
.logo{
	display:block;
	height:100%;
}
#logo_img , #logo_img_sub{
	display:block;
	height:100%;
}
/* ヘッダーメニュー */
#hm{
	display:block;
	width:30px;
	height:30px;
}
.sm{

}
.sm img{
	width:100%;
	height:100%;
}

.menu_nav{
	display:block;
	position:fixed;
	width:100vw;
	top:80px;
	right:-100vw;
/*	background-color:#0065cd; */
/*	background:linear-gradient(160deg,#FBBF1C,#FB501C); */
	background:linear-gradient(160deg,#FFF11A,#FBBF1C);
	height:100vh;
	z-index:80;
}
#sp_mtitle{
	display:none;

}
#sp_head_title_img{
	height:40px;
}

.menu_nav ul{
	display:block;
	width:100%;
	box-sizing:border-box;
}
.menu_nav ul li{
	display:block;
	padding:0px;
	line-height:40px;
	letter-spacing:0.15em;
	text-align:center;
	border-bottom:1px solid #EEE;
}
.menu_a a{
	display:block;
	height:50px;
	line-height:50px;
	font-size:16px;
	color:#000;
	text-decoration:none;
	font-weight:bold;
}
.menu_a a:hover{
	color:#fff;
	border-bottom:2px solid #FFF;
}
#header_contact_btn{
	color:#fff;
	background-color:#fb501c;
}
/* スマホ版のメニューで不要を非表示 */
#menu-item-5 , #menu-item-6 , #menu-item-7 , #menu-item-8{
	display:none;
}
#menu-item-33 , #menu-item-34 , #menu-item-35 , #menu-item-36{
	display:none;
}

/* スクロールによるヘッダー変更 */
.gh{
	background-color:#0065cd !important;
}
.gma{
	color:#333 !important;
}
.header_shadow{
	box-shadow:5px 0px 10px #333;
}

/* トップページのみ */
.main_screen{
	display:flex;
	justify-content: center;
	align-items: center;
	width:100vw;
	height:70vh;
	background-image:url("/img/main_img_sp.jpg");
	background-size:cover;
	background-position:center;
	background-repeat:no-repeat;
	
	position:fixed;
}
.main_screen h2{
	display:block;
	font-size:40px;
	line-height:55px;
	text-align:center;
	color:#fff;
	font-weight:normal;
	margin:0 auto;
	text-shadow:2px 2px 5px rgba(0,0,0,0.5);
	padding-bottom:200px;
	font-family:'BIZ UDGothic','Meiryo' ,sans-serif;
}
.main_screen_cov{
	display:block;
	position:relative;
	width:100%;
	height:70vh;
}
#top_logo_box{
	display:none;
}
/* コンテンツ中身 */
.content_wrap{
	display:block;
	width:100%;
	font-size:0;
	position:relative;
	background-color:#fff;
}

/* トピックス */
.topics_wrap{
	display:block;
	width:100%;
	font-size:0;
}
.topics_title{
	display:block;
	width:100%;
	height:90px;
	text-align:center;
	box-sizing:border-box;
}
.topics_title h3{
	font-size:20px;
	color:#333;
	line-height:60px;
	background-color:#FFFF00;
}
#topics_more_btn{
	display: block;
	font-size: 16px;
	text-align: center;
	color: #FFF;
	line-height: 30px;
	text-decoration: none;
	background-color: #333;
}
#topics_more_btn:after{
	content:' →';
	color:#FFF;
}

.topics_inner_wrap{
	display:block;
	width:100%;
	vertical-align:top;
	background-color:#FFF;
	font-size:0;
	position:relative;
}
.topics_cs{
	display:block;
	width:90%;
	margin:0 auto;
}

.topics_inner_box{
	display:block;
	width:100%;
	padding:20px 0px;
	box-sizing:border-box;
}
.topics_date{
	display:none;
	font-size:16px;
	color:#4472C4;
	line-height:30px;
}
.topics_inner_box h4{
	display:block;
	font-size:20px;
	font-weight:bold;
	color:#000;
	line-height:30px;
	box-sizing:border-box;
	border-left:5px solid #4472C4;
	padding-left:5px;
}
.topics_inner_box p{
	font-size:16px;
	color:#000;
	line-height:20px;
	padding-left:10px;
	box-sizing:border-box;
}
.topics_more_a{
	color:#4472C4;
	padding-left:5px;
}


/* コンセプト */
.concept_wrap{
	display:block;
	width:96%;
	margin:0 auto;
	font-size:0;
	padding:40px 0px;
}
.concept_box1{
	display:block;
	width:100%;
	font-size:0;
	box-sizing:border-box;
	vertical-align:top;
}
.concept_box1 h3{
	line-height:50px;
	font-size:24px;
	text-align:center;
	font-weight:bold;
	padding-top:40px;
}
#cp01{
	color:#000;
}
#cp02{
	color:#000;
}
#cp03{
	color:#000;
}
.marker_off{
	background: -webkit-linear-gradient(left, rgb(255,250,0) 50%, transparent 50%);
	background: -moz-linear-gradient(left, rgb(255,250,0) 50%, transparent 50%);
	background: linear-gradient(left, rgb(255,250,0) 50%, transparent 50%);
	background-repeat: no-repeat;
	background-size: 200% .8em; 
	background-position: 100% .5em;
	transition: 2s;
}
.marker_on{
	background-position: 0% .5em;
}


.concept_box2{
	display:none;
	width:100%;
	font-size:0;
	box-sizing:border-box;
	padding:20px 5px;
	vertical-align:top;
}
.concept_box2 p{
	display:block;
	width:100%;
	font-size:12px;
	line-height:40px;
	color:#000;
	margin-top:20px;
	background-color:#D9D9D9;
	text-align:center;
}

.concept_box2 img{
	width:100%;
}

/* 出来ること */

.concept_border{
	display:block;
	width:100%;
	background-color:#FFFF00;
	padding:80px 0px;
}
.spoint_title{
	display:block;
	width:96%;
	margin:0 auto;
}
#aru_img01{
	display:block;
	width:30%;
	margin:0 auto;
}
#aru_h301{
    display: block;
    height: 40px;
    line-height: 40px;
    vertical-align: top;
    padding-top: 110px;
    background-image: url(/img/arunya01.png);
    background-repeat: no-repeat;
    background-position: top center;
    margin: 0 auto;
}

.spoint_title h3{
	font-size:24px;
	line-height:40px;
	color:#000;
	font-weight:bold;
	text-align:center;
	padding-bottom: 40px;

}

.shadow_wrap , .spoint_wrap{
	position:relative;
	display:block;
	width:100%;
	margin:0 auto;
	font-size:0;
	box-sizing:border-box;
}
.spoint_box{
	display:flex;
	flex-direction:column;
	justify-content: center;
	align-items: center;
	width: 100%;
	height: 400px;
	box-sizing:border-box;
	padding:20px 10px;
/*
	display:inline-block;
	width:380px;
	margin:0 10px;
	padding:20px;
	box-sizing:border-box;
	border:1px solid #ddd;
*/
}
.spoint_box img{
	display:block;
	width:100%;
	font-size:0;
	overflow:hidden;
}

/* Slickスライダー */
.slick-prev:before, .slick-next:before {
	color:#4472C4 !important;
	font-size:25px !important;
	line-height:0 !important;
}
/* スライダー内透かし文字 */
#katsu_sukashi{
	display:block;
	position:absolute;
	top:150px;
	font-size:30px;
	line-height:100px;
	width:100%;
	color: rgba(210,210,210,0.25);
	font-weight:bold;
	text-align:center;
}

/* フロアガイド　＆　備品 */
.fg_wrap{
	display:block;
	width:100%;
}

.floor_info_wrap{
	display:block;
	width:100%;
	padding:80px 0px;
}
.floor_info_wrap h3{
	display:block;
	font-size:24px;
	line-height:1em;
	color:#000;
	text-align:center;
	padding:10px 0px;
	margin-bottom:40px;
}
.floor_info_wrap h3 span{
	display:block;
	font-size:16px;
	color:#4472C4;
}
.floor_info_wrap p{
	display:block;
	width:96%;
	margin:0 auto;
	font-size:20px;
	color:#000;
	text-align:center;
	font-weight:bold;
	line-height:30px;
	background-color:#f0f0f0;
	padding-top:20px;
}
.fg_icon_wrap{

	display:block;

	width:96%;
	box-sizing:border-box;
	margin:0 auto;
	background-color:#f0f0f0;
	padding:20px 0px;
}
.fg_icon_box{
	display:inline-block;
	width:25%;
	box-sizing:border-box;
	padding:5px;
}
.fg_icon_box img{
	width:100%;
}

.floor_map_wrap{
	display:block;
	width:100%;
	background-color:#888;
	padding-bottom:80px;
}
.floor_map_wrap h4{
	display:block;
	font-size:24px;
	line-height:1em;
	color:#FFF;
	text-align:center;
	margin:0 auto 20px;
	padding-top:40px;
}
.floor_map_wrap h4 span{
	display:block;
	font-size:16px;
	color:#FFFF00;
}
.floor_map_wrap img{
	display:block;
	width:96%;
	margin:0 auto;
}

#fgi_box , #fgvi_box{
	margin-bottom:40px;
}
.floor_map_v_exp{
	display:block;
	width:96%;
	margin:0 auto;
}
.floor_map_v_exp p{
	font-size:16px;
	line-height:25px;
	color:#FFF;
	padding-bottom:15px;
}


/* 料金プラン */
.price_wrap{
	display:block;
	width:100%;
	padding:80px 0px;
}
.price_wrap h3{
	display:block;
	font-size:24px;
	line-height:1em;
	color:#000;
	text-align:center;
	padding:10px 0px;
	margin-bottom:40px;
}
.price_wrap h3 span{
	display:block;
	font-size:16px;
	color:#4472C4;
}

.ptb{
	display:table;
	width:96%;
	margin:40px auto;
	border-collapse:collapse;
}
.ptb th{
	text-align:center;
	font-size:24px;
	line-height:40px;
	color:#000;
	background-color:#666;
	font-weight:bold;
	vertical-align:middle;
}
.ptb th span{
	font-size:18px;
	color:#FFF;
	font-weight:bold;
}
.ptb td{
	text-align:center;
	display:block;
	background-color:#f0f0f0;

}
.ptb tr{
	border-bottom:10px solid #FFF;
}
.p1{
	font-size:24px;
	line-height:40px;
	font-weight:bold;
	padding:10px 0px;
	color:#FFF;
	background-color:#666 !important;
	margin-top:10px;
	margin-bottom:20px;
}
.pz{
	font-size:20px;
	color:#000;
	line-height:40px;
	background-color:#FF0 !important;
	color:#000 !important;
	font-weight:bold;
}
.p2{
	font-size:20px;
	line-height:20px;
	font-weight:bold;
	padding:10px 0px;
}
.p3{
	font-size:20px;
	line-height:40px;
	font-weight:bold;
	padding:10px 0px;
}
.p4{
	display:none;
}

#tax_text{
	background-color:#FFF;
	color:#000;
	text-align:right;
	font-size:16px;
	line-height:1.5em;
}

#price_detail{
	height: 75px;
	padding: 0;
	background-color:#FFF !important;
}
#price_detail a{
	display:block;
	width:100%;
	margin:40px auto 0px;
	font-size: 24px;
	font-weight:bold;
	line-height: 75px;
	height:75px;
	text-decoration:none;
	color:#000;
	background-color:#FBBF1C;
}
#price_detail a:hover{
	background-color:#FF0;
}

.price_rbtn_box{
	display:block;
	width:100%;
}
.price_reserve_btn{
	display:block;
	width:96%;
	height:80px;
	text-align:center;
	padding:10px;
	background-color:#FF0;
	text-decoration:none;
	border-radius:10px;
	box-sizing:border-box;
	margin:0 auto;
}
.price_reserve_btn:hover{
	background-color:#FBBF1C
}
.price_reserve_btn img{
	display:inline-block;
	height:100%;
	padding-right:25px;
}
.price_reserve_btn span{
	display:inline-block;
	font-size:32px;
	font-weight:bold;
	line-height:60px;
	color:#000;
	letter-spacing:0.15em;
	vertical-align:top;
}
#ptb_subtext{
	display: block;
	font-size: 15px;
	line-height: 20px;
	padding-top: 10px;
	padding-bottom:10px;
}


/* アクセス */
.access_wrap{

}
.access_wrap h3{
	display:block;
	font-size:24px;
	line-height:1em;
	color:#000;
	text-align:center;
	padding:10px 0px;
	margin-bottom:40px;
}
.access_wrap h3 span{
	display:block;
	font-size:16px;
	color:#4472C4;
}
.ac_box{
	display:block;
	width:100%;
}
.ac_box iframe{
	display:block;
}

.shop_info_wrap{
	display:block;
	width:96%;
	margin:0px auto;
	padding:80px 0px;
}
.shop_info_img{
	display:block;
	width:60%;
	margin:0 auto;
	font-size:0;
	vertical-align:top;
}
.shop_info_img img{
	display:block;
	width:100%;
	font-size:0;
}
#illust_link{
	display: inline-block !important;
	height: 13px !important;
	width: 13px !important;
	padding-left: 5px;
}
.shop_info_img p{
	display:block;
	width:100%;
	font-size:14px;
	line-height:25px;
	padding-top:10px;
}

.shop_info_box{
	display:block;
	width:100%;
	font-size:0;
	vertical-align:top;
	box-sizing:border-box;
	padding:25px 0px;
}
.shop_info_box p{
	display:block;
	font-size:16px;
	color:#000;
	line-height:24px;
	padding-bottom:10px;
}

.contact_btn{
	display:block;
	width: 80%;
	font-size: 18px;
	text-align: center;
	text-decoration: none;
	line-height: 40px;
	height: 40px;
	background-color: #0366A5;
	color: #FFF;
	font-weight: bold;
	letter-spacing: 0.15em;
	border-radius: 5px;
	margin:20px auto;
}
.contact_btn:hover{
	background-color: #74A2F4;
}



/* フッター */
.global_footer{
	display:block;
	width:100%;
	font-size:0;
	padding-top:40px;
	background-color:#eee;
}
.footer_wrap{
	display:block;
	width:1000px;
	margin:0 auto;
}
.copy{
	display:block;
	width:100%;
	font-size:15px;
	line-height:35px;
	text-align:center;
	color:#000;
	background-color:#FFFF00;
}

/* トップに戻るボタン */
#back_btn_box{
	display: block;
	position: fixed;
	bottom: 140px;
	right: 0px;
	width: 50px;
	height: 50px;
	box-sizing: border-box;
	z-index: 100;
}
#back_btn {
	width: 50px;
	height: 50px;
	font-size: 0;
	padding: 9px;
	box-sizing: border-box;
	display: block;
	background:#0366A5;
	transition: all 0.5s ease 0.1s;
	opacity: 0;
}
#back_btn_box img{
	width:32px;
}
#back_btn.fade_btn{
	opacity:1;
}


/* 下層ページ */
.page_header{
	padding-top:70px;
	box-sizing:border-box;
	height:170px;
	background-color:#FF0;
/*
	background: -webkit-gradient(linear, left top, right bottom, from(#FBBF1C), color-stop(0.25, #FBBF1C), color-stop(0.25, #FF0), color-stop(0.5, #FF0), color-stop(0.5, #FBBF1C), color-stop(0.75, #FBBF1C), color-stop(0.75, #FBBF1C0), to(#FF0));
	background: -moz-linear-gradient(-45deg, #FBBF1C 25%, #FF0 25%, #FF0 50%, #FBBF1C 50%, #FBBF1C 75%, #FF0 75%, #FF0);
	background: linear-gradient(-45deg, #FBBF1C 25%, #FF0 25%, #FF0 50%, #FBBF1C 50%, #FBBF1C 75%, #FF0 75%, #FF0);
	background-size: 4px 4px;
*/
}
.page_header h1{
	font-size:24px;
	text-align:center;
	line-height:100px;
	color:#000;
}

/* 料金詳細ページ */
.dropin_wrap{
	display:block;
	width:100%;
	padding:0px 0px 80px;
}
.dropin_wrap h3{
	display:block;
	font-size:22px;
	line-height:1em;
	color:#000;
	text-align:center;
	padding:30px 0px;
	margin-bottom:40px;
	background-color:#EEE;
}
.dropin_wrap h3 span{
	display:block;
	font-size:16px;
	color:#4472C4;
	padding-bottom:10px;
}





.howto_dropin_box{
	display:block;
	width:96%;
	margin:0 auto;
	font-size:0;
}
.howto_dropin_img{
	position:relative;
	display:block;
	width:100%;
	font-size:0;
}
.howto_dropin_img img{
	display:block;
	width:60%;
	margin:0 auto;
}
.dropin_sukashi{
	position: absolute;
	top: 0;
	line-height: 200px;
	text-align: center;
	font-size: 30px;
	width: 100%;
	color: rgba(210,210,210,0.25);
	font-weight: bold;
}
.howto_dropin_text{
	display:inline-block;
	width:100%;
	box-sizing:border-box;
	font-size:0;
	vertical-align:top;
}
.howto_dropin_text h4{
	text-align:left;
	font-size:22px;
	color:#000;
	line-height:40px;
	margin-bottom:20px;
	border-bottom:2px solid #FF0;
}
.howto_dropin_text p{
	font-size:16px;
	color:#000;
	line-height:25px;
	padding-bottom:20px;
}

.price_table_box{
	display:block;
	width:96%;
	margin:0 auto;
	overflow:hidden;
	overflow-x:scroll;
	padding:5px;
	box-sizing:border-box;
	border:1px solid #f4f4f4;
	margin-bottom:40px;
}
.price_table_box table{
	width:800px;
}
.price_table_box table th{
	text-align:center;
	font-size:16px;
	line-height:30px;
	color:#000;
	font-weight:bold;
	border-bottom:4px solid #FFF;
	border-left:4px solid #FFF;
	vertical-align:middle;
	background-color:#f0f0f0;
}
.price_table_box table td{
	text-align:center;
	font-size:16px;
	line-height:30px;
	font-weight:bold;
	padding:10px 0px;
	border-bottom:4px solid #FFF;
	border-left:4px solid #FFF;
	vertical-align:middle;
	height:100px;
	display:table-cell;
	background-color:#f0f0f0;
}
.yth{
	background-color:#FF0 !important;
	font-size:18px !inportant;
}

.price_table_box p{
	font-size:16px;
	line-height:25px;
	padding-left:10px;
	color:#000;
}

.as_one_box{
	width:96%;
	position:relative;
	z-index:1;
	display:block;




	margin:0 auto;
}

.as_one{
	display:block;
	width:100%;
	font-size:0;
	margin-bottom:40px;
}
.as_one h4{
	display:block;
	font-size:18px;
	line-height:30px;
	margin-bottom:20px;
	color:#000;
	border-bottom:2px solid #FF0;
	text-align:center;
}

.as_one_img{
	display:block;
	position:relative;
	font-size:0;
	width:270px;
	height:270px;
	overflow:hidden;
	border-radius:50%;
	margin:0 auto;
}
.as_one_img:hover .as_one_text{
	top:0px;
}
.as_one_text{
	display:block;
	font-size:16px;
	line-height:30px;
	background-color:rgba(0,0,0,0.8);
	position:absolute;
	box-sizing:border-box;
	padding-top:90px;
	text-align:center;
	width:270px;
	height:270px;
	top:270px;
	left:0;
	color:#FFF;
	z-index:99;
	transition:0.5s;
}
.as_one_img img{
	position:absolute;
	top:0;
	left:0;
	width:100%;
	z-index:1;
}

.facility_box{
	display: block;
	width: 96%;
	margin: 0 auto 20px;
	font-size: 0
}

.faci_list_a , .faci_list_b{
	display:block;
	width:100%;
	font-size:0;
	list-style-type:square;
	list-style-position:inside;
}
.faci_list_a li , .faci_list_b li{
	width:100%;
	font-size:18px;
	line-height:30px;
	color:#000;
}
#facility_wrap p{
	display:block;
	width:96%;
	margin:0 auto;
	font-size:16px;
	line-height:30px;
	color:#000;
}

#coplan_exp{
	font-size: 16px;
	font-weight: normal;
}

.reserve_outlink{
	color:#0366A5;
	padding:0 10px;
}
.reserve_outlink:after{
	content: url(/img/outlink.png);
	display:inline-block;
	height:10px;
	vertical-align:baseline;
	padding-left:5px;
}
.reserve_outlink:hover{
	color:#4472C4;
}
.smsc{
	color:#0366A5;
}
.smsc:hover{
	color:#4472C4;
	text-decoration:none;
}


/* お問合せページ */
.tableview{
	display: block;
	width: 96%;
	margin: 0 auto;
	padding-top: 40px;
}
.tableview table{
	width:100%;
}
.tableview table th{
	display:block;
	width: 100%;
	font-size: 18px;
	line-height: 30px;
	color: #FFF;
	background-color: #999;
	padding-left: 20px;
	padding-top:10px;
	padding-bottom:10px;
	vertical-align: middle;
	box-sizing:border-box;
}
.tableview table td{
	display:block;
	width:100%;
	font-size:18px;
	line-height:40px;
	color:#000;
	background-color:#FFF;
	padding-left: 20px;
	padding-top:10px;
	padding-bottom:10px;
	box-sizing:border-box;
}
.tableview table td input{
	width:80%;
	height:100%;
	font-size:18px;
}
.tableview table td textarea{
	width:80% !important;
	height:100px;
	font-size:18px;
}
.warn{
	color:#F00;
	padding-left:5px;
}
.contact_submit input{
/*
    background-color: #FF0;
    border: 1px solid #660;
*/
	color:#000;
    padding: 15px 60px;
    display: block;
    margin: 80px auto 80px;
    border-radius:10px;
    letter-spacing:0.15em;
}
/*
.contact_submit input:hover{
    background-color: #F60;
}
*/
/* 問合せ完了画面 */
.contact_finish_box{
	display:block;
	height:70vh;
}
.contact_finish_box img{
	display: block;
	width: 94px;
	margin: 50px auto;
}
.contact_finish_box p{
	text-align: center;
	font-size: 16px;
	line-height: 25px;
	padding:0px 10px;
}
.contact_back_btn{
	display: block;
	width: 60%;
	height: 60px;
	background-color: #FF0;
	color: #000;
	font-size: 20px;
	text-align: center;
	text-decoration: none;
	line-height: 60px;
	margin: 60px auto 0px;
	border-radius: 10px;
	box-shadow: 3px 3px 5px #ccc;
	font-weight: bold;
}
.contact_back_btn:hover{
	background-color#FBBF1C;
}

/* お知らせ一覧 */
.topics_catalog_wrap{
	display:block;
	padding:40px 0px;
	width:100%;
	font-size:0;
}
.topics_cat_one{
	display:block;
	width:96%;
	margin:0 auto 40px;
	padding:20px;
	box-sizing:border-box;
	font-size:0;
	border:1px solid #AAA;
}
.tco_header{
	display:block;
	width:100%;
	font-size:0;
	margin-bottom:20px;
	border-bottom:2px dotted #DDD;
}
.tco_date{
	display:block;
	font-size:16px;
	line-height:30px;
	color:#FFF;
	background-color:#333;
	margin-bottom:5px;
	padding-left:10px;
	box-sizing:border-box;
}
.tco_title{
	display:block;
	width:100%;
	box-sizing:border-box;
	padding-left:10px;
}
.tco_title h3{
	font-size:18px;
	line-height:40px;
	color:#000;
}
.tco_inner{
	font-size:16px;
	line-height:25px;
	color:#000;
	box-sizing:border-box;
	padding-left:10px;
}


}
