#main .breadcrumb {
	box-sizing: border-box;
	color: #83838f;
	display: flex;
	flex-wrap: wrap;
	font-size: 1rem;
	margin: 10px auto;
	line-height: 1.5;
	max-width: 1200px;
}
#main {
	width: 100%;
	margin: auto;
	float: none;
}
@media screen and (max-width: 767px) {
	#main {
		box-sizing: border-box;
	}
}
#main section {
	margin: 120px 0 60px;
}
#main section.sides {
	box-sizing: border-box;
}
@media screen and (max-width: 767px) {
	#main section.sides {
		padding: 0 10px;
	}
}
@media screen and (max-width: 767px) {
	#main section {
		margin: 60px 0 60px;
	}
}
#main section:last-child {
	margin: 100px auto 0;
}

.title-area {
	overflow: hidden;
	display: flex;
	flex-direction: column;
	align-items: center;
	background-image: url(../img/back.jpg);
	background-position: center bottom;
	background-repeat: no-repeat;
	/* background-attachment: fixed; */
	background-size: cover;
	background-color: #464646;
	height: 360px;
}
.title-area .logo {
	position: relative;
	background: #fff;
	top: 0;
	left: 0;
	z-index: 0;
	width: 600px;
	height: 250px;
	border-radius: 50%;
	transform: translate(0, -62%);
}
.title-area .logo img {
	position: absolute;
	margin: auto;
	display: block;
	bottom: 0px;
	width: 54%;
	left: 50%;
	transform: translate(-50%, -50%);
}
@media screen and (max-width: 767px) {
	.title-area {
		background-image: url(../img/back_sp.jpg);
	}
	.title-area .logo {
		position: relative;
		background: #fff;
		top: 0;
		left: 0;
		z-index: 0;
		width: calc(100% + 20px);
		height: 45%;
		border-radius: 50%;
		transform: translate(0, -56%);
	}
	.title-area .logo img {
		max-width: 250px;
		width: 60%;
		position: absolute;
		margin: auto;
		display: block;
		bottom: 0%;
		left: 50%;
		transform: translate(-50%, -50%);
	}
}
.videos {
	position: relative;
	cursor: pointer;
	box-sizing: border-box;
}
.videos img {
	display: block;
}
.maindesign {
	margin-bottom: 100px;
}
.maindesign .videos--overmaker {
	top: 50%;
	left: 50%;
	position: absolute;
	transform: translate(-50%, -50%);
	width: 20%;
	height: auto;
	opacity: 0.7;
}

#modalwindow {
	display: none;
	background: rgba(0, 0, 0, 0.7);
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 10000;
}
#bamiri {
	width: 80%;
	height: 80%;
	position: relative;
	top: 50%;
	left: 50%;
	transform: translateY(-50%) translateX(-50%);
}
#bamiri video {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	height: auto;
	width: auto;
	max-width: 100%;
	max-height: 100%;
	margin: auto;
}
#bamiri .youtube {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	height: auto;
	width: auto;
	max-width: 100%;
	max-height: 100%;
	margin: auto;
}
#subwindow {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border: 0;
}
.modal_close {
	position: absolute;
	top: -30px;
	right: -30px;
	cursor: pointer;
}
.youtube iframe {
	position: absolute;
	top: 0;
	right: 0;
	width: 100% !important;
	height: 100% !important;
}

#main .gototop {
	text-align: right;
	margin-top: 20px;
	margin-bottom: 20px;
}

.title {
	top: 2em;
	width: 1200px;
	text-align: center;
	position: absolute;
	font-size: 7em;
	font-weight: bold;
	color: #fff;
	text-shadow: 1px 1px 5px #000;
}
@media screen and (max-width: 767px) {
	.title {
		font-size: 3em;
		text-align: center;
		line-height: 1.2;
		top: 220px;
		width: auto;
		display: block;
	}
}

#main .category-name {
	text-align: center;
	font-weight: bold;
	font-size: 3rem;
	line-height: 1.2;
	margin: 50px 0 20px;
	position: relative;
}
#main .category-name span {
	position: relative;
}

