@charset "utf-8";
/* CSS Document */


/*reset
----------------------------------------*/

html {
	background: #FFF;
}
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, code, form, fieldset, legend, input, textarea, p, blockquote, th, td, figure {
	margin: 0;
	padding: 0
}
table {
	border-collapse: collapse;
	border-spacing: 0
}
fieldset, img {
	border: 0
}
main {display:block;}
img {
	vertical-align: bottom
}
address, caption, cite, code, dfn, em, th, var {
	font-style: normal;
	font-weight: normal
}
ol, ul {
	list-style: none
}
caption, th {
	text-align: left
}
h1, h2, h3, h4, h5, h6 {
	font-size: 100%;
	font-weight: normal
}
q:before, q:after {
	content: ''
}
abbr, acronym {
	border: 0;
	font-variant: normal
}
sup {
	vertical-align: text-top
}
sub {
	vertical-align: text-bottom
}
input, textarea, select {
	font-family: inherit;
	font-size: inherit;
	font-weight: inherit;
*font-size:100%
}
legend {
	color: #000
}
/*clearfix
----------------------------------------*/
.clearfix {
	zoom: 1;
}
.clearfix:after {
	content: "";
	display: block;
	visibility: hidden;
	clear: both;
	height: 0.1px;
	font-size: 0.1em;
	line-height: 0;
}
body {
	font-family: Lato, -apple-system, HelveticaNeue, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", YuGothic, "Hiragino Kaku Gothic ProN", "メイリオ", meiryo, sans-serif;
	line-height: 1.5;
	color: #464646;
	font-size: 16px;
	font-size: 1rem;
	letter-spacing: 0.05em;
}
a {
	color: #260909;
	text-decoration: none;
}
a:hover {
	filter: alpha(opacity=80); /* IE 6,7*/
	-ms-filter: "alpha(opacity=80)"; /* IE 8,9 */
	-moz-opacity: 0.8; /* FF , Netscape */
	-khtml-opacity: 0.8; /* Safari 1.x */
	opacity: 0.8;
	zoom: 1;
}
h1, h2 {
	font-weight: 700;
	font-style: normal;
	letter-spacing: 0;
}
.mb0 {
	margin-bottom: 0 !important;
}
.bold {
	font-weight: bold;
}
/*コンテンツ幅---------*/
body {
	min-width: 1100px;
}
.section_contents {
	width: 1015px;
	margin: 0 auto;
}
/*header---------*/
header {
	width: 100%;
	min-width: 1100px;
	overflow: hidden;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 10000;
	-moz-transition: height 0.3s;
	-o-transition: height 0.3s;
	-webkit-transition: height 0.3s;
	transition: height 0.3s;
	background: #fff;
	color: #000000;/*box-shadow: 10px 10px 10px rgba(0,0,0,0.1);*/
}
header .header_info {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	padding: 10px 0;
	width:100%;
	box-sizing: border-box;
	min-width: 1000px;
	max-width: 1100px;
	margin: 0 auto;
	-webkit-transition: padding-top .3s;
	-o-transition: padding-top .3s;
	transition: padding-top .3s;
}
header .header_info .header_btn_wrap {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end;
	padding-top: 35px;
}
header .header_info .header_btn a {
	display: block;
}

header .header_info .header_btn .fixed {
	display: none;
}
header .header_info .time {
	text-align: right;
 font-size: .8125rem;/*13px*/
	letter-spacing: .075em;
	margin-top: 5px;
}
header #header_nav {
	background-color: #fff;
	padding: 18px 0 17px;
	border-bottom:1px solid #e1e1e1;
	border-top:1px solid #e1e1e1;
}
header #header_nav .header_nav_inner {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	min-width: 1000px;
	margin: 0 auto;
	max-width:1100px;
}
header #header_nav .header_nav_inner li {
	text-align: center;
	box-sizing: border-box;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}
header #header_nav .header_nav_inner li a{
	padding: 0 15px;
	min-width: 135px;
}

