@charset "UTF-8";

/*--------------------------------------------------------------
mainimage
--------------------------------------------------------------*/

/* Larger than mobile */
@media (min-width: 300px) {
	
.mainimage {
	margin: 0;
	padding: 30px 0 20px 0;
	background: url(../images/about_bg.jpg) no-repeat bottom center;
	background-size: cover;
	overflow: hidden;
}
	
.mainimage_video {
	margin: 0;
	padding: 30px 0 20px 0;
	background: url(../images/pv_bg.jpg) no-repeat center;
	background-size: cover;
	overflow: hidden;
}
	
.mainimage_line {
	margin: 0;
	padding: 30px 0 20px 0;
	background: url(../images/line_bg.jpg) no-repeat center;
	background-size: cover;
	overflow: hidden;
}

.mainimage h2,
.mainimage_video h2,
.mainimage_line h2{
	margin: 0 0 5px 0;
	padding: 0;
	font-family: 'Fjalla One', sans-serif;
	font-size: 30px;
	color: #1e96d2;
	line-height: 1;
	font-weight: normal;
	letter-spacing: 3px;
	text-align: center;
}

.mainimage p {
	margin: 0;
	padding: 0;
	text-align: center;
	color: #1a1a1a;
	font-size: 12px;
	line-height: 1;
}

.mainimage_video p,
.mainimage_line p {
	margin: 0;
	padding: 0;
	text-align: center;
	color: #FFF;
	font-size: 12px;
	line-height: 1;
}
	
}

/* Larger than tablet */
@media (min-width: 750px) {
	
.mainimage,
.mainimage_video,
.mainimage_line {
	padding: 50px 0 30px 0;
}
	
.mainimage h2,
.mainimage_video h2,
.mainimage_line h2 {
	font-size: 45px;
}

.mainimage p,
.mainimage_video p,
.mainimage_line p{
	font-size: 13px;
}

}

/*--------------------------------------------------------------
top_img
--------------------------------------------------------------*/

/* Larger than mobile */
@media (min-width: 300px) {
	
.top_img {
	margin: 0 0 20px 0;
	height: 200px;
	background: url(img/main_2.jpg) no-repeat center center;
	background-size: cover;
}
	
.line_img {
	margin: 0 0 20px 0;
	height: 200px;
	background: url(img/main_line.jpg) no-repeat center center;
	background-size: cover;
}
	
}

/* Larger than phablet */
@media (min-width: 550px) {
	
.top_img,
.line_img {
	height: 250px;
}
	
}

/* Larger than tablet */
@media (min-width: 750px) {
	
.top_img {
	margin: 0 0 50px 0;
	height: 30vh;
}
	
.line_img {
	height: 300px;
}
	
}

/* Larger than tablet */
@media (min-width: 1000px) {
	
.top_img {
	margin: 0 0 50px 0;
	height: 45vh;
}
	
.line_img {
	margin: 0 0 50px 0;
	height: 350px;
}
	
}

/*--------------------------------------------------------------
line
--------------------------------------------------------------*/

/* Larger than mobile */
@media (min-width: 300px) {
	
.line-area {
	margin: 0 0 50px 0;
	padding: 0;
	overflow: hidden;
}
	
.line-area p {
	margin: 0 0 20px 0;
	padding: 0;
	font-size: 12px;
	line-height: 1.7;
	color: #1a1a1a;
}
	
.line-area ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

.line-area ul li {
	margin: 0 0 10px 0;
	padding: 20px;
	background-color: #f4f2ed;
	border-radius: 10px; 
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px; 
}

.line-area ul dl {
	margin: 0;
}

.line-area ul dt.title {
	margin-bottom: 10px;
	font-weight: bold;
	font-size: 13px;
	text-align: center;
}
	
.line-area ul dt.comme {
	margin: 0 0 20px 0;
	font-size: 11px;
	line-height: 1.3;
}

.line-area ul dd {
	margin: 0;
	text-align: center;
}
	
.line-area span {
	font-weight: bold;
	font-size: 18px;
	color: #2cbf13;
	display: block;
}
	
}

/* Larger than phablet */
@media (min-width: 550px) {
	
.line-area p {
	font-size: 13px;
	line-height: 1.8;
}

.line-area ul li {
	margin: 0 0 10px 0;
	padding: 20px;
	background-color: #f4f2ed;
	border-radius: 10px; 
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px; 
}

.line-area ul dt.title {
	margin-bottom: 10px;
	font-weight: bold;
	font-size: 14px;
	text-align: center;
}
	
.line-area ul dt.comme {
	margin: 0 0 20px 0;
	font-size: 12px;
	line-height: 1.5;
}
	
.line-area span {
	font-size: 20px;
}
	
}

