@charset: UTF-8;

/****** http://html5doctor.com/html-5-reset-stylesheet/ ******/
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;
}

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

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:#333;
    text-decoration:none;
}

/* change colours to suit your needs */
mark {
    background-color:#ff9;
    color:#333; 
    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;
}

@import url(https://fonts.googleapis.com/css?family=Lato:400,700);
@import url(http://fonts.googleapis.com/earlyaccess/notosansjp.css);

body {
    font-family: Lato, "Noto Sans JP", "游ゴシック Medium", "游ゴシック体", "Yu Gothic Medium", YuGothic, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
@media all and (-ms-high-contrast:none) {
  body {
    font-family: "メイリオ", Meiryo, Lato, "Noto Sans JP", "游ゴシック Medium", "游ゴシック体", "Yu Gothic Medium", YuGothic, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  }
}
.cf:before,
.cf:after {
    content: " ";
    display: table;
}

.cf:after {
    clear: both;
}

.cf {
    *zoom: 1;
}

.sp {
  display: none;
}

@media screen and (max-width: 980px) {
.pc {
  display: none;
}
.sp {
  display: block;
}
}

/****** header ******/
header {
  background: url(../images/bg_sky.jpg) center center / cover no-repeat;
  height: 960px;
  text-align: center;
}
header p {
  font-size: 32px;
  color: #fff;
  padding: 80px 0;
  line-height: 1.5;
}
header h1 {
  padding-bottom: 116px;
}
@media screen and (max-width: 980px) {
header {
  height: 840px;
}
header p {
  font-size: 18px;
  padding: 30px 0;
}
header h1 {
  padding-bottom: 40px;
}
header h1 img{
  width: 90%;
}
}
@media screen and (max-width: 480px) {
header {
  height: 600px;
}
}

.top_btn {
  width: 980px;
  margin: 0 auto;
  display: block;
}
.top_btn a {
  font-size: 38px;
  text-decoration: none;
  width: 400px;
  padding: 26px;
  display: block;
  box-shadow:2px 2px 5px -1px rgba(0,0,0,0.5);
  -moz-box-shadow:2px 2px 5px -1px rgba(0,0,0,0.5);
  -webkit-box-shadow:2px 2px 5px -1px rgba(0,0,0,0.5);
  -webkit-transition: all .4s;
     -moz-transition: all .4s;
      -ms-transition: all .4s;
       -o-transition: all .4s;
          transition: all .4s;
}
.top_btn a:hover {
  -webkit-transform: translate(-1%,-6%);
     -moz-transform: translate(-1%,-6%);
      -ms-transform: translate(-1%,-6%);
       -o-transform: translate(-1%,-6%);
          transform: translate(-1%,-6%);
}
.top_btn a:first-child {
  background: #FFEA55;
  color: #2792f4;
  float: left;
  position: relative;
}
.top_btn a:nth-child(2) {
  background: linear-gradient(90deg, #60D0D6, #0D92D3);
  color: #ffffff;
  float: right;
  position: relative;
}
.top_btn a:after {
  content: '\025BE';
  float: right;
  position: absolute;
  top: 38%;
  right: 2%;
}
.top_btn_sub {
  background: #fff;
  color: #333;
  border-radius: 20px;
  font-size: 18px;
  padding: 4px 10px;
  box-shadow: 1px 1px rgba(0,0,0,0.3);
  -moz-box-shadow: 1px 1px rgba(0,0,0,0.3);
  -webkit-box-shadow: 1px 1px rgba(0,0,0,0.3);
}
@media screen and (max-width: 980px) {
.top_btn {
  width: 90%;
  margin: 0 auto;
}
.top_btn a {
  font-size: 26px;
  width: 90%;
  padding: 14px;
  margin: 0 auto;
}
.top_btn a:first-child {
  float: none;
  margin-bottom: 20px;
}
.top_btn a:nth-child(2) {
  float: none;
}
.top_btn_sub {
  font-size: 12px;
  padding: 4px 6px;
}
}


/****** ou_workshop ******/
/*#ou_workshop {
  background: url(../images/bg_y.png) repeat;
  margin: 0 auto;
  padding-top: 55px;
  text-align: center;
}*/
#ou_workshop h2 {
  padding-bottom: 86px;
}
@media screen and (max-width: 980px) {
#ou_workshop {
  padding-top: 0px;
}
#ou_workshop .sp{
  width: 95%;
  margin: 0 0 0 3%;
}
#ou_workshop h2 {
  padding-bottom: 40px;
}
}