header #header_nav .header_nav_inner li:first-child a{
	padding: 0 15px 0 0;
	min-width: 125px;
}
header #header_nav .header_nav_inner li:last-child a{
	padding: 0 0 0 15px;
	min-width: 170px;
}
header #header_nav .header_nav_inner li + li {
	border-left: 1px solid #e8edf0;
}
header #header_nav .header_nav_inner li span {
	display: block;
	line-height: 1;
}
header .h_btn {
	display: block;
	border: 1px solid #454545;
	border-radius: 25px;
	padding: 7px 27px 7px 16px;
	background: url(../img/common/arrow_h_btn.png) no-repeat;
	background-position: 97%, 51%;
	font-size: 0.9rem;letter-spacing: -1px;
}
header #header_nav .header_nav_inner li .en {
 font-size: .7rem;/*12px*/
	font-family: Lato, -apple-system, HelveticaNeue, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", YuGothic, "Hiragino Kaku Gothic ProN", "メイリオ", meiryo, sans-serif;
	color: #a9a9a9;
	margin-top: 5px;
}
header #header_nav .header_nav_inner a {
	color: #000000;
	font-size: 1rem;/*17px*/
	display: block;
	letter-spacing:0;
}
header #header_nav .header_nav_inner a:hover {
	opacity: 0.6;
}
header #btn_menu_area {
	display: none;
}
header .sp_fixed {
	display: none;
}
/* スクロール時nav */
header.nav_fixed {
	width: 100%;
	min-width: 1300px;
	overflow: hidden;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 10000;
	-moz-transition: height 0.3s;
	-o-transition: height 0.3s;
	-webkit-transition: height 0.3s;
	transition: height 0.3s;
	background: #f7f9ff;
	color: #000000;/*box-shadow: 10px 10px 10px rgba(0,0,0,0.1);*/
}
header.nav_fixed .header_info {
	padding: 0;
}
header.nav_fixed .header_info .header_logo {
	display: none;
}
header .header_info .header_logo {
	width: 41%;
}
header .header_info .header_logo img {
	width: 100%;
	max-width:425px;
}
header.nav_fixed .header_info .header_btn_wrap {
	position: fixed;
	right: 0;
	width: 90px;
	padding: 0;
	top: 28%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}
header.nav_fixed .header_info .header_btn {
}
header.nav_fixed .header_info .header_btn01 {
	margin: 15px 0 0 0;
	order: 2;
}
header.nav_fixed .header_info .header_btn02 {
	order: 1;
}
header.nav_fixed .header_info .header_btn .top {
	display: none;
}
header.nav_fixed .header_info .header_btn .fixed {
	display: block;
}
header.nav_fixed .header_info .header_btn .time {
	display: none;
}
header .header_info .header_btn01 {
	margin-right: 2%;
	width: 44%;
	margin-top: 4px;
}
header .header_info .header_btn01 img {
	width: 100%;
}
.map {
	font-size: 0;
}
/*footer
----------------------------------------*/
footer {
	border-top: 1px dotted #d7d7d7;
}
#footer .footer_contact {
	max-width: inherit;
}
#footer .footer_contact .box01 {
	background: url("../img/common/bg_footer_03.png") center top no-repeat #fbfaf7;
	padding: 50px 0 37px 0;
	width: 50%;
}
#footer .footer_contact .box02{width: 50%; background: #ff765c; color: #fff;
	padding: 50px 0; text-align: center; position: relative;}
#footer .footer_contact .box02 h2 {text-align: center; color: #fff;}
#footer .footer_contact .box01 p{text-align: center;}
#footer .footer_contact .section_contents {
	padding: 0 22px 32px 0;
	position: relative;
	overflow: visible;
}
#footer .c_red {
	color: #e60012;
}
#footer p.c_red {
	margin-right: 20px;
	font-size: 90%;
}
#footer .footer_contact h2 {
	font-size: 2.125rem;/*38px*/
	text-align: center;
	font-family: fot-tsukuardgothic-std, sans-serif;
	font-weight: bold;
	color:#000;
}

