/* #共通 ========================================================================================================== */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	vertical-align: baseline;
	font-family: inherit;
}
html {
	height:100%;
}
body{
	font-family: "Noto Sans JP", serif;
	font-weight: 600;
	margin: 0px;
	height: 100%;
	font-size: 16px;
	line-height: 30px;
	color: #2B3239;
	-webkit-text-size-adjust: 100%;
	background-image: url(../imgs/bg_pc.webp);
	background-repeat: no-repeat;
	background-position: center top;
	background-size: cover;
    background-attachment: fixed;

}
img {
	border: none;
	vertical-align:bottom;
}
a img.rollover {
    display: block;
}
a:hover img.rollover {
	opacity:0.7;
	filter: alpha(opacity=70);
	-ms-filter: "alpha( opacity=70 )";
}
a  {
	color: #ffffff;
	text-decoration: none;
}
a:hover {
    color: #ffffff; /*下線あり*/
    text-decoration: underline;
}
a[href^="tel:"] { cursor: default; }
/* パソコンで見たときは"pc"のclassがついた画像が表示される */
.pc { display: block !important; }
.sp { display: none !important; }
/* スマートフォンで見たときは"sp"のclassがついた画像が表示される */
@media only screen and (max-width: 750px) {
.pc { display: none !important; }
.sp { display: block !important; }
}
.end {
	height: 0px;
	width: 100%;
	clear: left;
}
.flex {
    display: flex;
	flex-wrap: wrap;
}


/* #PC ========================================================================================================== */
.logo {
    width: 200px;
    height: auto;
    position: fixed;
    top: 50px;
    left: 50px;
    z-index: 10;
}
.mv_area {
    width: 900px;
    height: auto;
    position: relative;
    margin: 50px auto 0 auto;
}
.inner {
	width: auto;
	width: 800px;
	height: auto;
	position: relative;
	margin: 0 auto 0 auto;
}
.ba_ph {
	margin-bottom: 50px;
}
.list {
	height: auto;
	width: 860px;
	position : relative;
	float: left;
	margin: 0 0 0 0;
}
.list ul {
	padding: 0px;
	list-style-type: none;
	position : relative;
	margin: 0px;
}
.list li {
	margin: 0px;
	padding: 0px;
	text-decoration: none;
	display: block;
	height: auto;
	width: 100%;
	position : relative;
	float: left;
}
.list li.hn1 {
	width: 130px;
	background-color: #563824;
	color: #AF9F7C;
	font-size: 18px;
	text-align: center;
	font-weight: 400;
    padding: 3px 0 5px 0;
}
.list li.hn2 {
	width: 650px;
    padding-left: 20px;
	font-size: 20px;
    margin-bottom: 30px;
}
p.indent{
	padding-left:1em;
	text-indent:-1em;
	font-size: 16px;
    line-height: 25px;
}
.thoughts {
	height: auto;
	width: 900px;
	position : relative;
	float: left;
	margin: 70px 0 20px -20px;
}



.cc {
	width: 100%;
	height: auto;
	float: left;
	text-align: center;
	color: #563824;
    margin-top: 100px;
    padding-bottom: 30px;
}


/* #スマートフォン ========================================================================================================== */
@media only screen and (max-width: 750px) {
body{
    font-size: 24px;
    line-height: 50px;
    background-image: url(../imgs/bg_sp.webp);
}
.logo {
    top: 25px;
    left: 25px;
}
.mv_area {
    width: 650px;
    margin: 200px auto 0 auto;
}
.inner {
	width: 650px;
	margin: 180px auto 0 auto;
}
.list {
	width: 650px;
	margin: 0 0 0 0;
}
.list li.hn1 {
	width: 150px;
	font-size: 21px;
    padding: 0px 0 3px 0;
}
.list li.hn2 {
	width: 480px;
    padding-left: 20px;
	font-size: 27px;
    margin-bottom: 35px;
}
.ticket {
	height: auto;
	width: 650px;
	position : relative;
	float: left;
	margin: 40px 0 20px 0;
}
p.indent{
	font-size: 21px;
    line-height: 30px;
}
.thoughts {
	width: 700px;
	margin: 70px 0 20px -25px;
}
.cc {
    margin-top: 150px;
    padding-bottom: 40px;
}


}/* @media only screen and (max-width: 750px) */
