@charset "utf-8";

@import url('https://fonts.googleapis.com/css2?family=Kosugi+Maru&family=M+PLUS+Rounded+1c:wght@400;500;700;800;900&family=Zen+Maru+Gothic:wght@700;900&display=swap');

/*----------------------------
	common
------------------------------*/
* {
	box-sizing: border-box;
}
html {
	font-size: 10px;
	color: #231815;
}
@media (max-width: 1180px) {
	html {
		font-size: 0.84745vw;
	}
}
@media (max-width: 768px) {
	html {
		font-size: 1.3vw;
	}
}
body {
	font-size: 1.65rem;
	line-height: 1;
	font-family: "Noto Sans CJK JP", sans-serif;
	font-feature-settings: "palt";
	font-feature-settings: "halt";
}
@media (max-width: 768px) {
	body {
		font-size: 3.1rem;
	}
}
a {
	color: #231815;
	text-decoration: none;
	transition: opacity 0.3s ease-out;
}
a:hover {
	opacity: 0.7;
}
img {
	max-width: 100%;
	height: auto;
}
img[src$=".svg"] {
	width: 100%;
	height: auto;
}
/* a[href^="tel:"]:hover {
	opacity: inherit;
	color: inherit;
	cursor: default;
} */

.wrapper {
	margin: 0 auto;
	max-height: 100%; /*for android*/
}

.sp {
	display: none;
}

/*非表示設定*/
.invisible {
	display: none;
}


@media (max-width: 768px) {
	.sp {
		display: block;
	}
	.pc {
		display: none;
	}
}

/*----------------------------
	common ここまで
------------------------------*/

/* M PLUS Rounded 1c */
.m-plus-rounded-1c-regular {
	font-family: "M PLUS Rounded 1c", serif;
	font-weight: 400;
	font-style: normal;
	transform: rotateZ(0.03deg);
}
.m-plus-rounded-1c-medium {
	font-family: "M PLUS Rounded 1c", serif;
	font-weight: 500;
	font-style: normal;
	transform: rotateZ(0.03deg);
}
.m-plus-rounded-1c-bold {
	font-family: "M PLUS Rounded 1c", serif;
	font-weight: 700;
	font-style: normal;
	transform: rotateZ(0.03deg);
}
.m-plus-rounded-1c-extrabold {
	font-family: "M PLUS Rounded 1c", serif;
	font-weight: 800;
	font-style: normal;
	transform: rotateZ(0.03deg);
}
.m-plus-rounded-1c-black {
	font-family: "M PLUS Rounded 1c", serif;
	font-weight: 900;
	font-style: normal;
	transform: rotateZ(0.03deg);
}
/* kosugi-maru */
.kosugi-maru-regular {
	font-family: "Kosugi Maru", serif;
	font-weight: 400;
	font-style: normal;
}
/* zen-maru */
.zen-maru-gothic-bold {
	font-family: "Zen Maru Gothic", sans-serif;
	font-weight: 700;
	font-style: normal;
}
.zen-maru-gothic-black {
	font-family: "Zen Maru Gothic", sans-serif;
	font-weight: 900;
	font-style: normal;
}

/* mvWrap */
.mvWrap {
	max-width: 103.4rem;
	margin: 0 auto;
	padding-top: 3rem;
	text-align: center;
}
.mvWrap h1 {
	width: 100%;
	margin: 0 auto;
}
.mvWrap img {
	width: 100%;
}
.mvWrap p {
	text-align: right;
	font-size: 1.5rem;
	line-height: 1;
	display: flex;
	align-items: center;
	justify-content: end;
	letter-spacing: 0.02em;
}
.mvWrap p .mvCopy {
	font-size: 2.1rem;
}
@media (max-width: 768px) {
	.mvWrap {
		max-width: 100%;
		padding-top: 0;
	}
	.mvWrap h1 {
		width: 100%;
	}
	.mvWrap p {
		font-size: 2.4rem;
		padding-right: 2rem;
	}
	.mvWrap p .mvCopy {
		font-size: 3.2rem;
	}
}

