@charset "UTF-8";
/*------------------------------------------------------------------------------
	FC加藤 - Sp scss
	URL: http://fc-o.com/
	Date: 2020-12-01
	Copyright© FC 2020
------------------------------------------------------------------------------*/
@media screen and (max-width: 1400px) {
  #home #mv_area .mv_tl {
    font-size: 3.3vw;
  }
  #home #mv_area .m_txt {
    font-size: 2vw;
  }
  #home #mv_area .mv_humen .name_box {
    top: 150px;
    left: 45px;
  }
  #home #mv_area .mv_humen .txt {
    right: 0px;
  }
  #home #seminar_area {
    padding: 50px 0 130px 0;
  }
  #home #seminar_area .seminar_fl {
    padding-right: 0;
  }
  #home #seminar_area .seminar_wrap .tabcontent_wrap .date_box .date {
    letter-spacing: -1px;
  }
  #home #point_area .point_wrap {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    width: 95%;
    margin-bottom: 0;
    padding: 200px 10px 50px;
  }
  #home #point_area .point_wrap .box {
    width: 18%;
  }
  .scroll_area {
    width: 95%;
  }
}

@media screen and (max-width: 1200px) {
  .inner_wrap {
    width: 100%;
    padding: 0 3%;
  }
  .base_tl {
    width: 100%;
  }
  header #siteTitle {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin: 0 15px;
    width: 12%;
  }
  header #siteTitle img {
    max-width: 100%;
    height: auto;
  }
  header #hd_nav {
    width: 88%;
    padding: 0;
  }
  header nav {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
  header #globalNav a {
    font-size: 14px;
    font-size: 1.4rem;
  }
}

@media screen and (max-width: 1180px) {
  header #globalNav li .en {
    font-size: 14px;
    font-size: 1.4rem;
  }
  header #globalNav li .ja {
    font-size: 10px;
    font-size: 1rem;
  }
  header .contact {
    padding: 0;
  }
  header .contact::before {
    width: 200px;
  }
  header .contact span {
    padding: 20px 10px;
    font-size: 14px;
  }
  #home #mv_area .announcement .date {
    font-size: 22px;
    font-size: 2.2rem;
  }
  #home #mv_area .announcement .date span {
    font-size: 14px;
    font-size: 1.4rem;
  }
  #home .contents_base .studio_area .con_box .photo .txt span {
    font-size: 22px;
    font-size: 2.2rem;
  }
  #home #price_area .plan {
    font-size: 18px;
    font-size: 1.8rem;
  }
  .base_tl {
    font-size: 30px;
    font-size: 3rem;
  }
  .ft_fixed ul .tel {
    font-size: 24px;
    font-size: 2.4rem;
  }
}

@media screen and (max-width: 900px) {
  header .contact::before {
    width: 150px;
  }
  header .contact span {
    padding: 10px 5px 10px 10px;
    font-size: 12px;
    font-size: 1.2rem;
  }
}

