@charset "UTF-8";
*,
*::before,
*::after {
	box-sizing: border-box;
	padding: 0;
	margin: 0;
}
html {
	font-size: 62.5%;
}
@font-face {
	font-family: "Noto Sans JP";
	font-style: normal;
	font-weight: 400;
	src: url("../webfonts/NotoSansJP/NotoSansJP-Regular.otf") format("opentype");
	font-display: swap;
}
@font-face {
	font-family: "Noto Sans JP";
	font-style: normal;
	font-weight: 700;
	src: url("../webfonts/NotoSansJP/NotoSansJP-Bold.otf") format("opentype");
	font-display: swap;
}
@font-face {
	font-family: "Bebas Neue";
	font-style: normal;
	font-weight: 400;
	src: url("../webfonts/Bebas_Neue/BebasNeue-Regular.ttf") format("truetype");
	font-display: swap;
}
@font-face {
	font-family: "Aoboshi One";
	font-style: normal;
	font-weight: 400;
	src: url("../webfonts/Aoboshi_One/AoboshiOne-Regular.ttf") format("truetype");
	font-display: swap;
}
body {
	font-family: "Noto Sans JP", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	-webkit-text-size-adjust: 100%;
	min-height: 100vh;
	font-size: 16px;
}
a {
	display: block;
	color: #000;
	text-decoration: none;
	transition: all 0.3s;
}
a:hover {
	opacity: 0.5;
}
ul,
ol {
	list-style: none;
}
img {
	display: block;
	max-width: 100%;
	height: auto;
}
address {
	font-style: normal;
	text-decoration: none;
}
.image img {
	width: 100%;
}
.inner {
	max-width: 1160px;
	margin: 0 auto;
}
main {
	padding-top: 145px;
}
@media screen and (max-width: 1920px) {
	.inner {
		max-width: 900px;
	}
}
@media screen and (max-width: 1440px) {
	main {
		padding-top: 115px;
	}
}
@media screen and (max-width: 1280px) {
	.inner {
		max-width: 900px;
		padding: 0 20px;
	}
	main {
		padding-top: 90px;
	}
}
@media screen and (max-width: 767px) {
	body {
		font-size: 14px;
	}
}
.row {
	display: flex;
}

.iframe {
	position: relative;
}
.iframe::before {
	content: "";
	display: block;
	padding-top: calc(7600% / 116);
}
.iframe iframe {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
}
@media screen and (max-width: 767px) {
	.iframe::before {
		content: "";
		display: block;
		padding-top: calc(3860% / 59);
	}
}

.c-button01 {
	max-width: 240px;
	margin: 0 auto;
}
.c-button01 a {
	font-size: 14px;
	text-align: center;
	line-height: 45px;
	color: #fff;
	background-color: #000;
	border-radius: 50px;
}
.c-button01 a span {
	display: inline-block;
	padding-right: 20px;
	background-image: url(../images/common/btn-arrow.png);
	background-repeat: no-repeat;
	background-position: right center;
	background-size: 8px auto;
}
@media screen and (max-width: 767px) {
	.c-button01 {
		max-width: 200px;
	}
	.c-button01 a {
		font-size: 12px;
		line-height: 35px;
		border-radius: 50px;
	}
	.c-button01 a span {
		padding-right: 10px;
		background-size: 5px auto;
	}
}

/* レスポンシブ表示、非表示 */
@media screen and (min-width: 1481px) {
	.min1480 {
		display: block;
	}
	.max1480 {
		display: none !important;
	}
}
@media screen and (max-width: 1480px) {
	.min1480 {
		display: none !important;
	}
	.max1480 {
		display: block;
	}
}
@media screen and (min-width: 1025px) {
	.min1024 {
		display: block;
	}
	.max1024 {
		display: none !important;
	}
}
@media screen and (max-width: 1024px) {
	.min1024 {
		display: none !important;
	}
	.max1024 {
		display: block;
	}
}
@media screen and (min-width: 768px) {
	.min767 {
		display: block;
	}
	.max767 {
		display: none !important;
	}
}
@media screen and (max-width: 767px) {
	.min767 {
		display: none !important;
	}
	.max767 {
		display: block;
	}
}
@media screen and (min-width: 481px) {
	.min480 {
		display: block;
	}
	.max480 {
		display: none !important;
	}
}
@media screen and (max-width: 480px) {
	.min480 {
		display: none !important;
	}
	.max480 {
		display: block;
	}
}