/* section */
section {
	padding: 4.5rem 0 5.2rem;
}
.inner {
	max-width: 118rem;
	margin: 0 auto;
	padding: 0 10rem;
}
.box {
	background: #fff;
	border-radius: 2rem;
	padding: 4rem;
}
h2 {
	font-size: 3rem;
	text-align: center;
	letter-spacing: 0.05em;
	margin-bottom: 4rem;
	font-family: "M PLUS Rounded 1c", serif;
	font-weight: 700;
	font-style: normal;
	transform: rotateZ(0.03deg);
}
p, ul, dl {
	line-height: 2;
}
.txtRed {
	color: #e60012;
}
@media (max-width: 768px) {
	section {
		padding: 5rem 0 6rem;
	}
	.inner {
		max-width: 100%;
		padding: 0 4.8rem;
	}
	.box {
		border-radius: 4rem;
		padding: 4rem 5rem 5rem;
	}
	h2 {
		font-size: 4.6rem;
		margin-bottom: 4.5rem;
	}
}

/* leadWrap */
section.leadWrap {
	padding: 2rem 0 6rem;
}
.leadWrap h2 {
	font-size: 3.2rem;
	text-align: center;
	line-height: 1.5;
	font-weight: 800;
	margin-bottom: 3rem;
}
.leadWrap h2 span {
	font-size: 3rem;
	letter-spacing: -0.25em;
}
.leadWrap .lead {
	line-height: 2.25;
}
@media (max-width: 768px) {
	section.leadWrap {
		padding: 3rem 0 6rem;
	}
	.leadWrap h2 {
		font-size: 4rem;
		margin: 0 -4.8rem 4rem;
		line-height: 1.55;
	}
	.leadWrap h2 span {
		font-size: 3.8rem;
		letter-spacing: -0.25em;
	}
	.leadWrap .lead {
		line-height: 2;
	}
}

/* newsWrap */
.newsWrap {
	background: #0075c2;
}
.newsWrap h2 {
	color: #fff;
}
.newsWrap dl{
	padding-bottom: 1.5rem;
	border-bottom: 2px dotted #999;
}
.newsWrap dl + dl{
	padding-top: 2rem;
}
.newsWrap dt{
	font-size: 1.5rem;
}
.newsWrap dd{
	margin-top: 0.5rem;
	line-height: 1.625;
}
@media (max-width: 768px) {
	.newsWrap dl{
		padding-bottom: 3rem;
		border-bottom: 2px dotted #999;
	}
	.newsWrap dl + dl{
		padding-top: 3rem;
	}
	.newsWrap dt{
		font-size: 2.7rem;
	}
	.newsWrap dd{
		margin-top: 0;
		font-size: 2.7rem;
		line-height: 1.83;
	}
}

