@charset "utf-8";
blockquote,
body,
dd,
div,
dl,
dt,
fieldset,
form,
h1,
h2,
h3,
h4,
h5,
h6,
input,
li,
ol,
p,
pre,
td,
textarea,
th,
ul {
	margin: 0;
	padding: 0;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
abbr,
acronym,
fieldset,
img {
	border: 0;
}
address,
caption,
cite,
code,
dfn,
em,
strong,
th,
var {
	font-style: normal;
	font-weight: 400;
}
caption,
th {
	text-align: left;
}
h1,
h2,
h3,
h4,
h5,
h6 {
	font-size: 100%;
	font-weight: 400;
}
q:after,
q:before {
	content: "";
}
textarea {
	font-size: 100%;
}
img {
	vertical-align: bottom;
	border: none;
}
sub,
sup {
	height: 0;
	line-height: 1;
	vertical-align: baseline;
	position: relative;
}
sup {
	bottom: 1ex;
}
a:hover {
	opacity: 0.7;
	-ms-filter: "alpha(opacity=70)";
}
h2 {
	font-size: 217%;
	line-height: 1.4;
	margin-bottom: 1.2em;
	text-align: center;
	font-weight: bolder;
}
input {
	width: 100%;
	font-size: 16px;
}
article {
	width: 100%;
	margin-top: 0;
	z-index: 100;
}
.body-contents-wrapper {
	width: 1000px;
	margin-left: auto;
	margin-right: auto;
	padding: 4.5em 0;
}
.body-contents-wrapper-header {
	width: 1000px;
	margin-left: auto;
	margin-right: auto;
}
section {
	width: 100%;
	display: block;
}
footer {
	width: 100%;
	margin-top: -20px;
	bottom: 0;
	left: 0;
	text-align: left;
	background-color: #69026f;
}
.fooda-contents-wrapper {
	width: 1000px;
	margin-left: auto;
	margin-right: auto;
	padding: 4.5em 0;
}
.fooda-contents-wrapper p {
	color: #fff;
	text-align: center;
	display: block;
	font-size: 88%;
}
.sp,
.tb {
	display: none;
}
.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
}
.clearfix {
	min-height: 1px;
}
* html .clearfix {
	height: 1px;
}
.cv {
	font-family: Lato, YuGothic, "Yu Gothic", "游ゴシック", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, sans-serif;
	display: block;
	width: 748px;
	padding: 35px 0;
	line-height: 1;
	font-size: 225%;
	font-weight: 700;
	letter-spacing: 0.8px;
	text-align: center;
	color: #69026f;
	background: #fff;
	text-decoration: none;
	text-shadow: none !important;
	margin: 0.5em auto;
	border-radius: 2px;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	-ms-border-radius: 2px;
	-o-border-radius: 2px;
	box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
}
.cv-down {
	font-family: Lato, YuGothic, "Yu Gothic", "游ゴシック", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, sans-serif;
	display: block;
	width: 471px;
	padding: 35px 0;
	line-height: 1;
	font-size: 200%;
	text-align: center;
	color: #fff;
	border: 2px solid #fff;
	text-decoration: none;
	text-shadow: none !important;
	margin: 0.5em auto;
}
.btn-cv {
	font-family: Lato, YuGothic, "Yu Gothic", "游ゴシック", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, sans-serif;
	color: #fff !important;
	background-color: #d52929;
	display: block;
	width: 200px;
	padding: 12px 5px;
	font-size: 140%;
	text-align: center;
	cursor: pointer;
	text-decoration: none;
	line-height: 1;
	font-weight: 700;
	letter-spacing: 1px;
	margin: 5px 0 0;
	border-radius: 2px;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	-ms-border-radius: 2px;
	-o-border-radius: 2px;
	vertical-align: middle;
	float: right;
	letter-spacing: -1px;
}
header {
	text-align: left;
	background: rgba(105, 2, 111, 0.9);
	height: 71px;
	width: 100%;
	top: 0;
	left: 0;
	z-index: 200;
	position: fixed;
	box-sizing: border-box;
	padding: 5px 0;
	box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
}
header .left-wrapper {
	display: inline-block;
	width: 50%;
	text-align: left;
	vertical-align: top;
}
header .right-wrapper {
	display: inline-block;
	width: 50%;
	text-align: right;
	vertical-align: top;
}
header .right-wrapper i {
	margin-right: 0.2em;
	text-shadow: none;
}
.youtubewrap {
	text-align: center;
	margin: 1.2em 0;
}
.youtube {
	display: inline-block;
	position: relative;
	overflow: hidden;
	width: 320px;
	height: 180px;
}
.youtube::before {
	position: absolute;
	content: "クリックして視聴";
	color: #fff;
	text-align: center;
	font-size: 22px;
	font-weight: 700;
	line-height: 180px;
	background: rgba(0, 0, 0, 0.6);
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 10;
	transition: 0.3s;
}
.youtube:hover::before {
	background: rgba(0, 0, 0, 0.7);
	cursor: pointer;
	transition: 0.3s;
}
@media screen and (max-width: 480px) {
	.youtubewrap {
		padding-left: 4%;
		padding-right: 4%;
	}
}
#main-visual {
	width: 100%;
	height: auto;
	z-index: 100;
	background-size: contain;
	vertical-align: middle;
}
.catch-wrapper {
	text-align: center;
	margin-top: -10px;
	padding: 0 0 116px;
}
.catch-wrapper span {
	font-size: 350%;
	line-height: 1.4;
	letter-spacing: -0.8px;
}
.story-wrapper {
	width: 100%;
}
.story-block {
	display: inline-block;
	width: 50%;
	text-align: center;
	vertical-align: top;
}
.story-block h3 {
	font-size: 300%;
	line-height: 1.2;
	margin-bottom: 1em;
}
.story-margin {
	padding: 4em;
}
.cv-contents-wrapper {
	background-color: #69026f;
	text-align: center;
	color: #fff;
}
.cv-h2 {
	margin: 3em 0 0.5em;
}
.tokutenbar {
	margin: 3em 0 0;
}
.product-info {
	background: #102a41;
	width: 100%;
}
.product-info h2 {
	color: #fff;
}
.product-info h3 {
	font-size: 125%;
	padding: 30px 30px 5px;
}
.product-info p {
	font-size: 94%;
	padding: 30px 30px 15px;
	line-height: 1.8;
}
.product-info-left,
.product-info-middle {
	display: inline-block;
	width: 300px;
	vertical-align: top;
	background: #fff;
	height: 400px;
	margin-right: 33px;
	box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
}
.product-info-right {
	display: inline-block;
	width: 300px;
	vertical-align: top;
	background: #fff;
	height: 400px;
	box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
}
.kyocho {
	background-image: linear-gradient(transparent 50%, #ff0 50%);
	color: #000;
	box-sizing: border-box;
	margin: 0 0.4em;
	font-weight: 600;
}
.businesshours {
	font-size: 15px;
	margin-top: -10px;
	color: #eda5b0;
	font-weight: 700;
}
.review-wrapper {
	width: 100%;
	height: auto;
	background: #f2f2f2;
	text-align: center;
}
.review-contents {
	background: #fff;
	text-align: left;
	border-radius: 2px;
	padding: 1.5em 1em;
	margin-bottom: 2em;
	box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
}
.review-contents h3 {
	border-bottom: 3px solid #f2f2f2;
}
.review-contents span {
	border-bottom: 3px solid #d52929;
	padding-bottom: 8px;
}
.faq-contents-wrapper {
	border-top: 1px solid #d52929;
	margin-bottom: 4.5em;
}
.faq-contents-wrapper dd {
	display: inline-block;
	vertical-align: top;
	padding: 12px 20px 8px;
	box-sizing: border-box;
	border-left: 1px dotted #010f1e;
	width: 95%;
}
.faq-contents-wrapper dd.border-bottom,
.faq-contents-wrapper dt.border-bottom {
	border-bottom: 1px solid #d52929;
	font-weight: 700;
	font-size: 125%;
}
.faq-contents-wrapper dt {
	box-sizing: border-box;
	display: inline-block;
	vertical-align: middle;
	padding: 12px 20px 8px;
	box-sizing: border-box;
	width: 5%;
}
.faq-contents-akasaka {
	background: #fff;
	text-align: left;
	border-radius: 10px;
	margin: 1.5em 0;
	border: 2px solid #c39c4f;
	box-sizing: border-box;
}
.faq-contents-akasaka-title {
	background: #c39c4f;
	color: #fff;
	font-size: 125%;
	font-weight: 700;
	text-align: left;
	border-radius: 7px 7px 0 0;
	padding: 0.5em 1em;
	margin-bottom: 1em;
	box-sizing: border-box;
}
.faq-contents-akasaka-title span {
	font-size: 175%;
	font-style: italic;
	vertical-align: middle;
	margin-right: 0.5em;
}
.faq-contents-akasaka-details {
	text-align: left;
	padding: 0 1em;
	margin-bottom: 1em;
	box-sizing: border-box;
}
.faq-contents-akasaka-details span {
	font-size: 175%;
	font-style: italic;
	vertical-align: middle;
	margin-right: 0.5em;
	line-height: 0.5;
}
.price-contents-wrapper dl {
	text-align: center;
	margin-left: auto;
	margin-right: auto;
}
.price-contents-wrapper dt {
	display: inline-block;
	vertical-align: middle;
	padding: 0.5em;
	box-sizing: border-box;
	background-color: #231815;
	border: 2px solid #231815;
	color: #fff;
	width: 49%;
	margin-right: 0.5%;
	margin-bottom: 1%;
	font-size: 200%;
	text-align: center;
}
.price-contents-wrapper dd {
	display: inline-block;
	vertical-align: middle;
	padding: 0.5em;
	box-sizing: border-box;
	width: 49%;
	border: 2px solid #231815;
	margin-bottom: 1%;
	margin-left: 0.5%;
	font-size: 200%;
	text-align: center;
}
.contents-wrapper-width {
	width: 70%;
	margin-left: auto;
	margin-right: auto;
}
.douga-wrapper-bg {
	background: #f2f2f2;
}
.douga-wrapper iframe,
.douga-wrapper-bg iframe {
	margin-bottom: 2.5em;
}
.douga-title-bg {
	background: #ff0;
	padding: 0.25em 0.5em;
	font-weight: bolder;
}
.companyprofile-wrapper dt {
	width: 30%;
	display: inline-block;
	border-bottom: 1px solid #010f1e;
	padding: 0.5em 0;
}
.companyprofile-wrapper dd {
	width: 70%;
	display: inline-block;
	border-bottom: 1px solid #010f1e;
	padding: 0.5em 0;
}
.tokuten-wrapper {
	width: 100%;
	border: 7px solid #996c33;
	border-radius: 15px;
	padding: 40px 40px 20px;
	margin-bottom: 20px;
	margin-top: -30px;
	box-sizing: border-box;
}
.bgtitle-aksakabc {
	background-color: #69026f;
	color: #fff;
	text-align: center;
	padding: 1.5em 0;
	margin: 0;
	height: auto;
	width: 100%;
	border-top: 4px solid #f4abb0;
}
.sankaku-aksakabc {
	width: 0;
	height: 0;
	border: 60px solid transparent;
	border-top: 60px solid #69026f;
	border-bottom: 0;
	margin: 0 auto;
	z-index: 199;
	position: relative;
}
@media screen and (min-width: 1001px) and (max-width: 1300px) {
	.story-block {
		display: inline-block;
		width: 50%;
		text-align: left;
		vertical-align: top;
	}
	.story-block h3 {
		font-size: 163%;
		line-height: 1.2;
		margin-bottom: 1em;
	}
	.story-block p {
		letter-spacing: 1.2px;
		font-size: 94%;
	}
	.story-margin {
		padding: 1em;
	}
}
@media screen and (max-width: 1000px) {
	.sp {
		display: inherit;
	}
	.pc,
	.tb {
		display: none;
	}
	body {
		font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
		font-size: 15px;
		line-height: 2.3;
		color: #222;
		font-feature-settings: "palt";
	}
	.body-contents-wrapper,
	.body-contents-wrapper-header,
	.contents-wrapper-width,
	.fooda-contents-wrapper {
		width: 100%;
	}
	.cv-contents-wrapper {
		padding: 0 0.5em;
	}
	header {
		height: 60px;
		box-sizing: border-box;
		padding: 0.3em 0.5em 0;
	}
	#main-visual {
		width: 100%;
		height: auto;
		z-index: 100;
	}
	.catch-wrapper {
		text-align: center;
		padding: 3em 0;
	}
	h1.logo {
		width: 50%;
	}
	h1.logo img {
		width: 200px;
	}
	.btn-cv {
		width: 70%;
		font-size: 100%;
	}
	h2 {
		font-size: 175%;
	}
	.catch-wrapper span {
		font-size: 175%;
		line-height: 1.4;
		letter-spacing: -0.8px;
	}
	.story-block h3 {
		font-size: 175%;
		margin-top: 1em;
	}
	.story-block p {
		letter-spacing: inherit;
		text-align: left;
		padding: 0 1em 3em;
	}
	.story-block {
		display: block;
		width: 100%;
		text-align: center;
		vertical-align: top;
	}
	.story-margin {
		padding: inherit;
	}
	.douga-wrapper iframe,
	.douga-wrapper-bg iframe {
		height: 250px;
	}
	.douga-wrapper,
	.douga-wrapper-bg {
		padding: 0 1em;
	}
	.product-info {
		text-align: center;
		margin-left: auto;
		margin-right: auto;
	}
	.product-info-left,
	.product-info-middle {
		margin-bottom: 1.5em;
	}
	.review-wrapper {
		box-sizing: border-box;
		padding: 0 1em;
	}
	.price-contents-wrapper {
		padding: 0 1em;
	}
	.price-contents-wrapper dd {
		width: 80%;
		margin-left: 0.5%;
		margin-top: -1%;
		font-size: 138%;
	}
	.price-contents-wrapper dt {
		margin-left: 0.5%;
		margin-right: inherit;
		width: 80%;
		font-size: 138%;
	}
	img.tokutenbar {
		width: 90%;
	}
	.cv {
		width: 80%;
		font-size: 125%;
	}
	.cv-down {
		width: 70%;
		font-size: 125%;
	}
	.tokuten-wrapper {
		width: 100%;
		border: 3px solid #996c33;
		border-radius: 15px;
		padding: 40px 40px 20px;
		margin-bottom: 20px;
		margin-top: -20px;
		box-sizing: border-box;
	}
	.faq-wrapper {
		padding: 0 1em;
	}
	.faq-contents-wrapper {
		border-top: 1px solid #d52929;
		margin-bottom: 4.5em;
	}
	.faq-contents-wrapper dd.border-bottom,
	.faq-contents-wrapper dt.border-bottom {
		border-bottom: 1px solid #d52929;
		font-weight: 700;
		font-size: 100%;
	}
	.faq-contents-wrapper dt {
		display: inline-block;
		vertical-align: top;
		padding: 0 0 1em;
		box-sizing: border-box;
		width: 10%;
	}
	.faq-contents-wrapper dd {
		display: inline-block;
		vertical-align: top;
		padding: 0 0 0 1em;
		box-sizing: border-box;
		border-left: 1px dotted #010f1e;
		width: 90%;
	}
	.companyprofile-wrapper {
		padding: 0 1em;
	}
	.product-info-left,
	.product-info-middle,
	.product-info-right {
		display: block;
		width: 300px;
		vertical-align: top;
		background: #fff;
		height: 500px;
		box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
		margin-left: auto;
		margin-right: auto;
	}
}
@media screen and (min-width: 550px) and (max-width: 999px) {
	.sp {
		display: inherit;
	}
	.pc {
		display: none;
	}
	.tb {
		display: inherit;
	}
	#main-visual {
		width: 100%;
		height: auto;
		z-index: 100;
		text-align: center;
		margin-left: auto;
		margin-right: auto;
	}
	#main-visual img {
		width: 100%;
		height: auto;
		vertical-align: middle;
	}
}
@media screen and (max-width: 360px) {
	#main-visual {
		width: 100%;
		z-index: 100;
		vertical-align: middle;
		height: 520px;
	}
	.catch-wrapper {
		text-align: center;
		padding: 3em 0;
	}
	h1.logo {
		width: 50%;
	}
	h1.logo img {
		width: 150px;
	}
	.btn-cv {
		width: 70%;
		font-size: 88%;
	}
}
@media screen and (min-width: 400px) and (max-width: 549px) {
	#main-visual {
		width: 100%;
		height: auto;
		z-index: 100;
		vertical-align: middle;
	}
}
@media screen and (-ms-high-contrast: none) {
	body {
		font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
		font-size: 16px;
		line-height: 2.2;
		color: #222;
		font-feature-settings: "palt";
		letter-spacing: -1.5px;
	}
	h2 {
		font-size: 217%;
		line-height: 1.4;
		margin-bottom: 1.2em;
		text-align: center;
		font-weight: bolder;
		letter-spacing: -1px;
	}
	.review-contents span {
		border-bottom: 3px solid #d52929;
		padding-bottom: 5px;
	}
}
.right-floating-btn {
	position: fixed;
	right: 15px;
}
@media screen and (max-width: 768px) {
	.right-floating-btn {
		display: none;
	}
}
div.akiya img {
	margin: 1.6rem auto;
	display: block;
}
p.akiya-note {
	font-size: 22px;
	font-weight: 700;
	color: red;
	margin-bottom: 1.6rem;
	text-align: center;
}
.flow-content_creditcard-wrap {
	max-width: 1000px;
	width: 100%;
	margin: 0 auto;
	padding: 50px 0;
	text-align: center;
}
img.flow-content_creditcard-cashless,
p.flow-content_creditcard-note {
	margin-bottom: 3rem;
}
div.flow-content_creditcard-tbl p.flow-content_creditcard-tbl_note {
	color: #000;
}
div.flow-content_creditcard-tbl div.flow-content_creditcard-tbl_icon {
	display: inline-block;
	padding: 4px;
}
#guest-wrap div.flow-content_creditcard-tbl div.flow-content_creditcard-tbl_icon img {
	border: none;
	height: 40px;
}
div.flow-content_creditcard-tbl div.flow-content_creditcard-tbl_icon img.visa {
	height: 20px !important;
	margin-bottom: 10px;
}
div.flow-content_creditcard-tbl p:first-child {
	background: #ccc;
	padding: 3px;
	margin-left: -1px;
	font-weight: 600;
	margin-top: -1px;
	margin-right: -1px;
}
div.flow-content_creditcard-tbl {
	text-align: center;
	width: 40%;
	margin: 0 auto 30px;
	border: 2px solid #ccc;
	background: #fff;
}
.flow-content_creditcard-tbl_icon img {
	width: 200px;
}
.flow-content_creditcard-wrap div.flow-content_creditcard-tbl {
	margin: 0 auto auto;
}
.ikawa-content.content-flow span {
	background: #fff;
	color: #000;
	font-size: 1rem;
	font-weight: 300;
	width: auto;
	text-align: left;
}
@media screen and (max-width: 480px) {
	p.akiya-note {
		font-size: 20px;
	}
	.flow-content_creditcard-wrap {
		padding: 20px 10px;
		box-sizing: border-box;
	}
	div.flow-content_creditcard-tbl {
		margin: 0 auto 10px;
		width: 90%;
	}
	#guest-wrap div.flow-content_creditcard-tbl div.flow-content_creditcard-tbl_icon img {
		display: inline-block;
	}
}
body {
	color: #222;
	font-feature-settings: "palt";
	width: auto;
	font: 100%/1.618 Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "MS Pゴシック", Verdana, Geneva, Arial, Helvetica, sans-serif;
}
#bottom_fix_container {
	display: none;
}
.btm-cta-main {
	display: flex;
	border: 8px solid #8bc34a;
	padding: 0;
	background: #00f;
	align-items: stretch;
}
.btm-cta {
	position: fixed;
	z-index: 999;
	left: 0;
	bottom: 0;
	width: 100%;
	transform: translateY(100%);
	transition: 0.6s;
}
.btm-cta-main-tel_time {
	justify-content: space-around;
	align-items: center;
	padding: 0 30px;
}
#header_container ul.btm-cta.btm-cta_active a div.btm-cta-main-tel_info {
	font-size: 14px;
	font-weight: 100;
	text-shadow: none;
	text-align: left;
	padding: 0 30px;
}
.btm-cta-main-tel_info {
	margin: 0 1rem;
}
.btm-cta li:first-child {
	background: green;
	width: 70%;
}
.btm-cta li:nth-child(2) {
	background: #00f;
	width: 30%;
	height: inherit;
}
.btm-cta li:first-child:hover {
	background: #009688;
	box-shadow: 0 0 10px #9e9e9e;
	transition: 1s;
}
.btm-cta li:nth-child(2):hover {
	background: #06f;
	box-shadow: 0 0 10px #9e9e9e;
	transition: 1s;
}
.btm-cta li a {
	font-size: 24px;
	font-weight: 700;
	text-align: center;
	text-decoration: none;
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
}
.btm-cta_ctf_tel {
	font-size: 48px;
}
.fa-phone:before {
	content: "\f095";
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	transform: scaleX(-1);
	display: inline-block;
	font-size: 44px;
	margin-right: 0.6rem;
}
ul.btm-cta.btm-cta_active a div {
	color: #fff;
	text-shadow: 1px 0 0 #9e9e9e, 0 1px 0 #9e9e9e, -1px 0 0 #9e9e9e, 0 -1px 0 #9e9e9e;
}
.btm-cta_active {
	transform: translate(0);
}
ul.btm-cta.btm-cta_active a div.btm-cta_mail-comment {
	font-size: 1.4rem;
	text-shadow: none;
}
i.fas.fa-hand-point-up {
	margin-left: 1rem;
	font-size: 2rem;
}
.btm-cta-comment-container {
	display: flex;
	width: 100%;
	flex-wrap: wrap;
	justify-content: space-between;
	margin-bottom: 1rem;
}
.btm-cta-comment-left {
	filter: drop-shadow(0 3px 5px rgba(0, 0, 0, 0.2));
	position: relative;
	width: auto;
	padding: 14px;
	margin-left: 4%;
	font-size: 14px;
	font-weight: 600;
	text-align: center;
	background-color: #ff9800;
	border-radius: 10px;
}
.btm-cta-comment-left::before {
	content: "";
	position: absolute;
	top: 90%;
	left: 20%;
	transform: translateX(-50%);
	width: 0;
	height: 0;
	border: 20px solid transparent;
	border-top-color: #ff9800;
}
.btm-cta-comment-right {
	filter: drop-shadow(0 3px 5px rgba(0, 0, 0, 0.2));
	position: relative;
	width: auto;
	padding: 14px;
	margin-right: 4%;
	font-size: 14px;
	font-weight: 600;
	text-align: center;
	background-color: #ff9800;
	border-radius: 10px;
}
.btm-cta-comment-right::before {
	content: "";
	position: absolute;
	top: 90%;
	left: 80%;
	transform: translateX(-50%);
	width: 0;
	height: 0;
	border: 20px solid transparent;
	border-top-color: #ff9800;
}
.btm-cta_mail img {
	width: 20px;
	vertical-align: top;
	margin-left: 6px;
}
br.sp-br {
	display: none;
}
div#footer_wrap {
	padding-bottom: 134px;
}
@media screen and (max-width: 767px) {
	#bottom_fix_container {
		display: block;
		z-index: 999;
		bottom: 0;
		width: 100%;
		position: relative;
	}
	#bottom_fix_wrap {
		width: 100%;
		text-align: center;
		padding: 8px 0;
		box-sizing: border-box;
		height: 90px;
		display: flex;
		align-items: center;
		background: #f3970e;
		border: 6px solid #ff5722;
	}
	#bottom_fix_wrap a {
		font-weight: 700;
		line-height: 0;
		display: inherit;
		position: relative;
		z-index: 99999;
	}
	.btm-cta {
		display: none;
	}
	.btm-cta_sp {
		position: fixed;
		display: flex;
		left: 0;
		bottom: 0;
		width: 100%;
		transform: translateY(100%);
		transition: 0.6s;
		z-index: 99999;
	}
	#footer_container {
		margin-top: 0;
		padding-bottom: 30px;
	}
	.btm-cta_sp_active {
		transform: translate(0);
	}
	div#bottom_fix_wrap div,
	div#bottom_fix_wrap p {
		line-height: 1.2;
		font-size: 0.8rem;
		font-weight: 600;
	}
	div#bottom_fix_wrap p.bottom_fix_tel_num {
		font-size: 24px;
		color: #fff;
		margin: 3px 0;
	}
	.bottom_fix_mail {
		background: #00f;
		height: max-content;
		width: 60px;
	}
	div.bottom_fix_mail i.fa-solid.fa-envelope {
		content: "\f0e0";
		font-family: "Font Awesome 5 Free";
		font-weight: 900;
		font-style: normal;
		font-size: 38px;
		text-align: center;
		margin: 10px;
	}
}
#tsutatori {
	font-family: "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, verdana, sans-serif;
	line-height: 1.5rem;
	background-image: url(https://company-site.biz/wp-content/uploads/bg-tsuta.jpg);
}
p {
	font-size: 18px;
	line-height: 2rem;
}
#tsutatori strong {
	background: linear-gradient(transparent 75%, #ffadad 75%);
	font-weight: 700;
}
#tsutatori iframe {
	max-width: 100%;
}
.clearfix::after {
	content: "";
	display: block;
	clear: both;
}
#page_top {
	display: none;
}
.sp_none {
	display: block;
}
.pc_none {
	display: none;
}
.alignC {
	text-align: center !important;
}
.alignL {
	text-align: left !important;
}
.alignR {
	text-align: right !important;
}
.mt10 {
	margin-top: 10px !important;
}
.mt20 {
	margin-top: 20px !important;
}
.mt30 {
	margin-top: 30px !important;
}
.mt40 {
	margin-top: 40px !important;
}
.mt50 {
	margin-top: 50px !important;
}
.mt60 {
	margin-top: 60px !important;
}
.mt70 {
	margin-top: 70px !important;
}
.mt80 {
	margin-top: 80px !important;
}
.mt90 {
	margin-top: 90px !important;
}
.mt100 {
	margin-top: 100px !important;
}
.mb10 {
	margin-bottom: 10px !important;
}
.mb20 {
	margin-bottom: 20px !important;
}
.mb30 {
	margin-bottom: 30px !important;
}
.mb40 {
	margin-bottom: 40px !important;
}
.mb50 {
	margin-bottom: 50px !important;
}
.pa10 {
	padding: 10px !important;
}
.wid10 {
	width: 10% !important;
}
.wid20 {
	width: 20% !important;
}
.wid30 {
	width: 30% !important;
}
.wid40 {
	width: 40% !important;
}
.wid50 {
	width: 50% !important;
}
.wid60 {
	width: 60% !important;
}
.wid70 {
	width: 70% !important;
}
.wid80 {
	width: 80% !important;
}
.wid90 {
	width: 90% !important;
}
.wid100 {
	width: 100% !important;
}
.color01 {
	color: #222;
}
.tsutatori-header {
	border-top: 5px solid #009446;
	text-align: center;
	padding: 10px 0 15px;
}
.redbig {
	text-align: center;
	font-size: 28px;
	color: #f80002;
	line-height: 1.3;
}
.tsutatori-header h1 {
	color: #222;
	font-size: 14px;
	margin-bottom: 10px;
}
.tsutatori-inner {
	max-width: 1000px;
	width: 100%;
	margin: 0 auto;
	padding: 50px 0;
}
.tsutatori-inner img {
	max-width: 100%;
}
.bound {
	animation: 3s infinite bound;
}
@keyframes bound {
	0%,
	10%,
	100%,
	25%,
	5%,
	50% {
		transform: translateY(0);
	}
	20% {
		transform: translateY(-25px);
	}
	30% {
		transform: translateY(-15px);
	}
}
.tsutatori-boxBtn {
	text-align: center;
	box-sizing: border-box;
}
.tsutatori-boxBtn a:hover {
	opacity: 0.8;
}
.content-nayamiImg {
	text-align: center;
}
.content-nayamiImg img {
	width: 200px;
}
.content-nayami h2 {
	font-size: 42px;
	line-height: 1.2;
	text-align: center;
	margin-top: 20px;
	font-weight: 700;
	margin-bottom: 0;
}
.content-nayami h2 span {
	color: #009446;
}
.content-nayamiBox {
	margin-top: 40px;
}
.content-nayamiBox div {
	float: left;
	width: 320px;
	margin-right: 20px;
	margin-top: 20px;
}
.content-nayamiBox .content-nayamiBox03 {
	margin-right: 0;
}
.content-nayamiBox h3 {
	padding: 10px;
	font-size: 28px;
	line-height: 1.3;
	text-align: center;
}
.content-nayamiBox h3 span {
	background: linear-gradient(transparent 75%, #bce2e8 75%);
}
.content-nayamiArrow {
	text-align: center;
}
#tsutatori .content-nayamiTxt {
	margin-top: 20px;
	text-align: center;
	color: #f80002;
	font-size: 42px;
	line-height: 1.5;
	font-weight: 700;
}
#tsutatori .content-nayamiTxt span {
	background: linear-gradient(transparent 75%, #fefd09 75%);
}
.content-baBox-img {
	float: left;
	width: 40%;
	margin-right: 2%;
}
.content-baBox-txt {
	float: left;
	width: 58%;
}
.content-baBox-txt h3 {
	color: #009446;
	font-size: 24px;
	margin-bottom: 20px;
	font-weight: 700;
	line-height: 1.4;
}
.main-h2 {
	text-align: center;
	padding: 30px 0;
	background-color: #009446;
	font-size: 40px;
	color: #fff;
	line-height: 1.2;
	margin-bottom: 0;
}
.main-h3 {
	color: #009446;
	background-color: #fff;
	font-size: 26px;
	padding: 20px 10px;
	border-left: 10px solid #009446;
	font-weight: 700;
}
.content-about-box {
	width: 100%;
	margin: 0 auto;
	display: table;
	border: 4px solid #009446;
	background-color: #fff;
}
.content-about-box .content-about-Img {
	display: table-cell;
	vertical-align: middle;
	width: 30%;
	padding: 10px;
	text-align: center;
}
.content-about-box .content-about-Img img {
	vertical-align: bottom;
}
.content-about-box .content-about-Txt {
	display: table-cell;
	vertical-align: top;
	width: 70%;
	padding: 20px;
}
.content-about-box .content-about-Txt h3 {
	color: #009446;
	margin-bottom: 10px;
	font-size: 30px;
	line-height: 1.2;
}
.content-chara-box table {
	width: 100%;
	margin: 0 auto;
}
.content-chara-box table td,
.content-chara-box table th {
	border-collapse: collapse;
}
.content-chara-box table th {
	background-color: #009446;
	line-height: 1.3;
}
.content-chara-box .content-chara-Top1 {
	width: 100px;
	color: #fff;
	padding: 10px;
	text-align: center;
	font-weight: 700;
	background-color: #009446;
}
.content-chara-box .content-chara-Top1 i {
	font-size: 60px;
	display: inline-block;
	font-style: normal;
}
.content-chara-box .content-chara-Top2 {
	text-align: left;
	color: #009446;
	padding: 10px;
	font-size: 24px;
	line-height: 1.4;
	font-weight: 700;
	background-color: #fff;
}
.content-chara-box .content-chara-Bottom {
	padding: 10px 0;
}
.content-osusume-list {
	font-size: 20px;
	max-width: 550px;
	width: 100%;
	margin: 0 auto;
}
.content-osusume-list li {
	list-style: none;
	padding-left: 50px;
	background-repeat: no-repeat;
	background-size: 40px;
	line-height: 40px;
	background-position: left;
	margin-bottom: 10px;
}
.content-osusume-list li span {
	background: -webkit-linear-gradient(transparent 60%, #ff6 60%);
	background: -o-linear-gradient(transparent 60%, #ff6 60%);
	background: linear-gradient(transparent 60%, #ff6 60%);
}
.content-cautionImg {
	text-align: center;
}
.content-price-box table {
	width: 100%;
	max-width: 850px;
	margin: 0 auto;
}
.content-price-box table,
.content-price-box table td,
.content-price-box table th {
	border: 3px solid #fff;
	border-collapse: collapse;
	font-size: 28px;
}
.content-price-box table th {
	background-color: #009446;
	color: #fff;
	padding: 10px;
	width: 30%;
}
.content-price-box table th em {
	font-size: 14px;
}
.content-price-box table td {
	background-color: #eee;
	padding: 10px;
	width: 70%;
}
.content-review-box {
	width: 100%;
	max-width: 650px;
	margin: 0 auto;
}
.content-review-box img {
	max-width: 84px;
	width: 100%;
}
.content-review-balloon1 {
	position: relative;
	padding: 20px;
	border-radius: 10px;
	background-color: #eee;
	margin-left: 110px;
	margin-bottom: 50px;
	font-size: 18px;
}
.content-review-balloon1 .content-review-icon {
	position: absolute;
	left: -110px;
	top: 0;
	text-align: center;
}
.content-review-icon span {
	font-size: 12px;
}
.content-review-balloon1::before {
	content: "";
	position: absolute;
	display: block;
	width: 0;
	height: 0;
	left: -15px;
	top: 20px;
	border-right: 15px solid #eee;
	border-top: 15px solid transparent;
	border-bottom: 15px solid transparent;
}
.content-review-balloon2 {
	position: relative;
	padding: 20px;
	border-radius: 10px;
	background-color: #eee;
	margin-right: 110px;
	margin-bottom: 50px;
	font-size: 18px;
}
.content-review-balloon2 .content-review-icon {
	position: absolute;
	right: -110px;
	top: 0;
	text-align: center;
}
.content-review-balloon2::before {
	content: "";
	position: absolute;
	display: block;
	width: 0;
	height: 0;
	right: -15px;
	top: 20px;
	border-left: 15px solid #eee;
	border-top: 15px solid transparent;
	border-bottom: 15px solid transparent;
}
.content-faq-box {
	width: 100%;
	max-width: 650px;
	margin: 0 auto;
	line-height: 2em;
	font-size: 18px;
}
.content-faq-box dt {
	padding: 10px;
	background-color: #eee;
}
.content-faq-box dt i {
	padding: 7px;
	background-color: #009446;
	color: #fff;
	font-style: normal;
	margin-right: 10px;
	font-weight: 700;
}
.content-faq-box dd {
	padding: 10px;
}
.content-faq-box dd i {
	padding: 7px;
	background-color: #f80002;
	color: #fff;
	font-style: normal;
	margin-right: 10px;
	font-weight: 700;
}
.content-flow-box table {
	width: 100%;
	max-width: 850px;
	margin: 0 auto;
}
.content-flow-box table th {
	width: 15%;
	background-color: #fff;
	padding: 10px;
	border: 4px solid #eee;
}
.content-flow-box table th img {
	vertical-align: bottom;
}
.content-flow-box table td {
	font-size: 24px;
	width: 85%;
	background-color: #fff;
	padding: 10px;
	font-weight: 700;
	border: 4px solid #eee;
}
.content-flow-box table td span {
	background-color: #009446;
	padding: 5px 10px;
	border-radius: 5px;
	margin-right: 10px;
	color: #fff;
}
.content-price-note {
	text-align: center;
	margin-top: 20px;
	color: #f80002;
	font-weight: 700;
}
.tsutatori-footer {
	background-color: #009446;
	font-size: 12px;
	text-align: center;
	color: #fff;
}
.tsutatori-footer .tsutatori-inner {
	padding: 10px;
}
#tsutatori .tsutatori-footer p {
	line-height: 1.4;
	font-size: 12px;
}
.pagetop {
	display: none;
	position: fixed;
	bottom: 30px;
	right: 15px;
}
.pagetop a {
	display: block;
	background-color: #dc6554;
	text-align: center;
	color: #fff;
	font-size: 16px;
	text-decoration: none;
	-moz-opacity: 0.5;
	opacity: 0.5;
}
.pagetop a:hover {
	display: block;
	background-color: #ffb1a6;
	text-align: center;
	color: #fff;
	font-size: 16px;
	text-decoration: none;
	-moz-opacity: 0.5;
	opacity: 0.5;
}
.tsutatori-md i {
	font-style: normal;
	display: block;
	text-align: center;
	font-size: 100px;
	font-weight: 700;
	margin-bottom: 20px;
}
.tsutatori-md ul {
	padding: 20px 0 20px 50px;
}
.tsutatori-md ul li {
	line-height: 1.4;
	font-size: 20px;
}
.tsutatori-md-m {
	padding: 10px;
	background-color: #dff6ff;
	border-radius: 10px;
	margin-bottom: 20px;
}
.tsutatori-md-m i {
	color: #00b4ff;
	line-height: 100px;
}
.tsutatori-md-d {
	padding: 20px 10px;
	background-color: #ffdfec;
	border-radius: 10px;
}
.tsutatori-md-d i {
	color: #f80002;
	line-height: 100px;
}
.right-floating-btn {
	bottom: 110px;
}
.content-company table {
	width: 100%;
	max-width: 850px;
	margin: 0 auto;
}
.content-company table,
.content-company table td,
.content-company table th {
	border: 3px solid #fff;
	border-collapse: collapse;
	font-size: 18px;
}
.content-company table th {
	background-color: #009446;
	color: #fff;
	padding: 10px;
	width: 30%;
}
.content-company table td {
	background-color: #eee;
	padding: 10px;
	width: 70%;
}
.area-txt {
	font-size: 26px;
	text-align: center;
}
.area-txt span {
	font-size: 14px;
}
@media screen and (max-width: 1000px) {
	.sp_none {
		display: none;
	}
	.pc_none {
		display: block;
	}
	p {
		font-size: 14px;
		line-height: 1.5em;
	}
	#tsutatori .content-nayamiTxt,
	.content-nayamiBox h3 {
		font-size: 24px;
	}
	.tsutatori-header {
		padding: 10px 0;
	}
	.tsutatori-header h1 {
		font-size: 10px;
		margin: 0;
	}
	#tsutatori img {
		max-width: 100%;
	}
	.tsutatori-inner {
		padding: 20px 10px;
		box-sizing: border-box;
	}
	.content-nayamiImg img {
		width: 150px;
	}
	.content-nayami h2 {
		font-size: 28px;
	}
	.content-nayamiList li {
		font-size: 18px;
		padding: 20px 10px 20px 50px;
	}
	.content-nayamiTxt {
		font-size: 28px;
	}
	.content-nayamiArrow img {
		width: 80px;
	}
	.content-nayamiBox div {
		float: none;
		width: 100%;
		text-align: center;
	}
	.content-baBox-img {
		float: none;
		width: 100%;
		text-align: center;
		margin-right: 0;
	}
	.content-baBox-txt {
		float: none;
		width: 100%;
	}
	.main-h2 {
		font-size: 28px;
		padding: 10px;
	}
	.content-baBox-txt h3 {
		margin-top: 20px;
	}
	.content-about-box {
		display: block;
		width: 100%;
		box-sizing: border-box;
	}
	.content-about-box .content-about-Img {
		display: block;
		width: 100%;
		text-align: center;
		box-sizing: border-box;
	}
	.content-about-box .content-about-Img img {
		width: 200px;
	}
	.content-about-box .content-about-Txt {
		display: block;
		width: 100%;
		box-sizing: border-box;
		padding: 10px;
	}
	.content-chara-box .content-chara-Top1 {
		width: 40px;
		color: #fff;
		padding: 10px;
		text-align: center;
		font-weight: 700;
	}
	.content-chara-box .content-chara-Top1 i {
		font-size: 40px;
		display: inline-block;
		font-style: normal;
	}
	.content-osusume-list li {
		font-size: 16px;
		line-height: 26px;
		min-height: 44px;
	}
	.content-review-box img {
		width: 40px;
	}
	.content-cautionImg img {
		width: 150px;
	}
	.content-review-balloon1 {
		margin-left: 80px;
		padding: 10px;
		margin-bottom: 20px;
		font-size: 14px;
	}
	.content-review-balloon1 .content-review-icon {
		left: -70px;
	}
	.content-review-balloon2 {
		margin-right: 80px;
		padding: 10px;
		margin-bottom: 20px;
		font-size: 14px;
	}
	.content-review-balloon2 .content-review-icon {
		right: -70px;
	}
	.content-flow-box table th {
		width: 20%;
		padding: 5px;
	}
	.content-price-flow table td {
		font-size: 20px;
		padding: 4px;
	}
	.content-price-flow table td span {
		margin-right: 2px;
	}
	.content-flow-box table td {
		width: 80%;
		font-size: 16px;
	}
	.content-flow-box table td span {
		display: block;
		width: 20px;
		text-align: center;
	}
	.tsutatori-md ul {
		padding-left: 20px;
	}
	.tsutatori-md ul li {
		line-height: 1.5em;
		font-size: 14px;
	}
	.content-price-box table,
	.content-price-box table td,
	.content-price-box table th {
		font-size: 14px;
		line-height: 1.5em;
	}
	.content-company table,
	.content-company table td,
	.content-company table th {
		font-size: 14px;
	}
	.redbig {
		font-size: 20px;
	}
	.content-faq-box {
		font-size: 14px;
	}
}
.newspaper_inner {
	display: inline-block;
	padding: 0 10px;
	max-width: 100%;
}
.newspaper {
	text-align: center;
}
.btm-cta-main {
	opacity: 80%;
}
.btm-cta_ctf_time {
	padding-right: 1rem;
}
ul.btm-cta.btm-cta_active a div.btm-cta_ctf_time {
	font-weight: 100;
	font-size: 26px;
}
i.free-dial::before {
	content: "";
	display: inline-block;
	width: 30px;
	height: 30px;
	background-repeat: no-repeat;
	background-position: 0 5px;
	background-size: contain;
	vertical-align: middle;
}
.btm-cta_ctf_tel i.free-dial::before {
	width: 60px;
	height: 60px;
	margin-right: -20px;
}
#bottom_fix_wrap {
	justify-content: space-around;
}
.btm-cta li a {
	padding: 0;
	display: flex;
	align-items: center;
	justify-content: center;
}
@media screen and (max-width: 1350px) {
	.btm-cta-main-tel_time {
		display: block;
	}
	.btm-cta_ctf_time {
		padding-right: 0;
	}
}
@media screen and (min-width: 769px) {
	div#bottom_fix_container {
		display: none;
	}
}
@media screen and (max-width: 768px) {
	body {
		font: 100%/1.618 Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", Verdana, Geneva, Arial, Helvetica, sans-serif;
	}
	a {
		text-decoration: none;
	}
	#bottom_fix_wrap {
		box-sizing: border-box;
		opacity: 0.95;
		width: 100%;
		text-align: center;
		padding: 8px 0;
		box-sizing: border-box;
		height: 90px;
		display: flex;
		align-items: center;
		background: #f3970e;
		border: 6px solid #ff5722;
	}
	.tsutatori-footer {
		padding-bottom: 60px;
		margin-top: 5px;
	}
	#tsutatori .tsutatori-footer {
		padding: 20px 10px 50px;
	}
	.bottom_fix_tel p {
		color: #333;
	}
	#bottom_fix_container {
		display: block;
		z-index: 999;
		bottom: 0;
		width: 100%;
		position: relative;
	}
	#bottom_fix_wrap a {
		font-weight: 700;
		line-height: 0;
		display: inherit;
		position: relative;
		z-index: 99999;
	}
	.btm-cta {
		display: none;
	}
	.btm-cta_sp {
		position: fixed;
		display: flex;
		left: 0;
		bottom: 0;
		width: 100%;
		transform: translateY(100%);
		transition: 0.6s;
		z-index: 99999;
	}
	#footer_container {
		margin-top: 0;
		padding-bottom: 30px;
	}
	.btm-cta_sp_active {
		transform: translate(0);
	}
	.bottom_fix_icon {
		width: 60px;
		padding: 0 10px;
		max-width: 80px;
	}
	.bottom_fix_icon img {
		width: 100%;
	}
	div#bottom_fix_wrap div,
	div#bottom_fix_wrap p {
		line-height: 1.2;
		font-size: 0.8rem;
		font-weight: 600;
	}
	div#bottom_fix_wrap p.bottom_fix_tel_num {
		font-size: 24px;
		color: #fff;
		margin: 3px 0;
	}
	.bottom_fix_mail {
		background: #00f;
		height: max-content;
		width: 60px;
	}
	div.bottom_fix_mail i.fa-solid.fa-envelope {
		content: "\f0e0";
		font-family: "Font Awesome 5 Free";
		font-weight: 900;
		font-style: normal;
		font-size: 38px;
		text-align: center;
		margin: 10px;
	}
	i {
		color: #fff;
	}
	.pagetop {
		bottom: 100px;
	}
}
@media screen and (max-width: 480px) {
	div#bottom_fix_wrap div,
	div#bottom_fix_wrap p {
		font-size: 0.7rem;
	}
}
@media screen and (max-width: 360px) {
	div#bottom_fix_wrap p.bottom_fix_tel_num {
		font-size: 22px;
	}
}
.pagetop {
	z-index: 999999;
}
.pagetop a,
.pagetop a:hover {
	padding: 8px 12px;
}
/*------------------------------------------------------------------------
◆フッターCTA 修正　2024-04-15
------------------------------------------------------------------------*/
.btm-cta_ctf_time {
	margin-top: 1rem;
	margin-bottom: -1rem;
}
/*--------------------------------------------------------------------------
◆背景変更 2024-01-12
--------------------------------------------------------------------------*/
.body-contents-wrapper {
	padding: 0;
	background: url(https://company-site.biz/wp-content/themes/aoisouken/images/landing/ueki_res/back.jpg) repeat;
	box-shadow: 0 1.9px 2.5px rgb(0 0 0 / 6%), 0 5px 6.1px rgb(0 0 0 / 8%), 0 10.1px 11.4px rgb(0 0 0 / 9%), 0 19.2px 19.8px rgb(0 0 0 / 9%), 0 38.4px 34.8px rgb(0 0 0 / 10%), 0 101px 74px rgb(0 0 0 / 13%);
}

.tsutatori-header img {
	max-width: 940px;
}

.tsutatori-inner {
	max-width: 940px;
}

.content-nayamiBox {
	display: flex;
	justify-content: center;
}

.content-nayamiBox div {
	width: 280px;
}

.content-nayamiBox h3 {
	font-size: 24px;
}
.low-link a {
	color: #396c19;
	margin: 1rem auto;
	display: block;
	text-align: center;
	font-size: 14px;
}
@media screen and (max-width: 768px) {
	.content-nayamiBox {
		display: block;
	}
	.content-nayamiBox div {
		width: 100%;
	}
	#tsutatori .tsutatori-footer {
		padding: 0px 10px 50px;
	}
	div#footer_wrap {
		padding-bottom: 0;
	}
	#footer_container {
		padding-bottom: 60px;
	}
}
