@import url(https://fonts.googleapis.com/css?family=Pacifico);
@import url(http://fonts.googleapis.com/earlyaccess/notosansjp.css);
@import url(https://fonts.googleapis.com/css?family=Josefin+Sans);

/* reset */
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td{margin:0;padding:0;}
address,caption,cite,code,dfn,em,strong,th,var{font-style:normal;}
ul{list-style:none;}
table{border-collapse:collapse;border-spacing:0;}
caption,th{text-align:left;}
q:before,q:after{content:'';}
object,embed{vertical-align:top;}
legend{display:none;}
/*h1,h2,h3,h4,h5,h6{font-size:100%;}
*/img,abbr,acronym,fieldset{border:0;}

body{
/*	font: 14px/1.9 'Noto Sans JP', Arial, Verdana, 游ゴシック, YuGothic,'ヒラギノ角ゴ ProN W3', 'Hiragino Kaku Gothic ProN', メイリオ, Meiryo,sans-serif;
*/	font-weight: 300;
	-webkit-text-size-adjust:100%;
	overflow-x: hidden;
	color: #000;
	background: #fff;
}

a{
	color: #0066ff;
}

a:hover, .active{
  text-decoration: underline;
}

a:active, a:focus,input:active, input:focus{outline:0;}

.btn a {
	display:block;
	width:88%;
	border-radius:8px;
	background-color:#1EAA39;
	line-height: 1.8;
	color:#FFF;
	padding:1rem 0;
	margin:1em auto;
	text-align:center;
	text-decoration:none;
	box-shadow: 0px 5px rgba(0,0,0,0.4);
	position:relative;
	max-width:700px;
}
.btn a:after {
	content: '';
    display: block;
    position: absolute;
    top: 50%;
    margin-top: -0.5em;
    right: 5%;
    width: 1em;
    height: 1em;
    border-top: #FFF 2px solid;
    border-right: #FFF 2px solid;
	transform:rotate(45deg);
	-webkit-transform:rotate(45deg);
}
/* ヘッダー
------------------------------------------------------------*/
#header{
	position: relative;
    overflow:hidden;
    width:100%;
/*    height:568px;
*/}

#header img{
	width:100%;
	height:auto;
}

#slogan{
	position: absolute;
  top: 50%;
	width: 100%;
	-webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
	color: #fff;
	line-height: 1.2;
	text-align: center;
}

#slogan h1{
	font-size: 40px;
	font-family: 'ヒラギノ丸ゴ ProNn', cursive;
	margin-bottom: 20px;
	font-weight:normal;
}

#slogan h2{
	font-size: 20px;
	font-weight:normal;
}


/* フッター
------------------------------------------------------------*/
#footer{
	clear: both;
	padding: 10px 10px 0 0;
	text-align: center;
	font-size: 12px;
}


/* 共通
------------------------------------------------------------*/
/*h1, h2{
	font-family: 'Josefin Sans', 'Noto Sans JP',serif;
}

*//*img{
	width: 100%;
	height: auto;
}*/

section{clear:both;}

section h2{
	text-align: center;
	padding: 5px 0;
	margin-bottom:30px;
	font-size:23px;
}
section h3{
	font-size: 18px;
	text-align: center;
	padding-bottom:10px;
}

.inner{
	width: 94%;
	margin: 0 auto;
	padding:10px 0 50px;
	line-height:1.8;
}
.inner2{
	width: 94%;
	margin: 0 auto;
	padding:50px 0;
}

.col2 li{
	display: inline-block;
	width: 100%;
  	margin: 20px 0 20px 0;
}


/* SEC01 VISION
------------------------------------------------------------*/

.vision{
	width: 60%;
	margin: 0 auto;
}


/* SEC02 MESSAGE
------------------------------------------------------------*/
.wrap{
	clear: both;
	width: 100%;
	background: #f6f6f6;
}

.bg{
	line-height: 0;
}

.txt h2{
	padding: 0 0 20px !important;
}


