@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
}
img {
	vertical-align: bottom;
	max-width: 100%;
	height: auto;
	width: 100%;
}
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
}
.w30 {
	width: 32% !important;
}
.bold {
	font-weight: bold;
}
.small {
	font-size: 95%;
}
.sleft {
	text-align: left !important;
}.number {
	font-family: josefin-sans,sans-serif;
	font-weight: 700;
	font-style: normal;
}
.l01 {line-height:1 !important;}
/*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: 15px;
	font-size: 0.98rem;
	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-family: fot-tsukuardgothic-std, sans-serif;
	font-weight: 700;
	font-style: normal;
	letter-spacing: 0;
}
.ls1 {
	letter-spacing: -2.5px;
}
.ls_s01 {
	letter-spacing: -1.3px;
}
/*コンテンツ幅---------*/
body {
}
.section_contents {
	width: 88%;
	margin: 0 auto;
}
p {
	line-height: 1.6;
}
/*header---------*/
header {
	width: 100%;
	overflow: hidden;
	position: static;
	-moz-transition: height 0.3s;
	-o-transition: height 0.3s;
	-webkit-transition: height 0.3s;
	transition: height 0.3s;
	color: #000000;/*box-shadow: 10px 10px 10px rgba(0,0,0,0.1);*/
	height:67px;
}
header .headerN {
	background: rgba(255,255,255,1);
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	padding: 0;
	width: 100%;
	box-sizing: border-box;
	margin: 0 auto;
	-webkit-transition: padding-top .3s;
	-o-transition: padding-top .3s;
	transition: padding-top .3s;
}
.headerN .ofical {
    margin-left: 4%;
    position: absolute;
    right:58px;
    top: 13px;
    text-align: center;
}
.headerN .ofical a {
	display:block;
}
header .headerN .header_logo {
	width: 65vw;
	padding: 13px 0 5px 0px;
	max-width: 280px;
}
.headerN .ofical img {
width: 29px;
}
.headerN .ofical span {
    display: block;
    font-size: .61rem;
    text-align: center;
    font-family: fot-tsukuardgothic-std, sans-serif;
    font-weight: 600;
	letter-spacing:-0.5px;
	color:#0b0b0b;
}
header .headerN .header_logo img {
}
header .headerN .header_btn_wrap {
	display: none;
}
header .headerN .header_btn {
	margin-left: 14px;
}
header .headerN .header_btn a {
	display: block;
}
header .headerN .header_btn .fixed {
	display: none;
}
header .headerN .time {
	text-align: right;
 font-size: .8125rem;/*13px*/
	letter-spacing: .075em;
	margin-top: 5px;
}
header .header_nav_wrap {
	position: fixed;
	top: 0;
	bottom: 0;
	z-index: 999;
	-webkit-transform: translateX(-100%);
	transform: translateX(-100%);
	transition: all .3s;
	opacity: 0;
	background-color: #FFF;
}
header #header_nav {
	background-color: #FFF;
}
header .header_nav_sp .menu_logo {
	width: 34vw;
	margin: 0 auto;
}
header .header_nav_sp .menu_txt {
 font-size: .5rem; /*8px*/
	color: #14141499;
	margin-top: 1em;
}
header #header_nav .header_nav_inner {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}
header #header_nav .header_nav_inner li {
	text-align: center;
	font-weight: bold;
	box-sizing: border-box;
	border-bottom: 1px solid #ebf1fc;
	width: 48.5%;
	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;
	padding: 21px 0;
}
header #header_nav .header_nav_inner li span {
	display: block;
	line-height: 1;
}
header #header_nav .header_nav_inner li .ja {
	padding-bottom: 5px;
}
header #header_nav .header_nav_inner li .en {
 font-size: .6rem;/*7px*/
	font-family: Lato, -apple-system, HelveticaNeue, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", YuGothic, "Hiragino Kaku Gothic ProN", "メイリオ", meiryo, sans-serif;
	font-style: italic;
	color: #53a5e4;
	margin-top: 5px;
}
header #header_nav .header_nav_inner a {
	color: #000000;
	font-size: 1rem;/*13px*/
	display: block;
	padding: 12px 0 7px;
}
header #header_nav .header_nav_inner li:nth-child(even) a {
	left: auto;
	right: 0;
}
header #header_nav .header_nav_inner a:hover {
	opacity: 0.6;
}
header .header_nav_wrap .btn_area {
	display: block;
	margin: 25px auto;
	width: 57.5vw;
}
header #btn_menu_area {
	display: block;
	position: fixed;
	right: 0;
	top: 0;
	padding-bottom: .2em;
	z-index: 9001;
}
/*header .navToggle {
	display: block;
	position: relative;
	right: 0;
	top: 0;
	width: 60px;
	height: 53px;
	cursor: pointer;
	z-index: 400;
}
header .navToggle span {
	position: absolute;
	left: 19px;
	width: 25px;
	height: 2px;
	background-color: #3f95d8;
	transition: all .6s;
}
header .navToggle span:nth-child(1) {
	top: 20px;
}
header .navToggle span:nth-child(2) {
	top: 28px;
}
header .navToggle span:nth-child(3) {
	top: 36px;
}
header .navToggle p {
	position: absolute;
	bottom: 0;
	left: 3px;
	right: 0;
	color: #3f95d8;
 font-size: .5rem;
	text-align: center;
	font-family: 'Lato', sans-serif;
}*/
header .navToggle p {
	position: absolute;
	bottom: -2px;
	left: 3px;
	right: 0;
	color: #333;
 font-size: .57rem;
	text-align: center;
	padding: 0 8px 0 0;
	font-family: fot-tsukuardgothic-std, sans-serif;font-weight: 600;
}
header .fixn p {
	color: #fff;
	bottom:9px;
	left: 8px;
	font-weight: bold;
}
header .sp_fixed {
	position: fixed;
	bottom: 0;
	left: 0;
	right: 0;
	-webkit-transform: translateX(0);
	transform: translateX(0);
	z-index: 90;
}
header .active p {
	display: none;
}
header .sp_fixed ul {
	background-color: #fff;
}
header .sp_fixed ul li {
	width: 22%;
}
header .sp_fixed ul li:nth-child(2) {
	background: url("../img/common/bg02_h_btm_sp.png") left top no-repeat;
	background-size: cover;
}
header .sp_fixed ul li:nth-child(3) {
	background: url("../img/common/bg03_h_btm_sp.png") left top no-repeat;
	background-size: cover;
}
.offical{
	display:none;
}
.fixn02 {
	top:5px !important;
	background: #fff !important;
	z-index: 10;display: block;position: fixed;
    width: 59px;
    height: 59px;    border-radius: 50%;
    right: 73px;
	z-index:100;border: 1px dashed;
}
.fixn02 span.txt {display: block;
    font-size: .63rem;
    text-align: center;
    font-family: fot-tsukuardgothic-std, sans-serif;
    font-weight: 600;
    letter-spacing: -0.5px;
    color: #0b0b0b;
    line-height: 1.1;
}
.fixn02 img {
	width: 26px;
    padding: 9px 19px 0px;
}
header .sp_fixed ul li a {
	display: block;
	text-align: center;
	color: #434343;
	font-size: 8px;
	font-weight: bold;
	padding: 30px 0 8px;
}

