@charset "utf-8";
/*--------------------------------------------------------------------------
全体の設定
---------------------------------------------------------------------------*/
body {
	font-size: 15px;
	min-width: initial;
	min-width: auto;
}
/*見出し設定
---------------------------------------------------------------------------*/
.secTtl {
	font-size: 9.53vw;
	margin-bottom: 2.34vw;
	line-height: 1.4;
}
.subTtl {
	font-size: 3.75vw;
	padding-left: 3.125vw;
}
.secTitle {
	font-size: 20px;
}
/*共通コンテンツ・部品
---------------------------------------------------------------------------*/
.innerWrap {
	width: 100%;
	padding: 0 3.125%
}
header {
	position: fixed;
	top: 0px;
	z-index: 999;
}
.pc {
	display: none;
}
.sp {
	display: block;
}
/*ボタン設定
--------------------------------------*/
button, input[type="submit"], input[type="button"] {
	-webkit-appearance: none;
	border-radius: 0;
}
.btn-more {
	width: 45vw;
	height: 10.625vw;
	line-height: 10.31vw;
	font-size: 3.43vw;
}
.btn-more i {
	right: -10vw;
	width: 15.62vw;
}
a.btn-more:hover i {
	right: -9vw;
}
/*テーブル設定
--------------------------------------*/
/*カラム設定
---------------------------------------------------------------------------*/
.flexCrev {
	-ms-flex-direction: column-reverse;
	-webkit-flex-direction: column-reverse;
	flex-direction: column-reverse;
}
/*Header
---------------------------------------------------------------------------*/
header {
	padding: 19px 0 13px;
}
header .logo {
	width: 145px;
	height: auto;
}
/*グローバルナビ
----------------------------------------*/
.gNavi {
	background: rgba(0,0,0, 0.78);
	width: 56.25vw;
	height: 100%;
	transition: all 0.3s;
	-webkit-transform: translate(56.25vw);
	transform: translate(56.25vw);
	position: fixed;
	top: 0;
	right: 0;
	z-index: 99;
	text-align: left;
	margin-bottom: 0px;
}
.gNavi .inner {
	padding: 12.5vw 6.25vw 4.68vw;
	padding-bottom: 12.5vw;
	overflow-y: auto;
	height: 100%;
}
.gNavi.open {
	-webkit-transform: translate(0);
	transform: translate(0);
}
.gNavi ul {
	margin: 0;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
}
.gNavi ul li {
	font-size: 5.62vw;
	position: relative;
	margin: 0 0 16px;
}
.gNavi ul li a {
	background: url(../images/common/icon/icon-arrow-r-w.png) no-repeat 0 50% / 1.87vw;
	font-size: 3.8vw;
	padding: 0 0 0 4.68vw;
	line-height: 2;
	font-family: "游明朝体", "YuMincho", "游明朝", "Yu Mincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN W3", HiraMinProN-W3, "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", Georgia, "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
}
.gNavi .acc {
	display: block;
}
.gNavi .acc > ul {
	display: none;
	margin-left: 15px;
}
.gNavi .acc li {
	margin-top: 16px;
	margin-bottom: 0;
}
.gNavi .acc li a {
	font-size: 3.2vw;
}

@media screen and (min-width: 600px) and (max-width: 835px) {
	.pc {
		display: none;
	}
	.sp {
		display: block;
	}
	.gNavi ul li {
		font-size: 4.62vw;
	}
	.gNavi ul li a {
		font-size: 2.8vw;
	}
	.gNavi .acc li a {
		font-size: 2vw;
	}
}
.gNavi ul li a::after {
	content: none;
}
.sp-gNavi {
	display: block;
	margin-top: 2.25vw;
}
.sp-gNavi a {
	border: 1px solid #9d9d9d;
	display: block;
	width: 100%;
	height: 10vw;
	line-height: 9.375vw;
	font-size: 4.375vw;
	font-family: 'Bebas Neue', cursive;
	padding: 0 3.125vw;
	margin-bottom: 2.8vw;
}
.sp-gNavi_tel{
	height: 11vw!important;
}
.sp-gNavi a:nth-of-type(-n+3) {
	background: rgba(0,0,0,0.5) url(../images/common/icon/icon-arrow-r-w.png) no-repeat 92% 50% / 1.87vw;
}
.sp-gNavi a:nth-of-type(3) {
	color: #00B600;
	background: rgba(0,0,0,0.5) url(../images/common/icon/icon-arrow-r-g.png) no-repeat 92% 50% / 1.87vw;
}
.sp-menu-bg {
	width: 100%;
	height: 100%;
	position: fixed;
	z-index: 99;
	background-color: transparent;
	display: none;
}
.fixed-bg {
	position: fixed;
	width: 100%;
}
/*SPメニューボタン
----------------------------------------*/
.sp-btn-menu {
	position: absolute;
	right: 4%;
	width: 37px;
	height: 19px;
	cursor: pointer;
	display: block;
	top: 32px;
	z-index: 100;
}
.sp-btn-menu .line {
	border-radius: 4px;
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	width: 37px;
	height: 2px;
	background: #FFF;
	-webkit-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
}
.sp-btn-menu .line1 {
	top: 0;
}
.sp-btn-menu .line2 {
	top: 8px;
}
.sp-btn-menu .line3 {
	top: 17px;
	width: 25px;
	left: 12px;
}
.sp-btn-menu.is-active .line1 {
	top: 5px;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}