@media screen and (max-width: 768px) {
  .pc_el {
    display: none !important;
  }
  .sp_el {
    display: inline-block;
  }
  #headline h1 {
    padding: 30px 20px 40px;
    background-size: 100px;
  }
  #headline .pan {
    font-size: 14px;
    font-size: 1.4rem;
  }
  .base_tl {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-bottom: 5%;
  }
  .base_tl .en {
    font-size: 30px;
    font-size: 3rem;
  }
  .base_tl .ja {
    font-size: 14px;
    font-size: 1.4rem;
  }
  .border_tl {
    font-size: 24px;
    font-size: 2.4rem;
  }
  .contact_btn {
    width: 100%;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    padding: 10px;
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 1.5;
  }
  .contact_btn .icon {
    width: 100%;
    margin: 0 0 5px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .tl_icon {
    font-size: 24px;
    font-size: 2.4rem;
  }
  .tl_icon.seminar {
    text-align: center;
    -webkit-writing-mode: inherit;
        -ms-writing-mode: inherit;
            writing-mode: inherit;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin: 0;
    padding-top: 20px;
  }
  .faq_box .tl_question {
    font-size: 18px;
    font-size: 1.8rem;
    padding: 10px 45px 10px 10px;
  }
  .faq_box .tl {
    width: calc(100% - 55px);
  }
  .faq_box [class^="ico_"] {
    margin-right: 10px;
  }
  .faq_box .answer_box {
    padding: 10px;
  }
  .accordion_icon {
    width: 25px;
    height: 15px;
    top: 0;
    bottom: 0;
    right: 10px;
    margin: auto;
  }
  .accordion_icon span {
    height: 3px;
  }
  .base_tbl th {
    width: 35%;
  }
  .base_tbl th,
  .base_tbl td {
    word-break: break-word;
    padding: 10px;
    font-size: 16px;
    font-size: 1.6rem;
  }
  /*============================================================== header : ヘッダー共通 ===============================================================*/
  header {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    padding: 13px;
    /*　ハンバーガーボタン　*/
  }
  header #siteTitle {
    margin: 0;
    width: 80px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  header #siteTitle img {
    width: 100%;
    height: auto;
  }
  header #hd_nav {
    padding: 0;
  }
  header .tagline {
    display: none;
  }
  header .hamburger {
    display: block;
    position: fixed;
    z-index: 99;
    right: 13px;
    top: 7px;
    width: 42px;
    height: 42px;
    cursor: pointer;
    text-align: center;
  }
  header .hamburger span {
    display: block;
    position: absolute;
    width: 30px;
    height: 2px;
    left: 6px;
    background: #e67684;
    -webkit-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
  }
  header .hamburger span:nth-child(1) {
    top: 10px;
  }
  header .hamburger span:nth-child(2) {
    top: 20px;
  }
  header .hamburger span:nth-child(3) {
    top: 30px;
  }
  header .hamburger.active span:nth-child(1) {
    top: 16px;
    left: 6px;
    background: #fff;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }
  header .hamburger.active span:nth-child(2), header .hamburger.active span:nth-child(3) {
    top: 16px;
    background: #fff;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  header #globalNav {
    margin-top: 0;
    position: fixed;
    z-index: 9;
    top: 0;
    left: 0;
    color: #fff;
    background: #e67684;
    text-align: center;
    width: 100%;
    height: 100%;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    display: none;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    overflow: scroll;
  }
  header #globalNav .sl {
    display: none;
  }
  header #globalNav li {
    list-style-type: none;
    padding: 0;
    margin: 0;
    width: 100%;
    -webkit-transition: 0.4s all;
    transition: 0.4s all;
  }
  header #globalNav li:last-child {
    padding-bottom: 0;
  }
  header #globalNav li:hover {
    background: #ddd;
  }
  header #globalNav li a {
    border-radius: 0;
    color: #fff;
    padding: 10px 0;
    border-bottom: 1px solid #fff;
    font-size: 16px;
    font-size: 1.6rem;
  }
  header #globalNav li a span {
    color: #fff;
  }
  header #globalNav li a.current {
    background: #e67684;
  }
  header #globalNav .fl_contact {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  header #globalNav .fl_contact .con_btn {
    width: 48%;
    background-color: #f89c2b;
    border: none;
  }
  header #globalNav .fl_contact .con_btn span {
    font-size: 12px;
    font-size: 1.2rem;
  }
  header #globalNav .fl_contact .reservation_btn {
    width: 48%;
    background-color: #fff;
    border: none;
  }
  header #globalNav .fl_contact .reservation_btn span {
    font-size: 12px;
    font-size: 1.2rem;
    color: #333;
  }
  header #globalNav.active {
    display: block;
    z-index: 10;
    padding-top: 50px;
  }
  header #globalNav .contact {
    width: 100%;
  }
  header #globalNav .contact a {
    font-size: 16px;
    font-size: 1.6rem;
  }
  header #globalNav .nav_icon {
    width: 100%;
    margin-bottom: 0;
  }
  header #globalNav .nav_icon img {
    width: 40px;
    height: auto;
  }
  header .contact {
    display: none;
  }
  header .contact::before {
    content: none;
  }
  .overlay {
    position: fixed;
    top: 0;
    left: 0;
    display: none;
    width: 100%;
    height: 100%;
    height: 150vh;
    background: rgba(38, 172, 193, 0.7);
    opacity: 0.7;
    filter: alpha(opacity=70);
    -ms-filter: "alpha(opacity=70)";
    z-index: 1;
  }
  /*==============================================================
　footer : フッター共通
===============================================================*/
  #toTop a {
    font-size: 12px;
    font-size: 1.2rem;
  }
  .ft_fixed ul li {
    width: 35%;
  }
  .ft_fixed ul li:first-child {
    width: 15%;
  }
  .ft_fixed ul li:last-child {
    width: 15%;
  }
  .ft_fixed ul .tel img {
    width: 20px;
    margin: 0;
  }
  .ft_fixed ul .tel span {
    display: none;
  }
  .ft_fixed ul .base_btn span {
    font-size: 12px;
    font-size: 1.2rem;
  }
  footer {
    overflow: hidden;
    margin-bottom: 30px;
  }
  footer .ft_box {
    padding: 5% 0;
  }
  footer .ftLogo {
    margin-bottom: 5%;
  }
  footer #ft_globalNav {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  footer #ft_globalNav li {
    width: 48%;
    margin: 0 0 3%;
  }
  footer #ft_globalNav .sl {
    display: none;
  }
  /*==============================================================
	#pageTitle : 見出し共通
===============================================================*/
  .base_btn {
    margin: 8% auto 0;
    padding: 3%;
  }
  /*==============================================================
　$home : トップ
===============================================================*/
  #home #mv_area .mv_txt_box {
    top: 30%;
    right: 3%;
  }
  #home #mv_area .mv_sub_txt {
    font-size: 3.8vw;
    padding: 5% 3%;
    margin-bottom: 5%;
    border: 2px solid #fff;
  }
  #home #mv_area .mv_tl {
    font-size: 8vw;
  }
  #home #mv_area .mv_grad {
    right: -23%;
    width: 84%;
  }
  #home #mask_area {
    padding-top: 8%;
  }
  #home #mask_area .mask_box {
    padding: 5%;
  }
  #home #mask_area .mask_tl {
    margin-bottom: 3%;
  }
  #home #mask_area .mask_tl h2 {
    font-size: 20px;
    font-size: 2rem;
  }
  #home #mask_area .mask_txt {
    font-size: 14px;
    font-size: 1.4rem;
  }
  #home #news_area {
    padding: 8% 0;
  }
  #home #news_area li {
    padding: 0 0 10px;
    font-size: 14px;
    font-size: 1.4rem;
  }
  #home .contents_base .tl_box {
    padding: 8% 0;
  }
  #home .contents_base .tl_box .tl .en {
    font-size: 40px;
    font-size: 4rem;
    margin-bottom: 3%;
  }
  #home .contents_base .tl_box .tl .ja {
    font-size: 18px;
    font-size: 1.8rem;
  }
  #home .contents_base .contents_box {
    overflow: hiddens;
  }
  #home .contents_base .contents_box .lead_txt {
    width: 100%;
    padding: 5% 0 8%;
    font-size: 16px;
    font-size: 1.6rem;
  }
  #home .contents_base .contents_box .tl {
    font-size: 24px;
    font-size: 2.4rem;
    margin-bottom: 5%;
  }
  #home .contents_base .contents_box .tl::before, #home .contents_base .contents_box .tl::after {
    width: 30px;
  }
  #home .contents_base .contents_box .ico_list {
    margin-bottom: 8%;
  }
  #home .contents_base .contents_box .ico_list li {
    width: 48%;
    padding: 5% 3%;
    margin-bottom: 4%;
  }
  #home .contents_base .contents_box .ico_list li img {
    height: 50px;
  }
  #home .contents_base .contents_box .ico_list li .txt {
    font-size: 14px;
    font-size: 1.4rem;
  }
  #home .contents_base .contents_box .btn_box {
    padding-bottom: 10%;
  }
  #home .contents_base .contents_box .btn_box .btn_txt {
    font-size: 18px;
    font-size: 1.8rem;
  }
  #home .contents_base .contents_box .btn_box .base_btn {
    margin-top: 3%;
  }
  #home .contents_base .studio_area {
    padding: 8% 0;
  }
  #home .contents_base .studio_area .fl_box {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    padding: 8% 0 0;
  }
  #home .contents_base .studio_area .con_box {
    width: 100%;
  }
  #home .contents_base .studio_area .con_box .photo {
    margin-bottom: 8%;
  }
  #home .contents_base .studio_area .con_box .photo .txt {
    font-size: 16px;
    font-size: 1.6rem;
    left: 10px;
  }
  #home .contents_base .studio_area .con_box .photo .txt span {
    font-size: 16px;
    font-size: 1.6rem;
  }
  #home .contents_base .contents_box .pho_list {
    position: relative;
    z-index: 2;
    padding: 8% 0;
  }
  #home .contents_base .contents_box .pho_list li {
    width: 100%;
    margin-bottom: 4%;
  }
  #home .contents_base .contents_box .pho_list li .txt {
    width: 70%;
  }
  #home .contents_base .loopSlider {
    height: 131px;
  }
  #home .contents_base .loopSlider ul {
    height: 131px;
  }
  #home .contents_base .loopSlider ul li {
    width: 200px;
    height: 131px;
    float: left;
    display: inline;
    overflow: hidden;
  }
  #home .contents_base .loopSlider ul li img {
    width: 100%;
    height: auto;
  }
  #home #concept_area {
    background: none;
  }
  #home #concept_area::before {
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    content: "";
    z-index: -1;
  }
  #home #concept_area.bgA::before {
    background-image: url("../img/pho_concept.png");
  }
  #home #concept_area.bgB::before {
    background-image: url("../img/pho_lineup.png");
  }
  #home #concept_area .contents_box::before {
    background-size: 100px;
    width: 100px;
  }
  #home #lineup_area {
    background: none;
  }
  #home #lineup_area .contents_box::after {
    background-size: 100px;
    width: 100px;
    height: 180px;
  }
  #home #price_area {
    padding: 8% 0;
  }
  #home #price_area::before, #home #price_area::after {
    background-size: 100px;
    width: 100px;
  }
  #home #price_area::after {
    height: 300px;
  }
  #home #price_area .price_list {
    margin: 15% 0 8%;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  #home #price_area .price_list li {
    width: 100%;
    margin-bottom: 15%;
  }
  #home #price_area .price_list li:last-child {
    margin-bottom: 4%;
  }
  #home #price_area .plan {
    font-size: 16px;
    font-size: 1.6rem;
  }
  #home #price_area .tl {
    font-size: 24px;
    font-size: 2.4rem;
    margin-top: -15px;
  }
  #home #price_area .price {
    padding: 5% 3%;
  }
  #home #access_area {
    padding: 8% 0 10%;
  }
  #home #access_area::before {
    background-size: 40px;
    width: 40px;
    top: -5%;
  }
  #home #access_area .access_box {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-top: 5%;
  }
  #home #access_area .left_box,
  #home #access_area .right_box {
    width: 100%;
  }
  #home #access_area .left_box {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  #home #access_area .left_box .name {
    margin-bottom: 3%;
  }
  #home #access_area .left_box .txt {
    font-size: 14px;
    font-size: 1.4rem;
  }
  #home #access_area .map {
    height: 200px;
    margin-bottom: 8%;
  }
  #home #access_area .base_btn {
    width: 100%;
    font-size: 14px;
    font-size: 1.4rem;
    max-width: 280px;
  }
  #home #faq_area {
    padding: 8% 0;
  }
  #home #faq_area .faq_box .tl {
    font-weight: normal;
    font-size: 16px;
    font-size: 1.6rem;
  }
  #home #faq_area .faq_box .answer_box p {
    font-size: 14px;
    font-size: 1.4rem;
  }
  #home #contact_area {
    padding: 10% 0 5%;
  }
  #home #contact_area .tl {
    font-size: 20px;
    font-size: 2rem;
    margin-bottom: 5%;
  }
  #home #contact_area .txt {
    font-size: 14px;
    font-size: 1.4rem;
    margin-bottom: 3%;
  }
  #home #contact_area .tel {
    font-size: 30px;
    font-size: 3rem;
  }
  #home #contact_area .tel img {
    width: 30px;
  }
  #home #contact_area .sub_txt {
    font-size: 12px;
    font-size: 1.2rem;
  }
  #home #contact_area .fl_box {
    display: block;
    margin-top: 8%;
  }
  #home #contact_area .base_btn {
    width: 100%;
    margin: 0 auto 5%;
    max-width: 250px;
  }
  /*==============================================================
	#er404 : エラー
===============================================================*/
  #er404 #headline h1 {
    font-size: 16px;
    font-size: 1.6rem;
  }
  #er404 .contents_box .inner_wrap {
    display: block;
  }
  #er404 .contents_box .txt_box {
    width: 100%;
  }
  #er404 .contents_box .fig {
    width: 100%;
    margin: auto;
    background: #eeeffb;
    text-align: center;
    border-radius: 10px;
  }
  #er404 .contents_box .fig img {
    width: 30%;
    background: #eeeffb;
  }
  #er404 .round_list li {
    display: block;
  }
}

@media screen and (min-width: 481px) and (max-width: 768px) {
  #home #mv_area .mv_humen .chara {
    margin: auto;
  }
  #home #point_area .point_wrap {
    padding: 200px 20px 50px;
  }
  #home #point_area .point_wrap .box {
    width: 48%;
    margin: 0 0 180px;
  }
}