#footer .footer_contact .txt {
	margin-top: 10px;
	font-size: 1.125rem;
}
#footer .footer_contact .phone_btn{
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	margin-top: 30px;
}
#footer .footer_contact .phone_btn {
	text-align: center;
	margin: 18px auto;
}
#footer .footer_contact .phone_btn img {
	width: 100%;
	max-width: 312px;
	margin: 0 auto;
}
.footer_logo {
	width: 48%;
}
.footer_logo img {
	width: 100%;
}
#footer .footer_contact .contact_info {
	text-align: center;
 font-size: .8125rem;/*13px*/
	line-height: 2;
	margin-top:6px;
}
#footer .footer_contact .contact_info span {
 font-size: .9375rem;/*15px*/
}
#footer .footer_contact .contact_img {
	position: absolute;
	right: 0;
	bottom: 0;
}
#footer .footer_map {
}
#footer .footer_map iframe {
	width: 100%;
	vertical-align: bottom;
}
#footer .footer_info {
	margin: 0 auto;
	padding: 100px 0;
	max-width: 1000px;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}
#footer .footer_info .info_date {
	width: 50%;
}
#footer .footer_info .info_date .date_list {
	font-size: 1.1rem;/*20px*/
	line-height: 1.6;
	padding: 24px 0 0 0;
}
#footer .footer_info .info_date .date_list dt {
	float: left;
	clear: both;
}
#footer .footer_info .info_date .date_list dd {
	padding-left: 95px;
}
#footer .footer_info .info_date .date_list dd:before {
	content: ":";
	margin-right: 14px;
}
#footer .footer_info .info_date .date_list dd img {
	margin-left: 12px;
}
#footer .footer_info .info_date .btn_area {
	padding: 15px 7px;
}
#footer .footer_info .info_date .btn_area .img_footer {
	margin-right: 35px;
}
#footer .footer_info .info_date .btn_area .btn {
	width: 185px;
	padding: 7px 13px 7px 0px;
	border: 1px solid #454545;
	font-size: 88%;
	line-height: 1.8;
	background-image: url("../img/common/arrow_h_btn.png");
	background-size: 13px 15px;
	margin: 0 auto;
	font-weight: normal;
}
#footer .footer_info .date_note {
	font-size: 1.0625rem;/*17px*/
	padding-left: 15px;
}
#footer .footer_info .date_note a {
	text-decoration: underline;
}
#footer .footer_info .date_note a:hover {
	text-decoration: none;
}
#footer .footer_info .info_time {
	width: 44%;
	margin-top: 60px;
}
#footer .footer_info .info_time table {
	table-layout: fixed;
	background-color: #FFF;
	color: #3c3c3c;
	font-size: 1.0625rem;/*17px*/
}
#footer .footer_info .info_time table td.red {
	color: #6a99f6;
}
#footer .footer_info .info_time table td.ft_l {
	font-size: 1.1875rem;/*19px*/
}
#footer .footer_info .info_time table tr th:first-child {
	border-right: 1px solid #c5c5c5;
	font-size: 1rem;/*16px*/
	padding: 15px;
	text-align: left;
}
#footer table th {
	font-size: 13px;
	font-weight: 700;
	vertical-align: middle;
	line-height: 1.4;
	text-align: center;
}
#footer .info_timetable th {
	padding: 5px 0;
	border-right: 1px solid #fde4e1;
	border-bottom: 1px solid #fde4e1;
}
#footer > table td {
	width: 211px;
	font-size: 13px;
	border-bottom: 1px solid #fde4e1;
	vertical-align: middle;
	line-height: 16px;
	padding-left: 15px
}
#footer table {
	border: 3px solid #fde4e1;
	border-collapse: collapse;
	table-layout: fixed;
	width: 95%;
	text-align: center;
	margin-top: 15px
}
#footer table thead th:first-of-type {
	width: 2em
}
#footer table thead th {
	text-align: center;
	font-size: 14px!important
}
#footer table thead th:not(:first-of-type) {
	background-color: #ffefed;
	border-left: 2px solid #fff;
	border-bottom: 1px solid #fff;
}
#footer table tbody tr td {
	line-height: 1.2;
	padding: 18px 3px
}
#footer table tbody tr:nth-of-type(1) th:first-of-type, #footer table tbody tr:nth-of-type(4) th:first-of-type {
	background-color: #ff765c;
	color: #fff!important;
	padding: 0
}
#footer table tbody tr th:first-of-type {
	background-color: #fde4e1;
	color: #ff765c;
	text-align: center;
	padding: 0
}
#footer table tbody tr:nth-of-type(2) td {
	background-color: #f8f8ed;
	color: #b99764;
	padding: 14px 0;
	font-weight: 700
}
#footer .footer_info .info_time table tr:first-child {
	background-color: #5588eb;
	color: #FFF;
	font-size: 1.125rem;/*18px*/
}
#footer .footer_info .info_time table tr:first-child th {
	padding: 15px 10px;
}
#footer .footer_info .info_time table tr:first-child th:first-child {
	border-right: 1px solid #FFF;
	text-align: center;
}
#footer .footer_info .info_time table tr:first-child th:last-child {
	padding-right: 20px;
}
#footer .footer_info .info_time table tr:nth-child(2) {
	border-bottom: 1px dotted #787878;
}
#footer .footer_info .info_time table tr {
}
#footer .footer_info .info_time table td, #footer .footer_info .info_time table th {
	text-align: center
}
#footer .footer_info .info_time .table_note {
	color: #4a80ea;
	text-align: right;
	font-size: 1.0625rem;/*17px*/
	margin-top: .6em;
}
#footer .footer_link {
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	padding: 100px 0 34px;
	background-color: #FFF;
}
#footer .footer_link .footer_bnr {
	margin-right: 45px;
}
#footer .footer_link .footer_bnr img {
	max-width: 700px;
}
#footer .footer_link .footer_sns {
}
#footer .footer_link .footer_sns li {
	margin-right: 24px;
}
#footer .footer_copy {
	background-color: #000;
	color: #FFF;
	text-align: center;
	padding: 23px;
}
/* ボタン */
.btn {
	padding: 18px 6% 18px 5%;
	border-radius: 50px;
	width: 150px;
	text-decoration: none;
	transition: .4s;
	background-repeat: no-repeat;
	font-size: 14px;
	display: block;
	margin: 0 auto;
	font-weight: bold;
}
.btn_300 {
	width: 300px;
	margin: 100px auto;
}