/* Larger than tablet */
@media (min-width: 750px) {
	
.line-area {
	margin: 0 0 80px 0;
	padding: 0;
	overflow: hidden;
}
	
.line-area p {
	font-size: 14px;
	line-height: 2;
}
	
.line-area ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
	display:-webkit-box;
    display:-moz-box;
    display:-ms-box;
    display:-webkit-flexbox;
    display:-moz-flexbox;
    display:-ms-flexbox;
    display:-webkit-flex;
    display:-moz-flex;
    display:-ms-flex;
    display:flex;
    -webkit-box-lines:multiple;
    -moz-box-lines:multiple;
    -webkit-flex-wrap:wrap;
    -moz-flex-wrap:wrap;
    -ms-flex-wrap:wrap;
    flex-wrap:wrap;
	overflow: hidden;
}

.line-area ul li {
	width: 31%;
	margin: 0 1%;
	float: left;
	padding: 20px;
	box-sizing: border-box;
	background-color: #f4f2ed;
	border-radius: 10px; 
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px; 
}

.line-area ul dt.title {
	margin-bottom: 10px;
	font-weight: bold;
	font-size: 15px;
	text-align: center;
}
	
.line-area ul dt.comme {
	margin: 0 0 30px 0;
	font-size: 13px;
	line-height: 1.5;
}
	
.line-area span {
	font-size: 23px;
}

}

/* Larger than tablet */
@media (min-width: 1000px) {

.line-area p {
	max-width: 900px;
	margin: 0 auto 20px auto;
	padding: 0;
	font-size: 15px;
	line-height: 2;
}

.line-area ul {
	width: 900px;
	margin: 0 auto;
	padding: 0;
	list-style-type: none;
	display:-webkit-box;
    display:-moz-box;
    display:-ms-box;
    display:-webkit-flexbox;
    display:-moz-flexbox;
    display:-ms-flexbox;
    display:-webkit-flex;
    display:-moz-flex;
    display:-ms-flex;
    display:flex;
    -webkit-box-lines:multiple;
    -moz-box-lines:multiple;
    -webkit-flex-wrap:wrap;
    -moz-flex-wrap:wrap;
    -ms-flex-wrap:wrap;
    flex-wrap:wrap;
	overflow: hidden;
}

.line-area ul li {
	width: 31%;
	margin: 0 1%;
	float: left;
	padding: 30px;
	box-sizing: border-box;
	background-color: #f4f2ed;
	border-radius: 10px; 
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px; 
}

.line-area ul dt.title {
	margin-bottom: 10px;
	font-weight: bold;
	font-size: 17px;
	text-align: center;
}
	
.line-area ul dt.comme {
	margin: 0 0 30px 0;
	font-size: 14px;
	line-height: 1.5;
}
	
.line-area span {
	font-size: 25px;
}

}


/*--------------------------------------------------------------
movie
--------------------------------------------------------------*/

/* Larger than mobile */
@media (min-width: 300px) {
	
.movie {
	margin: 0;
	padding: 0;
	overflow: hidden;
}

.movie iframe {
  max-width: 100%;
}

.movie h2 {
	margin: 0 0 10px 0;
	padding: 0 0 5px 0;
	font-size: 15px;
	line-height: 1.3;
	font-weight: bold;
	color: #1e96d2;
}

.movie p {
	margin: 20px 0 0 0;
	padding: 0;
	text-align: center;
}
	
.movie p.m50 {
	margin-bottom: 50px;
}
	
}

/* Larger than phablet */
@media (min-width: 550px) {
	
.movie h2 {
	font-size: 17px;
	line-height: 1.3;
}
	
}

/* Larger than tablet */
@media (min-width: 750px) {
	
.movie h2 {
	margin: 0 0 20px 0;
	font-size: 20px;
	line-height: 1.4;
}
	
.movie p.m50 {
	margin-bottom: 80px;
}
	
}

/* Larger than tablet */
@media (min-width: 1000px) {
	
.movie {
	max-width: 1280px;
	margin: 0 auto;
	padding: 0;
	overflow: hidden;
}

.movie h2 {
	max-width: 1280px;
	margin: 0 auto 20px auto;
	font-size: 23px;
	line-height: 1.4;
}
	
}


/*--------------------------------------------------------------
mogami
--------------------------------------------------------------*/

/* Larger than mobile */
@media (min-width: 300px) {
	
dl.mogami {
	margin: 0;
	padding: 0;
	overflow: hidden;
}

dl.mogami dt {
	margin: 0 20px 10px 20px;
	padding: 0;
}

dl.mogami dt img {
	width: 100%;
	height: auto;
}

dl.mogami dd {
	margin: 0 0 50px 0;
	padding: 0;
	font-size: 12px;
	line-height: 1.7;
	color: #1a1a1a;
}
	
}

/* Larger than phablet */
@media (min-width: 550px) {
	
dl.mogami dt {
	margin: 0 30px 10px 30px;
	padding: 0;
}

dl.mogami dd {
	margin: 0 0 50px 0;
	padding: 0;
	font-size: 13px;
	line-height: 1.8;
	color: #1a1a1a;
}
	
}