/* SEC03 SERVICE MESSAGE STORY
------------------------------------------------------------*/
.col3 li{
	margin-bottom: 50px;
}

.col3 img{
	display: block;
	margin: -5px auto 10px;
	width:100%;
/*	max-height:200px;
	width:auto;
*/}
.col5 li{
	margin-bottom: 50px;
}

.col5 img{
	display: block;
	margin: -5px auto 10px;
/*	width:100%;
	max-height:200px;
	width:auto;
*/}


/* SEC04 ご視聴に関する注意事項
------------------------------------------------------------*/
#sec04{
	background:#FF9;
	background-size: cover;
	-webkit-background-size: cover;
	color:#933;
}
#sec04 h2 {
	color:#933;
	padding-top:30px;
}
#sec04 h3 {
	font-size:120%;
	color:#933;
}
#sec04 p {
	margin-bottom:10px;
}
audio { width: 288px;}

/* SEC05 ご購入はこちら
------------------------------------------------------------*/
#sec05 .inner3{
	margin:0 auto;
	width:900px;
	}

#box-wrapper {
  text-align:center;
  margin:0 auto 100px;
}
.box {
	display:block;
	width:90%;
	max-width:600px;
	margin:2em auto 2em;
	padding:1em;
	text-align:center;
	text-decoration:none;
	background-color:#036EB8;
	border-radius:8px;
	border-bottom: none;
	color:#FFF;
	box-shadow:0px 0.5rem rgba(0,0,0,0.4);
	position:relative;
	font-size:18px;
	border: none;
}
.box a { color:#FFF; display:block;}
.box2 {
	display:block;
	width:90%;
	max-width:600px;
	margin:2em auto 2em;
	padding:1em;
	text-align:center;
	text-decoration:none;
	background-color:#FF1D00;
	border-radius:8px;
	border-bottom: none;
	color:#FFF;
	box-shadow:0px 0.5rem rgba(0,0,0,0.4);
	position:relative;
	font-size:18px;
	border: none;
}
.box2 a { color:#FFF; display:block;}

#sec01 h2 {
	background-color:#F30;
	font-size:30px;
	margin-top:0;
	width:100%;
	text-align:center;
	padding:0.5em 0;
	color:#FFF;
	font-weight:400;
	line-height:1.1;
	position: relative;
	margin-bottom:2em;
}

#sec01 h2:after {
	content: '';
    display: block;
    position: absolute;
    left: 50%;
	top:100%;
	width: 0;
	height: 0;
	border: 2em solid transparent;
	border-top: 1.5em solid #F30;
	margin-left:-2em;
}
#sec02 h2 {
	background-color:#36C;
	font-size:30px;
	margin-top:0;
	width:100%;
	text-align:center;
	padding:0.5em 0;
	color:#FFF;
	font-weight:400;
	line-height:1.1;
	position: relative;
	margin-bottom:2em;
}

#sec02 h2:after {
	content: '';
    display: block;
    position: absolute;
    left: 50%;
	top:100%;
	width: 0;
	height: 0;
	border: 2em solid transparent;
	border-top: 1.5em solid #36C;
	margin-left:-2em;
}
#sec03 h2 {
	background-color:#F36;
	font-size:30px;
	margin-top:0;
	width:100%;
	text-align:center;
	padding:1em 0;
	color:#FFF;
	font-weight:400;
	line-height:1.3;
	position: relative;
	margin-bottom:2em;
}

#sec03 h2:after {
	content: '';
    display: block;
    position: absolute;
    left: 50%;
	top:100%;
	width: 0;
	height: 0;
	border: 2em solid transparent;
	border-top: 1.5em solid #F36;
	margin-left:-2em;
}

#sec05 h2 {
	background-color:#F30;
	font-size:30px;
	margin-top:0;
	width:100%;
	text-align:center;
	padding:1em 0;
	color:#FFF;
	font-weight:400;
	line-height:1.3;
	position: relative;
	margin-bottom:2em;
}