.sp-btn-menu.is-active .line2 {
	opacity: 0;
}
.sp-btn-menu.is-active .line3 {
	top: 5px;
	left: 0;
	width: 37px;
	-webkit-transform: rotate(135deg);
	transform: rotate(135deg);
}
/*FOOTER
---------------------------------------------------------------------------*/
footer {
	padding: 4.3vw 0;
}
.ftrNavi {
	display: none;
}
.copyRight {
	font-size: 3.18vw;
	padding: 0;
}
/*--------------------------------------------------------------------------
下層共通 
---------------------------------------------------------------------------*/
/*共通項目
--------------------------------------*/
.secBox {
	padding-top: 6%;
	padding-bottom: 6%;
	display: block;
}
.secBoxTop {
	padding-top: 2%;
	padding-bottom: 4%;
	display: block;
}
/*mainVisual
--------------------------------------*/
h2.pageTtl {
	font-size: 30px;
	text-align: right;
	padding-top: 100px;
}
.ReserveMainVisual {
	background-repeat: no-repeat;
	background-position: left center;
	background-image: url(../images/mv/reserve.jpg);
	height: 160px;
}
.AccessMainVisual {
	background-repeat: no-repeat;
	background-position: left center;
	background-image: url(../images/mv/access.jpg);
	height: 160px;
}
.ReasonMainVisual {
	background-repeat: no-repeat;
	background-position: center center;
	background-image: url(../images/mv/reason.jpg);
	height: 160px;
}
.FlowMainVisual {
	background-repeat: no-repeat;
	background-position: center center;
	background-image: url(../images/mv/flow.jpg);
	height: 160px;
}
.RecruitMainVisual {
	background-repeat: no-repeat;
	background-position: center center;
	background-image: url(../images/mv/recruit.jpg);
	height: 160px;
}
.FaqMainVisual {
	background-repeat: no-repeat;
	background-position: center center;
	background-image: url(../images/mv/faq.jpg);
	height: 160px;
}
.CaseMainVisual {
	background-repeat: no-repeat;
	background-position: center center;
	background-image: url(../images/mv/case.jpg);
	height: 160px;
}
.PriceMainVisual {
	background-repeat: no-repeat;
	background-position: center center;
	background-image: url(../images/mv/price.jpg);
	height: 160px;
}
.CaseMainVisual {
	background-repeat: no-repeat;
	background-position: center center;
	background-image: url(../images/mv/price.jpg);
	height: 160px;
}
/*breadcrumb
--------------------------------------*/
/*Main
--------------------------------------*/
.secBase {
	padding: 25px 0 20px;
}
/*secContact
----------------------*/
.secContact {
	/*background-repeat: no-repeat;
	background-position: left center;
	background-image: url(../images/bg/contact_bg.jpg);*/
	background: linear-gradient(90deg, rgba(67,197,172,.42), rgba(27,31,88,.42)),
				url(../images/home/sp-cont-bg.jpg) no-repeat 50% 50% / cover;
	padding-top: 60px;
	padding-right: 0;
	padding-left: 0;
	padding-bottom: 60px;
	background-size: cover;
}
.secContact .cont-nav {
	margin: 9.3vw auto 0;
}
.secContact .cont-nav a {
	border: 1px solid #ddd;
	/*background: url(../images/common/icon/icon-arrow-r-w.png) no-repeat 97.5% 50% / 2vw,  url(../images/home/sp-cont-box-bg.png);*/
	background: url(../images/common/icon/icon-arrow-r-w.png) no-repeat 97.5% 50% / 2vw, url(../images/home/faq-box-bg.png) repeat;
	width: 100%;
	min-height: auto;
	padding: 3vw 3.9vw 3vw;
	margin-bottom: 3.125vw;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	display: -webkit-flex;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap : wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}