.white_btn {
	background: url("../img/common/arrow.png") #FFF no-repeat;
	border: 2px solid #2f53a2;
	padding: 11px 2% 11px 1%;
	border-radius: 50px;
	width: 270px;
	text-decoration: none;
	margin: 0 auto;
	transition: .4s;
	background-position: 90%, 51%;
	background-size: 17px, 20px;
	font-size: 1.125rem;/*18px*/
	display: block;
	text-align: center;
	font-weight: bold;
	box-sizing: border-box;
}
.gray_btn {
	background: url(../img/top/arrow_icon.png) #ff5e40 no-repeat right;
	color: #fff;
	font-weight: bold;
	border-radius: 30px;
	font-family: fot-tsukuardgothic-std, sans-serif;
	padding:12px 40px 14px 31px;
	font-size: 16.5px;
	background-position: 94% 40%;
	margin-top: 28px;
	text-align: center;
}
.red_btn {
	background: url("../img/top/arrow_sec05.png") no-repeat;
	padding:7px 2% 9px 1%;
	border:1px solid #f02c3d;
	border-radius: 50px;
	width: 200px;
	text-decoration: none;
	color: #f02c3d;
	margin: 0 auto;
	transition: .4s;
	background-position: 90%, 51%;
	background-size: 11px;
	font-size: 1rem;
	display: block;
	text-align: center;
	font-weight: bold;
	box-sizing: border-box;
}
.btn02, main .btn02::before, main .btn02::after {
	-webkit-transition: all .3s;
	transition: all .3s;
}
.btn:hover {
	opacity: 0.7;
}
#reserve .re_wrap {
	width: 98px;
	height: 100px;
	position: fixed;
	top: 50%;
	right: 0px;
	margin-top: -55px;
	transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	z-index: 2;
}

#reserve02 {
	width: 98px;
	height: 155px;
	position: fixed;
	top: 25%;
	right: 0px;
	margin-top: -60px;
	transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	z-index: 2;
}
#reserve .active:hover{
	width: 130px;
}