#sec05 h2:after {
	content: '';
    display: block;
    position: absolute;
    left: 50%;
	top:100%;
	width: 0;
	height: 0;
	border: 2em solid transparent;
	border-top: 1.5em solid #F30;
	margin-left:-2em;
}
.pke_readttl {
    text-align: center;
    font-size: 32px;
    color: #E95513;
	margin-bottom:20px;
}
.image {
    width: 90%;
    margin: 2em auto;
    text-align: center;
}
.fee strong {
    font-size: 56px;
    color: #333;
}
.t_center {
    text-align: center;
}
.sample {
    font-weight:bold;
    text-decoration:none;
    display:block;
    text-align:center;
    padding:8px 0 10px;
    color:#fff;
    background-color:#F30;
    border-radius:5px;
	margin-top:10px;
	font-size:110%;
}
.sample2 {
    font-weight:bold;
    text-decoration:none;
    display:block;
    text-align:center;
    padding:8px 0 10px;
    color:#fff;
    background-color:#36C;
    border-radius:5px;
	margin-top:10px;
	font-size:110%;
}
table {
	margin: 1rem auto;
	font-size: 18px;
	line-height: 1.8;
	border-collapse: collapse;
}
table td {
	border: 1px solid #000;
	padding: 0.5rem 2rem;
}
table td span {
	font-size: 1.5rem;
}
table td strong {
	font-size: 1.8rem;
}
.read img {
	float:right;
	margin-left:10px;
}
.t_center img {
	width:auto;
	height:auto;
	max-width:100%;
}

/* RESPONSIVE 設定
------------------------------------------------------------*/

@media only screen and (min-width: 1200px){
	.inner{
		width: 1024px;
		padding-bottom:50px 0;
		font-size:16px;
	}
	.inner2{
		width: 1024px;
		padding-bottom: 30px;
	}
	.txt h2{
		padding: 0 0 20px !important;
	}
}

@media only screen and (min-width: 800px){
	body{
		font-size:14px;
	}
	
  a#menu{
		display:none;
	}	

	.panel{
		display:block !important;
	}

	#mainnav{
		position:fixed;
		top: 0;
		width:100%;
		z-index:500;
	}

	#mainnav ul{
		text-align: right;
		padding-right: 30px;
	}

	#mainnav li{
		display: inline-block;
		padding: 20px 10px;
		font-size: 14px;
		font-weight: 300;
	}
	
  #mainnav a{
		color: #000;
	}
	
	#mainnav{
		background: rgba(255,255,255,.9);
		border-bottom: 1px solid #d1d1d1;
	}
	
	#mainnav.changeNav li{
		padding: 20px 10px;
	}

	/* SEC02 MESSAGE
	-----------------*/
	.txt, .bg{
		width: 50%;
		float: left;
		display: table;
	background: #f6f6f6;
	}

	#sec02_02 .txt, #sec02_02 .bg{
		float: right;
	}

	.vMid{
		display: table-cell;
		padding: 0 100px;
		vertical-align: middle;
	}
	
	/* SEC03 SERVICE MESSAGE STORY
	-----------------*/
	.col3{
		text-align: center;
	}

	.col3 li{
		display: inline-block;
		width: 29%;
		padding: 0 1.5%;
		margin-bottom: 3px;
		vertical-align: top;
		text-align: left;
		font-size:14px;
        background-color: antiquewhite;
        padding: 1rem;
	}
	.col5{
		text-align: center;
	}

	.col5 li{
		display: inline-block;
		width: 16%;
		padding: 0 1.5%;
		margin-bottom: 0;
		vertical-align: top;
		text-align: left;
		font-size:14px;
	}
	
	/* SEC05 PROFILE
	-----------------*/
	#sec05{
		padding-top: 120px;
	}
	
  #footer{
		padding: 30px 10px 10px 0;
	}
}