/* Larger than tablet */
@media (min-width: 750px) {
	
dl.mogami {
	margin: 0 0 50px 0;
	padding: 0;
	overflow: hidden;
}
	
dl.mogami dt {
	width: 250px;
	margin: 0;
	padding: 0;
	float: right;
}

dl.mogami dd {
	margin: 0 270px 0 0;
	padding: 0;
	font-size: 14px;
	line-height: 2;
	color: #1a1a1a;
}
	
}

/* Larger than tablet */
@media (min-width: 1000px) {
	
dl.mogami {
	max-width: 900px;
	margin: 0 auto;
	padding: 0;
	overflow: hidden;
}
	
dl.mogami dt {
	width: 350px;
	margin: 0;
	padding: 0;
	float: right;
}

dl.mogami dd {
	margin: 0 380px 0 0;
	padding: 0;
	font-size: 15px;
	line-height: 2;
	color: #1a1a1a;
}
	
}



/*--------------------------------------------------------------
table
--------------------------------------------------------------*/

/* Larger than mobile */
@media (min-width: 300px) {
	
table {
	width: 100%;
	margin: 0 0 10px 0;
	border: 1px #c0c0c0 solid;
	border-collapse: collapse;
	font-size: 12px;
	table-layout: fixed;
}

table th,
table td {
	padding: 5px;
	border: 1px #c0c0c0 solid;
}


table tbody td.sec {
	background-color: #5B5B5B;
	color: #ffffff;
}

table tbody td.sec2 {
	background-color: #E8F7F5;
}

table tbody td {
	background-color: #ffffff;
}

table a:link {
	color: #1e96d2;
	text-decoration: underline;
}
table a:visited {
	color: #1e96d2;
	text-decoration: underline;
}
table a:hover, a:active, a:focus {
	text-decoration: none;
}

}

/* Larger than phablet */
@media (min-width: 550px) {
	
table {
	font-size: 13px;
}

table th,
table td {
	padding: 5px 8px;
}
	
}

/* Larger than tablet */
@media (min-width: 750px) {
	
table {
	font-size: 14px;
}

table th,
table td {
	padding: 5px 10px;
}
	
}

/* Larger than tablet */
@media (min-width: 1000px) {
	
table {
	max-width: 900px;
	margin: 0 auto 10px auto;
	font-size: 15px;
}

table th,
table td {
	padding: 10px 15px;
}
	
}


/*--------------------------------------------------------------
btn
--------------------------------------------------------------*/

/* Larger than mobile */
@media (min-width: 300px) {
	

.btn {
	display: inline-block;
	width: 150px;
	height: 40px;
	text-align: center;
	text-decoration: none;
	line-height: 40px;
	outline: none;
	font-family: 'Fjalla One', sans-serif;
	font-size: 12px;
	color: #FFF;
	background: #1e96d2;
	box-sizing: content-box;
	padding: 0;
	-webkit-border-radius: 10px 10px 10px 10px;
	-moz-border-radius: 10px 10px 10px 10px;
	border-radius: 10px 10px 10px 10px;
}



.btn:hover  {
	color: #1e96d2;
	background: #ffee00;
	text-decoration: none;
}

.btn::before,
.btn::after {
	position: absolute;
	z-index: -1;
	display: block;
	content: '';
}
.btn,
.btn::before,
.btn::after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-transition: all .3s;
	transition: all .3s;
}

i.fa-youtube-play {
	margin: 0 10px 0 0;
	font-size: 12px;
	vertical-align: middle;
}

}

/* Larger than phablet */
@media (min-width: 550px) {
	
.btn {
	display: inline-block;
	width: 200px;
	height: 40px;
	text-align: center;
	text-decoration: none;
	line-height: 40px;
	outline: none;
	font-family: 'Fjalla One', sans-serif;
	font-size: 13px;
	color: #FFF;
	background: #1e96d2;
	box-sizing: content-box;
	padding: 0;
	-webkit-border-radius: 10px 10px 10px 10px;
	-moz-border-radius: 10px 10px 10px 10px;
	border-radius: 10px 10px 10px 10px;
}

i.fa-youtube-play {
	margin: 0 10px 0 0;
	font-size: 15px;
	vertical-align: middle;
}
	
}

/* Larger than tablet */
@media (min-width: 750px) {
	
.btn {
	display: inline-block;
	width: 250px;
	height: 60px;
	text-align: center;
	text-decoration: none;
	line-height: 60px;
	outline: none;
	font-family: 'Fjalla One', sans-serif;
	font-size: 15px;
	color: #FFF;
	background: #1e96d2;
	box-sizing: content-box;
	padding: 0;
	-webkit-border-radius: 10px 10px 10px 10px;
	-moz-border-radius: 10px 10px 10px 10px;
	border-radius: 10px 10px 10px 10px;
}

	
}