/* placeWrap */
section.placeWrap {
	background: #ffda00;
	padding-top: 5.5rem;
}
.placeWrap h3 {
	font-size: 2.8rem;
	font-weight: bold;
	letter-spacing: 0.1em;
}
.placeWrap .placeListWrap {
	margin-top: 4rem;
}
.placeWrap .placeListWrap .placeList + .placeList {
	border-top: 1px solid #fff;
	margin-top: 4.5rem;
	padding-top: 3rem;
}
.placeWrap .txt01 {
	font-size: 1.9rem;
	line-height: 1.88;
	text-indent: -2.5em;
	padding-left: 2.5em;
}
.placeWrap .txt02 {
	font-size: 1.9rem;
	line-height: 1.77;
	text-indent: -2.5em;
	padding-left: 2.5em;
}
.placeWrap .txt02 span {
	font-size: 1.7rem;
}
.placeWrap .txt03 span {
	font-size: 1.9rem;
	line-height: 1;
}
.placeWrap .placeSpace {
	margin-top: 3.5rem;
}
.placeWrap .note {
	margin-top: 3.5rem;
}
.placeWrap .btnWrap {
	width: 42rem;
	margin: 3rem auto 0;
}
.placeWrap .btnWrap a {
	display: block;
	width: 100%;
	background: #e62310;
	font-size: 2.4rem;
	line-height: 1;
	color: #fff;
	text-align: center;
	padding: 2.6rem 0;
	position: relative;
}
.placeWrap .btnWrap a:after {
	position: absolute;
	content: "";
	top: 45%;
	right: 3rem;
	width: 2.75rem;
	height: 2.75rem;
	border-top: 2px solid #fff;
	border-right: 2px solid #fff;
	-webkit-transform: rotate(45deg) translateY(-50%);
	transform: rotate(45deg) translateY(-50%);
}
@media (max-width: 768px) {
	section.placeWrap {
		padding-top: 7rem;
	}
	.placeWrap h3 {
		font-size: 5rem;
	}
	.placeWrap .placeListWrap {
		margin-top: 4rem;
	}
	.placeWrap .placeListWrap .placeList + .placeList {
		margin-top: 6.5rem;
		padding-top: 4rem;
	}
	.placeWrap .placeTxt {
		font-size: 2.7rem;
		margin-top: 1rem;
	}
	.placeWrap .placeTxt .txt01 {
		font-size: 3.4rem;
	}
	.placeWrap .placeTxt .txt02 {
		font-size: 3.4rem;
	}
	.placeWrap .placeTxt .txt02 span {
		font-size: 2.7rem;
	}
	.placeWrap .placeTxt .txt03 {
		margin-top: 0.5rem;
	}
	.placeWrap .placeTxt .txt03 span {
		font-size: 2.7rem;
	}
	.placeWrap .placeTxt .txt04 {
		font-size: 2.7rem;
		margin-top: 5rem;
	}
	.placeWrap .placeTxt .placeSpace {
		margin-top: 5rem;
	}
	.placeWrap .note {
		margin-top: 5rem;
		font-size: 2.7rem;
	}
	.placeWrap .btnWrap {
		width: 100%;
		margin: 4rem auto 0;
	}
	.placeWrap .btnWrap a {
		font-size: 4.4rem;
		padding: 4.6rem 0;
	}
	.placeWrap .btnWrap a:after {
		right: 6rem;
		width: 4rem;
		height: 4rem;
		border-top: 2px solid #fff;
		border-right: 2px solid #fff;
	}
}