@media only screen and (min-width: 641px){
	.col2 li{
/*		width: 40%;
*/		padding: 0 3%;
		vertical-align: top;
	}
br.only_mobile {
    display: none;
}
.image img {
    width: 50%;
    max-width: 500px;
    border-radius: 50%;
}	
}
@media only screen and (max-width: 640px){
	#map iframe{
	  width: 96% !important;
		left: 2%;
	}
section h2{
	font-size:20px;
	margin-bottom:10px;
}
.pke_readttl {
    text-align: center;
    font-size: 25px;
    color: #E95513;
    line-height: 1.6;
}
.image img {
    width: 70%;
    border-radius: 50%;
    max-width: 500px;
}
.inner2{
	padding:0;
}

}

@media only screen and (max-width: 799px){
	#slogan h1{
		font-size: 31px;
	}

	#slogan h2{
		font-size: 16px;
	}

  a#menu{
  	display: inline-block;
  	/*position: relative;*/
	position:fixed;
  	width: 45px;
  	height: 45px;
  	/*margin: 10px;*/
	background:#F66;
	right:0;
	}

	#menuBtn{
  	display: block;
  	position: absolute;
  	top: 50%;
  	left: 50%;
  	width: 18px;
  	height: 2px;
  	margin: -1px 0 0 -7px;
  	background: #fff;
  	transition: .2s;
	}

	#menuBtn:before, #menuBtn:after{
  	display: block;
  	content: "";
  	position: absolute;
  	top: 50%;
  	left: 0;
  	width: 18px;
  	height: 2px;
  	background: #fff;
  	transition: .3s;
	}

	#menuBtn:before{
  	margin-top: -7px;
	}

	#menuBtn:after{
  	margin-top: 5px;
	}

	a#menu .close{
  	background: transparent;
	}

	a#menu .close:before, a#menu .close:after{
  	margin-top: 0;
	}

	a#menu .close:before{
  	transform: rotate(-45deg);
  	-webkit-transform: rotate(-45deg);
	}

	a#menu .close:after{
  	transform: rotate(-135deg);
  	-webkit-transform: rotate(-135deg);
	}

	.panel{
		width: 100%;
		display: none;
		overflow: hidden;
		position: relative;
		left: 0;
		top: 0;
		z-index: 100;
	}

	#mainnav{
		/*position: absolute;*/
		position:fixed;
		top: 0;
		right: 0;
		width: 100%;
		text-align: right;
		z-index:500;
	}

	#mainnav ul{
		border-bottom: 1px solid #ccc;
		background: #fff;
		text-align: left;
		top:45px;
		position:fixed;
		right:0;
	}

	#mainnav li a{
		position: relative;
		display:block;
		padding:15px 25px;
		border-bottom: 1px solid #ccc;
		color: #000;
		font-weight: 400;
	}

	#mainnav li a:before{
		display: block;
		content: "";
		position: absolute;
		top: 50%;
		left: 5px;
		width: 6px;
		height: 6px;
		margin: -4px 0 0 0;
		border-top: solid 2px #000;
		border-right: solid 2px #000;
		-webkit-transform: rotate(45deg);
		transform: rotate(45deg);
	}
	.col3 li{
		margin: 0 auto 6px;
		display: block;
	max-width: 354px;
	padding-bottom:25px;
	text-align:center;
    background-color: antiquewhite;
    padding: 1rem;
    
	}
	.col5 li{
		margin: 0 auto 50px;
		display: block;
	max-width: 354px;
	border-bottom:1px solid #999;
	padding-bottom:25px;
	}
.vision{
	width: 90%;
	margin: 0 auto;
}
table {
	width:90%;
	margin: 1rem auto;
	font-size: 13px;
	line-height: 1.8;
	border-collapse: collapse;
}
table td {
	border: 1px solid #000;
	padding: 0.5rem 1rem;
}
table td span {
	font-size: 1rem;
}
table td strong {
	font-size: 1rem;
}

}

@media only screen and (max-width: 1199px){
/*	section h2{
		padding: 50px 0 20px 0;
	}
	#sec01 h2{
		padding: 70px 0 20px;
	}
*/	.vMid{
		padding: 0 20px;
	}
}