@charset "UTF-8";
/* CSS Document */
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
    margin:0;
    padding:0;
    border:0;
    outline:0;
    font-size:100%;
    vertical-align:baseline;
    background:transparent;
}

body {
    line-height:1;
	color: #424242;
}

article,aside,details,figcaption,figure,
footer,header,hgroup,menu,nav,section { 
    display:block;
}

nav ul {
    list-style:none;
}

blockquote, q {
    quotes:none;
}

blockquote:before, blockquote:after,
q:before, q:after {
    content:'';
    content:none;
}

a {
    margin:0;
    padding:0;
    font-size:100%;
    vertical-align:baseline;
    background:transparent;
}

/* change colours to suit your needs */
ins {
    background-color:#ff9;
    color:#000;
    text-decoration:none;
}

/* change colours to suit your needs */
mark {
    background-color:#ff9;
    color:#000; 
    font-style:italic;
    font-weight:bold;
}

del {
    text-decoration: line-through;
}

abbr[title], dfn[title] {
    border-bottom:1px dotted;
    cursor:help;
}

table {
    border-collapse:collapse;
    border-spacing:0;
}

/* change border colour to suit your needs */
hr {
    display:block;
    height:1px;
    border:0;   
    border-top:1px solid #cccccc;
    margin:1em 0;
    padding:0;
}

input, select {
    vertical-align:middle;
}
body {
    font-family: "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "游ゴシック", YuGothic, "メイリオ", Meiryo, sans-serif;
    background-image: url("../img/bg.png");
    background-position: center;
}
.serif {
	font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}
img {
	width:100%;
}
a {
    transition : all 0.5s ease 0s;
}
p, dd{
	line-height:1.8em;
}
header{
    width:950px;
    height: 796px;
    margin: 20px auto 0px;
    background-image: url("../img/header_bg.png");
}
h1{
    width:526px;
    margin: 0px auto 30px;
    padding-top: 80px;
    position: relative;
}
h1 span{
    position:absolute;
    top:80px;
    right:-50px;
    display: inline-block;
    width: 153px;
}
header p{
    width:330px;
    margin: auto;
}
.youtube{
    width:1000px;
    margin: 0px auto 80px;
}
.movie-wrap {
     position: relative;
     padding-bottom: 56.25%; /*アスペクト比 16:9の場合の縦幅*/
     height: 0;
     overflow: hidden;
    margin-bottom: 50px;
}
 
