@charset "utf-8";

/* PC、SP表示切り替え
------------------------------------------------------------------------------------ */
.dsNoSp {
	display: none;
}
.dsNoPc {
	display: block;
}

/* header
------------------------------------------------------------------------------------ */
header {
	padding:10px 0;
}
header h1 {
	width:200px;
	line-height: 100%;
	margin:0 auto;
}


/* contents
------------------------------------------------------------------------------------ */
div#wrapper {
	position:relative;
}
div#contents {
}
div#contents div.sectionInner {
	width:90%;
	max-width:1000px;
	margin:0 auto;
}


/* footer
------------------------------------------------------------------------------------ */
footer {
	position: fixed;
	left: 0;
	bottom: 0;
	width:100%;
	z-index:2;
}
footer ul#footerNav {
	display: flex;
}
footer ul#footerNav li {
	width:calc(100% / 6);
}
footer ul#footerNav li:nth-child(odd) {
	background-color: #003B8E;
}
footer ul#footerNav li:nth-child(even) {
	background-color: #0E203E;
}
footer ul#footerNav li a {
	display: block;
	color: #FFF;
	text-align: center;
	text-decoration:none;
	padding:14px 0;
}
footer ul#footerNav li a p.footerNavIcon {
	width:30px;
	margin:0 auto;
}
footer ul#footerNav li a p.footerNavText {
	font-size: 9px;
	line-height: 100%;
	letter-spacing: 0;
	margin-top:5px;
}


/* 共通パーツ
------------------------------------------------------------------------------------ */
.shadow {
	filter: drop-shadow(0 0 10px rgb(0,0,0,0.3));
}
.title01 {
	color: #FFF;
	font-size: 18px;
	line-height: 175%;
	font-weight:700;
	text-align: center;
	margin-bottom:20px;
	padding:10px 30px;
	background-color: #0E203E;
	border-radius:50px;
}


/* mv
------------------------------------------------------------------------------------ */
section#mv {
}


/* aboutPrice
------------------------------------------------------------------------------------ */
section#aboutPrice {
	padding:30px 0;
	background-color: #F4F4F4;
}
section#aboutPrice p {
	color: #0E203E;
	font-size: 14px;
	line-height: 200%;
	font-weight:700;
}
section#aboutPrice p br {
	display: none;
}


/* lowPrice
------------------------------------------------------------------------------------ */
section#lowPrice {
	position:relative;
	padding:60px 0 30px 0;
}
section#lowPrice p#lowPricebg01 {
	position: absolute;
	right: 0;
	top: 0;
	width:100%;
}
section#lowPrice p#lowPricebg02 {
	position: absolute;
	left: 0;
	bottom: 0;
	width:100%;
}
section#lowPrice div.sectionInner {
	position:relative;
	z-index:2;
}
section#lowPrice div.sectionInner h2 {
}
section#lowPrice div.sectionInner p#lowPriceCatch {
	color: #0E203E;
	font-size: 14px;
	line-height: 150%;
	text-align: center;
	margin:30px 0;
	padding:20px;
	border: 1px solid #0E203E;
	box-sizing: border-box;
}
section#lowPrice div.sectionInner p#lowPriceCatch br {
	display:none;
}
section#lowPrice div.sectionInner h3 {
	margin:30px auto;
}
section#lowPrice div.sectionInner ul {
	margin-bottom:30px;
}
section#lowPrice div.sectionInner ul li {
	margin-top:30px;
}
section#lowPrice div.sectionInner ul li:first-child {
	margin-top:0;
}
section#lowPrice div.sectionInner ul li p#lowPriceLead {
	color: #FFF;
	font-size: 14px;
	line-height: 150%;
	font-weight:700;
	text-align: center;
	padding:30px 20px;
	box-sizing: border-box;
	background-color: #003B8E;
}


/* campaign
------------------------------------------------------------------------------------ */
section#campaign {
	padding:30px 0;
}
section#campaign h2 {
	margin-bottom:30px;
}
section#campaign ul {
}
section#campaign ul li {
	margin-top:30px;
}
section#campaign ul li:first-child {
	margin-top:0;
}


/* samedayInquiry
------------------------------------------------------------------------------------ */
section#samedayInquiry {
}
section#samedayInquiry div.sectionInner {
	margin-top:30px;
}


/* point
------------------------------------------------------------------------------------ */
section#point {
	margin-top:30px;
}
section#point p#pointLead {
	color: #FFF;
	font-size: 26px;
	line-height: 150%;
	font-weight:700;
	text-align: center;
	padding:40px 20px;
	box-sizing: border-box;
	background-color: #003B8E;
}


