@charset "utf-8";
@import url('https://fonts.googleapis.com/css?family=Neuton');
/* CSS Document */

@media(max-width:768px){

body{
    font: 14px/1.6 "Hiragino Kaku Gothic Pro",Osaka,"メイリオ","ＭＳ Ｐゴシック","MS PGothic",Verdana,Arial,sans-serif;
    margin:0;
    color:#313131;
}

img{
    outline:none;
    border-style:none;
}

a:hover {
    color: #F5A862;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}

/*****common*****/
h3.flag {
    color: #705832;
    font-size: 25px;
    font-weight: bold;
    text-align: center;
    padding: 20px 0;
}

h3.flag:before {
    content: url("../img/h3_flag.png") ;
    padding-right:10px;
}

h3.flag2 {
    color: #705832;
    font-size: 25px;
    font-weight: bold;
    text-align: center;
    padding: 20px 0;
}

h3.flag2:before {
    content: url("../img/h3_flag2.png") ;
    padding-right:10px;
}

p {
    font-size: 16px;
}

.pcenter {
    text-align: center;
}

.fc-or {
    color: #fc5725;
    font-weight: bold;
}

.fc-red {
    color:#e01626;
    font-weight: bold;
}

.bg-cr {
    background-color: #fffec1;
}

.b {
    font-weight: bold;
}



/*****HEADER*****/
header{
    background-color: #fff;
    width: 100%;
    height: auto;
}
header h1{
    text-align: center;
}

    header h1 img {
        width:100%;
    }

    #logo {
        width:200px;
        margin:10px 0 0 10px;
    }

/*****sec01*****/
#sec01 {
    background-image: url(../img/sec01_bg.jpg);
    background-size: cover;
    width: 100%;
    height: auto;
    padding-bottom: 30px;
}

    h2 {
        padding: 35px 0 0 0;
        text-align: center;
        font-weight: bold;
        font-size: 20px;
        line-height: 1.2;
        padding:30px 0 0 0;
    }
    h2 span {
        font-size: 14px;
        font-weight: bold;
    }

#sec01 .check ul {
    list-style-image: url(../img/sec01_li.png);
    font-size: 16px;
    padding-left: 1em;
    text-indent: -1em;
    list-style-position: inside;
}

#sec01 .check ul li {
    margin:0 0 10px 0;
}

    #sec01 .check {
        width: 90%;
        padding: 5px;
        background-color:rgba(255, 255, 255, 0.5);
        margin: 0 auto;
    }


/*****sec02*****/
#sec02 {
    background-color: #ffffd9;
    overflow: hidden;
}

.sec02-01 {
    width: 780px;
    background-color: #fff;
    margin: 50px auto;
}

@media(max-width:768px){
    .sec02-01 {
        width: 95%;
        margin: 20px auto;
    }
}

.sec02-01 ul {
    width: 70%;
    margin: 0 auto;
    font-size: 20px;
    font-weight: bold;
    padding-bottom: 20px;
}

@media(max-width:768px){
    .sec02-01 ul {
        width: 98%;
        margin: 0 auto;
        font-size: 18px;
        font-weight: bold;
        padding-bottom: 10px;
    }
}

.sec02-01 li.n1 {
    list-style-type:none;
    background-image:url(../img/sec02_n1.png);
    background-repeat:no-repeat;
    background-position:left 0em;
    padding-left:45px;
    margin-bottom: 7px;
}

.sec02-01 li.n2 {
    list-style-type:none;
    background-image:url(../img/sec02_n2.png);
    background-repeat:no-repeat;
    background-position:left 0em;
    padding-left:45px;
    margin-bottom: 7px;
}

.sec02-01 li.n3 {
    list-style-type:none;
    background-image:url(../img/sec02_n3.png);
    background-repeat:no-repeat;
    background-position:left 0em;
    padding-left:45px;
    margin-bottom: 7px;
}