/* detailWrap */
.detailWrap .detailListWrap .detailList + .detailList {
	border-top: 1px solid #0075c2;
	margin-top: 4.5rem;
	padding-top: 3rem;
}
/* detail01 */
.detailWrap .detail01 h2 {
	margin-bottom: 2.5rem;
}
.detailWrap .detail01 ul {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 6rem 4.08%;
}
.detailWrap .detail01 ul li {
	width: 47.959184%;
}
.detailWrap .detail01 ul li .txt {
	margin-top: 1rem;
}
.detailWrap .detail01 ul li:nth-child(1) .pic {
	padding-top: 5.7rem;
}
.detailWrap .detail01 ul li:nth-child(3) .pic {
	width: calc(100% + 7.5rem);
	margin: 0 -5rem 0 -2.5rem;
}
.detailWrap .detail01 ul li:nth-child(4) .pic {
	width: 85%;
	margin: 0 auto;
	padding-top: 5.8rem;
}
/* detail02 */
.detailWrap .detail02 h2 {
	margin: 0 auto 3.5rem;
	width: 80rem;
}
.detailWrap .detail02 ul {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	margin-top: 4rem;
}
.detailWrap .detail02 .detail02_01 {
	gap: 4rem 5.1%;
}
.detailWrap .detail02 .detail02_01 li {
	width: 47.44898%;
}
.detailWrap .detail02 .detail02_02 {
	gap: 4rem 1.93%;
}
.detailWrap .detail02 .detail02_02 li {
	width: 32.040816%;
}
.detailWrap .detail02 ul li .pic {
	width: 31.4rem;
	margin: 0 auto;
}
.detailWrap .detail02 ul li .ttl {
	font-weight: bold;
	margin-top: 1rem;
}
.detailWrap .detail02 .detail02_02 li .txt {
	padding-right: 1rem;
}
.detailWrap .detail02 .placeSpace {
	margin-top: 1.5rem;
}
.detailWrap .detail02 .note {
	margin-top: 3rem;
	font-weight: bold;
}
@media (max-width: 768px) {
	.detailWrap .detailListWrap .detailList + .detailList {
		margin-top: 5.5rem;
		padding-top: 4rem;
	}
	/* detail01 */
	.detailWrap .detail01 h2 {
		margin-bottom: 3rem;
	}
	.detailWrap .detail01 ul {
		gap: 5rem 0;
	}
	.detailWrap .detail01 ul li {
		width: 100%;
	}
	.detailWrap .detail01 ul li .txt {
		margin-top: 2rem;
	}
	.detailWrap .detail01 ul li .pic {
		margin: 0 -4.8rem;
		width: calc(100% + 9.6rem);
	}
	.detailWrap .detail01 ul li:nth-child(1) .pic {
		width: calc(100% + 9.6rem);
		padding-top: 0;
	}
	.detailWrap .detail01 ul li:nth-child(3) .pic {
		width: calc(100% + 9.6rem);
		margin: 0 -4.8rem;
	}
	.detailWrap .detail01 ul li:nth-child(4) .pic {
		width: calc(100% + 9.6rem);
		padding-top: 0;
		margin: 0 -4.8rem;
	}
	/* detail02 */
	.detailWrap .detail02 h2 {
		margin: 0 auto 1rem;
		width: 100%;
	}
	.detailWrap .detail02 ul {
		margin-top: 6rem;
	}
	.detailWrap .detail02 .detail02_01 {
		gap: 5rem 0;
	}
	.detailWrap .detail02 .detail02_01 li {
		width: 100%;
	}
	.detailWrap .detail02 .detail02_02 {
		gap: 5rem 0;
	}
	.detailWrap .detail02 .detail02_02 li {
		width: 100%;
	}
	.detailWrap .detail02 ul li .pic {
		width: 100%;
		max-width: 323px;
	}
	.detailWrap .detail02 ul li .ttl {
		margin-top: 2rem;
	}
	.detailWrap .detail02 .detail02_02 li:nth-child(2) .pic {
		margin-top: -6rem;
	}
	.detailWrap .detail02 .detail02_02 li:nth-child(2) .ttl {
		margin-top: -6rem;
	}
	.detailWrap .detail02 .detail02_02 li:nth-child(3) .pic {
		margin-top: 2rem;
	}
	.detailWrap .detail02 .detail02_02 li:nth-child(4) .ttl {
		margin-top: 0;
	}
	.detailWrap .detail02 .detail02_02 li:nth-child(5) .ttl {
		margin-top: -3rem;
	}
	.detailWrap .detail02 .detail02_02 li .txt {
		padding-right: 0;
	}
	.detailWrap .detail02 .placeSpace {
		margin-top: 0;
	}
	.detailWrap .detail02 .note {
		margin-top: 5rem;
		font-size: 2.9rem;
	}
}

/* profileWrap */
.profileWrap {
	background: #ffda00;
}
.profileWrap h2 {
	margin-bottom: 4rem;
}
.profileWrap .box {
	padding-top: 3rem;
}
.profileWrap .name {
	font-weight: bold;
	font-size: 2.7rem;
}
.profileWrap .txtWrap {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	flex-direction: row-reverse;
	margin-top: 0.5rem;
}
.profileWrap .txtWrap .pic {
	width: 37.555556%;
	margin-top: 0.8rem;
}
.profileWrap .txtWrap .txt {
	width: 59.111111%;
}
@media (max-width: 768px) {
	.profileWrap h2 {
		margin-bottom: 4rem;
	}
	.profileWrap .box {
		padding-top: 3rem;
	}
	.profileWrap .name {
		font-size: 4.6rem;
	}
	.profileWrap .txtWrap {
		flex-direction: row;
		margin-top: 2rem;
		gap: 3rem 0;
	}
	.profileWrap .txtWrap .pic {
		width: 100%;
		margin-top: 0;
	}
	.profileWrap .txtWrap .txt {
		width: 100%;
		font-size: 2.9rem;
	}
}

