@charset "UTF-8";

* {
	margin: 0;
	padding: 0;
	font-family: 'Noto Sans JP', sans-serif;
}

ul {
	padding-left: 0;
	margin-left: 20px;
	margin-right: 20px;
}

li {
	list-style: none;
}

a {
	text-decoration: none;
	color: #2d2d2d;
}


.next_btn,
.prev_btn {
	color: #bbff41;
	padding: 0 10px 0 10px;
	border: solid 1px #bbff41;
	border-radius: 10px;
}

p {
	overflow-wrap: anywhere;
	color: #f0f0f0;
}

html {
	height: auto;
}

main {
	height: auto;
	background: #222;
	padding-bottom: 50px;
}

body {
	width: 100%;
	min-height: 100%;
	max-height: 100%;
	margin: 0;
	padding: 0;
	font-size: 1rem;
	position: relative;
	display: none;
}

body>footer {
	position: sticky;
	top: 100vh;
	height: 100px;
	background: #000000;
}

.content {
	margin: 0px auto;
	max-width: 1140px;
}

.content_full {
	margin: 0px auto;
}

.content_large {
	margin-left: 30px;
	margin-right: 30px;
}

#line_box {
	background: #ececec;
	margin-bottom: 10px;
	min-height: 10px;
}

.content img {
	width: 60%;
}

.img_center_box {
	display: flex;
	justify-content: center;
	background: #393939;
	border-radius: 10px;
	margin-bottom: 10px;
}

.content .img_50 {
	width: 50%;
	padding-right: 50%;
}


header {
	background: #353535;
	position: -webkit-sticky;
	position: sticky;
	top: 0;
	z-index: 10;
}

.header_line {
	display: flex;
	align-items: center;
}

.logo {
	display: flex;
	padding-left: 26px;
	align-items: center;
	height: 58px;
}

.logo_title,
.logo h1 {
	font-weight: 400;
	font-style: normal;
	font-weight: bold;
	font-style: normal;
	white-space: nowrap;
	font-size: 1.8rem;
	color: #fff;
	margin-bottom: 0;
	padding-left: 0px;
	padding-right: 0px;
}

#header_logoicon {
	height: 52px;
	margin-top: 11px;
}

.header_nav {
	color: #242424;
	margin-left: 30px;
}

.header_nav a {
	margin-right: 30px;
	display: inline-block;
}

.header_nav a {
	text-align: center;
	font-size: 1rem;
	color: #f0f0f0;
}

.header_nav a:hover {
	text-decoration: underline;
	text-decoration-color: #fff;
}

#select_language_box {
	margin-left: auto;
}


#map-container {
	width: 270px;
}

.eye_catching {
	max-width: 100%;
	position: relative;
	height: 640px;

}


#eye_catching_image {
	width: 100%;
	height: 60px;
	object-fit: cover;
	object-position: center center;
	border-top: 4px solid #ececec;
	border-bottom: 4px solid #ececec;


}

#top_cat {
	height: 300px;
	object-fit: contain;
}


.item1 a img {
	transition: 0.5s all;
}

.aitem1 a img:hover {
	transform: scale(1.2, 1.2);
	transition: 0.5s all;
}

.item1_img_hover {
	transform: scale(1.2, 1.2);
	transition: 0.5s all;
}

.fadeIn {
	transform: translate3d(0, 50px, 0);
	transition: 1s;
	opacity: 0;
}

.fadeIn.animated {
	transform: translate3d(0, 0, 0);
	opacity: 1;
}

.eye_catching h1 {
	color: #fff;
	font-size: 1.6rem;
	position: absolute;
	top: 10px;
	padding-left: 50px;
	padding-right: 50px;
	height: 510px;
	overflow: hidden;
	text-overflow: ellipsis;
}

#tag_box {
	margin: 0px auto;
	max-width: 1140px;
	padding-bottom: 10px;
	padding-left: 10px;
	padding-right: 10px;
}

#tag_box a {
	color: #565FE8;
	margin-right: 10px;
}

#tag_box a:hover {
	color: #A8AEFF;
}


.breadcrumblist_content {
	margin-right: 20px;
}

.breadcrumblist_content li {
	display: inline;
}

.breadcrumblist_content li a {
	color: #242424;
	text-decoration: none;
	font-size: 0.9rem;
}

.breadcrumblist_content li a:hover {
	color: #242424;
	text-decoration: underline;
	text-decoration-color: #df1919;
}

.breadcrumblist_content ol {
	margin: 0px;
}

.breadcrumblist_content li:after {
	content: '>';
	padding: 0 0.2em;
	color: #000;
}

