@charset "utf-8";

/*
Theme Name: ふじ
Version: 2022.10.10
*/
/*---------------------------------------------------------
reset
---------------------------------------------------------*/
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
margin: 0;
padding: 0;
border: 0;
font-size: 100%;
font: inherit;
vertical-align: baseline;
	font-family: sans-serif;
	letter-spacing: .05rem;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	font-feature-settings: "palt";
	word-wrap: break-word;
box-sizing:border-box;
}

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

body {
	background-color: #fff;
	-webkit-text-size-adjust: none;
	font-size: 14px;
	color: #666;
	line-height: 1.5;
}

a {
	color: #000;
	outline: none;
	text-decoration:none;
}
a:hover{
	text-decoration:underline;
}
.sp {
	display: none!important;
}

ol, ul {
	list-style: none;
}

blockquote, q {
	quotes: none;
}

blockquote:before, blockquote:after, q:before, q:after {
	content: '';
	content: none;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}
img{
	max-width:100%;
	vertical-align: bottom;
	image-rendering: -webkit-optimize-contrast;
}
a:hover img {
	opacity: 0.8;
	filter: alpha(opacity=80);
	
	-moz-opacity: 0.8;
}
.container{

	width:92%;
	margin:auto;
}
.b{
	color:#103575;
}
.p{
	color:#d5007e;
}
h2{
	color:#444;
	font-size:2.5em;
	font-weight:bold;
	margin-bottom: .25em;
}
h3{
	color:#444;
	font-size:1.8em;
	font-weight:bold;
	margin-bottom:1.5em;
}
/*---------------------------------------------------------
Header
---------------------------------------------------------*/
header{
	background:#000;
	color:#fff;
}
header h1 {
	background:#000;
	border-radius:0 0 10px 10px;
	max-width:320px;
	padding:5px 10px 10px;
}
header .container{
	display:flex;
	justify-content:space-between;
	align-items: center;
}
header a{
	color:#fff;
	font-weight:bold;
}
/*---------------------------------------------------------
Page
---------------------------------------------------------*/
#fv{
	margin-top:60px;
}
#fv figure{
	display:flex;
	justify-content:space-between;
	align-items: center;
}
#fv figure img{
	width:49%;
}
#fv figcaption{
	width:49%;
}
a.btn_tel {
	display: table;
	text-align: center;
	vertical-align: middle;
	text-decoration: none;
	margin: auto;
	padding: 1rem 4rem;
	font-weight: bold;
	background:#103575;
	border-radius: 100vh;
	color: #fff;
	border: 2px solid #fff;
	box-shadow: 0 2px 5px rgba(0, 0, 0, .2);
	-webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, .2);
	transition: 0.5s;
}
a.btn_tel:hover {
	color: #fff;
	background:#d5007e;
}
a.btn_tel span,
a.tel span{
	background:url("img/tel.svg") no-repeat left center;
	padding-left:1.5em;
}
.app{
	background:#ececec;
	border-radius:12px;
	display:flex;
	flex-wrap:wrap;
	margin-top:30px;
	padding:10px;
}
.apli{
	width:20%;
	margin-right:4%;
}
#fv figure .app img{
	width:100%;
}
.dl{
	display:flex;
	justify-content:space-between;
	flex-wrap:wrap;
	width:74%;
}
.dl .text{
	background:#fff;
	border-radius:10px;
	font-size:14px;
	width:100%;
	height:22px;
	text-align:center;
	margin-bottom: 10px;
}
.dl a{
	width:48%;
}
.app p{
	font-size:10px;
	width:100%;
}
#lineup{
	margin-top:30px;
}
#lineup .container{
	max-width:80%;
}
#lineup .flex{
	display:flex;
	justify-content:space-between;
	align-items: center;
	border-bottom:1px solid #eee;
	padding-bottom:60px;
	margin-bottom:60px;
}
#lineup figure{
	width:48%;
}
#lineup .flex div{
	width:48%;
	padding-left:30px;
}
#lineup p{
	color:#666;
	font-size:14px;
}
dl{
	display:flex;
	flex-wrap:wrap;
	width: 90%;
	border-top:1px solid #eee;
	line-height:3;
	margin:30px 0;
}
dl dt{
	border-bottom:1px solid #eee;
	font-weight:bold;
	width:20%;
}
dl dd{
	border-bottom:1px solid #eee;
	width:80%;
}
#price .flex{
	display:flex;
	justify-content:space-between;
	flex-wrap:wrap;
	border-bottom:1px solid #eee;
	padding-bottom:60px;
	margin-bottom:60px;
}
#price h2{
	display: flex;
	justify-content: center;
	align-items: center;
	width: 48%;
	text-align: center;
	background: #f2f2f2;
}
#price dl{
	width:48%;
}
#price dt{
	width:25%;
}
#price dl dd{
	width:60%;
}
#price dl dd.yen{
	width:15%;
	text-align:right;
}
hr{
	width:100%;
	height: 0;
	border:0;
	border-top: 1px dotted #aaa;
	margin:40px auto;
}
#payment figure{
	text-align:center;
}
/*---------------------------------------------------------
FOOTER
---------------------------------------------------------*/
footer{
	background:#000;
	color:#fff;
	margin-top:120px;
}
footer .contact{
	padding:20px 0;
}
footer .container{
	display:flex;
	justify-content:space-between;
	align-items: center;
	width:92%;
	max-width:1200px;
	margin:auto;
}
footer .corp {
	flex:1;
	margin-top:30px;
}
footer .corp img{
	max-width:320px;
}
footer p{
	font-size:12px;
	font-weight:bold;
	line-height:2;
}
footer .app{
	color:#000;
	width:60%;
}
.copy{
	margin-top:60px;
	font-size:10px;
	text-align:center;
	padding-bottom:20px;
}
/*---------------------------------------------------------
Mobile
---------------------------------------------------------*/

/*Media Queries*/

@media screen and (max-width: 819px) {
	body, html {
		min-width: 100%;
	}
	body {
		font-size: 15px;
	}
	img {
		max-width: 100%;
	}
	img.sp {
		width: 100%;
	}
	.pc {
		display: none!important;
	}
	.sp {
		display: block!important;
	}
	.container{
		width:100%;
		padding:0 4%;
	}
	header{
		padding:10px 0;
	}
	#fv{
		margin-top:20px;
	}
	#fv figure{
		display:block;
	}
	#fv figure img,
	#fv figcaption	{
		width: 100%;
	}
	h2{
		font-size:20px;
		text-align:center;
	}
	h3{
		text-align:center;
		margin-bottom:10px;
	}
	hr{
		margin:20px 0;
	}
	#lineup .container {
		max-width: 100%;
	}
	#lineup .flex{
		flex-direction:column;
		margin-bottom: 20px;
	}
	#lineup figure{
		width: 100%;
		margin:0 0 20px;
		}
	#lineup .flex div	{
		width: 100%;
		padding:0;
	}
	dl {
		width: 100%;
		margin: 20px 0;
	}
	#price .flex {
		display: block;
		border-bottom:0;
		padding-bottom:20px;
		margin-bottom:20px;
	}
	#price h2,#price dl{
		width:100%;
	}
	#price dl{
		font-size:12px;
		line-height: 1.4;
	}
	#price dl dt{
		padding:5px 0;
	}
	#price dl dd{
		padding:5px;
	}
	#price dl dd{
		width:55%;
	}
	#price dl dd.yen{
		width:20%;
	}
	footer{
		margin-top:60px;
	}
	footer .container{
		display:block;
	}
	footer .app{
		width:100%;
	}
}
@media screen and (max-width: 320px) {

}