.sp {
	display: none;
}

body {
	background-image: none!important;
	font-family: 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', メイリオ, Meiryo, Osaka, 'MSPゴシック', 'MS PGothic', sans-serif!important;
	color: #383838!important;
}

a {
	text-decoration: none;
}

li	{
	list-style: none;
}

.clearfix::after {
   content: "";
   display: block;
   clear: both;
}

.message {
	font-family: '游明朝','Yu Mincho',YuMincho,'Hiragino Mincho Pro',serif;
	font-size: 1.3rem;
	text-align: center;
	margin: auto;
	font-weight: bold;
}

.wrap {
	width: 60%;
	margin: auto;
}

.logo_box span {
	padding-top: 0px!important;
}

.header-logo-menu {
	padding: 4px 0 4px 5px!important;
}

@media(max-width: 1024px) {
	.sp_only {
		display: none;
	}

	.sp {
		display: none;
	}

	.wrap {
		width: 75%;
	}
}

@media(max-width: 599px) {
	.pc_only {
		display: none;
	}
	.pc {
		display: none!important;
	}
	.sp {
		display: block;
	}
	.wrap {
		width: 90%; 
	}
}

.top-img {
	margin-bottom: 40px;
}

.top-img img {
	width: 100%;
	height: auto;
}

h2 {
	font-family: '游明朝','Yu Mincho',YuMincho,'Hiragino Mincho Pro',serif;
	text-align: center;
	margin-top: 2em;
	font-size: 30px;
}

@media(max-width: 599px) {
	.message {
		font-size: 1.1rem;
	}

	h2 {
		font-size: 25px;
	}
}


.wrapper {
	margin: auto;
}

.container {
	margin: auto;
}

.wrapper_conditions table {
	border-collapse: collapse;
	width: 100%;
	text-align: left;
}

.wrapper_conditions th, .wrapper_conditions td {
	padding: 1em;
	font-weight: normal;
}

.wrapper_conditions th {
	background-color: #FCEBDB;
}

@media screen and (max-width: 599px) {
	.wrapper_conditions th {
		padding: 0.5em;
	}

	.wrapper_conditions .container p {
		font-size: 14px;
		margin-left: 1em;
		text-indent: -1em;
	}
}

.btn {
	display: block;
    background-color: #FE8814;
    box-shadow: 0 3px 3px grey;
    font-weight: bold;
    text-align: center;
    padding: 0.4em 1em;
    font-size: 22px;
    color: #fff;
    margin: auto;
}

.btn_teiansyo {
	width: 230px;
}

.wrapper_example {
	text-align: center;
}

.example_01 .img_example {
	position: relative;
	margin-top: 25px;
}

.example_01 .img_example div {
	position: absolute;
}

.example_01 .img_example img , .example_02 .img_example img {
	width: 100%!important;
}

.example_01 .img_example :nth-child(1) {
	width: 40%;
	height: auto;
	left: 0;
}

.example_01 .img_example :nth-child(2) {
	width: 68%;
	height: auto;
	right: 0;
	top: 140px;
}

.hall {
	font-family: '游明朝','Yu Mincho',YuMincho,'Hiragino Mincho Pro',serif;
	font-weight: bold;
}

.name_hall {
	font-size: 25px;
}

.hall_detail {
	font-size: 20px;
	color: #FE8814;
	border-bottom: 4px double #FE8814;
}

.example_02 img ,.example_03 img {
	display: block;
	margin-top: 20px;
}

.example_03 img {
	width: auto;
	height: 560px;
	margin: auto;
}

.example_03 .hall_detail {
	margin-bottom: 20px;
	display: inline-block;
}

hr {
	margin-top: 15%;
	margin-bottom: 12%;
}


@media(max-width: 599px) {
	.img_example div {
		margin: auto;
	}
	.name_hall {
		font-size: 22px;
	}
	.hall_detail {
		font-size: 18px;
	}
	.example_01 .img_example :nth-child(1) {
		width: 60%;
		position: relative;
	}
	.example_01 .img_example :nth-child(2) {
		width: 100%;
		position: initial;
		margin-top: 60px;
	}
	.example_03 .img_example img {
		width: 100%!important;
		height: auto;
	}

	.before::after {
		content: '';
		opacity: 0.5;
		border: 40px solid transparent;
		border-top: 30px solid dimgrey;
		position: absolute;
		display: inline-block;
		top: 110%;
		right: 30%;
	}
}

@media(min-width: 600px) {
	.example_01 .img_example {
		height: 570px;
		width: auto;
	}

	.img_sp {
		display: none!important;
	}

	.com_name {
	font-size: 1.2em;
	}

}

.container_inquiry {
	border: 4px double grey;
	background-color: #FCEBDB;
	padding: 2em;
}

.com_name {
	text-align: center;
	font-weight: bold;
	margin-top: 0!important;
}

.container_inquiry ul {
	margin-top: 0;
}

.container_inquiry li {
	margin-top: 23px;
}

.btn_inquiry {
	width: 370px;
}

@media(max-width: 599px) {
	.container_inquiry {
		padding: 1em;
	}

	.container_inquiry span {
		margin-left: 3em;
	}

	.btn_inquiry {
		width: 165px;
		font-size: 20px; 
	}

}


#footMenu {
	font-size: 16px!important;
	margin-top: 20px;
}

.copyRight {
	font-size: initial!important;
}