@charset "utf-8";
/* CSS Document */

@media only screen and (max-width:959px){
/*tablet*/
.pd{ display:none;}
.sd{ display: block;}
.fll,.flr { float: none;}
p{
	background: none;
	line-height: 1.6rem;
}
/*------------------------------------------------------------------------

layout

------------------------------------------------------------------------*/
body {
	-webkit-text-size-adjust: 100%;
}
.wrapper {
	width: auto;
	padding: 0px;
}
.content_inner {
	width: auto;
	margin: 0;
	padding: 0 10px 
}
section {
	margin: 0 0 30px;
}
.float_area {
	flex-direction: column;
}
.resona_interview {
	padding:5px 10px;
}
	.resona_interview .imbox {
	margin:0 auto;
}
/*---------------------------------------------------------------------

headline

---------------------------------------------------------------------*/
h1 {
	margin: 0 auto;
}
h2 {
	margin: 0 0 10px;
	font-size: 1.4rem;
	font-weight: bold;
	text-align: justify;
}
	h3 {
	font-weight:bold;
	margin:15px 0 10px;
	font-size: 1.4rem;
	text-align: justify;
	line-height:1.5;
}
/*---------------------------------------------------------------------

header

---------------------------------------------------------------------*/
.header {
	width: 100%;
	padding: 10px;
	border-bottom: 3px solid var(--main-color);
}
.header_inner {
	flex-direction: row;
	width: auto;
}
.header_inner img {
	height: 25px;
}
/*---------------------------------------------------------------------

mainvisual

---------------------------------------------------------------------*/
.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;
	text-align: center;
	background: none;
}
/*---------------------------------------------------------------------

movie_area

---------------------------------------------------------------------*/
.movie_area p.title {
	margin: 0 0 20px;
	font-size: 1.6rem;
}
/*---------------------------------------------------------------------

main_cont

---------------------------------------------------------------------*/
.main_cont p {
	margin: 0 0 20px;
	line-height: 1.6;
	font-size: 1.4rem;
	background: none;
}
.main_cont dt {
	float: none;
	width: auto;
}
.main_cont dd {
	margin: 0 0 10px;
	background: none;
	line-height: 1.6em;
}
.imbox {
	max-width: 300px;
	width: 100%;
	margin: 0 auto 20px;
}
.imbox img {
	max-width: 300px;
	width: 100%;
	height: 300px;
	object-fit: cover;
	object-position: 0 10%;
}
.imbox p {
	margin: 0;
}
.gra_area {
	width: auto;
	margin: 0 auto 20px;
	padding: 0;
	border: none;
	text-align: center;
	border:none;
}
.gra_area .gratxt, .gratxt02 {
	text-indent: 0;
	font-size:1.3rem;
	}
.gra_area img {
	width: 100%;
	height: auto;
}
p.gratit {
	margin: 0 0 5px;
	text-indent: 0;
}
.notes {
	line-height: 1.4em;
	font-size:0.8em;
}
.cont_img {
	max-width: 1000px;
	width: 100%;
	height: auto;
}
.disc_area p {
	line-height: 1.6;
}
.disc_area .col_2 {
	width: 100%;
	margin: 0 0 10px;
}
.about{
	text-align:left;
}
#page-top {
	position: fixed;
	bottom: 50px;
	right: 0;
}
.back_area ul li {
	font-size: 0.9em;
}
/*------------------------------------------------------------------------

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;
}
}