/* calendar
------------------------------------------------------------------------------------ */
section#calendar {
	margin-top:30px;
}
section#calendar ul#calendarList {
	margin-top:30px;
}
section#calendar ul#calendarList li {
	margin-top:20px;
	padding:20px 15px;
	border: 10px solid #0E203E;
	background-color: #FFF;
}
section#calendar ul#calendarList li:first-child {
	margin-top:0;
}
section#calendar ul#calendarList li h3 {
	color: #0E203E;
	font-family: "Noto Serif JP", serif;
	font-size: 44px;
	line-height: 100%;
	font-weight:600;
	text-align: center;
	margin-bottom:15px;
}
section#calendar ul#calendarList li h3 span {
	font-size: 24px;
	line-height: 100%;
	font-weight:600;
}
section#calendar ul#calendarList li h4 {
	color: #A03138;
	font-family: "Noto Serif JP", serif;
	font-size: 22px;
	line-height: 100%;
	font-weight:800;
	letter-spacing: 0;
	text-align: center;
	margin-bottom:15px;
}
section#calendar ul#calendarList li h4 span {
	font-size: 16px;
	line-height: 100%;
	font-weight:800;
}
section#calendar ul#calendarList li div {
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-top:15px;
}
section#calendar ul#calendarList li div h5 {
	color: #0E203E;
	font-family: "Noto Serif JP", serif;
	font-size: 18px;
	line-height: 100%;
	font-weight:600;
}
section#calendar ul#calendarList li div h5 span {
	font-size: 28px;
	line-height: 100%;
}
section#calendar ul#calendarList li div p {
	position:relative;
	top:5px;
	color: #0E203E;
	font-size: 14px;
	line-height: 100%;
	font-weight:700;
}
section#calendar ul#calendarList li div p span {
	color: #EFB1BF;
	margin-right:5px;
}
section#calendar ul#calendarList li table {
	width:100%;
	margin-top:10px;
	border-top: 1px solid #0E203E;
	border-right: 1px solid #0E203E;
	border-collapse:collapse;
	border-spacing: 0;
}
section#calendar ul#calendarList li table tr {
}
section#calendar ul#calendarList li table tr th {
	color: #FFF;
	font-size: 18px;
	line-height: 100%;
	text-align: center;
	font-weight: normal;
	padding: 8px 0;
	border-bottom: 1px solid #0E203E;
	border-left: 1px solid #FFF;
	background-color: #0E203E;
}
section#calendar ul#calendarList li table tr th:first-child {
	border-left: 1px solid #0E203E;
}
section#calendar ul#calendarList li table tr td {
	color: #0E203E;
	font-family: "Noto Serif JP", serif;
	font-size: 18px;
	line-height: 100%;
	font-weight:600;
	text-align: center;
	padding: 7px 0;
	border-bottom: 1px solid #0E203E;
	border-left: 1px solid #0E203E;
}
section#calendar ul#calendarList li table tr td.holiday {
	color: #E73134;
}
section#calendar ul#calendarList li table tr td.calendarColor {
	background-color: #EFB1BF;
}


/* office
------------------------------------------------------------------------------------ */
section#office {
	margin-top:30px;
	background: linear-gradient(#0E203E, #003B8E);
}
section#office div#officeWrapper {
	padding:30px 0 100px 0;
	background: url("../img/office_bg_sp.png") left 100px no-repeat;
	background-size: contain;
}

section#office ul#officeLinkList {
	display: flex;
	flex-wrap: wrap;
	margin-top:50px;
}
section#office ul#officeLinkList li {
	width:calc((100% - 30px) / 4);
	margin:10px 10px 0 0;
}
section#office ul#officeLinkList li:nth-child(4n) {
	margin-right:0;
}
section#office ul#officeLinkList li:first-child,
section#office ul#officeLinkList li:nth-child(2),
section#office ul#officeLinkList li:nth-child(3),
section#office ul#officeLinkList li:nth-child(4) {
	margin-top:0;
}
section#office ul#officeLinkList li a {
	display: block;
	color: #FFF;
	font-size: 14px;
	line-height: 100%;
	font-weight:700;
	text-align: center;
	padding:8px 15px;
	background-color: #876E38;
	border-radius:8px;
	text-decoration:none;
}

section#office ul#officeList {
	margin-top:50px;
}
section#office ul#officeList li {
	margin-top:40px;
}
section#office ul#officeList li:first-child {
	margin-top:0;
}
section#office ul#officeList li div.officeTitle {
	display: flex;
	align-items: center;
	margin:20px 0;
}
section#office ul#officeList li div.officeTitle h3 {
	color: #FFF;
	font-size: 22px;
	line-height: 100%;
	font-weight:700;
	margin-right:10px;
}
section#office ul#officeList li div.officeTitle p.officeTitleMapLink {
}
section#office ul#officeList li div.officeTitle p.officeTitleMapLink a {
	display: block;
	color: #FFF;
	font-size: 14px;
	line-height: 100%;
	font-weight:700;
	padding:8px 15px;
	background-color: #876E38;
	border-radius:8px;
	text-decoration:none;
}
section#office ul#officeList li p {
	color: #FFF;
	font-size: 14px;
	line-height: 150%;
	font-weight:700;
}