.secContact .cont-nav a h4 {
	font-size: 6.71vw;
}
.secContact .cont-nav a p {
	font-size: 3.81vw;
	margin-left: 3.125vw;
}
.secContact .cont-nav a:last-of-type {
	/*background-image: url(../images/common/icon/icon-arrow-r-g.png) no-repeat 97.5% 50% / 2vw;*/
	background: url(../images/common/icon/icon-arrow-r-g.png) no-repeat 97.5% 50% / 2vw, url(../images/home/faq-box-bg.png) repeat;
}
.secContact .tel {
	border: 1px solid #ddd;
	margin-left: auto;
	margin-right: auto;
	margin-top: 4%;
	padding-top: 10px;
	padding-right: 2%;
	padding-bottom: 10px;
	padding-left: 2%;
	margin-bottom: 4%;
}
.secContact .tel img {
	width: 90%;
}
/*--------------------------------------------------------------------------
TOPページ home
---------------------------------------------------------------------------*/
/*mainVisual
--------------------------------------*/
.HomeMainVisual {
		background-image: url(../images/new2107/sp-main-visual.jpg);
		height: 93.25vw;
		position: relative;
	}
.HomeMainVisual .innerWrap {
	position: absolute;
	left: 0;
	bottom: 4vw;
}
.HomeMainVisual .mv-txtArea {
	width: 62.5vw;
	padding-top: 19.8vw;
}
.HomeMainVisual .mv-addr {
	font-size: 4.84vw;
	line-height: 1.7;
	margin-bottom_: 2.5vw;
	margin-left_: 10.9vw;
	text-shadow: 2px 2px 4px rgba(0,0,0,1);
}
.HomeMainVisual .mv-desc {
	font-size: 6.71vw;
	margin-left: 10.9vw;
	line-height: 1.4;
}
.HomeMainVisual h1 {
	width: 59.68vw;
	height: auto;
	margin: 3.125vw 0 6vw;
}
.HomeMainVisual .mv-nav {
	width: 100%;
}
.HomeMainVisual .mv-nav a {
	width: 32%;
	height: 10vw;
	line-height: 9.68vw;
	font-size: 4.375vw;
	padding: 0 2.5vw;
}
.HomeMainVisual .mv-nav a:nth-of-type(-n+2) {
	background-size: 1.87vw;
	font-size: 3.375vw;
}
.HomeMainVisual .mv-nav a:last-of-type {
	background-size: 1.87vw;
}
/*Main
--------------------------------------*/
.secHome .btnWrap {
	text-align: center;
}
/*secHomeCamp
----------------------*/
.secHomeCamp {
	/*background-image: url(../images/home/sp-camp-bg.jpg);*/
	background-position: right bottom;
	padding: 4.68vw 0 12.8vw;
}
/*
.secHomeCamp .contents {
	width: 94%;
	margin: auto;
}*/
.secHomeCamp .contents {
    width: 100%;
    margin: auto;
}
/*
.secHomeCamp .contents a {
	width: 40.2vw;
	height: 40.2vw;
	margin-top: 2%;
	margin-right: 2%;
	margin-left: 2%;
	margin-bottom: 2%;
}*/
.secHomeCamp .contents a {
    width: 100%;
    height: 40.2vw;
	margin-top: 2%;
	margin-right: 2%;
	margin-left: 2%;
	margin-bottom: 2%;
}

