@charset "UTF-8";

/* ---------------------------------------------------------
 *	Reset
 *---------------------------------------------------------- */

*,
*:before,
*:after {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

html {
	overflow-y: scroll;
	scroll-behavior: smooth;
}

body {
	color: #663a2b;
	font-size: 0.833vw;
	font-family: "Noto Sans JP", sans-serif;
	font-weight: 500;
	line-height: 1.8;
	word-wrap: break-word;
	-webkit-text-size-adjust: 100%;
	overflow: hidden;
	width: 100vw;
	/* height: 873.02vw;
	background: url(../image/bg_main_01.jpg);
	background-size: 100% 100%; */
	position: relative;
}

@media screen and (max-width: 960px) {
	body {
		font-size: 4.266vw;
	}
}

.wrapper {
	overflow-x: hidden;
	position: relative;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
main {
	display: block;
}

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;
}

h1,
h2,
h3,
h4,
h5,
h6,
strong,
th {
	font-weight: normal;
}

em,
address {
	font-style: normal;
}

li {
	list-style: none;
}

table,
iframe {
	border-collapse: collapse;
	border: none;
	border-spacing: 0;
	font-size: 100%;
}

img {
	max-width: 100%;
	height: auto;
	border: 0;
	vertical-align: top;
}

svg {
	max-width: 100%;
}

a {
	color: #663a2b;
	outline: none;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
	text-decoration: none;
}

a:visited {
	color: #663a2b;
}

a:hover {
	color: #663a2b;
	text-decoration: none;
}

a:active {
	color: #663a2b;
}

select,
input,
textarea,
button {
	font-family: inherit;
	font-size: inherit;
}

input[type="text"],
input[type="search"],
input[type="tel"],
input[type="url"],
input[type="email"],
input[type="password"],
input[type="number"],
textarea {
	padding: 8px 10px;
	border: 1px solid #ccc;
}

input[type="text"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="url"]:focus,
input[type="email"]:focus,
input[type="password"]:focus,
input[type="number"]:focus,
textarea:focus {
	background-color: #ffeeee;
}

input[type="radio"],
input[type="checkbox"] {
	margin-right: 5px;
}

select {
	padding: 8px 5px;
	border: 1px solid #ccc;
}

label {
	cursor: pointer;
}

::-moz-selection {
	color: #fff;
	background: #663a2b;
}

::selection {
	color: #fff;
	background: #663a2b;
}

::-moz-selection {
	color: #fff;
	background: #663a2b;
}

/* ---------------------------------------------------------
 *	Common
 *---------------------------------------------------------- */

.clear {
	clear: both;
}

.clearfix::after {
	content: "";
	display: block;
	clear: both;
}

@media screen and (min-width: 961px) {
	.pc_none {
		display: none;
	}

	.sp_none {
		display: block;
	}
}

@media screen and (max-width: 960px) {
	.pc_none {
		display: block !important;
	}

	.sp_none {
		display: none !important;
	}
}

/* ---------------------------------------------------------
 *	SP nav
 *---------------------------------------------------------- */

#spNavArea {
	font-size: 16px;
	display: block;
	position: fixed;
	width: 100%;
	top: 0;
	left: 0;
	user-select: none;
	z-index: 9998;
}

#spNavArea div#spNavBody {
	transition: 0.3s ease;
	overflow: auto;
	position: fixed;
	top: 0;
	right: 0;
	width: 100%;
	height: 100%;
	opacity: 0;
	z-index: 9999;
	background: #fff;
	padding: 120px 30px 30px;
	pointer-events: none;
}

#spNavArea div#spNavBody a {
	color: #513d3b;
}

#spNavArea div#spNavBody .inner {
	max-width: 330px;
	margin: 0 auto;
}

#spNavArea .logo {
	width: 70%;
	margin: 0 auto 30px;
}