@media screen and (min-width:768px) {
	/* PC、SP表示切り替え
	------------------------------------------------------------------------------------ */
	.dsNoSp {
		display: block;
	}
	.dsNoPc {
		display: none;
	}

	/* footer
	------------------------------------------------------------------------------------ */
	footer ul#footerNav li a {
		padding-top:20px;
		padding-bottom:15px;
	}
	footer ul#footerNav li a p.footerNavIcon {
		width:50px;
	}
	footer ul#footerNav li a p.footerNavText {
		font-size: 16px;
		line-height: 100%;
		letter-spacing: 0.085rem;
		margin-top:10px;
	}

	/* 共通パーツ
	------------------------------------------------------------------------------------ */
	.pcWideSmall {
		width:100%;
		max-width:640px;
		margin:0 auto;
	}
	.title01 {
		font-size: 24px;
		line-height: 175%;
		margin-bottom:25px;
		padding-top:15px;
		padding-bottom:15px;
	}

	/* aboutPrice
	------------------------------------------------------------------------------------ */
	section#aboutPrice {
		padding-top:80px;
		padding-bottom:80px;
	}
	section#aboutPrice p {
		font-size: 18px;
		line-height: 200%;
		text-align: center;
	}
	section#aboutPrice p br {
		display: inline;
	}

	/* lowPrice
	------------------------------------------------------------------------------------ */
	section#lowPrice {
		padding-top:80px;
		padding-bottom:80px;
	}
	section#lowPrice p#lowPricebg01,
	section#lowPrice p#lowPricebg02 {
		width:70%;
	}
	section#lowPrice div.sectionInner p#lowPriceCatch {
		font-size: 20px;
		line-height: 150%;
		font-weight:700;
		margin-top:50px;
		margin-bottom:50px;
		padding:30px 20px;
	}
	section#lowPrice div.sectionInner p#lowPriceCatch br {
		display:inline;
	}
	section#lowPrice div.sectionInner h3 {
		margin-top:50px;
		margin-bottom:50px;
	}
	section#lowPrice div.sectionInner ul {
		display: flex;
	}
	section#lowPrice div.sectionInner ul li {
		width:calc((100% - 30px) / 2);
		margin-top:0;
		margin-right:30px;
	}
	section#lowPrice div.sectionInner ul li:nth-child(even) {
		margin-right:0;
	}
	section#lowPrice div.sectionInner ul li p#lowPriceLead {
		font-size: 16px;
		line-height: 150%;
		padding:30px;
	}

	/* campaign
	------------------------------------------------------------------------------------ */
	section#campaign {
		padding-top:80px;
		padding-bottom:80px;
	}
	section#campaign h2 {
		margin-bottom:50px;
	}
	section#campaign ul {
		display: flex;
	}
	section#campaign ul li {
		width:calc((100% - 30px) / 2);
		margin-top:0;
		margin-right:30px;
	}
	section#campaign ul li:nth-child(even) {
		margin-right:0;
	}

	/* calendar
	------------------------------------------------------------------------------------ */
	section#calendar {
		margin-top:80px;
	}
	section#calendar ul#calendarList {
		display: flex;
		margin-top:50px;
	}
	section#calendar ul#calendarList li {
		width:calc((100% - 30px) / 2);
		margin-top:0;
		margin-right:30px;
		padding:30px;
	}
	section#calendar ul#calendarList li:nth-child(even) {
		margin-right:0;
	}
	section#calendar ul#calendarList li h3 {
		margin-bottom:25px;
	}
	section#calendar ul#calendarList li h4 {
		font-size: 26px;
		line-height: 100%;
		letter-spacing: 0.085rem;
		margin-bottom:25px;
	}
	section#calendar ul#calendarList li h4 span {
		font-size: 18px;
		line-height: 100%;
	}

	/* office
	------------------------------------------------------------------------------------ */
	section#office {
		margin-top:80px;
	}
	section#office div#officeWrapper {
		padding-top:80px;
		padding-bottom:180px;
		background: url("../img/office_bg_pc.png") left top no-repeat;
		background-size: contain;
	}
	section#office div#officeWrapper h2 {
		max-width:480px;
		margin:0 auto;
	}
	section#office ul#officeLinkList li a {
		font-size: 16px;
		line-height: 100%;
		padding:15px;
		border-radius:10px;
	}
	section#office ul#officeList {
		display: flex;
		flex-wrap: wrap;
	}
	section#office ul#officeList li {
		width:calc((100% - 50px) / 2);
		margin-top:50px;
		margin-right:50px;
	}
	section#office ul#officeList li:nth-child(2) {
		margin-top:0;
	}
	section#office ul#officeList li:nth-child(even) {
		margin-right:0;
	}
	section#office ul#officeList li div.officeTitle {
		margin-top:30px;
	}
	section#office ul#officeList li div.officeTitle h3 {
		font-size: 26px;
		line-height: 100%;
		margin-right:15px;
	}
	section#office ul#officeList li div.officeTitle p.officeTitleMapLink a {
		font-size: 16px;
		line-height: 100%;
		border-radius:10px;
	}
	section#office ul#officeList li p {
		font-size: 16px;
		line-height: 150%;
	}
}



@media screen and (max-width:767px) {
}