@media(max-width:768px){
    .sec02-01 li.n1 {
        list-style-type:none;
        background-image:url(../img/sec02_n1.png);
        background-repeat:no-repeat;
        background-position:left 0em;
        padding-left:30px;
        margin-bottom: 7px;
    }

    .sec02-01 li.n2 {
        list-style-type:none;
        background-image:url(../img/sec02_n2.png);
        background-repeat:no-repeat;
        background-position:left 0em;
        padding-left:30px;
        margin-bottom: 7px;
    }

    .sec02-01 li.n3 {
        list-style-type:none;
        background-image:url(../img/sec02_n3.png);
        background-repeat:no-repeat;
        background-position:left 0em;
        padding-left:30px;
        margin-bottom: 7px;
    }
}

.sec02-01 p {
    width: 90%;
    margin:auto;
    padding-bottom: 20px;
}

.sec02-02 {
    width: 780px;
    background-color: #fff;
    margin: 50px auto;
    padding-bottom: 20px;
}

@media(max-width:768px){
    .sec02-02 {
        width: 95%;
        margin: 20px auto;
        padding-bottom: 20px;
    }
}

.sec02-l {
    width: 50%;
    display: inline-block;
    margin: auto;
}

.sec02-l p {
    width: 90%;
    margin: auto;
}

@media(max-width:768px){
    .sec02-l {
        width: 100%;
        display: inline-block;
        margin: 0 auto;
    }

    .sec02-l p {
        width: 95%;
        margin: auto;
    }
}

.sec02-r {
    width:49%;
    display: inline-block;
}

.sec02-r img {
    width: 90%;
}

@media(max-width:768px){
    .sec02-r {
        width:100%;
        display: inline-block;
        margin: 0 auto;
        text-align: center;
    }

    .sec02-r img {
        width: 95%;
    }
}

/*****sec03*****/
#sec03 {
    overflow: hidden;
    padding:30px 0 0 0;
}

.sec03_block{
    width: 768px;
    margin: 30px auto;
}

@media(max-width:768px){
    .sec03_block{
        width: 100%;
        margin: 10px auto;
    }
}

.sec03_b_cont_l {
    width: 50%;
    display: inline-block;
    vertical-align: top;
}

@media(max-width:768px){
    .sec03_b_cont_l {
        width: 95%;
        display: inline-block;
        vertical-align: top;
        padding: 0 2.5%;
    }
}

.sec03_b_cont_r {
    width: 49%;
    display: inline-block;
    margin-bottom: 20px;
}

@media(max-width:768px){
    .sec03_b_cont_r {
        width: 100%;
        display: inline-block;
        text-align: center;
    }
}

.sec03_b_cont_l h4.n1,.sec03_b_cont_l h4.n2,.sec03_b_cont_l h4.n3 {
    font-size: 23px;
    font-weight: bold;
    padding-bottom: 10px;
}

@media(max-width:768px){
    .sec03_b_cont_l h4.n1,.sec03_b_cont_l h4.n2,.sec03_b_cont_l h4.n3 {
        font-size: 20px;
        font-weight: bold;
        padding-bottom: 10px;
    }
}

.sec03_b_cont_l h4.n1:before {
    content: url("../img/sec03_n1.png") ;
    padding-right:5px;
}

.sec03_b_cont_l h4.n2:before {
    content: url("../img/sec03_n2.png") ;
    padding-right:5px;
}

.sec03_b_cont_l h4.n3:before {
    content: url("../img/sec03_n3.png") ;
    padding-right:5px;
}

@media(max-width:768px){
    .sec03_b_cont_l h4.n1:before {
        content: url("../img/sec03_n1_sp.png") ;
        padding-right:5px;
    }

    .sec03_b_cont_l h4.n2:before {
        content: url("../img/sec03_n2_sp.png") ;
        padding-right:5px;
    }

    .sec03_b_cont_l h4.n3:before {
        content: url("../img/sec03_n3_sp.png") ;
        padding-right:5px;
    }
}

.sec03_b_cont_l h5 {
    color: #e97b3f;
    font-size: 16px;
    font-weight: bold;
}

.sec03_b_cont_l p{

}

.sec03_b_cont_l p:before {
    content: "→ " ;
    padding-right:5px;
}