#spNavArea div#spNavBody nav ul {
	font-size: 18px;
	font-weight: 700;
	margin-bottom: 30px;
}

#spNavArea div#spNavBody nav ul li {
	margin-bottom: 20px;
}

#spNavArea div#spNavBody nav ul li a {
	display: block;
	transition: 0.3s ease;
}

#spNavArea.navOpen div#spNavBody {
	opacity: 1;
	pointer-events: auto;
}

#spNavArea .navBtn {
	position: absolute;
	cursor: pointer;
	z-index: 10000;
	width: 11.347vw;
	height: 10.156vw;
	top: -0.222vw;
	right: 0.467vw;
	transition: 0.3s ease;
	background: url(../image/btn_nav_01.svg);
	background-size: 100% 100%;
	padding: 1.77vw 0 0 3.333vw;
}

#spNavArea .navBtn:before {
	color: #fff;
	font-size: 0.937vw;
	letter-spacing: 0.34em;
	line-height: 1;
	content: "MENU";
	position: absolute;
	left: 4.062vw;
	bottom: 1.822vw;
}

#spNavArea .navBtn span {
	display: block;
	height: 0.468vw;
	width: 5vw;
	background: #fff;
	transition: all .3s ease-in-out;
	border-radius: 0.234vw;
}

#spNavArea.navOpen .navBtn span:nth-of-type(1) {
	transform: translateY(1.718vw) translateX(0) rotate(45deg);
}

#spNavArea.navOpen .navBtn span:nth-of-type(2) {
	opacity: 0;
}

#spNavArea.navOpen .navBtn span:nth-of-type(3) {
	transform: translateY(-1.718vw) translateX(0) rotate(-45deg);
}

#spNavArea .navBtn span {
	margin-top: 1.25vw;
}

#spNavArea div#spNavBody .tel_addreess_web {
	width: 100%;
	margin: 0 auto 1.041vw;
}

#spNavArea div#spNavBody .tel_addreess_web.tel_address p {
	font-size: 18px;
	margin-bottom: 10px;
}

#spNavArea div#spNavBody .tel_addreess_web .tel_address .tel {
	color: #513d3b;
	font-size: 44px;
	font-weight: 700;
	line-height: 1;
	white-space: nowrap;
	margin-bottom: 5px;
}

#spNavArea div#spNavBody .tel_addreess_web .tel_address .tel a {
	color: #513d3b;
}

#spNavArea div#spNavBody .tel_addreess_web .tel_address .tel small {
	font-size: 14px;
	font-weight: 500;
	margin-right: 10px;
}

#spNavArea div#spNavBody .tel_addreess_web .tel_address address {
	color: #513d3b;
}

#spNavArea div#spNavBody .tel_addreess_web .web {
	font-size: 33px;
	font-family: "Zen Maru Gothic", serif;
	font-weight: 500;
	line-height: 1.3;
	text-align: center;
	width: 100%;
	height: 98px;
	background: url(../image/btn_02.svg);
	background-size: 100% 100% !important;
	margin-bottom: 20px;
	padding-top: 5px;
}



#spNavArea div#spNavBody .tel_addreess_web .web a {
	color: #fff;
	display: block;
}

#spNavArea div#spNavBody .tel_addreess_web .web span {
	color: #fbed21;
	font-size: 28px;
	letter-spacing: 0.12em;
	display: block;
}

#spNavArea div#spNavBody .tel_addreess_web .web em {
	letter-spacing: 0.08em;
	display: block;
	padding-left: 50px;
	padding-top: 5px;
	background: url(../image/ico_beginner_01.svg) no-repeat left 30px center;
	background-size: 30px;
}

#spNavArea div#spNavBody .tel_addreess_web .web2 {
	font-size: 33px;
	font-family: "Zen Maru Gothic", serif;
	font-weight: 500;
	line-height: 1.3;
	text-align: center;
	width: 100%;
	height: 98px;
	background: url(../image/btn_10.svg);
	background-size: 100% 100% !important;
	margin-bottom: 20px;
	padding-top: 5px;
}