.secHomeCamp .contents a img {
	width: 100%;
}
/*secHomeRsn
----------------------*/
.secHomeRsn {
	/*background-image: url(../images/home/sp-rsn-bg.jpg);*/
	padding: 5.625vw 0 3.125vw;
	/*
	background: linear-gradient(90deg, rgba(67,197,172,.42), rgba(27,31,88,.42)),
	url(../images/home/rsn-bg.jpg) no-repeat center / cover;*/
	background: black;
}
.secHomeRsn .boxWrap {
	margin-top: 3.9vw;
}
figure.rsnfig {
	margin: 0 0 3.75vw;
	width_: 45.31vw;
	width: 100vw;
}
figure.rsnfig img {
	width: 100%;
}
figure.rsnfig figcaption {
	top: 8.59vw;
	left: 4.21vw;
}
figure.rsnfig figcaption h5 {
	font-size: 3.59vw;
}
figure.rsnfig figcaption p {
	font-size: 2.81vw;
}
.secHomeRsn .btnWrap {
	margin-top: 4.68vw;
}
/*secHomePrice
----------------------*/
.secHomePrice {
	/*background-image: url(../images/home/sp-price-bg.jpg);*/
	/*padding: 1.87vw 0 28.9vw;*/
	background: linear-gradient(60deg, rgba(0,0,0,.42), rgba(0,0,0,.42)), url(../images/home/sp-cont-bg.jpg) no-repeat 50% 50% / cover;
    padding: 5%;
}
.secHomePrice .imgWrap {
	top: 20.31vw;
	left: 10.93vw;
	width: 54.68vw;
}
.secHomePrice .imgWrap h5 {
	font-size: 15vw;
	/*left: -4.68vw;*/
	left: -7.5vw;
	top: 10.31vw;
}
.secHomePrice .contents {
	width: 100%;
}
.tempo_select,
.secHomePrice .priceLinkWrap {
	/*margin-top: 30vw;
	margin-left: 18.75vw;*/
	position: relative;
	display: block;
}
.secHomePrice .priceLinkWrap h5 {
	color: rgba(255,255,255,0.3);
	font-size: 15vw;
	font-family: 'Bebas Neue', cursive;
	position: absolute;
	left: -18.4vw;
	top: -12.8vw;
}
.tempo_select span,
.secHomePrice .priceLinkWrap a {
	/*background: url(../images/common/icon/icon-arrow-r-w.png) no-repeat 86% 50% / 3.59vw,  linear-gradient(90deg, rgba(68,68,68,1) 0%, rgba(91,79,80,1) 50%, rgba(114,89,92,1) 100%);*/
	width: 69.3vw;
	height: 15.6vw;
	line-height: 15.3vw;
	font-size: 4.37vw;
	padding: 0 7.81vw;
	margin: 0 auto;
	margin-bottom: 2.81vw;
}
/*secHomeFlow
----------------------*/
.secHomeFlow {
	/*background-image: url(../images/home/sp-flow-bg.jpg);*/
	background: black;
	padding-top: 10.68vw;
	padding-right: 0;
	padding-left: 0;
	padding-bottom: 55px;
}
.secHomeFlow .boxWrap {
	width: 100%;
	margin-top: 4.68vw;
}
.secHomeFlow .flowBox p {
	font-size: 3.125vw;
}
.secHomeFlow .flowBox {
	width: 26.4vw;
	height: 14.8vw;
	margin: 0 0 6.25vw 6.25vw;
}
.secHomeFlow .flowBox:after {
	left: 23.12vw;
	width: 6.56vw;
}
.secHomeFlow .btnWrap {
	margin-top: 1.9vw;
}
/*secHomeVoice
----------------------*/
.secHomeVoiceFaq-bg {
	/*background-image: url(../images/home/sp-voice-faq-bg.jpg);*/
}
.secHomeVoice {
	padding: 5vw 0 1.25vw;
}
.secHomeVoice .boxWrap {
	margin-top: 5.31vw;
}
.secHomeVoice figure.rsnfig figcaption {
	top: 20.31vw;
}
.secHomeVoice figure.rsnfig figcaption h5 {
	width: 29.68vw;
}
/*secHomeFaq
----------------------*/
.secHomeFaq {
	padding: 5.93vw 0 6.25vw;
}
.secHomeFaq .boxWrap {
	margin-top: 5.46vw;
}
.secHomeFaq .faqBox {
	background: black;
	width: 89vw;
	min-height: auto;
	margin: 0 auto 3.125vw;
	transition: .3s;
}
.secHomeFaq .faqBox.is-active {
	background: url(../images/common/icon/icon-arrow-t-green2.png) no-repeat 97% 5.78vw / 2.5vw,  url(../images/home/faq-box-bg.png);
}
.secHomeFaq .faqBox:nth-of-type(even) {
	margin-left: auto;
}
.secHomeFaq .faqBox h4 {
	font-size: 3.43vw;
	padding: 3.9vw 4.68vw 3.9vw 3.125vw;
}
.secHomeFaq .faqBox p {
	font-size: 2.78vw;
	padding: 0 2.34vw 3.12vw;
}
.secHomeFaq .btnWrap {
	margin-top: 7vw;
}
.secHomeFaq .btnWrap .btn-more {
	width: 53vw;
	padding-right: 3.5vw;
	font-size: 3.125vw;
}
/*secHomeAcc
----------------------*/
.secHomeAcc {
	/*background-image: url(../images/home/sp-acc-bg.jpg);*/
	padding: 7vw 0 12.5vw;
}
.secHomeAcc .boxWrap {
	padding: 3.9vw 3.9vw 6vw;
	margin-top: 3.43vw;
}
.secHomeAcc .boxMap {
	width: 100%;
}
.secHomeAcc .boxMap iframe {
	height: 260px;
	vertical-align: bottom;
	margin-bottom: 2.34vw;
}
.secHomeAcc .box {
	width: 100%;
	margin-left: 0;
}
.secHomeAcc .box ul li img {
	width: 100%;
}
.secHomeAcc .box address {
	margin-top: 10vw;
}
.secHomeAcc .box address ul li {
	font-size: 3.43vw;
}
/*Slide
----------------------------------------*/
.slick-dotted.slick-slider {
	margin-bottom: 4.6vw;
}
.slider-root li h5 {
	font-size: 5.93vw;
	line-height: 1.2;
}
.slider-root li p {
	font-size: 2.96vw;
}
.slick-dots li {
	width: 1.56vw;
	height: 1.56vw;
	margin: 0 0.78vw;
}
.slick-dots li button {
	width: 1.56vw;
	height: 1.56vw;
	padding: 0.78vw;
}
/*secHomeCont
----------------------*/
.secHomeCont {
	/*background-image: url(../images/home/sp-cont-bg.jpg);*/
	padding: 6.25vw 0 3.125vw;
	/*
	background: linear-gradient(90deg, rgba(67,197,172,.42), rgba(27,31,88,.42)),
	url(../images/home/sp-cont-bg.jpg) no-repeat 50% 50% / cover;*/
	background: linear-gradient(60deg, rgba(0,0,0,.42), rgba(0,0,0,.42)), url(../images/home/sp-cont-bg.jpg) no-repeat 50% 50% / cover;
}
.secHomeCont .cont-nav {
	margin: 9.3vw auto 0;
}
.secHomeCont .cont-nav a {
	border: 1px solid #ddd;
	background: url(../images/common/icon/icon-arrow-r-w.png) no-repeat 97.5% 50% / 2vw, url(../images/home/faq-box-bg.png) repeat;
	width: 100%;
	min-height: auto;
	padding: 3vw 3.9vw 3vw;
	margin-bottom: 3.125vw;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	display: -webkit-flex;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap : wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}