.movie-wrap iframe {
     position: absolute;
     top: 0;
     left: 0;
     width: 100%;
     height: 100%;
}
h2{
    width:900px;
    margin:0 auto 40px;;
}
h3{
    padding:20px 0px;
}
.about{
    width:900px;
    margin: 20px auto 50px;;
    display:flex;
    justify-content: space-between;
    color: #ffffff;
}
.image{
    width: 430px;
}
.about_detail{
    width:460px;
}
.contents{
    width: 1000px;
    margin: auto;
    display:flex;
    justify-content: space-between;
}
.content_detail{
    width:270px;
    padding: 20px;
    background-color: #FFC100;
    border-top: solid 6px #E8380D;
    border-bottom: solid 6px #E8380D;
    color:#231815;
    font-size:14px;
}
.content_detail p{
    margin-bottom:10px;
}
h4{
    padding-bottom:12px;
}
h4.h4_01{
    width:150px;
    margin: auto;
}
h4.h4_02{
    width:80px;
    margin: auto;
}
h4.h4_03{
    width:132px;
    margin: auto;
}
h3.program{
    width:454px;
    margin:80px auto 30px;
}
div.program{
    width:740px;
    margin: 0 auto 80px;
    display:flex;
    justify-content: space-between;
}
div.program_detail{
    width:350px;
}
div.program_detail h4{
    background-color:#E8380D;
    text-align: center;
    font-size: 20px;
    color: #ffffff;
    padding:10px 0px;
    margin-bottom:20px;
}
div.program_detail p{
    color:#ffffff;
    font-size: 18px;
}
div.program_detail p span{
    font-size:36px;
}
div.plan{
    color:#ffffff;
}
.plan p.read{
    text-align:center;
}
.plan p.read span{
    font-size:50px;
    display: inline-block;
    padding: 20px 0px;
}
.plan_contents{
    width:760px;
    margin: 30px auto 80px;
    display:flex;
    justify-content: space-between;
}
.plan_detail{
    width:380px;
    font-size:15px;
}
.plan_detail span.lisence{
    font-size: 12px;
}
.plan_detail span.special{
    font-size: 20px;
    display: block;
    border: solid #ffffff 2px;
    border-radius: 8px;
    padding: 5px 0;
    text-align: center;
    margin: 12px 0;
}
.plan_detail .wan{
    width:314px;
    margin: 50px 0 0 56px;
}
.book{
    text-align:center;
    font-size: 22px;
    font-weight:bold;
    padding-top: 24px;
    border-top: solid 2px #ffffff;
    width: 760px;
    margin: 10px auto;
}
.appli_button,.appli_button01{
    text-align:center;
    margin-bottom: 20px;
    line-height: 2.4em;
}
.appli_button a{
    text-align: center;
	display: inline-block;
	padding: 20px;
	background-color: #C02321;
	text-decoration: none;
	color: #ffffff;
	font-weight: bold;
	font-size: 26px;
	border: solid 1px #C02321;
	border-radius: 5px;
    width: 400px;
    margin-bottom: 50px;
	
}
.appli_button a:hover{
	background-color: #ffffff;
	color: #C02321;
}
.appli_button01 a{
    text-align: center;
	display: inline-block;
	padding: 20px;
	background-color: #FFC100;
	text-decoration: none;
	color: #ffffff;
	font-weight: bold;
	font-size: 26px;
	border: solid 1px #FFC100;
	border-radius: 5px;
    width: 400px;
	
}
.appli_button01 a:hover{
	background-color: #ffffff;
	color: #FFC100;
}
footer{
    background-color:#9D6825;
    padding: 20px 0;
    margin-top: 80px;
}
footer p{
    width:425px;
    margin:auto;
}
.sp{
        display: none;
}
@media screen and (max-width:600px){
header{
    width:100%;
    height: auto;
    margin: 10px auto 0px;
    background-image: url("../img/header_bg_sp.png");
    background-size: 95%;
    background-position: center top;
    background-repeat: no-repeat;
}
h1{
    width:80%;
    margin: 0px auto 0px;
    padding-top: 50px;
    position: relative;
}
h1 span{
    position:absolute;
    top:20px;
    right:-10px;
    display: inline-block;
    width: 100px;
}
header p{
    background-image: url("../img/header_bg_sp01.png");
    background-size: 100%;
    background-position: center top;
    background-repeat: no-repeat;
    text-align: center;
    height:130px;
    width:auto;
}
header p img{
    width:200px;
    padding-top: 20px;
}
.youtube{
    width:100%;
    margin: 0px auto 50px;
}
.movie-wrap {
     position: relative;
     padding-bottom: 56.25%; /*アスペクト比 16:9の場合の縦幅*/
     height: 0;
     overflow: hidden;
    margin-bottom: 50px;
}
.movie-wrap iframe {
     position: absolute;
     top: 0;
     left: 0;
     width: 100%;
     height: 100%;
}
h2{
    width:98%;
    margin:0px auto 20px;
    padding-top: 20px;
}
h3{
    padding:20px 0px;
}
.about{
    width:90%;
    margin: 20px auto 30px;;
    display:block;
    color: #ffffff;
}
.image{
    width: 90%;
    margin:15px auto 0px;;
}
.about_detail{
    width:100%;
}
.contents{
    width: 100%;
    margin: auto;
    display:block;
}
.content_detail{
    width:90%;
    padding: 5%;
    background-color: #FFC100;
    border-top: solid 6px #E8380D;
    border-bottom: none;
    color:#231815;
    font-size:14px;
}
.content_detail:last-child{
    border-bottom: solid 6px #E8380D;
}
.content_detail p{
    margin-bottom:10px;
}
h3.program{
    width:95%;
    margin:40px auto 20px;
}
div.program{
    width:90%;
    margin: 0 auto 40px;
    display:block;
}
div.program_detail{
    width:100%;
    margin-bottom: 20px;
}
div.program_detail h4{
    background-color:#E8380D;
    text-align: center;
    font-size: 20px;
    color: #ffffff;
    padding:10px 0px;
    margin-bottom:20px;
}
div.program_detail p{
    color:#ffffff;
    font-size: 16px;
}
div.program_detail p span{
    font-size:36px;
}
div.plan{
    color:#ffffff;
    width:95%;
    margin: auto;
}
.plan p.read{
    text-align:center;
    font-size:14px;
}
.plan p.read span{
    font-size:36px;
    display: inline-block;
    padding: 20px 0px;
}
.plan_contents{
    width:100%;
    margin: 30px auto 80px;
    display:block;
}
.plan_detail{
    width:100%;
    font-size:14px;
}
.plan_detail span.lisence{
    font-size: 12px;
}
.plan_detail span.special{
    font-size: 20px;
    display: block;
    border: solid #ffffff 2px;
    border-radius: 8px;
    padding: 5px 0;
    text-align: center;
    margin: 12px 0;
}
.plan_detail .wan{
    width:70%;
    margin: 20px 0 0 50px;
}
.book{
    font-size: 18px;
    padding-top: 24px;
    width: 100%;
    margin: 10px auto;
}
.appli_button,.appli_button01{
    text-align:center;
    margin-bottom: 20px;
    line-height: 2.4em;
}
.appli_button a{
	padding: 5%;
	font-size: 20px;
    width: 90%;
	
}
.appli_button01 a{
    padding: 5%;
	font-size: 20px;
    width: 90%;
}
footer p{
    width:90%;
    margin:auto;
}
.pc{
        display: none;
}
.sp{
        display: block;
}
}