header .sp_fixed ul li:nth-child(1) a {
	background: url("../img/common/ico03_h_btm_sp.png") center 11px no-repeat #ff5e40;
	background-size: 11px auto;
	padding: 13px 0 16px;
	color: #fff;
	font-size: 16px;
	background-position: 8%;
	line-height: 1.5;
}
header .sp_fixed ul li:nth-child(1) {
	width: 78%;
}
/*header .sp_fixed ul li:nth-child(2) a {
	background: url("../img/top/bg_sec04.png") left bottom repeat;
	background-size: 13px auto;
}*/
header .sp_fixed ul li:last-child a {
	background: url("../img/common/ico04_h_btm_sp.png") center 14px no-repeat #fff;
	background-size: 13px auto;
}
/* メニューオープン時 */
header.open {
}
header.open .header_nav_wrap {
	-webkit-transform: translateX(0);
	transform: translateX(0);
	opacity: 1;
	padding: 15px 20px;
	z-index: 9000;
}
header.open .header_nav_sp {
	text-align: center;
	background-size: contain;
	padding-bottom: 1em;
}
header.open .header_nav_sp .menu_logo {
	width: 34vw;
	margin: 0 auto;
}
header.open .header_nav_sp .menu_txt {
 font-size: .5rem; /*8px*/
	color: #14141499;
	margin-top: 1em;
}
header.open #header_nav {
	display: block;
}
header.open #header_nav .header_nav_inner {
}
header.open #header_nav .header_nav_inner li {
}
header.open .header_nav_wrap .btn_area {
	display: block;
}
header.open #btn_menu_area {
}
header.open #btn_menu_area p {
	opacity: 0;
}
header.open #btn_menu_area #btn_menu {
}
header.open #btn_menu_area #btn_menu span {
}
header.open #btn_menu_area #btn_menu span:nth-child(1) {
	top: 25px!important;
	left: 18px!important;
	-webkit-transform: rotate(-45deg)!important;
	-moz-transform: rotate(-45deg)!important;
	transform: rotate(-45deg)!important;
}
header.open #btn_menu_area #btn_menu span:nth-child(2) {
	opacity: 0;
}
header.open #btn_menu_area #btn_menu span:nth-child(3) {
	top: 25px!important;
	-webkit-transform: rotate(45deg)!important;
	-moz-transform: rotate(45deg)!important;
	transform: rotate(45deg)!important;
}
/*メニュークローズ時*/
header.close .header_nav_wrap {
	transform: translateX(-100%);
	opacity: 1;
}
/* スクロール時nav */
header.nav_fixed {
}
.map {
	font-size: 0;
}
.global-nav__item {
	text-align: center;
	padding: 0 14px
}
.global-nav__item:first-child a {
	border-top: 1px dotted #ff5e40;
}
.global-nav__item a {
	display: block;
	padding: 15px 25px;
	border-bottom: 1px dotted #ff5e40;
	text-decoration: none;
	color: #1e1e1e;
	background: url(../img/common/arrow_h_btn_sp02.png)right no-repeat;
	text-align: left;
	background-position: 86% !important;
	font-size: 16.5px;font-family: fot-tsukuardgothic-std, sans-serif;
	background-size: 8px auto !important;
}
.global-nav__item a:hover {
	background-color: #fff5f5;
}
.btnBox {
	text-align: center;
	margin-top: 20px
}
.nav-open .global-nav {
	right: 0
}
.nav-open .black-bg {
	opacity: .8;
	visibility: visible
}
.nav-open .hamburger__line--1 {
	transform: rotate(45deg);
	top: 20px
}
.nav-open .hamburger__line--2 {
	width: 0;
	left: 50%
}
.nav-open .hamburger__line--3 {
	transform: rotate(-45deg);
	top: 20px
}
nav.global-nav {
	position: fixed;
	z-index: 300;
	top: 0;
	right: -20pc;
	background: #032650;
	color: #fff;
	text-align: center;
	border-top: 1px solid #fff;
	background-color: #fff;
	width: 265px;
	padding-top: 50px;
	height: 100vh;
	transition: all .6s
}
nav.global-nav ul {
	background: #fff;
	margin: 0 auto;
	padding: 0;
	display: initial;
	width: 100%;
	text-align: left
}
nav.global-nav ul li {
	font-size: 1pc;
	list-style-type: none;
	padding: 0;
	width: 100%;
	border-bottom: 1px solid #fff
}
nav.global-nav .bnr {
	margin: 15px 17px;
	text-align: left
}
nav.global-nav .bnr img {
	width: 86%;
	margin: 0 auto
}
nav.global-nav ul li:last-child {
	padding-bottom: 0;
	border-bottom: 0
}
nav.global-nav ul li:last-child a {
	background: url(../img/common/icon_h_btn_sp.png) right no-repeat;
	background-size: 13px !important;
}
nav.global-nav.active {
	transform: translate(10px, 0);
	right: 0;
	text-align: right
}
.navToggle {
	position: absolute;
	right: 0;
	top: 0;
	width: 55px;
	height: 55px;
	cursor: pointer;
	z-index: 400
}
.navToggle span {
	position: absolute;
	left: 11px;
	width: 28px;
	height: 1.5px;
	background-color: #333;
	transition: all .6s
}
.navToggle span:nth-child(1) {
	top: 18px
}
.navToggle span:nth-child(2) {
	top: 27px
}
.navToggle span:nth-child(3) {
	top: 36px
}
.navToggle span:nth-child(4) {
	border: 0;
	color: #333;
	font-size: 9px;
	font-weight: 700;
	top: 34px
}
.black-bg {
	position: fixed;
	left: 0;
	top: 0;
	width: 100vw;
	height: 100vh;
	z-index: 200;
	background-color: #303030;
	opacity: 0;
	visibility: hidden;
	transition: all .6s;
	cursor: pointer
}
.black-bg.active {
	opacity: .8;
	visibility: visible
}
.fixn {
	position: fixed;
	background-color: #ff5e40;
	width: 60px;
	height: 60px;
	border-radius: 50%;
	top: 5px;
	right: 5px
}
.fixn span {
	background-color: #fff;
	left: 17px
}
.fixn span:nth-child(1) {
	top: 17px
}
.fixn span:nth-child(2) {
	top: 24px
}
.fixn span:nth-child(3) {
	top: 31px
}
.navToggle.active span:nth-child(1) {
	top: 25px!important;
	left: 10px!important;
	-webkit-transform: rotate(-45deg)!important;
	-moz-transform: rotate(-45deg)!important;
	transform: rotate(-45deg)!important
}
.navToggle.active span:nth-child(2), .navToggle.active span:nth-child(3) {
	top: 25px!important;
	-webkit-transform: rotate(45deg)!important;
	-moz-transform: rotate(45deg)!important;
	transform: rotate(45deg)!important;
	left: 11px;
}
.navToggle.active {
	position: fixed;
	right: 0;
	top: 0;
	width: 50px;
	height: 50px;
	cursor: pointer;
	z-index: 400;
	background: #fff;
	border-radius: 0
}
.navToggle.active span {
	background-color:#ff5e40;
}
/*footer
----------------------------------------*/
footer {
	border-top: 1px dotted #d7d7d7;
}