#spNavArea div#spNavBody .tel_addreess_web .web2 a {
	color: #fff;
	display: block;
}

#spNavArea div#spNavBody .tel_addreess_web .web2 span {
	color: #fbed21;
	font-size: 28px;
	letter-spacing: 0.12em;
	display: block;
}

#spNavArea div#spNavBody .tel_addreess_web .web2 em {
	letter-spacing: 0.08em;
	display: block;
	padding-left: 50px;
	padding-top: 5px;
	background: url(../image/ico_check_01.svg) no-repeat left 30px center;
	background-size: 40px;
}

#spNavArea div#spNavBody .tel_address {
	margin-bottom: 20px;
}

#spNavArea div#spNavBody .time {
	width: 100%;
	height: 91px;
}

#spNavArea div#spNavBody .time table {
	font-size: 21px;
	font-weight: 700;
	line-height: 1.5;
	letter-spacing: 0.06em;
	text-align: left;
	white-space: nowrap;
}

#spNavArea div#spNavBody .time table th {
	font-weight: 700;
	text-align: left;
	-moz-text-align-last: justify;
	text-align-last: justify;
}

@media screen and (max-width: 960px) {
	#spNavArea .navBtn {
		width: 20.622vw;
		height: 18.457vw;
		top: 1.333vw;
		right: 0.8vw;
		padding: 3.204vw 0 0 6.05vw;
	}

	#spNavArea .navBtn:before {
		font-size: 1.704vw;
		left: 7.2vw;
		bottom: 3.335vw;
	}

	#spNavArea .navBtn span {
		height: 0.812vw;
		width: 9.0989vw;
		border-radius: 0.406vw;
		margin-top: 2.247vw;
	}

	#spNavArea.navOpen .navBtn span:nth-of-type(1) {
		transform: translateY(3vw) translateX(0) rotate(45deg);
	}

	#spNavArea.navOpen .navBtn span:nth-of-type(3) {
		transform: translateY(-3vw) translateX(0) rotate(-45deg);
	}
}

@media screen and (max-width: 480px) {
	#spNavArea div#spNavBody {
		padding: 30px;
	}

	#spNavArea .logo {
		width: 50%;
		margin: 0 auto 30px 0;
	}

	#spNavArea div#spNavBody nav ul li {
		margin-bottom: 10px;
	}
}

@media screen and (max-width: 375px) {
	#spNavArea div#spNavBody {
		transition: 0.3s ease;
		overflow: auto;
		position: fixed;
		top: 0;
		right: 0;
		width: 100%;
		height: 100%;
		opacity: 0;
		z-index: 9999;
		background: #fff;
		padding: 20px;
		pointer-events: none;
	}

	#spNavArea div#spNavBody .tel_addreess_web .tel_address .tel {
		font-size: 11.733vw;
		margin-bottom: 1.333vw;
	}

	#spNavArea div#spNavBody .tel_addreess_web .tel_address .tel small {
		font-size: 3.733vw;
		margin-right: 2.666vw;
	}

	#spNavArea div#spNavBody .tel_addreess_web .web {
		font-size: 8.813vw;
		width: 100%;
		height: 26.715vw;
		padding-top: 3vw;
	}

	#spNavArea div#spNavBody .tel_addreess_web .web em {
		padding-left: 18.854vw;
		padding-top: 0;
		background-size: 13.816vw;
	}

	#spNavArea div#spNavBody .tel_addreess_web .web span {
		font-size: 7.554vw;
	}

	#spNavArea div#spNavBody .time table {
		font-size: 5.6vw;
	}
}

/* ---------------------------------------------------------
 *	Footer button
 *---------------------------------------------------------- */