/* linkWrap */
section.linkWrap {
	padding: 3.5rem 0;
}
.linkBtnWrap {
	display: flex;
	flex-wrap: wrap;
	gap: 3rem 2.5rem;
}
.linkBtnWrap li {
	width: calc((100% - 2.5rem) / 2);
}
.linkBtnWrap li a {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	min-height: 6.2rem;
	border-radius: 6.2rem;
	color: #fff;
	font-size: 1.9rem;
	text-align: center;
	background: #e62310;
	position: relative;
	padding-right: 2rem;
}
.linkBtnWrap li a:after {
	position: absolute;
	content: "";
	background: url(/daipinchi-ten/img/icon_blank.png) no-repeat top center;
	background-size: contain;
	width: 2.4rem;
	height: 2.4rem;
	top: 49%;
	right: 2rem;
	transform: translateY(-50%);
}
.linkBtnWrap li:nth-child(2) a:after {
	right: 3rem;
}
@media (max-width: 768px) {
	section.linkWrap {
		padding: 4.5rem 0;
	}
	.linkBtnWrap {
		gap: 3.5rem 0;
	}
	.linkBtnWrap li {
		width: 100%;
	}
	.linkBtnWrap li a {
		min-height: 8.4rem;
		border-radius: 8.4rem;
		font-size: 2.7rem;
		padding-right: 4rem;
	}
	.linkBtnWrap li a:after {
		width: 3.2rem;
		height: 3.2rem;
		right: 3rem;
	}
	.linkBtnWrap li:nth-child(2) a:after {
		right: 4rem;
	}
}

/* footer */
footer {
	background: #0075c2;
	padding: 4rem 0 3.5rem;
	color: #fff;
	font-size: 1.4rem;
	font-feature-settings: normal;
}
footer .contact dl {
	display: flex;
	justify-content: center;
	gap: 0 1em;
}
footer .contact p {
	text-align: center;
}
footer .contact {
	border-bottom: 1px solid #fff;
	margin-bottom: 1.5rem;
	padding-bottom: 4rem;
}
footer .pagetop {
	text-align: center;
	margin: 2.5rem auto 0;
}
footer .pagetop a {
	font-size: 1.4rem;
	text-align: center;
	font-weight: bold;
	color: #fff;
	position: relative;
	padding-top: 2rem;
	display: inline-block;
	letter-spacing: 0.05em;
}
footer .pagetop a:after {
	position: absolute;
	content: "";
	top: 0;
	left: 50%;
	width: 1.25rem;
	height: 1.25rem;
	border-top: 2px solid #fff;
	border-right: 2px solid #fff;
	-webkit-transform: rotate(-45deg) translateX(-50%);
	transform: rotate(-45deg) translateX(-50%);
}
@media (max-width: 768px) {
	footer {
		padding: 5.5rem 0 9rem;
		font-size: 2.4rem;
	}
	footer .contact {
		margin-bottom: 2.5rem;
		padding-bottom: 5.5rem;
	}
	footer .contact dl,
	footer .contact p {
		line-height: 2.54;
	}
	footer .pagetop {
		text-align: center;
		margin: 6.5rem auto 0;
	}
	footer .pagetop a {
		font-size: 2.8rem;
		padding-top: 4.5rem;
	}
	footer .pagetop a:after {
		width: 2.5rem;
		height: 2.5rem;
		border-top: 2px solid #fff;
		border-right: 2px solid #fff;
	}
}