.breadcrumblist_content li:last-child:after {
	content: '';
}


h1,
h2,
h3,
h4,
h5 {
	overflow-wrap: anywhere;
}

h1 {
	color: #f0f0f0;
	padding-left: 10px;
	padding-right: 10px;
	margin-top: 10px;
	font-size: 2.0rem;
}

h2 {
	color: #c1c2c5;
	margin-bottom: 10px;
}

.link_h2 {
	background: #ee5900;
}

.top_h2 {
	margin: 10px 0 0 0;
	background: none;
	color: #f0f0f0;
}

h3 {
	margin-bottom: 10px;
	color: #242424;
	border-bottom: 1px solid #000;
}

#table_of_contents {
	margin-bottom: 30px;
	border-bottom: 1px solid #000;
}

#table_of_contents a {
	color: #1D54A7;
}

#table_of_contents a:hover {
	color: #008ee2;
}

#table_of_contents li {
	list-style: none;
}

#table_of_contents h3 {
	background: none;
	color: #000;
	padding: 0;
	border-bottom: 1px solid #000;
}


table {
	border-collapse: collapse;
	margin-bottom: 30px;
}

table th,
table td {
	border: solid 1px black;

}

.map_wrap {
	height: 330px;
}

#container-mas-iconlist1 {
	display: -webkit-flex;
	display: flex;
	flex-direction: row;
	width: 100%;
	flex-wrap: wrap;
}


#tag_box .r18Flg {
	color: #f01199;
}

#tag_box .r18Flg:hover {
	color: #ff38b2;
}

.r18Flg {
	color: #f01199;
	font-size: 15px;
}

.r18Flg_bbs {
	color: #f01199;
	font-size: 15px;
}

hr {
	margin-top: 10px;
	margin-bottom: 10px;
}

.item1 {
	width: 366px;
	margin: 5px;
}

.item1 .icon_image_box {
	overflow: hidden;
	width: 366px;
	height: 226px;
	border-radius: 10px;
}


.item1 img {
	width: 100%;
	height: 226px;
	object-fit: cover;
	object-position: top center;
	margin-bottom: 0;
}

.item1 p {
	font-size: 1.2rem;
	padding: 0 10px 10px 10px;
	margin-bottom: 0px;
}



#eye_catching_url {
	display: none;
}

.article_picture {
	width: 100%;
	margin-top: 20px;
	margin-bottom: 20px;
}

.page_table {
	width: 300px;
	right: 0;
	left: 0;
	margin: 20px auto 0 auto;
}

.page_table td {
	border: none;
	text-align: center;
	vertical-align: top;
}


.page_table a:hover {
	text-decoration: underline;
	text-decoration-color: #1f1f1f;
	color: #1f1f1f;
	background: #ffffff;
}

.header_nav>#search_place {
	display: inline-block;
}

.header_nav>#search_keyword {
	display: inline-block;
}

.waku {
	padding: 10px 10px 10px 10px;
	background: #f3f7e2;
	margin-bottom: 30px;
}

.waku p {
	margin: 0;
}

.link_icon {
	width: 100%;
	background: #ffcece;
	margin-bottom: 20px;
	color: #262411;
}

.link_icon:hover {
	background: #f7d9d9;
}

.link_icon a {
	display: flex;
}

.link_icon a p {
	padding: 10px;
}

.link_icon img {
	width: 20%;
	margin: 0;
	border-radius: 4%;
	object-fit: cover;
}

.logo_title {
	color: #fff;
}

#bbs_comment_box {
	background: #393939;
	background-position: 95% 100%;
	background-repeat: no-repeat;
	background-size: auto;
	border-radius: 10px;
	padding-bottom: 10px;
}


#bbs_comment_box .bbs_comment_table {
	width: 100%;
	word-break: break-all;
	margin-bottom: 0;
}

#bbs_comment_box .bbs_comment_table .bbs_comment_icon_td {
	width: 100px;
}

#bbs_comment_box .bbs_comment_table .bbs_comment_td {
	vertical-align: top;
	padding: 10px 10px 0 10px;
	color: #c1c2c5;
	border: none;
}

#bbs_comment_box .bbs_comment_table .bbs_comment_td .bbs_comment_user_name {
	color: #c1c2c5;
	margin-left: 10px;
}

#bbs_comment_box .bbs_comment_table .bbs_comment_td .bbs_comment {
	margin: 10px;
}

#bbs_comment_box img {
	width: 50%;
	object-fit: cover;
	border-radius: 5px;
	margin: 10px 10px 0 10px;
	max-width: 100%;
	height: auto;

}