#footerBtn {
	font-family: "Zen Maru Gothic", serif;
	font-weight: 500;
	text-align: center;
	letter-spacing: 0.12em;
	position: fixed;
	right: 10px;
	bottom: 10px;
	display: flex;
	z-index: 5;
}

#footerBtn div {
	font-size: 21px;
	white-space: nowrap;
	background-size: 100% 100% !important;
	height: 62px;
}

#footerBtn .tel {
	font-size: 24px;
	line-height: 1.2;
	width: 234px;
	background: url(../image/btn_01.svg);
	padding-top: 6px;
}

#footerBtn .web {
	font-size: 21px;
	line-height: 1.3;
	width: 213px;
	background: url(../image/btn_02.svg);
	padding-top: 5px;
}

#footerBtn .web2 {
	font-size: 21px;
	line-height: 1.3;
	width: 213px;
	background: url(../image/btn_10.svg);
	padding-top: 5px;
}

#footerBtn .time {
	width: 200px;
	background: url(../image/btn_03.svg);
	line-height: 62px;
}

#footerBtn .pagetop {
	font-size: 16px;
	width: 62px;
	background: url(../image/btn_04.svg);
}

#footerBtn div a {
	color: #fff;
	display: block;
}

#footerBtn div span {
	display: block;
}

#footerBtn div em {
	letter-spacing: 0.08em;
	display: inline-block;
}

#footerBtn .tel span {
	color: #fbed21;
	font-size: 18px;
}

#footerBtn .web span {
	color: #fbed21;
	font-size: 18px;
	letter-spacing: 0.12em;
}

#footerBtn .web2 span {
	color: #fbed21;
	font-size: 18px;
	letter-spacing: 0.12em;
}

#footerBtn .time span {
	letter-spacing: 0.12em;
	display: inline-block;
	padding-left: 40px;
	background: url(../image/ico_time_01.svg) no-repeat left center;
	background-size: 24px;
}

#footerBtn .pagetop span {
	letter-spacing: 0.12em;
	padding-top: 32px;
	background: url(../image/ico_arrow_01.svg) no-repeat center 10px;
	background-size: 28px;
}

#footerBtn .tel em {
	padding-left: 40px;
	background: url(../image/ico_sp_01.svg) no-repeat left center;
	background-size: 26px;
}

#footerBtn .web em {
	display: block;
	padding-left: 45px;
	background: url(../image/ico_beginner_01.svg) no-repeat left 23px center;
	background-size: 23px;
}

#footerBtn .web2 em {
	display: block;
	padding-left: 45px;
	background: url(../image/ico_check_01.svg) no-repeat left 23px center;
	background-size: 33px;
}

@media screen and (max-width: 960px) {
	#footerBtn {
		width: 100%;
		right: auto;
		left: 0;
		bottom: 0;
		justify-content: space-between;
	}

	#footerBtn div {
		font-size: 2.733vw;
		height: 11.981vw;
	}

	#footerBtn .tel {
		width: 28.269vw;
		padding-top: 0;
		line-height: 10vw;
		background: url(../image/sp/btn_01.svg);
	}

	#footerBtn .tel em {
		padding-left: 6.133vw;
		background-size: 3.578vw;
	}

	#footerBtn .tel span {
		font-size: 2.733vw;
	}

	#footerBtn .web span {
		font-size: 2.464vw;
	}
    	#footerBtn .web2 span {
		font-size: 2.464vw;
	}

	#footerBtn .tel strong {
		display: none;
	}

	#footerBtn .web {
		font-size: 3vw;
		line-height: 1.2;
		width: 29.383vw;
		padding-top: 2.5vw;
		background: url(../image/sp/btn_02.svg);
	}

	#footerBtn .web em {
		padding-left: 4.933vw;
		background: url(../image/ico_beginner_01.svg) no-repeat left 1.5vw center;
		background-size: 3.506vw;
	}

	#footerBtn .web em small {
		letter-spacing: 0;
	}
    	#footerBtn .web2 {
		font-size: 3vw;
		line-height: 1.2;
		width: 29.383vw;
		padding-top: 2.5vw;
		background: url(../image/sp/btn_10.svg);
	}

	#footerBtn .web2 em {
		padding-left: 6.933vw;
    	background: url(../image/ico_check_01.svg) no-repeat left 3.506vw center;
		background-size: 3.506vw;
	}

	#footerBtn .time {
		width: 27.871vw;
		line-height: 11.981vw;
		background: url(../image/sp/btn_03.svg);
	}

	#footerBtn .time span {
		padding-left: 5.333vw;
		background-size: 3.285vw;
	}

	#footerBtn .pagetop {
		font-size: 2.541vw;
		width: 8.837vw;
		padding-top: 1vw;
		background: url(../image/sp/btn_04.svg);
	}

	#footerBtn .pagetop a {
		height: 100%;
	}

	#footerBtn .pagetop span {
		padding-top: 5vw;
		background-size: 4.447vw;
	}

	#footer #schedule {
		margin-top: -28vw;
		padding-top: 25vw;
	}
}

