/* Reset
-----------------------------------*/
*, ::before, ::after {
	box-sizing: border-box;
	border-style: solid;
	border-width: 0;
}
html {
	line-height: 1.15;
	-webkit-text-size-adjust: 100%;
	-webkit-tap-highlight-color: transparent;
}
body {
	margin: 0;
	font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
	position: relative;
}
main {
	display: block;
}
p, table, blockquote, address, pre, iframe, form, figure, dl {
	margin: 0;
}
h1, h2, h3, h4, h5, h6 {
	font-size: inherit;
	line-height: inherit;
	font-weight: inherit;
	margin: 0;
}
ul, ol {
	margin: 0;
	padding: 0;
	list-style: none;
}
dt {
	font-weight: bold;
}
dd {
	margin-left: 0;
}
pre {
	font-family: monospace, monospace;
	font-size: inherit;
}
address {
	font-style: inherit;
}
a {
	background-color: transparent;
	text-decoration: none;
	color: inherit;
}
b, strong {
	font-weight: bolder;
}
small {
	font-size: 80%;
}
img, embed, object, iframe {
	vertical-align: bottom;
}
img {
	-webkit-filter: blur(0px);
	filter: blur(0px);
	display: block;
}
/* Layout
-----------------------------------*/
#wrapper {
	width: 100%;
	max-width: 750px;	
	margin: 0 auto;
	position: relative;
}
#wrapper img {
	width: auto;
	height: auto;
	max-width: 100%;
}
main div {
	position: relative;
	top: 0;
	left: 0;
}
.header a {
	position: absolute;
	/*width: calc(330 / 166 * 100%);*/
	right: 170px;
	bottom: 100px;
	transition: 0.2s;
}
/*アコーディオンメニュー*/
.ac_menu {
	width: 100%;
}
.ac_menu li img {
	width: 100% !important;
}
#qa {
	width: calc(678 / 750 * 100%);
	margin-inline: auto;
	box-sizing: border-box;
}
#qa li {
	margin-inline: auto;
	width: 100%;
	max-width: 860px;
	margin-bottom: calc(30 / 750 * 100%);
	border: 2px solid #182B6F;
	border-radius: 34px 0 34px 0;
	overflow: hidden;
}
#qa li:last-child {
	margin-bottom: calc(54 / 750 * 100%);
}
.ac_wrapper {
	background-size: cover;
	padding-bottom: calc(70 / 750 * 100%);
}
.header .access{
	/*width: calc(560 / 750 * 100%);*/
	box-sizing: border-box;
	left: 160px;
}
#store {
	width: calc(680 / 750 * 100%);
	margin-inline: auto;
	box-sizing: border-box;
}
#store li {
	margin-inline: auto;
	width: 100%;
	max-width: 680px;
	margin-bottom: calc(30 / 750 * 100%);
	border: 2px solid #182B6F;
	border-radius: 20px;
	overflow: hidden;
	box-sizing: border-box;
	background: #FFF;
}
#store li:last-child {
	margin-bottom: 0;
}
#store .anser {
	background: #FFF;
	width: 100%;
	margin-inline: auto;
	padding-top: 0;
	padding-bottom: calc(40 / 680 * 100%);
}
#store .anser iframe {
	width: calc(580 / 680 * 100%);
	margin-inline: auto;
	display: block;
	aspect-ratio: 1.7 / 1;
	margin-bottom: calc(38 / 680 * 100%);
}
#store .anser .info {
	margin-bottom: calc(35 / 680 * 100%);
}
#store .anser .btn {
	width: calc(580 / 680 * 100%);
	display: block;
	margin-inline: auto;
}
#store .store_cv.btn {
	width: calc(614 / 680 * 100%);
}
#store .store_tel{
	margin-bottom: calc(20 / 680 * 100%);
}
.btn {
	transition: 0.2s;
}
.btn:hover {
	opacity: 0.8;
	transition: 0.3s;
	cursor: pointer;
}
.cv_btn a {
	position: absolute;
	width: calc(586 / 750 * 100%);
	left: calc(82 / 750 * 100%);
	top: 0;
	transition: 0.2s;
}
.cv_btn02 a {
	position: absolute;
	width: calc(666 / 750 * 100%);
	left: calc(42 / 750 * 100%);
	top: 0;
	transition: 0.2s;
}
.cv_btn03 a {
	position: absolute;
	width: calc(666 / 750 * 100%);
	left: calc(42 / 750 * 100%);
	top: 60px;
	transition: 0.2s;
}
.fix a:hover, .header a:hover, .cv_btn a:hover,.cv_btn02 a:hover {
	opacity: 0.8;
	transition: 0.3s;
	cursor: pointer;
}
.ac_btn {
	transition: 0.2s;
}
.ac_btn:hover {
	transition: 0.3s;
	cursor: pointer;
}
.fix {
	position: fixed;
	right: auto;
	left: auto;
	top: auto;
	bottom: 0;
	width: 100%;
	height: fit-content;
	max-width: 750px;
	margin-inline: auto;
	display: flex;
	justify-content: flex-start;
	background: #FFF;
}
.fix .footer_tel {
	position: absolute;
	width: calc(400 / 750 * 100%);
	left: 0;
	bottom: 0;
	transition: 0.2s;
}
.fix .footer_cv {
	position: absolute;
	width: calc(350 / 750 * 100%);
	right: 0;
	bottom: 0;
	transition: 0.2s;
}
.footer a.gotop{
	position: absolute;
	right: calc(35 / 750 * 100%);
	bottom: calc(40 / 438 * 100%);
	width: calc(79 / 750 * 100%);
}

.footer a:hover, .header a:hover, .cv_btn a:hover {
	opacity: 0.8;
	transition: 0.3s;
	cursor: pointer;
}

@media screen and (max-width: 750px) {
	#store li {
		border-radius: 10px;
	}
	.header a{
	right: 4.4rem;
	bottom: 3.3rem;
	width: 28%;
}
	.header .access{
	left: 3.5rem;
	width: 35%;
}
.cv_btn03 a {
	top: 1.8rem;
}
}