.secHomeCont .cont-nav a h4 {
	font-size: 6.71vw;
}
.secHomeCont .cont-nav a p {
	font-size: 3.81vw;
	margin-left: 3.125vw;
}
.secHomeCont .cont-nav a:nth-of-type(-n+2) p {
	background: none;
}
.secHomeCont .cont-nav a:last-of-type p {
	background: none;
}
.secHomeCont .cont-nav a:last-of-type {
	/*background: url(../images/common/icon/icon-arrow-r-g.png) no-repeat 97.5% 50% / 2vw,  url(../images/home/sp-cont-box-bg.png);*/
	background: url(../images/common/icon/icon-arrow-r-g.png) no-repeat 97.5% 50% / 2vw, url(../images/home/faq-box-bg.png) repeat;
	border-color: #00B600;
}
.secContact .cont-nav a:last-of-type {
	/*background: url(../images/common/icon/icon-arrow-r-g.png) no-repeat 97.5% 50% / 2vw,  url(../images/home/sp-cont-box-bg.png);*/
	background: url(../images/common/icon/icon-arrow-r-g.png) no-repeat 97.5% 50% / 2vw, url(../images/home/faq-box-bg.png) repeat;
}
/*--------------------------------------------------------------------------
下層ページ
---------------------------------------------------------------------------*/
/*6Reason
--------------------------------------*/
.reasonBox {
	padding-top: 4%;
	padding-bottom: 4%;
	clear: both;
	margin-left: auto;
	margin-right: auto;
	width: 96% !important;
}
.reasonBox .reasonboxLeft {
	float: none !important;
	width: 94%;
	margin-left: auto;
	margin-right: auto;
}
.reasonBox .reasonboxRight {
	float: none !important;
	width: 94%;
	margin-left: auto;
	margin-right: auto;
}
.reasonBox h3 {
	/*font-size: 36px;*/
	font-size: 9.53vw;
}
.reasonBox h4 {
	font-size: 18px;
}
.reasons h5 {
	font-size: 8vw;
}
.reasonBox p {
	line-height: 1.5em;
	letter-spacing: 1px;
}
/*flow
--------------------------------------*/
.flowBoxBlack {
	margin-left: auto;
	margin-right: auto;
	width: 100%;
	padding-top: 6%;
	padding-right: 6%;
	padding-bottom: 6%;
	padding-left: 6%;
}
.flowBoxPink {
	margin-left: auto;
	margin-right: auto;
	width: 100%;
	padding-top: 6%;
	padding-right: 6%;
	padding-bottom: 6%;
	padding-left: 6%;
}
.flowBoxBlack .left {
	width: 90%;
	float: none;
	margin-left: auto;
	margin-right: auto;
}
.flowBoxPink .right {
	width: 100%;
	float: none;
	margin-left: auto;
	margin-right: auto;
}
.flowBoxBlack .right {
	width: 100%;
	float: none;
	margin-left: auto;
	margin-right: auto;
}
.flowBoxPink .left {
	width: 100%;
	float: none;
	margin-left: auto;
	margin-right: auto;
}
.flowBoxBlack .right h3, .flowBoxPink .left h3 {
	font-size: 24px;
	margin-bottom: 6px;
}
.flowBoxBlack .right h4, .flowBoxPink .left h4 {
	font-size: 18px;
	margin-bottom: 10px;
	line-height: 1.5em;
}
.flowBoxBlack .contact .contactBtn {
	display: inline-block;
	margin-top: 1%;
	margin-right: 1%;
	margin-bottom: 1%;
	width: 31%;
}
.flowBoxBlack .contactBtnSP{
	width: 55%;
}
.flowBoxBlack .contact .contactBtn img,
.flowBoxBlack .contactBtnSP img{
	width: 100%;
}
.flowStart .flowStartBox {
	font-size: 14px;
	display: inline-block;
	width: 90%;
	margin-left: auto;
	margin-right: auto;
	margin-top: 1%;
	margin-bottom: 1%;
}
.flowStart .flowStartBox img {
	width: 100%;
}
.arrow.flow {
	margin-bottom: 2%;
	width: 60px;
	margin-left: auto;
	margin-right: auto;
}
.pcNone img {
	width: 100%;
	padding-bottom: 20px;
}
/* faq
--------------------------------------*/
.tab_item {
	font-size: 14px;
}
.faqBox .qArea .Q {
	font-size: 30px;
	width: 10%;
	vertical-align: top;
}
.faqBox .aArea .A {
	font-size: 30px;
	width: 10%;
	font-weight: bold;
	vertical-align: top;
}
.faqBox .qArea p {
	font-size: 18px;
	width: 86%;
	padding-top: 2%;
	line-height: 1.5em;
}
.faqBox .aArea p {
	font-size: 14px;
	width: 86%;
}
/* case
--------------------------------------*/
#case .tab_item {
	padding-bottom: 4%;
}
.caseBox h3 {
	font-size: 16px;
	margin-bottom: 20px;
}
.caseBox {
	padding-top: 6%;
	padding-right: 6%;
	padding-bottom: 6%;
	padding-left: 6%;
	margin-bottom: 15px;
	margin-top: 15px;
}
/*recruit
--------------------------------------*/
.recruit tbody tr td {
	width: 100%;
	display: block;
	text-align: center;
}
.recruit tbody tr th {
	width: 100%;
	display: block;
	text-align: center;
	border-bottom: 1px dotted #CECECE;
}
.recruit table tbody tr {
	border-bottom-style: dotted;
}
/*reserve
--------------------------------------*/
.att {
	margin-bottom: 6%;
}
.tel.reserve {
	margin-top: 4%;
	padding-top: 15px;
	padding-right: 2%;
	padding-bottom: 15px;
	padding-left: 2%;
}
.tel.reserve img {
	width: 90%!important;
}
.line.reserve img {
	width: 80%!important;
}
.line.reserve {
	padding-top: 15px;
	padding-right: 2%;
	padding-bottom: 15px;
	padding-left: 2%;
}
.gradationLinkWrap.reserve a {
	width: 80%;
	margin-right: auto;
	margin-left: auto;
}
/*LINE
--------------------------------------*/
.lineStep {
	padding-top: 15px;
	padding-right: 2%;
	padding-bottom: 15px;
	padding-left: 2%;
}
.lineStep h4 {
	width: 100%;
	font-size: 16px;
	text-align: center;
}
.lineStep .dl {
	display: block;
}
.lineStep .dl .dlbox {
	width: 94%;
	margin-right: auto;
	margin-left: auto;
}
.lineStep .dl .dlbox h5 {
	font-size: 16px;
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}
.dlBlack {
	display: block;
}
.dlBlack .dlbox {
	width: 94%;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 4%;
	padding-top: 15px;
	padding-bottom: 15px;
}
.dlBlack .dlbox h5 {
	font-family: "Noto Sans JP";
	font-size: 16px;
	padding-top: 1%;
	padding-right: 1%;
	padding-bottom: 4%;
	padding-left: 1%;
	display: block;
}
/*parts
--------------------------------------*/
.spNone {
	display: none!important;
}
.partCam {
	padding: 8% 8% 4% 8%;
}
.partCam .left {
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	width: 90%;
	float: none;
}
.partCam .left img {
	width: 100%;
	max-width: 300px;
}
.partCam .right {
	width: 100%!important;
	/* [disabled]margin-top: 0px;
*/
	padding-top: 20px;
	float: none;
}
.partCam .right p {
	font-size: 150%;
	text-align: center!important;
}
.partCam .right .num {
	font-size: 35px!important;
}
.priceTb tbody tr td .campain {
	background-color: #B71CAA;
	border-radius: 100px;
	font-size: 14px;
	padding-top: 1%;
	padding-right: 1%;
	padding-bottom: 1%;
	padding-left: 1%;
	display: block;
	margin-top: 10px;
	font-weight: bold;
}
.priceTb tbody tr td .campain50 {
	background-color: #0DCFD3;
	border-radius: 100px;
	font-size: 14px;
	padding-top: 1%;
	padding-right: 1%;
	padding-bottom: 1%;
	padding-left: 1%;
	display: inline-block;
	display: block;
	margin-top: 10px;
	font-weight: bold;
}
.priceTb_sp .campain {
	background-color: #B71CAA;
	border-radius: 100px;
	padding-top: 1%;
	padding-right: 1%;
	padding-bottom: 1%;
	padding-left: 1%;
	display: block;
	margin-top: 10px;
}
.priceTb_sp .campain50 {
	background-color: #0DCFD3;
	border-radius: 100px;
	padding-left: 2%;
	padding-right: 2%;
	padding-top: 1%;
	padding-right: 1%;
	padding-bottom: 1%;
	padding-left: 1%;
	display: block;
	margin-top: 10px;
}
.priceTb_sp {
	width: 94%!important;
	border-top: 1px solid #FFFFFF;
	border-left: 1px solid #FFFFFF;
	margin-left: auto!important;
	margin-right: auto!important;
	float: none!important;
}
.priceTb_sp tbody tr th {
	padding-top: 15px;
	padding-right: 15px;
	padding-bottom: 15px;
	padding-left: 15px;
	background-color: #000000;
	border-right: 1px solid #FFFFFF;
	border-bottom: 1px solid #FFFFFF;
	display: block;
	float: none;
}
.priceTb_sp tbody tr td {
	padding-top: 15px;
	padding-right: 15px;
	padding-bottom: 15px;
	padding-left: 15px;
	background-color: hsla(0,0%,0%,0.33);
	border-right: 1px solid #FFFFFF;
	border-bottom: 1px solid #FFFFFF;
	text-align: center;
	font-family: "Noto Sans JP";
	display: block;
	float: none;
}
.priceTb_sp tbody tr td img {
	max-width: 300px;
}
.priceTb_sp tbody tr td .times {
	display: inline-block;
	background: #43C6AC;
	border-radius: 20px;
	padding: 0 10px;
	margin-right: 5px;
}
.priceTb_sp tbody tr td .times:last-of-type {
	margin-top: 20px;
}