@media screen and (max-width: 480px) {
	#footerBtn .web {
		padding-top: 2.5vw;
	}
    
    #footerBtn .web2 {
		padding-top: 2.5vw;
	}

	#footerBtn .pagetop {
		padding-top: 0;
	}

	#footerBtn .pagetop span {
		padding-top: 6vw;
	}
}

/* ---------------------------------------------------------
 *	Header
 *---------------------------------------------------------- */

h1 {
	font-size: 0.625vw;
	color: rgba(255, 255, 255, 0.5);
	font-size: 0.625vw;
	position: absolute;
	right: 0.52vw;
	top: 0.52vw;
	z-index: 4;
}

#header {}

#header .logo {
	width: 20.158vw;
	position: fixed;
	left: 5.17vw;
	top: 0;
	z-index: 5;
}

@media screen and (max-width: 960px) {
	#header .logo {
		width: 39.308vw;
		left: 1.333vw;
	}
}

/* ---------------------------------------------------------
 *	Footer
 *---------------------------------------------------------- */

#footer {
	text-align: center;
	width: 100%;
	height: 90.416vw;
	background: url("../image/bg_fooer_01.png");
	background-size: 100% 100% !important;
	padding-top: 36vw;
	position: relative;
	z-index: 2;
	margin-top: -18.02vw;
}

#footer .logo {
	width: 17.122vw;
	margin: -2vw auto 1vw;
}

#footer .contact_reservation_map {
	width: 57.291vw;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
}

#footer .contact_reservation_map .map {
	width: 19.5vw;
}

#footer .contact_reservation {
	width: 35.955vw;
	margin: 0 auto;
}

#footer h2 {
	color: #513d3b;
	font-size: 0.989vw;
	font-weight: 700;
	width: 33.379vw;
	margin: 0 auto;
	display: flex;
	align-items: center;
}

#footer h2:before,
#footer h2:after {
	content: "";
	height: 0.052vw;
	flex-grow: 1;
	background-color: #513d3b;
}

#footer h2:before {
	margin-right: 1em;
}

#footer h2:after {
	margin-left: 1em;
}

#footer .tel_addreess_web {
	width: 42.379vw;
	margin: 0 auto 1.041vw;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

#footer .tel_addreess_web .tel_address {
	text-align: left;
	font-size: 1.2vw;
}

#footer .tel_addreess_web.tel_address p {
	font-size: 0.937vw;
}

#footer .tel_addreess_web .tel_address .tel {
	color: #513d3b;
	font-size: 2.56vw;
	font-weight: 700;
	line-height: 1;
	white-space: nowrap;
	margin-bottom: 0.26vw;
}

#footer .tel_addreess_web .tel_address .tel a {
	color: #513d3b;
}