.recommend, .schedule {
  width: 800px;
  margin: 0 auto;
}
.recommend h3, .schedule h3 {
  font-size: 36px;
  display: inline-block;
  border-bottom: solid #ee7800 4px;
  padding-bottom: 8px;
  margin-bottom: 36px;
  line-height: 1.45;
}
.recommend ul {
  font-size: 22px;
  text-align: left;
  line-height: 1.3;
  padding-bottom: 90px;
  padding-left: 5%;
}
.recommend li {
  display: inline-block;
  width: 45%;
  margin-bottom: 4%;
  text-indent: -1em;
  margin-left: 1em;
}
.schedule {
  margin-bottom: 30px;
}
.schedule h4 {
  color: #fff;
  font-size: 40px;
  background: #ee7800;
  padding: 10px 0;
  line-height: 1;
}

.schedule ul {
  font-size: 44px;
  background: #fff;
  text-align: left;
  padding: 20px 134px;
  margin: -1px 0 10px;
  border: solid 2px #ee7800;
}
.schedule li {
  line-height: 60px;
}
.reception_1 {
  font-size: 18px;
  background: #EFEFEF;
  padding: 6px 15px;
  vertical-align: middle;
  border-radius: 5px;
  margin: 0 20px 0 20px;
}
.reception_2 {
  font-size: 18px;
  background: #EFEFEF;
  padding: 6px;
  vertical-align: middle;
  border-radius: 5px;
  margin: 0 20px 0 20px;
}
.reception_3{
  vertical-align: bottom;
}
.reception_line br {
  display: none;
}
@media screen and (max-width: 980px) {
.recommend, .schedule {
  width: 90%;
}
.recommend h3, .schedule h3 {
  font-size: 24px;
  margin-bottom: 24px;
}
.recommend ul {
  font-size: 17px;
  padding-bottom: 55px;
}
.recommend li {
  width: 100%;
}
.schedule {
  margin-bottom: 30px;
}
.schedule h4 {
  font-size: 24px;
}
.schedule ul {
  font-size: 18px;
  background: #fff;
  padding: 10px;
  margin: -1px 0 10px;
}
.schedule li {
  line-height: 38px;
}
.reception_1 {
  padding: 5px 12px;
  font-size: 14px;
}
.reception_2 {
  padding: 5px;
  font-size: 14px;
}
.reception_line br {
  display: inline;
}
.reception_line {
  line-height: 1.5;
}
}

@media screen and (max-width: 337px) {
.schedule ul {
  padding: 12px 0px;
}
}

.contact {
  width: 752px;
  margin: 0 auto 110px;
  font-size: 32px;
  text-decoration: none;
  padding: 22px 0 20px;
  display: block;
  box-shadow:2px 2px 5px -1px rgba(0,0,0,0.5);
  -moz-box-shadow:2px 2px 5px -1px rgba(0,0,0,0.5);
  -webkit-box-shadow:2px 2px 5px -1px rgba(0,0,0,0.5);
  -webkit-transition: all .4s;
     -moz-transition: all .4s;
      -ms-transition: all .4s;
       -o-transition: all .4s;
          transition: all .4s;
  border-radius: 10px;
  background: #FF791F;
  color: #fff;
  position: relative;
  line-height: 1.3;
}
.contact:hover {
  -webkit-transform: translate(-1%,-6%);
     -moz-transform: translate(-1%,-6%);
      -ms-transform: translate(-1%,-6%);
       -o-transform: translate(-1%,-6%);
          transform: translate(-1%,-6%);
}
.contact:after {
  content: '\025BE';
  float: right;
  position: absolute;
  top: 30%;
  right: 2%;
}
.contact_sub br {
  display: none;
}

.contact .contact_sub {
  font-size: 28px;
}
@media screen and (max-width: 980px) {
.contact {
  width: 80%;
  margin: 0 auto 60px;
  font-size: 22px;
}
.contact .contact_sub {
  font-size: 16px;
}
.contact_sub br {
  display: inline;
}
}

.program {
  width: 800px;
  margin: 0 auto 66px;
  background: #fff;
  box-shadow: 4px 4px #2792F4;
  -moz-box-shadow: 4px 4px #2792F4;
  -webkit-box-shadow: 4px 4px #2792F4;
  padding: 20px 0;
}
.program p {
  font-size: 36px;
  line-height: 2;
}
.program li {
  font-size: 28px;
  line-height: 2;
  text-align: left;
  margin-left: 80px;
}
.program li:before {
  content: '';
  width: 14px;
  height: 14px;
  display: inline-block;
  border-radius: 100%;
  background: #2792F4;
  position: relative;
  left: -15px;
  top: -3px;
}
.program .time {
  font-size: 18px;
  color: #fff;
  padding: 0 16px;
  width: 33%;
  background: #2792F4;
}
@media screen and (max-width: 980px) {
.program {
  width: 90%;
  margin: 0 auto 30px;
}
.program p {
  font-size: 24px;
  line-height: 2;
}
.program li {
  font-size: 18px;
  line-height: 1.5;
  text-align: left;
  margin-left: 10%;
}
.program li:before {
  width: 12px;
  height: 12px;
}
.program .time {
  font-size: 16px;
  width: 50%;
  margin-bottom: 10px;
}
}