.partsDetail .left p .time img {
	vertical-align: middle;
	padding-right: 4%;
	width: 40px!important;
}
.partsDetail h4 {
	font-size: 16px;
	margin-bottom: 2%;
}
.partsDetail .left {
	width: 100%!important;
	padding-top: 4%;
	padding-right: 2%;
	padding-bottom: 4%;
	padding-left: 2%;
	background-color: hsla(0,0%,0%,0.62);
	border: 1px solid #FFFFFF;
	margin-bottom: 2%;
	height: auto;
}
.partsDetail .right {
	width: 100%!important;
	padding-top: 4%;
	padding-right: 2%;
	padding-bottom: 4%;
	padding-left: 2%;
	background-color: #817074;
	border: 1px solid #FFFFFF;
	height: auto;
}
.partsDetail .left p {
	font-size: 23px;
	margin-top: 3%;
}
.partsDetail .right p {
	font-size: 23px;
	margin-top: 3%;
}
.flowImgBox {
	width: 40%;
	display: inline-block;
	margin-top: 1%;
	margin-right: 1%;
	margin-bottom: 1%;
	margin-left: 1%;
}
.flowImgBox img {
	width: 100%!important;
	max-width: 300px;
}
.tri {
	border-style: solid;
	border-width: 10px 0 10px 10px;
	border-color: transparent transparent transparent #00ff44;
	margin-left: 1%;
	margin-right: 1%;
	margin-bottom: 20%;
	display: inline-block;
	width: 4%;
}
.partsFlow .att h4 {
	border-bottom: 1px solid #FFFFFF;
	padding-bottom: 1%;
	margin-bottom: 2%;
	font-size: 22px;
	text-align: center;
}
.tri.arrowPC {
	display: none;
}
.payBox p {
	text-align: left!important;
}
.payBox h3 {
	font-size: 110%!important;
	font-weight: bold;
	text-align: left!important;
}
.partsFlow .att {
	margin-top: 9%!important;
	width: 100%!important;
}
.campainFT {
	font-size: 24px;
	margin-top: 15px;
	clear: both;
	display: block;
	max-width: 300px;
	margin-left: auto;
	margin-right: auto;
	width: 90%;
	margin-bottom: -20px;
}
/* Price
--------------------------------------*/
.priceCamBox a {
	width: 46%;
}
table.priceTb {
	display: none;
}
.priceMenu {
	padding-bottom: 20px;
}
.priceTb_sp:nth-of-type(2) {
	margin-top: 4%;
}
.priceTb_sp tbody tr td {
	vertical-align: middle;
}
.priceMenu ul li {
	/*width: 47%;*/
	width: 30%;
	display: inline-block;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	margin-top: 1%;
	margin-right: 1%;
	margin-bottom: 1%;
	margin-left: 1%;
	background-color: hsla(0,0%,0%,0.62);
	border: 1px solid #FFFFFF;
	text-align: center;
	font-size: 14px;
}
#face .swiper-wrapper .swiper-slide img, #body .swiper-wrapper .swiper-slide img, #genital .swiper-wrapper .swiper-slide img {
	height: 100px;
	width: auto;
	margin-bottom: -20px;
}
#face .swiper-container .swiper-wrapper {
	height: 700px;
	width: 100%!important;
	margin-left: 0%;
	margin-right: 0%;
}
#body .swiper-container .swiper-wrapper, #genital .swiper-container .swiper-wrapper {
	height: 730px;
	width: 100%!important;
	margin-left: 0%;
	margin-right: 0%;
}
#face .swiper-button-prev, #face .swiper-button-next {
	top_: 35%;
	top: 26%;
}
#body .swiper-button-prev, #body .swiper-button-next {
	top: 35%;
}
#genital .swiper-button-prev, #genital .swiper-button-next {
	top: 35%;
}
#face .swiper-button-prev, #body .swiper-button-prev, #genital .swiper-button-prev, #face .swiper-button-prev.swiper-container-rtl .swiper-button-next, #body .swiper-button-prev.swiper-container-rtl .swiper-button-next, #genital .swiper-button-prev.swiper-container-rtl .swiper-button-next {
	background-image: url(../images/access/left-arrow.png);
	left: 25px;
	right: auto;
}
#face .swiper-button-next, #body .swiper-button-next, #genital .swiper-button-next, #face .swiper-container-rtl .swiper-button-prev, #body .swiper-container-rtl .swiper-button-prev, #genital .swiper-container-rtl .swiper-button-prev {
	background-image: url(../images/access/right-arrow.png);
	right: 25px;
	left: auto;
}
.swiper-wrapper {
	width: 100%!important;
}
.beard .left ul li {
	font-size: 18px;
	background-image: url(../images/price/check.png);
	background-repeat: no-repeat;
	background-size: auto 30%;
	background-position: 10px 10px;
}
.beard .left {
	float: none;
	width: 100%;
}
.beard .right {
	float: none;
	width: 100%;
}
.pay .payContact ul li {
	display: block;
	margin-right: auto;
	margin-left: auto;
	width: 100%;
}
.pay .payContact ul li img {
	display: block;
	height: auto;
	width: 100%;
}