#main .category-name.pickup span::before {
	content: '';
	position: absolute;
	transform: translate(-50%, -50%) rotate(45deg);
	border-top: 5px solid #000;
	top: 55%;
	left: -20px;
	width: 50px;
}
#main .category-name.pickup span::after {
	content: '';
	position: absolute;
	transform: translate(-50%, -50%) rotate(-45deg);
	border-top: 5px solid #000;
	top: 55%;
	right: -70px;
	width: 50px;
}

@media screen and (max-width: 767px) {
	#main .category-name {
		font-size: 1.5em;
		font-feature-settings: 'palt' 1;
	}
	#main .category-name.pickup span::before {
		content: '';
		position: absolute;
		transform: translate(-50%, -50%) rotate(70deg);
		border-top: 3px solid #000;
		top: 55%;
		left: -70px;
		width: 50px;
	}
	#main .category-name.pickup span::after {
		content: '';
		position: absolute;
		transform: translate(-50%, -50%) rotate(-70deg);
		border-top: 3px solid #000;
		top: 55%;
		right: -70px;
		width: 50px;
	}
	#main .category-name.pickup.no2 span::before {
		content: '';
		position: absolute;
		transform: translate(-50%, -50%) rotate(70deg);
		border-top: 3px solid #000;
		top: 55%;
		left: -20px;
		width: 50px;
	}
	#main .category-name.pickup.no2 span::after {
		content: '';
		position: absolute;
		transform: translate(-50%, -50%) rotate(-70deg);
		border-top: 3px solid #000;
		top: 55%;
		right: -70px;
		width: 50px;
	}
}
#main .category-text {
	text-align: center;
	font-size: 1.25em;
	line-height: 1.2;
	margin: 10px 0;
}
#main .category-text.left {
	text-align: left;
}
#main .category-text.red {
	color: #f00;
}
@media screen and (max-width: 767px) {
	#main .category-text {
		font-size: 1em;
	}
}

#main .catch {
	margin: 0 0 0 0;
	background: #004897;
	padding: 20px 0;
	color: #fff;
}
#main .catch-02 {
	margin: 0 0 60px 0;
}
#main .catch-box {
	display: flex;
	align-items: center;
	justify-content: center;
}

#main .catch .catch-first {
	text-align: center;
	font-weight: bold;
	font-size: 3.5em;
	line-height: 1.2;
}
#main .catch .catch-first-sub {
	text-align: center;
	font-size: 1.5em;
	line-height: 1.2;
}
#main .catch-02 .catch-second {
	text-align: center;
	font-size: 7.5rem;
	font-weight: bold;
	position: relative;
}
#main .catch-02 .catch-second::after {
	position: absolute;
	content: '';
	height: 20px;
	bottom: -7%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 100%;
	max-width: 1200px;
	background-color: #004897;
	background-image: repeating-linear-gradient(-45deg, #fff, #fff 7px, transparent 0, transparent 14px);
}
#main .catch-02 .catch-last {
	text-align: center;
	font-size: 2em;
	padding: 10px 0;
	width: 100%;
	max-width: 700px;
	margin: 30px auto;
	position: relative;
	border: 1px solid #000;
}
#main .catch-02 .catch-last::after {
	content: '';
	height: 0;
	width: 0;
	transform: translate(-50%, -50%);
	left: 50%;
	bottom: -50px;
	position: absolute;
	border-right: 50px solid transparent;
	border-top: 30px solid #000;
	border-left: 50px solid transparent;
	border-top-color: #000;
}
@media screen and (max-width: 767px) {
	#main .catch .catch-mark {
		width: 13%;
	}
	#main .catch .catch-first {
		font-size: 1.5em;
		margin: 0 0 10px;
	}
	#main .catch .catch-first-sub {
		font-size: 1em;
		font-feature-settings: 'palt' 1;
	}
	#main .catch-02 .catch-second {
		font-size: 10vw;
		margin: 30px 0 0;
	}
	#main .catch-02 .catch-second::after {
		height: 5px;
	}
	#main .catch-02 .catch-last {
		font-size: 1em;
	}
	#main .catch-02 .catch-last::after {
		left: 50%;
		bottom: -65px;
		border-right: 35px solid transparent;
		border-top: 25px solid #000;
		border-left: 35px solid transparent;
	}
}