/****** oa_preseminar ******/
#oa_preseminar {
  background: #fff;
  margin: 0 auto;
  text-align: center;
}
#oa_preseminar h1 {
  padding: 36px 0 36px;
}
#oa_preseminar h2 {
  padding: 36px 0 36px;
}

.oa_preseminar_bg {
  background-image: url("../images/main_bg@2x-80.jpg");
  background-size: cover;
  background-position: top center;
  background-repeat: no-repeat;
  padding-bottom: 60px;
}
.oa_preseminar_bg2 {
  background: #ee7800;
  margin-bottom: 80px;
}

#oa_preseminar .contact {
  background: #FFDE3B;
  color: #333;
}
#oa_preseminar .contact:hover {
  -webkit-transform: translate(-1%,-6%);
     -moz-transform: translate(-1%,-6%);
      -ms-transform: translate(-1%,-6%);
       -o-transform: translate(-1%,-6%);
          transform: translate(-1%,-6%);
}
#oa_preseminar .contact:after {
  content: '\025BE';
  float: right;
}
.minimum {
  font-size: 32px;
}
.minimum br {
  display: none;
}
@media screen and (max-width: 980px) {
#oa_preseminar h1 {
  width: 98%;
  margin: 0 auto;
}
#oa_preseminar h1 img {
  width: 100%;
}
#oa_preseminar h2 {
  padding: 14px 0 14px;
}
#oa_preseminar h2 img {
  width: 60%;
}
.oa_preseminar_bg {
  padding-bottom: 40px;
}
.oa_preseminar_bg2 {
  margin-bottom: 50px;
}
.minimum {
  font-size: 18px;
}
.minimum br {
  display: inline;
}
#oa_preseminar .contact {
  background: #FFDE3B;
  color: #333;
}
#oa_preseminar .contact:hover {
  -webkit-transform: translate(-1%,-6%);
     -moz-transform: translate(-1%,-6%);
      -ms-transform: translate(-1%,-6%);
       -o-transform: translate(-1%,-6%);
          transform: translate(-1%,-6%);
}
#oa_preseminar .contact:after {
  content: '\025BE';
  float: right;
}
}



.program3 {
  width: 900px;
  margin: 0 auto 100px;
/*  border: solid #2792F4 4px;*/
  padding: 0 0 30px 0;
  text-align: center;
}
.program3 p.pc {
  font-size: 36px;
  line-height: 1.5;
  margin-top: 10px;
  margin-bottom: 30px;
}



@media screen and (max-width: 980px) {
.program3 {
  width: 98%;
  margin: 0 auto 36px;
}
.program3 p.sp {
  font-size: 22px;
  line-height: 1.5;
}
}