#reserve .access_btn, #reserve02 .tel_btn, #reserve .ofical_btn {
	display: block;
	float: left;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 170px;
	left: 0px;
	text-align: center;
	font-size: 17px;
	letter-spacing: 0.05em;
	line-height: 1.4;
	background-color: #FFF;
	background-image: url("../img/common/ico_h_btm_sp.png");
	background-position: center top 15px;
	background-repeat: no-repeat;
	background-size: 20px auto;
	padding-top: 46px;
	border-radius: 6px 0 0 6px;
	-webkit-border-radius: 6px 0 0 6px;
	-moz-border-radius: 6px 0 0 6px;
	box-shadow: 0px 0px 10px 0px #00000014;
	-webkit-box-shadow: 0px 0px 10px 0px #00000014;
	-moz-box-shadow: 0px 0px 10px 0px #00000014;
	box-sizing: border-box;
	font-weight: bold;
	font-family: fot-tsukuardgothic-std, sans-serif;
}
#reserve .ofical_btn {top: 290px;letter-spacing: -0.5px;
	background-image: url("../img/common/icon_ofical.png");background-size: 28px auto;
font-size: 16px;
}

#reserve .access_btn span,#reserve .ofical_btn span {
	display: inline-block;
	float: left;
	width: 100%;
	font-size: 10px;
	color:#a9a9a9;
	letter-spacing: 0.1em;
}
.tel_btn {
	position: absolute;
	top: 0px !important;
	left: 0px;
	padding-top:55px !important;
	font-size: 20px !important;
	background-position: center top 16px !important;
	line-height: 1.4 !important;
	background-image: url("../img/common/icon_tel01.png") !important;
	background-size: 23px auto !important;
}
.tel_btn span {
	display: inline-block;
	float: left;
	width: 100%;
	font-size: 10px;
	color: #6eb7ef;
	letter-spacing: 0.1em;
}
p .bred {
	display: inline-block;
	position: relative;
	padding-left: 1px;
	padding-right: 1px;
	margin-right: 10px;
	box-sizing: border-box;
}
p .bred::before {
	content: "";
	width: 100%;
	height: 6px;
	position: absolute;
	bottom: 7px;
	left: 0px;
	background-color: #b8e0ff;
	z-index: -1;
}
.bred02 {
	background: linear-gradient(transparent 80%, #d1ebff 20%);
}



/*tab
----------------------------------------*/
@media all and (min-width: 768px) and (max-width: 1150px) {
.inner {
	width: 96% !important;
	margin: 0 auto;
}
#footer .footer_contact .phone_btn {
	width: 50%;
	margin:16px auto 10px;
}
#footer .footer_contact h2 {
	font-size:1.6rem;
}
#icon{display: none;}
/*コンテンツ幅---------*/
body {
	min-width: inherit;
	overflow-x: hidden;
}
.section_contents {
	width: 100%;
	overflow-x: hidden;
}
header {
	width: 100%;
	min-width: inherit;
}
header.nav_fixed {
	width: 100%;
	min-width: inherit;
}
header .header_info {
	padding: 20px 0;
	width: 100%;
	min-width: inherit;
}
header .header_info .header_logo {
	width: 38%;
}
header .header_info .header_logo img {
	width: 100%;padding-top:6px;
}
header .header_info .header_btn_wrap {
	padding-top: 32px;
	width: 60%;
}
header .header_info .header_btn {
	margin-left: 5px;
}
header .header_info .header_btn01 {
	width: 43%;
}
header .header_info .header_btn02 {
	width: 57%;
}
header .header_info .header_btn img {
	width: 100%;
}
header .header_info .time {
 font-size: .75rem;/*12px*/
	margin-top: 5px;
}
header #header_nav {
	padding: 20px 0 20px;
}
header #header_nav .header_nav_inner {
	min-width: inherit;
	margin: 0 auto;
}
header #header_nav .header_nav_inner li {
	padding: 0 .2em;
	min-width: 14%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}
header #header_nav .header_nav_inner a {
	color: #000000;
 font-size: .8125rem;/*13px*/
	display: block;
}
/* スクロール時nav */
header.nav_fixed .header_info .header_btn_wrap {
	padding-top: 0;
}
header.nav_fixed .header_info .header_btn {
	margin-left: 0;
}
header.nav_fixed .header_info .header_btn01 {
	width: 69px;
}
header.nav_fixed .header_info .header_btn02 {
	width: 71px;
}

#footer .footer_contact .section_contents {
	padding-right: 15%;
	box-sizing: border-box;
}