#main .checkBox {
	max-width: 1200px;
	width: 100%;
	margin: auto;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
}
#main .checkBox .check-list {
	margin: 40px;
}
#main .checkBox .check-list li {
	display: flex;
	align-items: baseline;
	/*cursor: pointer;*/
}
#main .checkBox .check-list li p {
	font-size: 1.25em;
	/*cursor: pointer;*/
	text-indent: -20px;
}
#main .checkBox div.cols img {
	width: 100%;
}
@media screen and (max-width: 767px) {
	#main .checkBox {
		flex-direction: column-reverse;
	}
	#main .checkBox div.cols {
		width: 100%;
	}
	#main .checkBox .check-list {
		margin: 20px 0px 20px 20px;
	}
	#main .checkBox .check-list li p {
		font-size: 1em;
		font-feature-settings: 'palt' 1;
	}
}
#main .headsup {
	max-width: 1200px;
	width: 100%;
	margin: auto;
}
#main .headsup-img {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin: 20px 0;
	align-items: center;
}
#main .headsup-img img {
	display: block;
	margin: auto;
	max-width: 590px;
	width: 100%;
	margin: auto auto 20px;
}
@media screen and (max-width: 767px) {
}

#main .basicexp {
	max-width: 1200px;
	width: 100%;
	margin: 30px auto auto;
}
#main .basicexp .ant-name {
	text-align: center;
	font-size: 1.25em;
	font-weight: bold;
	color: #fff;
	padding: 10px 0;
	margin: 10px 0;
	background: #004897;
}
#main .basicexp .text_block {
	margin: 0 0 30px;
}
#main .basicexp .category-text {
	margin: 10px 0;
}
#main .basicexp .basicexp-block {
	display: flex;
	flex-wrap: wrap;
	margin: 20px 0;
}
#main .basicexp .basicexp-block li {
	width: calc(50% - 10px);
	margin: 0 20px 20px 0;
}
#main .basicexp .basicexp-block li:nth-child(2n) {
	margin: 0 0 20px 0;
}
#main .basicexp .basicexp-block li div table {
	width: 100%;
	box-sizing: border-box;
}
#main .basicexp .basicexp-block li div table tr {
	height: 20px;
}
#main .basicexp .basicexp-block li div table th {
	width: 20%;
	border-bottom: 3px solid #fff;
	border-right: 3px solid #fff;
	padding: 10px;
	color: #fff;
	background: #004897;
}
#main .basicexp .basicexp-block li div table td {
	width: 80%;
	border-bottom: 3px solid #fff;
	padding: 10px;
	background: #e3e3e3;
}
#main .basicexp .basicexp-block li div table td img {
	display: block;
	margin: auto;
}
@media screen and (max-width: 767px) {
	#main .basicexp .basicexp-block li {
		width: 100%;
		margin: 0 0 20px 0;
	}
	#main .basicexp .basicexp-block li div table th {
		width: 25%;
		padding: 10px 5px 10px 5px;
		color: #fff;
	}
}

#main .service {
	max-width: 1200px;
	width: 100%;
	margin: auto;
}

#main .service-block {
	display: flex;
	flex-wrap: wrap;
}
#main .service .service-block li {
	width: calc(50% - 10px);
	margin: 0 20px 20px 0;
}
#main .service .service-block li:nth-child(2n) {
	margin: 0 0 20px 0;
}
#main .service .service-block li div img {
	width: 100%;
}

@media screen and (max-width: 767px) {
	#main .service .service-block li {
		width: 100%;
		margin: 0 0 20px 0;
	}
}