@media screen and (max-width: 950px) and (min-width: 835px) {
.priceMenu ul li {
	font-size: 14px;
}
.beard .left ul li {
	font-size: 18px;
}
}


/*Access
--------------------------------------*/
@media screen and (max-width: 669px) {
.accessSlide .swiper-container .swiper-wrapper {
	height: 300px!important;
}
.sp-mgL-1{
text-indent: -0.35em;
}
footer {
	margin-bottom: 54px;
}
#fixed_menu {
	display: flex;
	width: 100%;
	flex-wrap: wrap;
	position: fixed;
	bottom: 0;
	z-index:99999;
	transition: .3s;
	opacity: 0;
    visibility: hidden;
}
#fixed_menu.active{
	opacity: 0.9;
	visibility: visible;
  }
#fixed_menu li {
	width: 33.33333%;
}
#fixed_menu li a {
	display: block;
	padding: 7px 0;
	text-align: center;
}
#fixed_menu li:first-child a {
	/*background: #181753;*/
}
#fixed_menu li:nth-child(2) a {
	/*background: #47b749;*/
}
#fixed_menu li:last-child a {
	/*background: #44c6ac;*/
}
#fixed_menu li img {
	width: 50px;
	height: auto;
}
.lineStep .dl .dlbox {
    display: flex;
    }
}

/*--------------------------------------------------------------------------
ect
---------------------------------------------------------------------------*/
.spAlignL {
	text-align: left;
}
.spAlignR {
	text-align: right;
}
.spAlignCR {
	text-align: center;
}
.pcNone {
	display: block!important;
}
.spNone {
	display: none!important;
}
.pcNone-inline {
	display: inline!important;
}
.spNone-inline {
	display: none!important;
}
@media screen and (max-width: 480px) {
/*Header
---------------------------------------------------------------------------*/
header {
 padding: 10px 0 6px;
}
header .logo {
 width: 74px;
}
/*SPメニューボタン
----------------------------------------*/
.sp-btn-menu {
 width: 19px;
 height: 10px;
 top: 18px;
}
.sp-btn-menu .line {
 width: 19px;
 height: 1px;
}
.sp-btn-menu .line2 {
top: 5px;
}
.sp-btn-menu .line3 {
top: 10px;
width: 13px;
left: 6px;
}
.sp-btn-menu.is-active .line1 {
 top: 5px;
}
.sp-btn-menu.is-active .line2 {
 opacity: 0;
}
.sp-btn-menu.is-active .line3 {
 top: 5px;
 left: 0;
 width: 19px;
}

}