#footer .tel_addreess_web .tel_address .tel small {
	font-size: 0.833vw;
	font-weight: 500;
	margin-right: 0.52vw;
}

#footer .tel_addreess_web .tel_address address {
	color: #513d3b;
}

#footer .tel_addreess_web .web {
	font-size: 1.093vw;
	font-family: "Zen Maru Gothic", serif;
	font-weight: 500;
	line-height: 1.3;
	width: 11.074vw;
	height: 3.237vw;
	background: url(../image/btn_02.svg);
	background-size: 100% 100% !important;
	padding-top: 5px;
}

#footer .tel_addreess_web .web a {
	color: #fff;
	display: block;
}

#footer .tel_addreess_web .web span {
	color: #fbed21;
	font-size: 0.937vw;
	letter-spacing: 0.12em;
	display: block;
}

#footer .tel_addreess_web .web em {
	letter-spacing: 0.08em;
	display: inline-block;
}

#footer .tel_addreess_web .web em {
	padding-left: 2.343vw;
	display: block;
	background: url(../image/ico_beginner_01.svg) no-repeat left 1.214vw center;
	background-size: 1.214vw;
}

#footer .tel_addreess_web .web2 {
	font-size: 1.093vw;
	font-family: "Zen Maru Gothic", serif;
	font-weight: 500;
	line-height: 1.3;
	width: 11.074vw;
	height: 3.237vw;
	background: url(../image/btn_10.svg);
	background-size: 100% 100% !important;
	padding-top: 5px;
}

#footer .tel_addreess_web .web2 a {
	color: #fff;
	display: block;
}

#footer .tel_addreess_web .web2 span {
	color: #fbed21;
	font-size: 0.937vw;
	letter-spacing: 0.12em;
	display: block;
}

#footer .tel_addreess_web .web2 em {
	letter-spacing: 0.08em;
	display: inline-block;
}

#footer .tel_addreess_web .web2 em {
	padding-left: 2.343vw;
	display: block;
	background: url(../image/ico_check_01.svg) no-repeat left 1.214vw center;
	background-size: 1.514vw;
}

#footer .time {
	width: 35.955vw;
	height: 4.758vw;
	background: url(../image/bg_footer_02.svg);
	background-size: 100% 100% !important;
	margin-bottom: 1vw;
	display: flex;
	align-items: center;
}

#footer .time table {
	font-size: 1.281vw;
	font-weight: 700;
	line-height: 1.5;
	letter-spacing: 0.06em;
	text-align: left;
	margin: 0 auto;
}

#footer .time table th {
	font-weight: 700;
	text-align: left;
	-moz-text-align-last: justify;
	text-align-last: justify;
}

#footer .time table td strong {
	font-size: 1.281vw;
	font-family: "M PLUS 2", sans-serif;
	font-weight: 700;
}

#footer .box_01 {
	font-size: 0.729vw;
	text-align: left;
	display: flex;
	justify-content: space-between;
	margin-bottom: 1vw;
}

#footer .box_01 div {
	width: 17.397vw;
	height: 10.5vw;
	background-size: 100% 100% !important;
	padding: 0.52vw 1.041vw;
}

#footer .box_01 div:nth-child(1) {
	background: url(../image/bg_footer_03.png);
}

#footer .box_01 div:nth-child(2) {
	background: url(../image/bg_footer_04.png);
}

#footer .box_01 div strong {
	font-size: 0.989vw;
	font-weight: 700;
}

#footer .box_01 div p {
	font-size: 0.989vw;
	line-height: 1.5;
}

#footer .bnr_01 {
	margin-bottom: 0.25vw;
}

#footer nav {
	margin-bottom: 1vw;
}

#footer nav ul {
	width: 41.946vw;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	margin: 0 auto;
}

#footer nav ul li {
	font-size: 0.781vw;
	letter-spacing: 0;
	white-space: nowrap;
	margin: 0.52vw 0.52vw 0;
}