#footer .footer_contact .section_contents {
	padding: 0 0 42px 0;
	position: relative;
	overflow: visible;
	width: auto;
}
#footer .c_red {
	color: #e60012;
	font-size:13px;
}
#footer p.c_red {
	font-size: 88%;
}
#footer .footer_contact h2 {
	font-size: 1.3rem;/*38px*/
	text-align: center;
	font-family: fot-tsukuardgothic-std, sans-serif;
	font-weight: bold;
}

#footer .footer_contact .contact_btn_block {
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	margin-top: 20px;
}
#footer .footer_contact .contact_btn_block>div {
	margin: 0 8px;
	text-align: center;
}
#footer .footer_contact .contact_btn_block>div img {
	width: 85%;
}
#footer .footer_contact .contact_info {
	text-align: center;
 	font-size: .9rem;/*13px*/
	line-height:1.6;
	margin-top: 12px;
	margin-left: 25px;
	width: 82%;
}
#footer .footer_contact .contact_info span {
 font-size: .8375rem;/*15px*/
}
#footer .footer_contact .contact_img {
	position: absolute;
	right: 0px;
	bottom: 0px;
	width:35%;
	text-align: right;
}
#footer .footer_map iframe {
	width: 100%;
	vertical-align: bottom;
}
#footer .footer_info {
	margin: 0 auto;
	width: 89%;
	padding: 50px 0 25px;
}
#footer .footer_logo {
	width: 65%;
}
#footer .footer_info .info_date .date_list {
	font-size: 1rem;/*20px*/
	line-height: 1.6;
	padding: 22px 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: 74px;
}
#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;
	background-position: 89%;
	border: 1px solid #454545;
	color:#454545;
	font-size: 88%;
	line-height: 1.8;
	background-image: url("../img/common/arrow_h_btn_sp.png");
	background-size: 13px;
	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: 100%;
	margin: 9% auto;
}
#footer .footer_info iframe {
	height: 350px;
}
#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;
	border-right: 1px solid #fde4e1;
	border-bottom: 1px solid #fde4e1;
}
#footer > table td {
	width: 211px;
	font-size: 13px;
	border-bottom: 1px solid #e7f4ff;
	vertical-align: middle;
	line-height: 16px;
	padding-left: 15px
}
#footer table {
	border:3px solid #fde4e1;
	border-collapse: collapse;
	table-layout: fixed;
	width: 100%;
	text-align: center;
	margin-top: 15px
}
#footer table thead th:first-of-type {
	width: 1.1em
}
#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_info .mrs {
	padding-left: 17px;
}
#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: 43px 0 34px;
	background-color: #FFF;
}
#footer .footer_link .footer_bnr img {
	width: 90%;
	margin: 0 auto;
}
#footer .footer_copy {
	background-color: #5e5e5e;
	color: #FFF;
	text-align: center;
	padding: 23px 0;
}
p .bred02 {
	background: linear-gradient( transparent 80%, #d1ebff 20%);
}
/* ボタン */
.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;
}
.white_btn {
	background: url("../img/common/arrow.png") #FFF no-repeat;
	border: 2px solid #3f95d8;
	padding: 6px 2% 6px 1%;
	border-radius: 50px;
	width: 46vw;
	text-decoration: none;
	color: #3f95d8;
	margin: 0 auto;
	transition: .4s;
	background-position: 95%, 51%;
	background-size: 11px, 10px;
 font-size: .8125rem;/*13px*/
	display: block;
	text-align: center;
	font-weight: bold;
	box-sizing: border-box;
}
.gray_btn {
 font-size: .8125rem;
		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: 14px 17% 16px 11%;
	font-size: 16.5px;
	background-position: 94% 40%;
	margin-top: 28px;
	text-align: center;
}
.red_btn {
	background:url("../img/top/arrow_sec05_sp.png")  no-repeat;
	padding: 9px 4% 11px 1%;
	border-radius: 50px;
	border:1px solid #f02c3d;
	min-width: 215px;
	text-decoration: none;
	color: #f02c3d;
	margin: 0 auto;
	transition: .4s;
	background-position: 90%, 51%;
	background-size: 13px, 18px;
	display: block;
	text-align: center;
	font-weight: bold;
	box-sizing: border-box;
	font-size: 15px;
}


