@charset "utf-8";
.page {
	padding: 0;
	margin: 0 auto;
	width: 100%;
	background-image: url(../images/bg.jpg);
	background-size: 100%;
	background-position: center 0;
	background-repeat: no-repeat;
	font-family: 'Noto Sans JP', sans-serif !important;
	text-shadow: none !important;
	font-feature-settings: "palt" 1;
	background-attachment: fixed;
}
.page_header {
	margin: 0 auto;
	background-image: url(../images/main.png);
	background-size: 85%;
	text-align: center;
	background-position: center top;
	background-repeat: no-repeat;
	display: block;
	padding-top: 300px;
}
.page_header h1 img {
	width: 90%;
	height: auto;
}
.page_header h2 img {
	margin-top: -1rem;
}
.guest {
	text-align: center;
	max-width: 1200px;
	height: auto;
	margin: 0 auto;
}
.online {
	text-align: center;
}
.online_in {
	background-color: rgba(255,255,255,0.8);
	padding: 8rem 3rem 4rem;
	font-size: 1.3rem;
	line-height: 3rem;
	font-weight: 600;
	max-width: 1100px;
	margin: -4rem auto 5rem;
	border: #D0D0D0 1px dashed;
}
.online_in p {
	margin-bottom: 2rem;
}
.photo {
	background: rgba(255,218,218,0.7);
	text-align: center;
	padding: 1rem 0;
}
.photo img {
	width: 100%;
	height: auto;
}
.footer {
	text-align: center;
	max-width: 1200px;
	margin: 0 auto;
	padding: 5rem 0 5rem;
}
.br_s {
	display: none;
}

/*===============================================
●smart.css  画面の横幅が1024まで
===============================================*/
@media screen and (max-width:1024px) {
img {
	width: 100%;
	height: auto;
}
.page {
	padding: 0;
	margin: 0 auto;
	width: 100%;
	background-image: url(../images/s_bg.jpg);
	background-size: 100%;
	background-position: center 0;
	background-repeat: no-repeat;
	font-family: 'Noto Sans JP', sans-serif !important;
	text-shadow: none !important;
	font-feature-settings: "palt" 1;
	background-attachment: local;
	overflow-x: hidden;
}
.page_header {
	margin: 0 auto;
	background-image: url(../images/s_main.png);
	background-size: 100%;
	text-align: center;
	background-position: center top;
	background-repeat: no-repeat;
	display: block;
	padding-top: 180px;
}
.page_header h1 img {
	width: 80%;
	height: auto;
}
.page_header h2 img {
	margin-top: 1rem;
	max-width: 80%;
}
.guest {
	text-align: center;
	max-width: 100%;
	height: auto;
	margin: 3rem auto;
}
.online {
	text-align: center;
}
.online img {
	width: 35%;
	margin: 0 auto;
}
.online_in {
	background-color: rgba(255,255,255,0.0);
	padding: 5rem 1rem 2rem;
	font-size: 1.3rem;
	line-height: 3rem;
	font-weight: 600;
	max-width: 90%;
	margin: -3rem auto 2rem;
	background-image: url(../images/p_bg.jpg);
	background-repeat: no-repeat;
	background-size: 20%;
	border: #D0D0D0 1px dashed;
	box-sizing: border-box;
}
.online_in p {
	margin-bottom: 2rem;
	font-size: 1rem;
	line-height: 2rem;
	font-weight: normal;
}
.online_in p br {
	display: none;
}
.online_in p .br_s {
	display: block;
}
.photo {
	background: rgba(255,218,218,0.7);
	text-align: center;
	padding: 1rem 0;
}
.photo img {
	width: 100%;
	height: auto;
}
.footer {
	text-align: center;
	max-width: 100%;
	margin: 0 auto;
	padding: 5rem 2rem 0rem;
	background-image: url(../images/bg.jpg);
	background-size: 100%;
	box-sizing: border-box;
	background-repeat: no-repeat;
}
.footer img {
	margin-bottom: 1rem;
}
}

@media screen and (min-width:1300px) and ( max-width:1550px) {
.page_header {
	margin: 0 auto;
	background-image: url(../images/main.png);
	background-size: 100%;
	text-align: center;
	background-position: center top;
	background-repeat: no-repeat;
	display: block;
	padding-top: 300px;
}
}