/*****sec04*****/
#sec04 {

    width: 100%;
}

@media(max-width:768px){
    .b-n br { display: none;}
}

#sec04 ul {
    width: 265px;
    font-weight: bold;
    margin: 10px auto;
    font-size: 16px;
}

#sec04 li {
    padding-bottom: 5px;
}

#sec04 li:before {
    content: "●";
    color:#fc5725;
}

#sec04 p {
    padding-bottom: 15px;
    line-height: 1.8;
}

@media(max-width:768px){
    #sec04 p {
        padding-bottom: 15px;
        line-height: 1.8;
        width:95%;
        margin: auto;
    }
}

#sec04 img {
    width: 100%;
}

/*****sec05*****/

#sec05 {
    padding:30px 0 50px 0;
}

.sec05_block {
    width: 786px;
    margin: 0 auto 30px;
    text-align: center;
    display: block;
    font-size: 40px;
    font-weight: bold;
    line-height: 1.0;
}

@media(max-width:768px){
    .sec05_block {
        width: 100%;
    }
}

.price {
    font-family: 'Neuton', serif;
    font-style: italic;
    font-size: 100px;
    color: #e60012;
}

[data-ruby] {
    position: relative;
}
[data-ruby]::before {
    content: attr(data-ruby);
    position: absolute;
    top: -0.5em;
    left: 0;
    right: -1.2em;
    margin: auto;
    font-size: 5px;
}

/*****sec06*****/
#sec06{
    padding:30px 0 50px 0;
    background-color: #ffffe0;
    background-image: -webkit-gradient(linear, 0 0, 100% 100%,color-stop(.25, #ffffeb), color-stop(.25, transparent),color-stop(.5, transparent), color-stop(.5, #ffffeb),color-stop(.75, #ffffeb), color-stop(.75, transparent),to(transparent));
    -webkit-background-size: 30px 30px;
}

.sec06_cont{
    width: 786px;
    margin: auto;
}

.sec06_li {
    background-image: url(../img/sec06_bg.png);
    background-repeat: no-repeat;
    width: 380px;
    height: 90px;
    display: inline-block;
}

@media(max-width:768px){
    .sec06_cont{
        width: 100%;
        margin: auto;
    }
    .sec06_li {
        background-image: url(../img/sec06_bg_sp.png);
        background-repeat: no-repeat;
        width: 300px;
        height: 80px;
        display: block;
        margin: 0 auto;
    }
}

.sec06_li p.line1{
    padding-top: 40px;
    text-align: center;
    font-weight: bold;
}

.sec06_li p.line2{
    padding-top: 30px;
    text-align: center;
    font-weight: bold;
    line-height: 1.3;
}

@media(max-width:768px){
    .sec06_li p.line1{
        padding-top: 30px;
        text-align: center;
        font-weight: bold;
    }

    .sec06_li p.line2{
        padding-top: 20px;
        text-align: center;
        font-weight: bold;
        line-height: 1.3;
    }
}

/*****sec07*****/
#sec07{
    padding:30px 0 50px 0;
    width: 100%;
    background-image: url(../img/sec07_bg.jpg);
    background-size: 100%;
}

#sec07 ul {
    width: 786px;
    font-weight: bold;
    margin: 10px auto;
    font-size: 16px;
}

@media(max-width:768px){
    #sec07 ul {
        width: 95%;
        font-weight: bold;
        margin: 10px auto;
        font-size: 16px;
    }
}

#sec07 li {
    padding-bottom: 5px;
}

#sec07 li:before {
    content: "●";
    color:#e01626;
}

.sec07_cont {
    width: 786px;
    margin: auto;
}

@media(max-width:768px){
    .sec07_cont {
        width: 95%;
        margin: auto;
    }

}


.sec07_cont p {
    padding-bottom: 15px;
}

/*****sec08*****/
#sec08{
    padding:30px 0 50px 0;
}

#sec08 ul {
    width: 786px;
    font-weight: bold;
    margin: 10px auto;
    font-size: 16px;
}

@media(max-width:768px){
    #sec08 ul {
        width: 95%;
    }
}