#main .flow {
	max-width: 1200px;
	width: 100%;
	margin: auto;
}
#main .flow-block {
	display: flex;
	flex-wrap: wrap;
	margin: 40px 0;
}
#main .flow-block li {
	width: calc(25% - 0px);
	position: relative;
}
#main .flow-block li::after {
	content: '';
	height: 0;
	width: 0;
	transform: translate(-50%, -50%);
	top: 50%;
	right: -48px;
	position: absolute;
	border-top: 30px solid transparent;
	border-left: 20px solid #000;
	border-bottom: 30px solid transparent;
}
#main .flow-block li:last-child::after {
	content: none;
}
#main .flow-block li {
	height: 160px;
	padding: 20px;
	margin: 0 44px 0 0;
	width: 160px;
	box-sizing: border-box;
	border-radius: 10px;
	box-shadow: #000 1px 1px 5px;
	display: flex;
	align-items: center;
	flex-direction: column;
}
#main .flow-block li:last-child {
	margin: 0 0 0 0;
}
#main .flow-block li p {
	line-height: 1.2;
	font-size: 1.5em;
	margin: auto;
}
@media screen and (max-width: 767px) {
	#main .flow-block li::after {
		content: '';
		height: 0;
		width: 0;
		transform: translate(-50%, -50%);
		left: 50%;
		top: auto;
		right: auto;
		bottom: -78px;
		position: absolute;
		border-top: 15px solid #000;
		border-left: 20px solid #0000;
		border-right: 20px solid transparent;
		border-bottom: 30px solid transparent;
	}
	#main .flow-block li {
		width: 100%;
		position: relative;
		height: auto;
		padding: 20px;
		margin: auto auto 30px;
		box-sizing: border-box;
		border-radius: 10px;
		display: flex;
		align-items: center;
	}
}

#main .assurance {
	max-width: 1200px;
	width: 100%;
	margin: auto;
}

#main .assurance-block {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-evenly;
	align-items: center;
}
#main .assurance .assurance-block li.b_left {
	width: calc(55% - 10px);
}
#main .assurance .assurance-block li.b_right {
	width: calc(30% - 10px);
}
#main .assurance .assurance-block li .assurance-list {
	list-style: disc;
	font-size: 2rem;
}
#main .assurance .assurance-block li .mark {
	width: 300px;
	height: 300px;
	background: #f00;
	color: #fff;
	border-radius: 50%;
	display: flex;
	align-items: center;
	margin: auto;
}
#main .assurance .assurance-block li .mark p {
	text-align: center;
	font-size: 3rem;
	margin: auto;
	line-height: 1;
}
#main .assurance .assurance-block li .mark p span {
	font-size: 3em;
}

@media screen and (max-width: 767px) {
	#main .assurance .assurance-block li.b_left {
		width: 100%;
		margin: 0 0 20px;
		display: flex;
		flex-direction: column;
		align-items: center;
	}
	#main .assurance .assurance-block li.b_left .list {
		width: 100%;
		max-width: 270px;
		margin: 30px 0 0;
	}
	#main .assurance .assurance-block li.b_right {
		width: 100%;
	}
	#main .assurance .assurance-block li .assurance-list {
		list-style: disc;
		font-size: 1.25em;
		padding: 0 0 0 10%;
		margin: 0 0 20px;
	}
	#main .assurance .assurance-block li .mark {
		width: 240px;
		height: 240px;
		background: #f00;
		color: #fff;
		border-radius: 50%;
		display: flex;
		align-items: center;
		margin: auto;
	}
	#main .assurance .assurance-block li .mark p {
		text-align: center;
		font-size: 2rem;
		margin: auto;
		line-height: 1;
	}
	#main .assurance .assurance-block li .mark p span {
		font-size: 3em;
	}
}

#main .estimate {
	max-width: 1200px;
	width: 100%;
	margin: auto;
}
#main .estimate-catch {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	margin: 40px 0 40px;
	justify-content: center;
}
#main .estimate-catch .category-name {
	margin: 0;
}
#main .estimate-subtxt {
	text-align: center;
	font-size: 2em;
	font-weight: bold;
	color: #004897;
	line-height: 1.2;
}

#main .estimate-btn {
	max-width: 1000px;
	height: 100%;
	margin: 40px auto 100px;
}
#main .estimate-priceless {
	margin: auto 0 auto 10px;
	/* padding: 50px 20px; */
	text-align: center;
	font-size: 6em;
	background: #f00;
	width: 500px;
	font-weight: bold;
	color: #fff;
}

@media screen and (max-width: 767px) {
	#main .estimate-catch {
		justify-content: center;
	}
	#main .estimate-catch .category-name {
		margin: 35px 0px;
	}
	#main .estimate-priceless {
		text-align: center;
		font-size: 3em;
		background: #f00;
		width: 240px;
		font-weight: bold;
		color: #fff;
	}
}

