@charset "UTF-8";
/* CSS Document */

@media only screen and (max-width:959px){
/*tablet*/
.pd{ display:none;}
.sd{ display: block;}
.fll,.flr { float: none;}
/*------------------------------------------------------------------------

layout

------------------------------------------------------------------------*/
body {
	-webkit-text-size-adjust: 100%;
}
.wrapper {
	width: auto;
	padding: 0px;
}
p{
	line-height: 1.5em;
	background: none;
}
.event {
	width: auto;
	margin: 0;
	padding: 0 10px;
}
.event p:first-child {
	line-height: 1.7;
	font-size:1.3rem;
	}
section {
	margin: 0 0 30px;
}
.float {
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
}
.article_top {
	padding: 10px 0 !important;
	background: #f6f6f6;
}
/*------------------------------------------------------------------------

headline

------------------------------------------------------------------------*/
h1 {
	margin: 0 auto;
}
h2 {
	margin:  0 0 12px;
	font-size: 1.8rem;
	border-bottom: solid 1px #00838a;
}
h2.headline01 {
	padding: 10px;
	font-size: 2.0rem;
	line-height: 1.4;
	text-align: center;
}
h2 span {
	font-size: 1.6rem;
}
/*------------------------------------------------------------------------

header

------------------------------------------------------------------------*/
.header {
	width: 100%;
}
.header_inner {
	width: auto;
	padding: 0 10px;
}
.header_inner img {
	height: 30px;
}
/*------------------------------------------------------------------------

main_visual

------------------------------------------------------------------------*/
.main_visual {
	min-width: 100%;
	margin-bottom:0;
	text-align: center;
	background: #fff;
}
.main_visual img {
	width: 100%;
	height: auto;
	margin: 0;
}
.main_visual_inner {
	width: 100%;
	height: auto;
	margin: 0 auto;
	background: none;
	text-align: center;
}
#article .main_visual {
	min-width: 100%;
}
/*------------------------------------------------------------------------

main_cont

------------------------------------------------------------------------*/
.main_cont {
	min-width: 100%;
	margin: 0 auto 0;
	border: none;
}
.main_cont p {
	margin: 20px 0 25px;
	line-height: 1.6;
	background: none;
}
.main_cont dt {
	float: none;
	width: auto;
}
.main_cont dd {
	margin: 0 0 15px;
	background: none;
	line-height: 1.6em;
}
.imbox01 {
	max-width: 300px;
	width: 100%;
	margin: 0 auto 20px;
}
.imbox01 img {
	max-width:300px;
	width:100%;
}
.imbox01 p {
	margin: 0;
}
.imtxt01 {
	width: auto;
	padding: 10px 0 0;
}
.child_1 {
	order: 2;
}
.child_2 {
	order: 1;
}
.gra_area {
	width: auto;
	max-width: 750px;
	margin: 0 auto 20px;;
	padding: 10px;
	border: solid 1px #999;
	text-align: center;
}
.gra_area img {
	max-width: 600px;
	width: 100%;
	height: auto;
	margin: 0 auto;
}
/*---------------------------------------------------------------------

pan

---------------------------------------------------------------------*/
.pan {
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
}
.pan li {
	margin: 0 0 10px;
	text-align: justify;
}
.top_text {
	margin: 0 0 40px;
	font-size: 1.6rem;
	font-weight: bold;
	text-align: left;
	background: none !important;
}
.top_navi_area {
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	margin: 0 0 20px;
}
.top_navi_area li {
	width: auto;
}
.top_navi_area li div p a {
	font-size: 1.4rem;
}
.top_navi_area li div p a::before {
	right: 10px;
}
.top_navi_area li div p.movie_btn a {
	background: url(../img/icon_movie.png) no-repeat center left 10px #cc0048;
	background-size: 20px;
}
.top_navi_area li div p.article_btn a {
	background: url(../img/icon_article.png) no-repeat center left 10px #007c6d;
	background-size: 20px;
}
.article_movie_area {
	margin: 0 0 30px;
}
.date {
	margin: 0 !important;
	font-size: 0.9em !important;
}
.banner_area {
	margin: 0;
	padding: 30px 0;
	border-top: solid 1px #ccc;
	border-bottom: none; 
}
.banner_area ul {
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
}
.banner_area ul li {
	width: auto;
	margin: 0 0 20px;
	text-align: center;
}
.back_area p {
	background: #00838a;
}
.continue {
	text-align: left;
}

#page-top {
	position: fixed;
	bottom: 50px;
	right: 0;
}
/*------------------------------------------------------------------------

SNSボタン

------------------------------------------------------------------------*/
.sns_btn {
	display: none;
	position: static;
	right: 0;
	bottom: 0;
	width: auto;
	padding: 0;
	background: none;
	-webkit-box-shadow: none;
	box-shadow: none;
}
.sns_btn_spn {
	display: block;
}
.ninja_onebutton_output {
	display: none;
}
}