#sec08 li {
    padding-bottom: 5px;
}

#sec08 li:before {
    content: "●";
    color:#fc5725;
}

.sec08_cont {
    width: 786px;
    margin: auto;
}

@media(max-width:768px){
    .sec08_cont {
        width: 95%;
    }
}

.sec08_cont p {
    padding-bottom: 15px;
}

/*****sec09*****/
#sec09{
    padding:30px 0 50px 0;
    background-color: #f8f8f8;
}

#sec09 h3{
    color: #444444;
    font-size: 25px;
    font-weight: bold;
    text-align: center;
    padding: 20px 0;
}

.sec09_cont{
    width:786px;
    margin: 0 auto;
}

@media(max-width:768px){
    .sec09_cont{
        width:100%;
    }
}


.sec09_cont_l{
    display: inline-block;
    width:200px;
}

@media(max-width:768px){
    .sec09_cont_l{
        display: block;
        width:200px;
        margin: 0 auto;
    }
}

.sec09_cont_r {
    display: inline-block;
    width:581px;
    vertical-align: top;
}

@media(max-width:768px){
    .sec09_cont_r {
        display: block;
        width:95%;
        margin:0 auto;
    }
}

.sec09_cont_r p {
    font-size: 14px;
    margin-bottom: 15px;
}

.sec09_cont_r h4 {
    font-size: 16px;
    font-weight: bold;
    color: #3278be;
}

.sec09_cont_r h4:before {
    content: "■";
    color:#3278be;
}

.link {
    text-align: right;
    font-size: 14px;
}

@media(max-width:768px){
    .link {
        width: 95%;
        margin: 0 auto;
    }
}

.link a {
    color: #3278be;
    text-decoration: underline;
}

.link a:hover {
    opacity: 0.7;
}


footer{
    font-size: 80%;
    width: 100%;
    text-align: center;
    padding: 30px 0;
    background-color: #333333;
}
footer address{
    color: #fff;
}

footer ul {
    width:786px;
    margin: 25px auto 10px;
    text-align: right;
}

@media(max-width:768px){
    footer ul {
        width:98%;
    }
}

footer li {
    display: inline-block;
    padding-left:15px;
}

@media(max-width:768px){
    footer li {
        display: block;
        padding-left:15px;
        font-size:16px;
    }
}

footer li a {
    color: #fff;
    text-decoration: none;
}

footer li a:before {
    content:"▶";
}