#main .option {
	max-width: 1200px;
	width: 100%;
	margin: 40px auto 100px auto;
}

#main .option-block {
	display: flex;
	flex-wrap: wrap;
}
#main .option .option-block li {
	width: calc(50% - 10px);
	margin: 0 20px 20px 0;
	display: flex;
	flex-wrap: nowrap;
	align-items: center;
}
#main .option .option-block li:nth-child(2n) {
	margin: 0 0 20px 0;
}
#main .option .option-block li div {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
}
#main .option .option-block li div.option-img {
	width: calc(50% - 10px);
	margin: 0 10px 0 0;
}
#main .option .option-block li div.option-txt {
	width: 50%;
}

#main .option .option-block li div.option-img img {
	width: 100%;
}
#main .option .option-block li div.option-txt p.option-name {
	font-size: 3rem;
	font-weight: bold;
}
#main .option .option-block li div.option-txt p {
	padding: 0 0 0 5px;
	line-height: 1.2;
}
#main .option .option-block li div.option-txt span.option-name {
	font-size: 3em;
	line-height: 1.2;
	font-weight: bold;
}
#main .option .option-block li div.option-txt span {
	font-size: 1em;
	line-height: 1.2;
	font-weight: normal;
}

@media screen and (max-width: 767px) {
	#main .option .option-block li {
		width: 100%;
		margin: 0 0 20px 0;
	}
	#main .option .option-block li div.option-img {
		overflow: hidden;
	}
	#main .option .option-block li div.option-img img {
		width: 100%;
		min-width: 200px;
	}
	#main .option .option-block li div.option-txt p.option-name {
		font-size: 7vw;
		line-height: 1.5;
		font-weight: bold;
	}
	#main .option .option-block li div {
		align-items: flex-start;
	}
}

#main .other {
	max-width: 1200px;
	width: 100%;
	margin: 40px auto 100px auto;
}

#main .other-block {
	display: flex;
	flex-wrap: wrap;
}
#main .other .other-block li {
	width: calc(50% - 10px);
	margin: 0 20px 20px 0;
}
#main .other-block > li:only-child {
	width: 100%;
	margin: 0;
}
#main .other .other-block li:nth-child(2n) {
	margin: 0 0 20px 0;
}
#main .other .other-block li img {
	width: 100%;
	height: auto;
}

@media screen and (max-width: 767px) {
	#main .other .other-block li {
		width: 100%;
		margin: 0 0 20px 0;
	}
}
#main .dial {
	max-width: 1200px;
	width: 100%;
	margin: auto;
}

#main .dial-text-01 {
	text-align: center;
	font-size: 1.25em;
	font-weight: bold;
	padding: 5px;
	color: #f00;
	line-height: 1.2;
}
#main .dial-text-02 {
	text-align: center;
	font-size: 1.25em;
	font-weight: bold;
	color: #fff;
	background: #004897;
	padding: 5px;
	border-radius: 10px;
	line-height: 1.2;
}
#main .dial-link {
	margin: 10px 0;
}
#main .dial-link a img {
	max-width: 1000px;
	display: block;
	margin: auto;
	width: 100%;
}
@media screen and (max-width: 767px) {
	#main .dial-link a img {
		width: 100%;
	}
}

#main .mitsumoriBtn {
	background: #fff;
	border: 5px solid #ea6d0d;
	border-radius: 40px;
	font-weight: bold;
	width: auto;
	color: #ea6d0d;
	display: flex;
	cursor: pointer;
	text-decoration: none;
	box-sizing: border-box;
	align-items: center;
	justify-content: center;
	text-align: center;
	font-size: 1.5em;
	padding: 0.75em 2.85em;
	transition: 0.3s;
	box-sizing: border-box;
}
#main .mitsumoriBtn:hover {
	background: #ea6d0d;
	border: 5px solid #ea6d0d;
	color: #fff;
}
@media screen and (max-width: 767px) {
	#main .mitsumoriBtn {
		margin: 20px 0;
	}
}