#footer .footer_contact .contact_btn_block>div img {
	width: 100%;
}
#footer .footer_contact .contact_img {
	position: absolute;
	right: 0;
	bottom: 0;
}
#footer .footer_info {
	box-sizing: border-box;
	padding: 50px 20px 70px;
	width: 100%;
}
#footer .footer_info .info_date {
	margin: 0 auto;
}
#footer .footer_info .info_time {
	margin: 2em auto 0;
}
}
.pc {
	display: block;
}
.tab {
	display: none!important;
}
@media all and (min-width: 768px) and (max-width: 1155px) {
.tab {
	display: block!important;
}
header .h_btn {
	display: block;padding:7px 31px 7px 29px;
	border: 1px solid #454545;
	border-radius: 25px;
	background: url(../img/common/arrow_h_btn.png) no-repeat;
	background-position: 90%, 51%;
	font-size: 0.7rem;letter-spacing: -1px;
}
}
.sp {
	display: none!important;
}
.tel_link {
	pointer-events: none;
}
.flex {
	display: -webkit-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	max-width: 1000px;
	margin: 0 auto;
}
/*font-color
----------------------------------------*/

.pink {
	color: #f4718d;
}

.red {
	color: #ff5e40;
}
.bpink {
	background: linear-gradient(transparent 80%, #ffdcd5 20%);
}
.bpink02 {
	background: linear-gradient(transparent 90%, #ffd1d6 10%);
}
.normal {font-weight:normal;}
/*背景色
----------------------------------------*/
.bg_red {
	background-color: #f5f8ff;
}

/*余白
----------------------------------------*/
.center {
	text-align: center;
}
.right {
	text-align: right;
}
.left {
	text-align: left;
}
.mt07 {
	margin-top: 7px !important;
}
.mt15 {
	margin-top: 15px !important;
}
.mt20 {
	margin-top: 20px !important;
}
.mt30 {
	margin-top: 30px;
}
.mb30 {
	margin-bottom: 30px !important;
}
.pt30 {
	padding-top: 30px;
}
.pb50 {
	padding-bottom: 50px;
}
.mt40 {
	margin-top: 40px !important;
}
.mt50 {
	margin-top: 50px !important;
}
.mt70 {
	margin-top: 70px !important;
}
.mr30 {
	margin-right: 30px;
}
.ls_s {
	letter-spacing: 0;
}

.number{font-family: josefin-sans,sans-serif;
font-weight: 700;
font-style: normal;}
/*
----------------------------------------*/
/*見出し
----------------------------------------*/
.ttl_01 {
	text-align: center;
	background-image: url("../img/top/border.png");
	background-position: center bottom;
	background-repeat: no-repeat;
	font-family: fot-tsukuardgothic-std, sans-serif;
	padding-bottom: 18px;
	margin: 0 0 50px;
	font-weight: bold;
	font-size: 2.2rem;
	line-height: 1.7;
	padding-bottom: 9px;
}
/*
----------------------------------------*/


#pageTop {
	position: fixed;
	top: 360px;
	text-align: center;
	right: 20px;
}
#pageTop a {
	display: inline-block;
	width: 60px;
	height: 60px;
	text-align: center;
	background-color: #FFF;
	border-radius: 6px 0 0 6px;
	-webkit-border-radius: 50px;
	-moz-border-radius: 6px 0 0 6px;
	box-shadow: 0px 0px 10px 0px #00000014;
	-webkit-box-shadow: 0px 0px 9px 0px #00000014;
}
#pageTop a img {
	margin: 0 auto;
	vertical-align: middle;
padding-top: 17px;
padding-left: 0px;
width: 24px !important;
}

.fbnrBlock {
	background:url("../img/top/fbg.png") repeat;
	padding:50px 50px 60px;
	text-align: center;
}
.fbnrBlock h2 {
	font-size: 24px;
	margin: 0 0 26px !important;
	font-weight: bold;
	line-height: 1.4;
	font-family: fot-tsukuardgothic-std, sans-serif;
}
.fbnrBlock img {
	width: 80%;
	margin: 0 auto;
	max-width: 895px;
}
.fbnrBlock p {text-align: center;}
#icon {
	bottom: 31%;
	cursor: pointer;
	position: fixed;
	right: 6%;
	text-decoration: none;
	margin: 0;
	z-index: 100;
}