.program2 {
  width: 800px;
  margin: 0 auto 66px;
  border: solid #ee7800 4px;
  padding: 20px 0;
}
.program2 p {
  font-size: 36px;
  line-height: 2;
}
.program2 .time {
  text-align: left;
  font-size: 18px;
  color: #fff;
  padding: 0 16px;
  margin-bottom: 16px;
  width: 40%;
  background: linear-gradient(90deg, #ee7800, #f6ca00);
}
span.migi {
    margin-left: 65px;
}
.program2 .time .bold {
  font-weight: bold;
  font-size: 22px;
}
.program2 h4 {
  font-size: 22px;
  margin-left: 80px;
  margin-right: 20px;
  text-align: left;
  line-height: 2;
}
.program2 ul {
  margin-bottom: 26px;
  margin-right: 20px;
}
.program2 li {
  font-size: 20px;
  float: left;
  text-align: left;
  margin-left: 80px;
  line-height: 1.5;
}
li.waku {
  font-size: 16px;
  background: #EFEFEF;
  padding: 6px 12px;
  vertical-align: middle;
  border-radius: 5px;
  margin-bottom: 8px;
  margin-right: 54px;
}

.top_g3_link {
  position: relative;
  display: block;
  width: 500px;
  margin: 0 auto;
  font-size: 20px;
  color: #fff !important;
  background-color: #35ade1;
  border-radius: 100px;
  padding: 14px 20px;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  box-shadow:2px 2px 5px -1px rgba(0,0,0,0.5);
  -moz-box-shadow:2px 2px 5px -1px rgba(0,0,0,0.5);
  -webkit-box-shadow:2px 2px 5px -1px rgba(0,0,0,0.5);
  -webkit-transition: all .4s;
     -moz-transition: all .4s;
      -ms-transition: all .4s;
       -o-transition: all .4s;
          transition: all .4s;
}
.top_g3_link:hover {
  opacity: .9;
  text-decoration: none;
}
.top_g3_link:after {
  content: '\025B8';
  float: right;
  position: absolute;
  top: 50%;
  right: 4%;
  -webkit-transform: translate(0, -50%);
     -moz-transform: translate(0, -50%);
      -ms-transform: translate(0, -50%);
       -o-transform: translate(0, -50%);
          transform: translate(0, -50%);
}

@media screen and (max-width: 980px) {
.top_g3_link {
  display: block;
  width: 85%;
  font-size: 17px;
  color: #fff !important;
  padding: 5px 14px;
}
.program2 {
  width: 90%;
  margin: 0 auto 33px;
}
.program2 p {
  font-size: 24px;
  line-height: 2;
}
.program2 .time {
  text-align: left;
  font-size: 16px;
  width: 85%;
  margin-bottom: 10px;
}
span.migi{
  margin-left: 50px;
}
.program2 h4 {
  font-size: 20px;
  margin-left: 10%;
  line-height: 1.5;
}
.program2 ul {
  margin-bottom: 26px;
}
.program2 li {
  font-size: 18px;
  margin-left: 10%;
  line-height: 1.5;
}
li.waku {
  font-size: 14px;
  margin-top: 6px;
  margin-right: 0px;
}
}

@media screen and (max-width: 740px) {
span.migi{
  margin-left: 15px;
}
}


.offer {
  padding: 60px 0 80px;
  background: #F4F4F4;
}
.offer p {
  font-size: 36px;
  display: inline-block;
  margin-bottom: 32px;
  padding: 1%;
  line-height: 1.3;
}
.offer ul {
  width: 980px;
  margin: 0 auto;
}
.offer a {
  width: 422px;
  float: left;
  color: #fff !important;
  margin: 0 20px 20px 24px;
  font-size: 38px;
  text-decoration: none;
  padding: 24px 12px;
  display: block;
  box-shadow:2px 2px 5px -1px rgba(0,0,0,0.5);
  -moz-box-shadow:2px 2px 5px -1px rgba(0,0,0,0.5);
  -webkit-box-shadow:2px 2px 5px -1px rgba(0,0,0,0.5);
  -webkit-transition: all .4s;
     -moz-transition: all .4s;
      -ms-transition: all .4s;
       -o-transition: all .4s;
          transition: all .4s;
  border-radius: 10px;
  background: #ee7800;
  color: #fff;
}
.offer.pink a {
  color: #fff;
  background: #e2365d;
}
.offer.pink p {
  color: #fff;
  background: #e2365d;
}
.offer a:hover {
  -webkit-transform: translate(-1%,-6%);
     -moz-transform: translate(-1%,-6%);
      -ms-transform: translate(-1%,-6%);
       -o-transform: translate(-1%,-6%);
          transform: translate(-1%,-6%);
}
.offer a:after {
  content: '\025B8';
  float: right;
}
.offer_sub {
  font-size: 28px;
}
.offer.pink .text_link {
  padding-bottom: 40px;
  display: block;
  width: 250px;
  color: #e2365d !important;
  background: none;
  font-size: 22px;
  float: none;
  box-shadow: none;
  -moz-box-shadow:none;
  -webkit-box-shadow:none;
  margin: 0 auto;
}
.offer .host {
  font-size: 24px;
  background: #fff;
  color: #222;
}
@media screen and (max-width: 980px) {
.offer {
  padding: 36px 0 40px;
}
.offer p {
  font-size: 24px;
}
.offer_sub {
  font-size: 18px;
}
.offer ul {
  width: 90%;
}
.offer a {
  width: 90%;
  float: left;
  margin: 0 0 5%;
  font-size: 26px;
  padding: 24px 12px;
}
.offer .host {
  width: 90%;
  font-size: 18px;
}
}

.fukuoka {
  font-weight: bold;
  color: #ff0000;
  text-decoration: underline;
}

footer {
  margin: 20px auto;
  text-align: center;
}