#bbs_comment_box video {
	width: 50%;
	border-radius: 5px;
	margin: 10px 10px 0 10px;
	max-width: 100%;
	height: auto;
}

#bbs_comment_box .bbs_comment_float {
	display: flex;
}

#bbs_comment_box hr {
	margin: 10px 0 0 0;
}

#bbs_comment_box form .form_hr {
	margin: 0;
}


#bbs_comment_box a {
	color: #b2db58;
}

#bbs_comment_box a:hover {
	text-decoration: underline;
	text-decoration-color: #b2db58;
}


.bbs_comment_name_box {
	display: flex;
	flex-direction: row;
	justify-content: start;
	flex-wrap: wrap;
}

.bbs_comment_name_box a {
	margin-left: 10px;
	text-decoration: underline;
	color: #008000;
}

.bbs_table {
	width: 100%;
	margin-bottom: 0;
}

.bbs_table td {
	border: none;
}

.form_box {
	background: #393939;
	padding: 10px;
	border-radius: 10px;
	color: #c1c2c5;

}

.formtable {
	width: 100%;
	margin-bottom: 10px;
}

.formtable .formtable_td_2 input[type="text"],
.formtable .formtable_td_2 textarea,
.formtable .formtable_td_2 input[type="password"] {
	width: 100%;
	background: #a0a0a0;
	max-width: 100%;
	min-width: 100%;
	box-sizing: border-box;
	color: #2d2929;

}

.formtable #date_of_birth_year,
.formtable #start_date_year,
.formtable #end_date_year {
	width: 100px;
}


.formtable .formtable_td_1 {
	background: #565fe8;
	padding: 0 10px 0 10px;
	border: none;
	color: #ffffff;
}

.formtable .formtable_td_2 {
	background: #424242;
	padding: 4px;
	color: #ffffff;
	border: none;
	color: #2d2929;
	background: #dfdfdf;
}

.formtable p {
	color: #2d2929;
}

.result_zero {
	color: #fff;
}

.moza {
	filter: blur(10px);
}


#top_bg {
	height: auto;
	background: #222;
	min-height: 500px;
	padding-bottom: 50px;

}

#top_bg p,
#top_bg h1,
#top_bg h2 {
	color: #f0f0f0;
}

#top_bg .img_center_box {
	background: #393939;
}


#top_bg .next_btn,
#top_bg .prev_btn {
	color: #ff15da;
	padding: 0 10px 0 10px;
	border: solid 1px #ff15da;
	border-radius: 10px;
}

#top_bg .page_table a:hover {
	text-decoration: underline;
	text-decoration-color: #ff15da;
	background: #e5e2f0;
}


.header_icon {
	margin-right: 5px;
}

.res_del_window form {
	margin-top: 10px;
	background: #464646;
	border-radius: 3px;
	padding: 2px 0 2px 0;
	padding: 10px;
}

.del_request_window form {
	margin-top: 10px;
	background: #464646;
	border-radius: 3px;
	padding: 2px 0 2px 0;
	padding: 10px;

}


.del_pass_input {
	margin: 0 10px 0 0;
	background: #ccc;
	box-sizing: border-box;
}

.del_request_comment_input {
	margin: 0 10px 0 0;
	background: #ccc;
	height: 100px;
	box-sizing: border-box;
}

.article_del_input {
	margin: 0 10px 0 0;
	background: #ccc;
	height: 100px;
	box-sizing: border-box;
}

.del_button {
	background: #c6c6c6;
	color: #403d3d;
	padding: 0 2px 0 2px;
	border-radius: 5px;
}

#bbs_comment_box .res_del_box_icon {
	width: auto;
	margin-right: 10px;
	margin: 0;
}

#bbs_comment_box .del_request_box_icon {
	width: auto;
	margin-right: 10px;

}

.content .article_del_box .article_del_box_icon {
	width: auto;
	margin-right: 10px;

}

.res_del_box {
	margin: 10px 10px 0 10px;
}

.del_request_box {
	display: flex;
	align-items: center;
}

.article_del_box {
	margin-top: 10px;
}

.res_del_window {
	display: none;
}

.del_request_window {
	display: none;
}

.article_del_window {
	display: none;
	background: #393939;
	color: #c1c2c5;
	padding: 10px;
	border-radius: 10px;
}

.article_del_window .del_request_comment_input {
	background: #fff;
}

.res_del_box_icon,
.del_request_box_icon,
.article_del_box_icon {
	cursor: pointer;
}

.error_message {
	color: #f02929;
}

#bbs_top_sentence {
	color: #fff;
}

.top_h1 {
	margin: 20px 0 0 0;
	background: none;
	color: #c1c2c5;
	font-size: 1.5rem;
}