#footer nav ul li a:hover {
	border-bottom: 1px solid #513d3b;
	padding-bottom: 0.26vw;
}

#footer .copyright {
	color: #513d3b;
	font-size: 0.625vw;
}

@media screen and (max-width: 960px) {
	#footer {
		height: 482.133vw;
		background: url("../image/sp/bg_fooer_01.png"), #fdf79e;
		padding-top: 149.866vw;
		margin-top: -14.8vw;
		margin-top: 0;
	}

	#footer .logo {
		width: 87.669vw;
		margin: 0 auto 6.4vw;
	}

	#footer h2 {
		font-size: 5.066vw;
		width: calc(100% + 8.722vw);
		margin-bottom: 3.794vw;
		margin-left: -4.361vw;
	}

	#footer h2:before,
	#footer h2:after {
		height: 0.266vw;
	}

	#footer .contact_reservation_map {
		width: auto;
		display: block;
	}

	#footer .contact_reservation_map .map {
		width: 91.278vw;
		margin: 0 auto 6.139vw;
	}

	#footer .contact_reservation {
		width: 91.278vw;
		margin: 0 auto;
	}

	#footer .tel_addreess_web .tel_address {
		margin-bottom: 5.333vw;
        font-size: 4vw;
        text-align: center;
	}

	#footer .tel_addreess_web .tel_address .tel {
		font-size: 11.664vw;
		margin-bottom: 2.666vw;
	}

	#footer .tel_addreess_web .tel_address .tel small {
		font-size: 3.794vw;
		margin-right: 2.666vw;
	}

	#footer .tel_addreess_web .tel_address address {
		font-size: 3.794vw;
	}

	#footer .tel_addreess_web {
		width: 89.239vw;
		margin: 0 auto 6.4vw;
		display: block;
	}

	#footer .tel_addreess_web .web {
		font-size: 6.813vw;
		width: 100%;
		height: 18.715vw;
		background: url(../image/btn_02.svg);
		padding-top: 2vw;
	}

	#footer .tel_addreess_web .web em {
		padding-left: 18.854vw;
		background: url(../image/ico_beginner_01.svg) no-repeat left 18.854vw center;
		background-size: 8.816vw;
	}

	#footer .tel_addreess_web .web span {
		font-size: 4.554vw;
	}
    
    	#footer .tel_addreess_web .web2 {
		font-size: 6.813vw;
		width: 100%;
		height: 18.715vw;
		background: url(../image/btn_10.svg);
		padding-top: 2vw;
            margin-top: 5px;
    }

	#footer .tel_addreess_web .web2 em {
		padding-left: 18.854vw;
	    background: url(../image/ico_check_01.svg) no-repeat left 18.854vw center;
		background-size: 8.816vw;
	}

	#footer .tel_addreess_web .web2 span {
		font-size: 4.554vw;
	}

	#footer .time {
		width: 100%;
		height: 24.366vw;
		margin-bottom: 4.266vw;
		padding: 0;
		background: url(../image/sp/bg_footer_02.svg);
	}

	#footer .time table {
		font-size: 5.624vw;
	}

	#footer .time table td strong {
		font-size: 6.56vw;
	}

	#footer .box_01 {
		font-size: 3.733vw;
		display: block;
		margin-bottom: 0.52vw;
	}

	#footer .box_01 div {
		width: 100%;
		height: auto;
		min-height: 42.651vw;
		margin-bottom: 2.139vw;
		padding: 2.666vw 5.333vw;
	}

	#footer .box_01 div strong {
		font-size: 5.066vw;
	}

	#footer .box_01 div p {
		font-size: 3.733vw;
		line-height: 1.8;
	}

	#footer .bnr_01 {
		margin-bottom: 4.266vw;
	}

	#footer nav {
		display: none;
	}

	#footer .copyright {
		font-size: 3.2vw;
	}
}