.btn02, main .btn02::before, main .btn02::after {
	-webkit-transition: all .3s;
	transition: all .3s;
}
.btn:hover {
	opacity: 0.7;
}
.pc {
	display: none!important;
}
.tab {
	display: none!important;
}
.sp {
	display: block!important;
}
.tel_link {
	pointer-events: auto;
}
.flex {
	display: -webkit-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
}
/*font-color
----------------------------------------*/
.kiiro {
	color: #ffc750;
}
.red {
	color: #ff5e40;
}
.pink {
	color: #f4718d;
}
.green {
	color: #54bf1f;
}

.bkiiro {
	background: linear-gradient(transparent 70%, #fff94b 30%);
}
/*背景色
----------------------------------------*/
.bg_red {
	background-color: #f5f8ff;
}
.bg_dots_or {
	background: url("../img/common/sub/bg_dots_or.png") left top repeat;
}
/*余白
----------------------------------------*/
.center {
	text-align: center;
}
.right {
	text-align: right;
}
.left {
	text-align: left;
}
.mt07 {
	margin-top: 7px !important;
}
.mt15 {
	margin-top: 15px !important;
}
.mt30 {
	margin-top: 30px;
}
.mt40 {
	margin-top: 40px !important;
}
.mt50 {
	margin-top: 50px !important;
}
.ls_s {
	letter-spacing: 0;
}.ls_5 {
	letter-spacing: -1.2px;
}
.p40 {
	padding: 0 40px !important;
}
/*
----------------------------------------*/
/*見出し
----------------------------------------*/
.ttl_01 {
	text-align: center;
	background-image: url("../img/top/border.png");
	background-size: 26%;
	background-position: center bottom;
	background-repeat: no-repeat;
	padding-bottom: 15px;
	margin: 0 auto 25px;
}
.ttl_01 .ja {
	color: #2d1d01;
	font-size: 1.45rem;/*21px*/
	font-family: fot-tsukuardgothic-std, sans-serif;
	font-style: bold;
	line-height: 1.5;
}
/*
----------------------------------------*/

p .bred {
	background: linear-gradient( transparent 75%, #b8e0ff 25%);
}
p .bred02 {
	background: linear-gradient( transparent 80%, #d1ebff 20%);
}
.bpink {
	background: linear-gradient(transparent 80%, #ffd1d6 20%);
}
.bpink02 {
	background: linear-gradient(transparent 90%, #ffd1d6 10%);
}
.fbnrBlock {
	background: url(../img/top/fbg.png) repeat;
	padding: 10% 4% 40px;
	margin: 0;
}
.fbnrBlock h2 {
	font-size: 18px !important;
	margin: 0 0 17px !important;
	font-weight: 700;
	line-height: 1.4;
	text-align: center;
}
#footer .footer_contact .box01 {
	background: url("../img/common/bg_footer_03.png") center top no-repeat #fbfaf7;
	padding: 40px 0 27px 0;
	width: 100%;
}
#footer .footer_contact .box02{background: #ff765c; color: #fff;
	width: 100%;
	padding: 32px 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 .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:72%;
	max-width: 312px;
	margin: 0 auto;
}