.bbs_anchor {
	color: #e900fe;
	cursor: pointer;
}

.anchor_box {
	background: #515151;
	border-radius: 5px;
}

.close_anchor_box {
	display: flex;
	justify-content: flex-end;
}


#bbs_comment_box .close_icon {
	cursor: pointer;
	width: 20px;
	height: auto;
	margin: 0px;
}

.terms_box {
	width: 100%;
	background: #393939;
	padding: 10px;

	color: #c1c2c5;
	border-radius: 10px;
}

.terms_link {
	color: #fff;
	margin: 0 10px;
}

.terms_link:hover {
	text-decoration: underline;
	text-decoration-color: #fff;
}

.link_page_contents_box a {
	color: #d16bff;
}

.link_page_contents_box a:hover {
	text-decoration: underline;
	text-decoration-color: #d16bff;
}

@media screen and (max-width: 1440px) {
	.item1 {
		width: 344px;
		margin: 5px;
	}

	.item1 .icon_image_box {
		overflow: hidden;
		width: 344px;
		height: 215px;
		border-radius: 10px;
	}

	.item1 img {
		width: 100%;
		height: 215px;
		object-fit: cover;
		object-position: top center;
	}
}

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

	.item1 {
		width: 310px;
		margin: 5px;
	}

	.item1 .icon_image_box {
		overflow: hidden;
		width: 310px;
		height: 192px;
		border-radius: 10px;
	}

	.item1 img {
		width: 100%;
		height: 192px;
		object-fit: cover;
		object-position: top center;
	}
}

@media screen and (max-width: 1199px) {
	.item1 {
		width: 390px;
		margin: 5px;
	}

	.item1 .icon_image_box {
		overflow: hidden;
		width: 390px;
		height: 241px;
		border-radius: 10px;
	}

	.item1 img {
		width: 100%;
		height: 241px;
		object-fit: cover;
		object-position: top center;
	}
}

@media screen and (max-width: 980px) {
	.item1 {
		width: 474px;
		margin: 5px;
	}

	.item1 .icon_image_box {
		overflow: hidden;
		width: 474px;
		height: 293px;
		border-radius: 10px;
	}

	.item1 img {
		width: 100%;
		height: 293px;
		object-fit: cover;
		object-position: top center;
	}
}

@media screen and (max-width: 960px) {
	.alogo_title {
		margin-left: 10px;
	}
}

@media screen and (max-width: 800px) {
	.item1 {
		width: 390px;
		margin: 5px;
	}

	.item1 .icon_image_box {
		overflow: hidden;
		width: 390px;
		height: 241px;
		border-radius: 10px;
	}

	.item1 img {
		width: 100%;
		height: 241px;
		object-fit: cover;
		object-position: top center;
	}
}

@media screen and (max-width: 795px) {
	.item1 {
		width: 385px;
		margin: 5px;
	}

	.item1 .icon_image_box {
		overflow: hidden;
		width: 385px;
		height: 238px;
		border-radius: 10px;
	}

	.item1 img {
		width: 100%;
		height: 238px;
		object-fit: cover;
		object-position: top center;
	}
}

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

	.logo_title {
		font-size: 1.3rem;
	}

	.logo h1 {
		font-size: 1.3rem;
	}

	h1 {
		font-size: 1.3rem;
	}

	h2 {
		font-size: 1.2rem;
	}

	.header_nav a {
		display: none;
	}

	.header_nav a img {
		width: 20px;
		height: 20px;
		object-fit: cover;
	}

	.item1 {
		width: 396px;
		margin: 5px 0 5px 0;
	}

	.item1 .icon_image_box {
		overflow: hidden;
		width: 396px;
		height: 245px;
		border-radius: 10px;
	}

	.item1 img {
		width: 100%;
		height: 245px;
		object-fit: cover;
		object-position: top center;
	}

	.content img {
		width: 90%;
	}

}



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

	.logo_title {
		font-size: 1.1rem;
	}

	.logo h1 {
		font-size: 1.1rem;
	}

	h1 {
		font-size: 1.1rem;
	}

	h2 {
		font-size: 1.0rem;
	}

	.header_nav a {
		display: none;
	}

	.header_nav a img {
		width: 20px;
		height: 20px;
		object-fit: cover;
	}

	.item1 {
		width: 360px;
		margin: 5px 0 5px 0;
	}

	.item1 .icon_image_box {
		overflow: hidden;
		width: 360px;
		height: 223px;
		border-radius: 10px;
	}

	.item1 img {
		width: 100%;
		height: 223px;
		object-fit: cover;
		object-position: top center;
	}

	.content img {
		width: 90%;
	}


}