#head .head_est {
	width: 240px;
}
#head .head_est a {
	background: #ea6d0d;
	color: #fff;
	display: flex;
	text-decoration: none;
	padding: 10px;
	font-size: 1.25em;
	font-weight: bold;
	line-height: 1.5;
	width: 100%;
	border-radius: 54px;
	height: 100%;
	justify-content: center;
	align-items: center;
	box-sizing: border-box;
	box-shadow: 0 3px 6px rgb(0 0 0 / 16%);
}
@media screen and (max-width: 767px) {
	#head .head_est {
		width: 150px;
	}
	#head .head_est a {
		background: #ea6d0d;
		color: #fff;
		display: flex;
		text-decoration: none;
		padding: 5px;
		font-size: 1em;
		font-weight: bold;
		line-height: 1.5;
		width: 100%;
		border-radius: 54px;
		height: 100%;
		justify-content: center;
		align-items: center;
		box-sizing: border-box;
		box-shadow: 0 3px 6px rgb(0 0 0 / 16%);
	}
}
#main section.campaign {
	margin: 40px 0 60px;
}
#main section.campaign .campaign_box {
	max-width: 1200px;
	width: 100%;
	margin: auto;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
}
#main section.campaign .campaign_box img {
	width: 100%;
	height: auto;
	border: 1px solid #333;
	box-sizing: border-box;
}
#main section.campaign .campaign_txt {
	font-size: 3em;
	font-weight: bold;
	margin: 0 0 45px;
	position: relative;
}
@media screen and (max-width: 767px) {
	#main section.campaign .campaign_txt {
		font-size: 10vw;
	}
}
#main section.campaign .campaign_txt::after {
	content: '';
	height: 0;
	width: 0;
	transform: translate(-50%, -50%);
	left: 50%;
	bottom: -40px;
	position: absolute;
	border-right: 50px solid transparent;
	border-top: 30px solid #000;
	border-left: 50px solid transparent;
	border-top-color: #000;
}

#main .catch-news {
	font-size: 3rem;
	font-weight: bold;
	text-align: center;
	position: relative;
	margin-top: 30px;
}
#main .catch-news::after {
	content: '';
	height: 0;
	width: 0;
	transform: translate(-50%, -50%);
	left: 50%;
	bottom: -50px;
	position: absolute;
	border-right: 50px solid transparent;
	border-top: 30px solid #000;
	border-left: 50px solid transparent;
	border-top-color: #000;
}
#main .catch-news--img {
	width: 50%;
	margin: 50px auto 0;
}
#main .catch-news--img > img {
	width: 100%;
	height: auto;
	border: solid 1px #333;
	box-sizing: border-box;
}
@media screen and (max-width: 767px) {
	#main .catch-news {
		font-size: 1.75rem;
	}
	#main .catch-news::after {
		border-right: 35px solid transparent;
		border-top: 25px solid #000;
		border-left: 35px solid transparent;
	}
	#main .catch-news--img {
		width: 100%;
	}
}

/*240331*/
#main .camp_bnr {
	text-align: center;
	width: 50%;
	margin-top: 60px;
	margin-left: auto;
	margin-right: auto;
	border: 1px solid #ccc;
}

#main .catch-camp {
	text-align: center;
	font-size: 4.6rem;
	font-weight: bold;
	position: relative;
}

#main .catch-camp::after {
	content: '';
	height: 0;
	width: 0;
	transform: translate(-50%, -50%);
	left: 50%;
	bottom: -50px;
	position: absolute;
	border-right: 50px solid transparent;
	border-top: 30px solid #000;
	border-left: 50px solid transparent;
	border-top-color: #000;
}
#main .camp_bnr img {
	width: 100%;
	height: auto;
}

@media screen and (max-width: 767px) {
	#main .catch-camp {
		font-size: 9vw;
		margin: 30px 0 0;
	}
	#main .catch-camp::after {
		border-right: 35px solid transparent;
		border-top: 25px solid #000;
		border-left: 35px solid transparent;
	}

	#main .camp_bnr {
		width: 100%;
	}

	#main .camp_bnr img {
		width: 100%;
		height: auto;
	}
}

#main .other-block li a {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	height: 100%;
}
#main .bnr-text {
	margin-top: 5px;
}
@media screen and (max-width: 767px) {
	#main .bnr-text {
		font-size: 0.9rem;
	}
}