/* prof.html */
@media(max-width:768px){

  img{
    width:100%;
  }

  .subwrap{
    width:90%;
    margin: 0 auto;
    padding:20px 0 60px 0;
  }

  .blue{
    color:#3278be;
  }

  .red{
    color:#e60012;
  }

  .bold{
    font-weight: bold;
  }

  .top_area{
    margin-bottom:8px;
  }

  .top_area .image{
    float:none;
    width:100%;
    margin:0 auto;
    text-align: center;
  }

  .top_area .txt{
    width:100%;
    float:none
  }

  .top_area  .txt .top{
    margin-top:55px;
    padding-bottom:20px;
    font-size:16px;
    line-height: 1.3;
    border-bottom:2px solid #666;
  }

  .top_area  .txt .bottom{
    padding:15px 0;
  }

  .top_area  .txt .bottom .name{
    display:block;
    font-size:30px;
  }

  .top_area  .txt .bottom .kana{
    display:block;
    margin-left:0;
  }

  .top_area  .txt .bottom .kana .ja{
    font-size:20px;
    font-weight: bold;
    margin-top:15px;
  }

  .top_area  .txt .bottom .kana .en{
    font-size:24px;
  }

  .prof_cont{
    width:100%;
    margin: 0 auto;
    padding:40px 0 0  0;
  }

  .prof_cont .title{
    margin-bottom:25px;
    font-size:14px;
    color:#fff;
    background:url(../img/profile/title_flug.png),#3278be;

    background-repeat: no-repeat;
    background-position:20px center;
    padding:10px 70px;
    font-weight: bold;
  }

  .prof_cont .contents .txt .sub_title{
    color:#3278be;
    font-size:15px;
    margin-bottom:10px;
    margin-top:10px;
    font-weight: bold;
    line-height: 1.2;
  }

        .sub_title br {
            display: none;
        }

  .prof_cont .contents .txt{
    width:100%;
    display:block;
    vertical-align: top;
  }

  .prof_cont .contents .txt .anno{

    font-size:10px;
    margin-top:0;
    text-align: right;
  }
  .prof_cont .contents .txt .txt_cont p{
    font-size:14px;
  }


  .prof_cont .contents .image_1{
    width:100%;
    display: block;
    margin-left:0;
  }

  .prof_cont .contents .txt.full{
    width:100%;
  }

  .prof_cont .contents .txt .txt_cont_2{
    font-size:14px;
    margin-bottom:0;
  }

  .prof_cont .contents .txt.lm_1{
    width:100%;
    display:block;
  }

  .prof_cont .contents .image_2{
    width:100%;
    display: block;
    margin-left:0;
  }

  .prof_cont .image_3col{
    padding:20px 0;
  }

  .prof_cont .image_3col .image{
    display: block;
  }

  .prof_cont .image_3col .anno{
    text-align: right;
    font-weight: bold;
  }

  .prof_cont .image_3{
    width:100%;

  }

  .prof_cont .image_4{
    padding:20px 0;
  }

  .prof_cont .image_4 .left{
    display:block;
    vertical-align: top;
  }

  .prof_cont .image_4 .right{
    display: block;
    margin-left:10px;
  }

  .prof_cont .image_4 .right_cont{
    margin-bottom:10px;
  }

  .prof_cont .txt_cont_2{
    padding-bottom:40px;
  }

  .prof_cont .txt_cont_2 p{
    font-size:14px;
    line-height: 2;
  }


  .youtube {
      position: relative;
      width: 100%;
      padding-top: 56.25%;
    margin:20px auto 20px auto;
  }
  .youtube iframe {
      position: absolute;
      top: 0;
      right: 0;
      width: 100% !important;
      height: 100% !important;
    }

    .youtube_title{
        text-align: center;
        font-size: 18px;
        font-weight: bold;
    }

  .prof_cont .image_col2{
    padding:20px 0;
  }

  .prof_cont .image_col2 .image_cont{
    display: inline-block;
    margin-right: 5px;
  }

  .prof_cont .image_5{
    width:70%;
    margin: 0 auto;
    padding:30px 0;
    position:relative;

  }

  .prof_cont .anno_2{
    position:absolute;
    right:-60px;
    bottom:30px;
    font-weight: bold;
  }

  .prof_cont .txt_cont_3 p{
    padding:10px 0;
    font-size: 14px;
  }

  .youtube.img{
    padding-top:0;
  }

    .prof_cont .btn{
        display: none;
    }

}

/* フロートボタン */

.btn {
    margin: 20px auto 0;
    text-align: center;
}

.btn .square_btn {
    display: inline-block;
    padding: 1em 1.2em;
    text-decoration: none;
    background: #01DF3A;
    color: #FFF;
    font-weight: bold;
    border-bottom: solid 4px #627295;
    width: 150px;
    border-radius: 3px;
    margin-bottom: 10px;
}

.sp-order {
  display: block;
  position: fixed;
  left: 0;
  bottom: 0;
  z-index: 500;
  width: 100%;
    background-color: #fff;
}
.sp-order p {
    font-size: 14px;
    font-weight: bold;
}

footer {
    padding-bottom: 8em;
}

/* ビデオキャプション */

.youtube {
    padding-bottom: 30px;
}

.videoCaption2 {
    position: absolute;
    bottom: 0;
    width: 100%;
    padding: 2px 10px;
    box-sizing: border-box;
    background: #ddd;
}

    /* btn-off */
    .btn .square_btn-off {
        display: inline-block;
        padding: 1em 1.2em;
        text-decoration: none;
        background: #464746;
        color: #FFF;
        font-weight: bold;
        border-bottom: solid 4px #627295;
        width: 150px;
        border-radius: 3px;
        margin-bottom: 10px;
    }
