@charset "UTF-8";
/* ▽▽▽▽▽▽▽▽▽▽▽▽▽▽▽▽▽▽▽▽▽▽▽▽▽▽▽▽▽▽▽▽▽▽▽▽▽▽▽▽ nav-main ▽▽▽▽▽▽▽▽▽▽▽▽▽▽▽▽▽▽▽▽▽▽▽▽▽▽▽▽▽▽▽▽▽▽▽▽▽▽▽▽ */

.nav-main {
    height: 60px;
    background-color: #fff;
}

@media (max-width: 991px) {
    .nav-main {
        height: 50px;
    }
}

.nav-main > div {
    position: relative;
}

.nav-main-title {
    white-space: nowrap;
    margin: 0;
}

.nav-main-logo {
    margin: 10px 0;
    width: 135px;
    height: 35px;
}

@media (max-width: 991px) {
    .nav-main-logo {
        width: 120px;
        height: 30px;
    }
}

.nav-main-copy {
    font-size: 10px;
    line-height: 1.6em;
    margin: 16px 30px 0 10px;
}

.nav-main-list {
    font-size: 12px;
    line-height: 1.3;
    position: relative;
    vertical-align: middle;
    display: table-cell;
    height: 60px;
    color: #666 !important;
}

.nav-main li {
    margin: 0;
    padding: 0 8px;
}

.menu__second-level {
    visibility: hidden;
    opacity: 0;
    pointer-events: none;
    z-index: 1;
}

/* 下矢印 */

.init-bottom:after {
    content: '';
    display: inline-block;
    width: 5px;
    height: 5px;
    margin: 0 0 3px 5px;
    border-right: 1px solid #666;
    border-bottom: 1px solid #666;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

/* floatクリア */

.menu-cssdown:before,
.menu-cssdown:after {
    content: " ";
    display: table;
}

.menu-cssdown:after {
    clear: both;
}

.menu-cssdown {
    *zoom: 1;
}

.menu__second-level {
    position: absolute;
    top: 60px;
    left: 0;
    width: 100%;
    background-color: #fff;
    -webkit-transition: all .2s ease;
    transition: all .2s ease;
    padding: 10px;
    box-shadow: 0 20px 20px -20px rgba(0, 0, 0, 0.3);
}

.menu__second-level li {
    padding: 0;
}

.menu__second-level a {
    color: #555;
    font-family: "游ゴシック", "Yu Gothic", "YuGothic", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "ＭＳ ゴシック", "sans-serif";
    font-size: 12px;
    display: block;
    margin: 0;
    padding: 6px 0;
    -webkit-transition: none;
    -moz-transition: none;
    -ms-transition: none;
    -o-transition: none;
    transition: none;
}

.menu__second-level a::before {
    content: '-';
    padding-right: 5px;
}

.menu__second-level a:hover {
    color: #0c6;
}

.menu__single:hover .menu__second-level {
    top: 60px;
    visibility: visible;
    opacity: 1;
    pointer-events: auto;
    border-bottom-right-radius: 20px;
    border-bottom-left-radius: 20px;
}

.menu__secbox {
    margin: 15px 50px 20px;
}

.menu__second-level > div {
    justify-content: center;
}

.menu__second-level .midashi {
    color: #333;
    font-family: "游ゴシック", "Yu Gothic", "YuGothic", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "ＭＳ ゴシック", "sans-serif";
    font-size: 14px;
    font-weight: bold;
    margin: 10px 0;
    border-bottom: solid 1px rgba(255, 255, 255, 0.5);
}

.header-login {
    margin: 5px 20px 0 0;
}

.header-login i {
    font-size: 20px;
    margin-top: 8px;
}

.header-login .txt-login {
    font-size: 10px;
    display: block;
    line-height: 1;
    margin: 0;
}

.nav-main .button-s {
    display: inline-block;
    padding-top: 8px;
    width: 100%;
}

a.button-contact:hover {
    color: #fff;
}

.nav-main-side {
    display: none;
    width: 100%;
    height: 100vh;
    background-color: rgba(8, 46, 102, 0.9);
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch;
}

.nav-main-side ul {
    margin-bottom: 50px;
}

.nav-main-side ul li {
    line-height: 3.5em;
    border-bottom: 1px solid #f0f0f0;
    padding: 0 0 0 20px !important;
}

.nav-main-side ul li:first-child {
    margin-top: 0;
}

.nav-main-side ul li:last-child {
    border: none;
}

.nav-main-side ul li a,
.nav-main-side ul li button,
.li-ul {
    display: inline-block;
    width: 100%;
    color: #fff;
    text-align: left;
}

.nav-main-side ul li.li-ul.menu-beginner {
    background: url(/new/img/icon_beginner.svg) no-repeat;
    background-size: 15px;
    background-position: 18px 14px;
}

.nav-main-side > ul > li {
    padding: 0 20px;
}

.li-ul-ttl {
    color: #fff;
}

.li-ul.menu-beginner .li-ul-ttl {
    padding-left: 20px;
}

.li-ul ul {
    margin-bottom: 5px;
    margin-top: -5px;
}

.li-ul li {
    border: none !important;
    margin: 0;
    line-height: 2.8em !important;
    padding-left: 20px;
    padding-right: 0;
}

.li-ul li li {
    position: relative;
}

.panel-body li a::before {
    content: '-';
    padding-right: 5px;
}

.nav-main-side ul li i {
    font-size: 20px;
    position: absolute;
    top: 7px;
    right: 23px;
    color: #fff;
}

.sp-menu-message {
    background-color: rgb(8, 44, 97);
}

.sp-menu-name {
    display: block;
    color: #fff;
    font-size: 14px;
    margin: 0;
    padding: 12px 0 0;
}

.sp-menu-bdflower {
    display: block;
    color: #fff;
    font-size: 11px;
    margin-bottom: 15px;
}

.consul-fixbtn {
    background: #003c73;
    position: fixed !important;
    bottom: 30px;
    right: 30px;
    padding: 24px 0 0;
    width: 140px;
    height: 140px;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    display: block;
    text-align: center;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.15);
    z-index: 996;
}

.consul-fixbtn a {
    display: block;
}

.consul-fixbtn a:hover {
    color: #fff !important;
}

.consul-fixbtn a:hover span {
    color: #fff !important;
}

.consul-fixbtn * {
    color: #fff;
    font-size: 14px;
    line-height: 1.5;
}

.consul-fixbtn span {
    font-size: 10px;
    display: block;
    margin-bottom: 10px;
}

.hearing_sheet .consul-fixbtn {
    display: none;
}

@media (max-width: 767px) {
    .consul-fixbtn {
        display: none;
    }
}




/* ▽▽▽▽▽▽▽▽▽▽▽▽▽▽▽▽▽▽▽▽▽▽▽▽▽▽▽▽▽▽▽▽▽▽▽▽▽▽▽▽ nav-sub ▽▽▽▽▽▽▽▽▽▽▽▽▽▽▽▽▽▽▽▽▽▽▽▽▽▽▽▽▽▽▽▽▽▽▽▽▽▽▽▽ */

.nav-sub {
    position: relative;
    z-index: 1;
    height: 30px;
    margin-bottom: -30px;
    background-color: rgba(247, 247, 247, 0.8);
}

.nav-sub-list {
    font-size: 10px;
    line-height: 30px;
    position: relative;
    margin: 0 1em;
    padding: 0;
}

.nav-sub-list:before,
.nav-sub-list:after {
    position: absolute;
    top: 2.7em;
    display: inline-block;
    width: 0;
    height: 3px;
    content: '';
    transition: .5s;
    background: #0c6;
}

.nav-sub-list:before {
    left: 50%;
}

.nav-sub-list:after {
    right: 50%;
}

.nav-sub-list.active {
    color: #0c6;
}

.nav-sub-list:hover:before,
.nav-sub-list:hover:after,
.nav-sub-list.focus:before,
.nav-sub-list.focus:after,
.nav-sub-list.active:before,
.nav-sub-list.active:after {
    width: 50%;
}

/* ▽▽▽▽▽▽▽▽▽▽▽▽▽▽▽▽▽▽▽▽▽▽▽▽▽▽▽▽▽▽▽▽▽▽▽▽▽▽▽▽ main ▽▽▽▽▽▽▽▽▽▽▽▽▽▽▽▽▽▽▽▽▽▽▽▽▽▽▽▽▽▽▽▽▽▽▽▽▽▽▽▽ */

.main {
    position: relative;
}

.main-cover {
    height: 580px;
    background: url(../img/bg_main.jpg) no-repeat;
    background-position: center center;
    background-size: cover !important;
}

@media (max-width: 991px) {
    .main-cover {
        height: 380px;
    }
}

.main-cover-lower {
    height: 250px;
    background-position: center center;
    background-size: cover !important;
    background-repeat: no-repeat;
}

@media (max-width: 991px) {
    .main-cover-lower {
        height: 180px;
    }
}

.main-cover-lower-about {
    background-image: url(../img/header_e.jpg);
}

.main-cover-lower-case {
    background-image: url(../img/header_e.jpg);
}

.main-cover-lower-designer {
    background-image: url(../img/header_e.jpg);
}

.main-content {
    position: absolute;
    z-index: 1;
    top: 70px;
    right: 200px;
}

@media (max-width: 991px) {
    .main-content {
        right: 0;
    }
}

.main-content-lower {
    position: absolute;
    z-index: 1;
    top: 30%;
    width: 100%;
    text-align: center;
    text-shadow: 0 0 1em rgba(0, 0, 0);
}

.main-content-subtitle-lower {
    font-family: "Josefin Slab";
    font-size: 14px;
    font-weight: bold;
    padding-top: .4rem;
    color: #fff;
}

@media (max-width: 991px) {
    .main-content-subtitle-lower {
        font-size: 12px;
    }
}

.main-img {
    display: block;
}

.main-list {
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 100px;
    margin-top: -100px;
    padding: 15px 0;
    background-color: rgba(0, 0, 0, 0.7);
}

/* ▽▽▽▽▽▽▽▽▽▽▽▽▽▽▽▽▽▽▽▽▽▽▽▽▽▽▽▽▽▽▽▽▽▽▽▽▽▽▽▽ title-main ▽▽▽▽▽▽▽▽▽▽▽▽▽▽▽▽▽▽▽▽▽▽▽▽▽▽▽▽▽▽▽▽▽▽▽▽▽▽▽▽ */

.title-main {
    margin-bottom: 2.5rem;
    text-align: center;
}

/* ▽▽▽▽▽▽▽▽▽▽▽▽▽▽▽▽▽▽▽▽▽▽▽▽▽▽▽▽▽▽▽▽▽▽▽▽▽▽▽▽ title-sub ▽▽▽▽▽▽▽▽▽▽▽▽▽▽▽▽▽▽▽▽▽▽▽▽▽▽▽▽▽▽▽▽▽▽▽▽▽▽▽▽ */

.title-sub {
    font-family: "Josefin Slab";
    font-size: 14px;
    padding-top: .4rem;
}

@media (max-width: 991px) {
    .title-sub {
        font-size: 12px;
    }
}

/* ▽▽▽▽▽▽▽▽▽▽▽▽▽▽▽▽▽▽▽▽▽▽▽▽▽▽▽▽▽▽▽▽▽▽▽▽▽▽▽▽ breadcrumbs ▽▽▽▽▽▽▽▽▽▽▽▽▽▽▽▽▽▽▽▽▽▽▽▽▽▽▽▽▽▽▽▽▽▽▽▽▽▽▽▽ */

.breadcrumbs {
    margin-top: .5em;
}

.breadcrumbs-list {
    font-size: 11px;
    color: #999;
}

@media (max-width: 991px) {
    .breadcrumbs-list {
        font-size: 10px;
    }
}

/* ▽▽▽▽▽▽▽▽▽▽▽▽▽▽▽▽▽▽▽▽▽▽▽▽▽▽▽▽▽▽▽▽▽▽▽▽▽▽▽▽ button ▽▽▽▽▽▽▽▽▽▽▽▽▽▽▽▽▽▽▽▽▽▽▽▽▽▽▽▽▽▽▽▽▽▽▽▽▽▽▽▽ */

.button {
    font-family: "游ゴシック", "Yu Gothic", "YuGothic", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "ＭＳ ゴシック", "sans-serif";
    min-width: 220px;
    height: 46px;
    margin: 0;
    padding: 0 30px;
    color: #fff;
    border: 1px solid #fff;
    border-radius: 40px;
    background-color: #022149;
}

.button-s {
    font-family: "游ゴシック", "Yu Gothic", "YuGothic", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "ＭＳ ゴシック", "sans-serif";
    font-size: 12px;
    min-width: 110px;
    height: 40px;
    margin: 0;
    padding: 0 14px;
    color: #fff !important;
    border: 1px solid #fff;
    border-radius: 40px;
    background-color: #022149;
}

.button-m {
    font-family: "游ゴシック", "Yu Gothic", "YuGothic", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "ＭＳ ゴシック", "sans-serif";
    font-size: 12px;
    min-width: 150px;
    height: 40px;
    margin: 0;
    padding: 0 14px;
    color: #fff !important;
    border: 1px solid #fff;
    border-radius: 40px;
    background-color: #022149;
}

.button-search {
    background-color: rgba(2, 33, 73, 0.8);
}

.button-pink {
    background-color: #d9534f;
}

.button-search:hover,
.button-search:focus {
    /*  color: #022149;
  border-color: #022149;
  background-color: #ffff26;*/
}

.button-detail {
    background-color: #022149;
}

.button-detail:hover,
.button-detail:focus {
    /*  color: #022149;
  border-color: #022149;
  background-color: #ffff26;*/
}

.button-twitter {
    background-color: rgb(29, 161, 242);
}


.button-facebook {
    background-color: rgba(58, 92, 152, 1);
}

.button-contact {
    background-color: #0c6;
}

.button-contact:hover,
.button-contact:focus {
    /*  color: #0c6;
  border-color: #0c6;
  background-color: #ffff26;*/
}

.button-user-detail {
    color: #666;
    background-color: #bdf8cf;
}

.button-user-detail:hover,
.button-user-detail:focus {
    border-color: #666;
}

.button-order {
    color: #666;
    background-color: #ffff26;
}

.button-order:hover,
.button-order:focus {
    border-color: #666;
}

.button-more,
.button-white {
    color: #666 !important;
    border: 1px solid #666 !important;
    background-color: #fff !important;
}

.button-more:hover,
.button-more:focus {
    /*  color: #fff !important;
  border-color: #fff !important;
  background-color: #0c6 !important;*/
}

/* ▽▽▽▽▽▽▽▽▽▽▽▽▽▽▽▽▽▽▽▽▽▽▽▽▽▽▽▽▽▽▽▽▽▽▽▽▽▽▽▽ burger ▽▽▽▽▽▽▽▽▽▽▽▽▽▽▽▽▽▽▽▽▽▽▽▽▽▽▽▽▽▽▽▽▽▽▽▽▽▽▽▽ */

.burger {
    display: inline-block;
    box-sizing: border-box;
    transition: all .4s;
    position: relative;
    top: 8px;
    left: 0;
    width: 26px;
    height: 26px;
}

.burger span {
    position: absolute;
    left: 0;
    display: inline-block;
    box-sizing: border-box;
    width: 100%;
    height: 3px;
    margin: 0;
    transition: all .4s;
    border-radius: 4px;
    background-color: #0c6;
}

.burger span:nth-of-type(1) {
    top: 3px;
}

.burger span:nth-of-type(2) {
    top: 14px;
}

.burger span:nth-of-type(3) {
    bottom: -3px;
}

.burger.active span:nth-of-type(1) {
    -webkit-transform: translateY(12px) rotate(-45deg);
    transform: translateY(9px) rotate(-45deg);
}

.burger.active span:nth-of-type(2) {
    opacity: 0;
}

.burger.active span:nth-of-type(3) {
    -webkit-transform: translateY(-18px) rotate(45deg);
    transform: translateY(-14px) rotate(45deg);
}

/* ▽▽▽▽▽▽▽▽▽▽▽▽▽▽▽▽▽▽▽▽▽▽▽▽▽▽▽▽▽▽▽▽▽▽▽▽▽▽▽▽ contents ▽▽▽▽▽▽▽▽▽▽▽▽▽▽▽▽▽▽▽▽▽▽▽▽▽▽▽▽▽▽▽▽▽▽▽▽▽▽▽▽ */

.contents {
    padding: 70px 0;
    background: #fff;
}

/* ▽▽▽▽▽▽▽▽▽▽▽▽▽▽▽▽▽▽▽▽▽▽▽▽▽▽▽▽▽▽▽▽▽▽▽▽▽▽▽▽ box ▽▽▽▽▽▽▽▽▽▽▽▽▽▽▽▽▽▽▽▽▽▽▽▽▽▽▽▽▽▽▽▽▽▽▽▽▽▽▽▽ */

.box {
    padding: 2em;
    border: solid 1px #ccc;
}

.box-border-img {
    border: none;
    background-image: url(../img/border_x.png), url(../img/border_y.png), url(../img/border_x.png), url(../img/border_y.png);
    background-repeat: repeat-x, repeat-y, repeat-x, repeat-y;
    background-position: top center, right center, bottom center, left center;
}

.box-border-img-tl {
    border: none;
    background-image: url(../img/border_x.png), url(../img/border_y.png);
    background-repeat: repeat-x, repeat-y;
    background-position: top center, left center;
}

.box-border-img-trl {
    border: none;
    background-image: url(../img/border_x.png), url(../img/border_y.png), url(../img/border_y.png);
    background-repeat: repeat-x, repeat-y, repeat-y;
    background-position: top center, right center, left center;
}

.box-border-img-tbl {
    border: none;
    background-image: url(../img/border_x.png), url(../img/border_x.png), url(../img/border_y.png);
    background-repeat: repeat-x, repeat-x, repeat-y;
    background-position: top center, bottom center, left center;
}

.box-text {
    font-size: 14px;
}

/* ▽▽▽▽▽▽▽▽▽▽▽▽▽▽▽▽▽▽▽▽▽▽▽▽▽▽▽▽▽▽▽▽▽▽▽▽▽▽▽▽ border-img ▽▽▽▽▽▽▽▽▽▽▽▽▽▽▽▽▽▽▽▽▽▽▽▽▽▽▽▽▽▽▽▽▽▽▽▽▽▽▽▽ */

.border-img-tb {
    border: none;
    background-image: url(../img/border_x.png), url(../img/border_x.png);
    background-repeat: repeat-x, repeat-x;
    background-position: top center, bottom center;
}

/* ▽▽▽▽▽▽▽▽▽▽▽▽▽▽▽▽▽▽▽▽▽▽▽▽▽▽▽▽▽▽▽▽▽▽▽▽▽▽▽▽ youtube ▽▽▽▽▽▽▽▽▽▽▽▽▽▽▽▽▽▽▽▽▽▽▽▽▽▽▽▽▽▽▽▽▽▽▽▽▽▽▽▽ */

.youtube {
    position: relative;
    width: 100%;
    height: 0;
    padding-bottom: 56.25%;
}

.youtube iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

/* ▽▽▽▽▽▽▽▽▽▽▽▽▽▽▽▽▽▽▽▽▽▽▽▽▽▽▽▽▽▽▽▽▽▽▽▽▽▽▽▽ slides ▽▽▽▽▽▽▽▽▽▽▽▽▽▽▽▽▽▽▽▽▽▽▽▽▽▽▽▽▽▽▽▽▽▽▽▽▽▽▽▽ */

.slides {
    display: none;
}

.slide {
    margin-right: 40px;
}

/* ▽▽▽▽▽▽▽▽▽▽▽▽▽▽▽▽▽▽▽▽▽▽▽▽▽▽▽▽▽▽▽▽▽▽▽▽▽▽▽▽ board ▽▽▽▽▽▽▽▽▽▽▽▽▽▽▽▽▽▽▽▽▽▽▽▽▽▽▽▽▽▽▽▽▽▽▽▽▽▽▽▽ */

.board {
    width: 260px;
}

.board-img {
    display: block;
    margin-bottom: 1em;
}

.board-text {
    word-break: break-all;
    line-height: 1.5em;
    font-size: 16px;
    margin-bottom: .5em;
    display: -webkit-box !important;
    -webkit-box-orient: vertical !important;
    -webkit-line-clamp: 4 !important;
    margin: 5px 0 0;
}

@media (max-width: 991px) {
    .board-text {
        font-size: 12px;
    }
}

.board-text-sub {
    font-size: 12px;
}

@media (max-width: 991px) {
    .board-text-sub {
        font-size: 10px;
    }
}

/* ▽▽▽▽▽▽▽▽▽▽▽▽▽▽▽▽▽▽▽▽▽▽▽▽▽▽▽▽▽▽▽▽▽▽▽▽▽▽▽▽ table-news ▽▽▽▽▽▽▽▽▽▽▽▽▽▽▽▽▽▽▽▽▽▽▽▽▽▽▽▽▽▽▽▽▽▽▽▽▽▽▽▽ */

.table-news tr {
    padding-bottom: 20px !important;
}

.table-news th {
    padding-right: 1em;
    width: 80px;
}

.table-news th a {
    font-size: 12px;
}

.table-news td {
    line-height: 1.3;
}

@media (max-width: 991px) {
    .table-news th a {
        font-size: 12px;
    }
}

.table-news td a {
    font-size: 12px;
}

@media (max-width: 991px) {
    .table-news td a {
        font-size: 10px;
    }
}

.table-spacing {
    border-spacing: 0 4px;
    border-collapse: separate;
}

/* ▽▽▽▽▽▽▽▽▽▽▽▽▽▽▽▽▽▽▽▽▽▽▽▽▽▽▽▽▽▽▽▽▽▽▽▽▽▽▽▽ parallax ▽▽▽▽▽▽▽▽▽▽▽▽▽▽▽▽▽▽▽▽▽▽▽▽▽▽▽▽▽▽▽▽▽▽▽▽▽▽▽▽ */

.parallax {
    background-attachment: fixed;
    background-position: center center;
    background-size: cover !important;
}

@media (max-width: 991px) {
    .parallax {
        background-attachment: initial;
    }
}

.parallax-bg1 {
    background-image: url(../img/bg_wood.jpg);
}

.parallax-bg2 {
    background-image: url(../img/bg_sakura.jpg);
}

/* ▽▽▽▽▽▽▽▽▽▽▽▽▽▽▽▽▽▽▽▽▽▽▽▽▽▽▽▽▽▽▽▽▽▽▽▽▽▽▽▽ icon ▽▽▽▽▽▽▽▽▽▽▽▽▽▽▽▽▽▽▽▽▽▽▽▽▽▽▽▽▽▽▽▽▽▽▽▽▽▽▽▽ */

.icon {
    font-size: 12px;
    line-height: 1.4em;
    display: inline-block;
    width: 20px;
    height: 20px;
    margin-left: -2.3em;
    text-align: center;
    border-radius: 10px;
}

.icon-q {
    color: #999;
    border: 2px solid #999;
}

/* ▽▽▽▽▽▽▽▽▽▽▽▽▽▽▽▽▽▽▽▽▽▽▽▽▽▽▽▽▽▽▽▽▽▽▽▽▽▽▽▽ label ▽▽▽▽▽▽▽▽▽▽▽▽▽▽▽▽▽▽▽▽▽▽▽▽▽▽▽▽▽▽▽▽▽▽▽▽▽▽▽▽ */

.label {
    line-height: 20px;
    position: absolute;
    bottom: 0;
    width: 100%;
    background: rgba(0, 0, 0, 0.5);
}

/* ▽▽▽▽▽▽▽▽▽▽▽▽▽▽▽▽▽▽▽▽▽▽▽▽▽▽▽▽▽▽▽▽▽▽▽▽▽▽▽▽ tag ▽▽▽▽▽▽▽▽▽▽▽▽▽▽▽▽▽▽▽▽▽▽▽▽▽▽▽▽▽▽▽▽▽▽▽▽▽▽▽▽ */

.tag {
    font-size: 12px;
    font-family: "游ゴシック", "Yu Gothic", "YuGothic", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "ＭＳ ゴシック", "sans-serif";
    display: inline-block;
    margin: 0;
    text-align: center;
    padding: .2em;
    vertical-align: middle;
}

@media (max-width: 991px) {
    .tag {
        font-size: 10px;
    }
}

.tag-title {
    line-height: 1.5;
    color: #909090;
    width: auto;
    background: #fff;
    border: solid 1px #ddd;
    display: -webkit-box !important;
    -webkit-box-orient: vertical !important;
    -webkit-line-clamp: 1 !important;
}

@media (max-width: 991px) {
    .tag-title {
        width: auto;
    }
}

.tag-sub {
    width: 100%;
    background: #fff;
    border: solid 1px #999;
}

.tag-price {
    font-family: 'Josefin Slab';
    padding-top: 0.4rem;
    color: #fff;
}

/* ▽▽▽▽▽▽▽▽▽▽▽▽▽▽▽▽▽▽▽▽▽▽▽▽▽▽▽▽▽▽▽▽▽▽▽▽▽▽▽▽ feature ▽▽▽▽▽▽▽▽▽▽▽▽▽▽▽▽▽▽▽▽▽▽▽▽▽▽▽▽▽▽▽▽▽▽▽▽▽▽▽▽ */

.feature {
    position: relative;
}

.feature-badge {
    position: absolute;
    z-index: 1;
    top: -25px;
    left: 50%;
    width: 50px;
    margin-left: -25px;
}

.feature-title {
    font-size: 20px;
    display: block;
    text-align: center;
    letter-spacing: initial;
    color: #333;
}

@media (max-width: 991px) {
    .feature-title {
        font-size: 18px;
    }
}

.feature-title-sub {
    font-size: 18px;
}

@media (max-width: 991px) {
    .feature-title-sub {
        font-size: 16px;
    }
}

.feature-detail {
    font-family: "游ゴシック", "Yu Gothic", "YuGothic", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "ＭＳ ゴシック", "sans-serif";
    font-size: 12px;
}

.feature-detail a {
    font-family: "游ゴシック", "Yu Gothic", "YuGothic", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "ＭＳ ゴシック", "sans-serif";
    font-size: 12px;
    color: #0c6;
    text-decoration: underline;
}

@media (max-width: 991px) {
    .feature-detail {
        font-size: 10px;
    }
}

.feature-img {
    display: block;
    margin: 0 auto;
}

/* ▽▽▽▽▽▽▽▽▽▽▽▽▽▽▽▽▽▽▽▽▽▽▽▽▽▽▽▽▽▽▽▽▽▽▽▽▽▽▽▽ loader ▽▽▽▽▽▽▽▽▽▽▽▽▽▽▽▽▽▽▽▽▽▽▽▽▽▽▽▽▽▽▽▽▽▽▽▽▽▽▽▽ */

.loader {
    width: 50px;
    height: 50px;
    margin: 0 auto;
    -webkit-animation: spin 1s linear infinite;
    -o-animation: spin 1s linear infinite;
    animation: spin 1s linear infinite;
    border: 8px solid;
    border-radius: 50%;
}

.loader-a {
    border-color: #fff;
    border-right-color: transparent;
}

.loader-b {
    border-color: #0c6;
    border-right-color: transparent;
}

@-webkit-keyframes spin {
    0% {
        -webkit-transform: rotate(0deg);
        opacity: 0.2;
    }
    50% {
        -webkit-transform: rotate(180deg);
        opacity: 1.0;
    }
    100% {
        -webkit-transform: rotate(360deg);
        opacity: 0.2;
    }
}

@-o-keyframes spin {
    0% {
        -o-transform: rotate(0deg);
        opacity: 0.2;
    }
    50% {
        -o-transform: rotate(180deg);
        opacity: 1.0;
    }
    100% {
        -o-transform: rotate(360deg);
        opacity: 0.2;
    }
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
        opacity: 0.2;
    }
    50% {
        transform: rotate(180deg);
        opacity: 1.0;
    }
    100% {
        transform: rotate(360deg);
        opacity: 0.2;
    }
}

/* ▽▽▽▽▽▽▽▽▽▽▽▽▽▽▽▽▽▽▽▽▽▽▽▽▽▽▽▽▽▽▽▽▽▽▽▽▽▽▽▽ facebook ▽▽▽▽▽▽▽▽▽▽▽▽▽▽▽▽▽▽▽▽▽▽▽▽▽▽▽▽▽▽▽▽▽▽▽▽▽▽▽▽ */

.facebook-wrapper {
    max-width: 500px;
    margin: 0 auto;
}

.facebook-wrapper > .fb-page {
    width: 100%;
}

.facebook-wrapper > .fb-page > span,
.facebook-wrapper iframe {
    width: 100% !important;
}

/* ▽▽▽▽▽▽▽▽▽▽▽▽▽▽▽▽▽▽▽▽▽▽▽▽▽▽▽▽▽▽▽▽▽▽▽▽▽▽▽▽ gallery ▽▽▽▽▽▽▽▽▽▽▽▽▽▽▽▽▽▽▽▽▽▽▽▽▽▽▽▽▽▽▽▽▽▽▽▽▽▽▽▽ */

.gallery-4 {
    float: left;
    width: 22%;
    margin-right: 4%;
    margin-bottom: 4%;
}

.gallery-4:nth-child(4n) {
    margin-right: 0;
}

.gallery-4:nth-last-child(-n+4) {
    margin-bottom: 0;
}

/* ▽▽▽▽▽▽▽▽▽▽▽▽▽▽▽▽▽▽▽▽▽▽▽▽▽▽▽▽▽▽▽▽▽▽▽▽▽▽▽▽ anker ▽▽▽▽▽▽▽▽▽▽▽▽▽▽▽▽▽▽▽▽▽▽▽▽▽▽▽▽▽▽▽▽▽▽▽▽▽▽▽▽ */

.anker-underline {
    text-decoration: underline;
}

.anker-underline:hover,
.anker-underline:focus {
    text-decoration: underline;
}

/* ▽▽▽▽▽▽▽▽▽▽▽▽▽▽▽▽▽▽▽▽▽▽▽▽▽▽▽▽▽▽▽▽▽▽▽▽▽▽▽▽ grid ▽▽▽▽▽▽▽▽▽▽▽▽▽▽▽▽▽▽▽▽▽▽▽▽▽▽▽▽▽▽▽▽▽▽▽▽▽▽▽▽ */

.grid {
    display: none;
}

.grid-box {
    padding: 16px;
}

.grid-item {
    width: 250px;
}

/* ▽▽▽▽▽▽▽▽▽▽▽▽▽▽▽▽▽▽▽▽▽▽▽▽▽▽▽▽▽▽▽▽▽▽▽▽▽▽▽▽ trim ▽▽▽▽▽▽▽▽▽▽▽▽▽▽▽▽▽▽▽▽▽▽▽▽▽▽▽▽▽▽▽▽▽▽▽▽▽▽▽▽ */

.trim {
    position: relative;
    width: 100%;
    max-width: 100%;
    height: 80px;
    max-height: 100%;
    background: #000;
}

.trim-img {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    max-width: 100%;
    max-height: 100%;
    margin: auto;
}

/* ▽▽▽▽▽▽▽▽▽▽▽▽▽▽▽▽▽▽▽▽▽▽▽▽▽▽▽▽▽▽▽▽▽▽▽▽▽▽▽▽ hr ▽▽▽▽▽▽▽▽▽▽▽▽▽▽▽▽▽▽▽▽▽▽▽▽▽▽▽▽▽▽▽▽▽▽▽▽▽▽▽▽ */

.hr-bg {
    height: 2px;
    border: none;
    background-image: url(../img/border_x.png);
    background-repeat: repeat-x;
}

/* ▽▽▽▽▽▽▽▽▽▽▽▽▽▽▽▽▽▽▽▽▽▽▽▽▽▽▽▽▽▽▽▽▽▽▽▽▽▽▽▽ carousel-indicator ▽▽▽▽▽▽▽▽▽▽▽▽▽▽▽▽▽▽▽▽▽▽▽▽▽▽▽▽▽▽▽▽▽▽▽▽▽▽▽▽ */

li.carousel-indicator {
    display: inline-block;
    width: 10px;
    height: 10px;
    max-width: 10px;
    margin: 6px;
    text-indent: -999px;
    cursor: pointer;
    background-color: #fff;
    border-radius: 10px;
}

li.carousel-indicator.active {
    width: 12px;
    height: 12px;
    max-width: 12px;
    margin: 5px;
    background-color: #ffff26;
}

/* ▽▽▽▽▽▽▽▽▽▽▽▽▽▽▽▽▽▽▽▽▽▽▽▽▽▽▽▽▽▽▽▽▽▽▽▽▽▽▽▽ search-form ▽▽▽▽▽▽▽▽▽▽▽▽▽▽▽▽▽▽▽▽▽▽▽▽▽▽▽▽▽▽▽▽▽▽▽▽▽▽▽▽ */

.search-form {
    padding: 3em 4em;
    border: solid 1px #ccc;
}

.search-form select.form-control:not([size]):not([multiple]) {
    font-size: 14px;
    height: 3em;
}

.search-form-text-form {
    font-size: 14px;
    height: 3em;
}

.search-form label span {
    font-size: 14px;
}

.search-form .radio01-input {
    display: none;
}

.search-form .radio01-parts {
    position: relative;
    margin-right: 20px;
    padding-left: 20px;
}

.search-form .radio01-parts::before {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 15px;
    height: 15px;
    content: '';
    border: 1px solid #999;
    border-radius: 50%;
}

.search-form .radio01-input:checked + .radio01-parts::after {
    position: absolute;
    top: 2px;
    left: 2px;
    display: block;
    width: 11px;
    height: 11px;
    content: '';
    border-radius: 50%;
    background: #0c6;
}

.search-form .checkbox-input {
    display: none;
}

.search-form .checkbox-parts {
    position: relative;
    margin: 0 auto;
    padding-left: 45px;
}

.search-form .checkbox-parts::after {
    position: absolute;
    top: 3px;
    left: 3px;
    display: block;
    width: 41px;
    height: 41px;
    content: '';
    border-radius: 50%;
    background: #0c6;
}

.search-form .checkbox-parts.first::after {
    background: blue;
}

.search-form .checkbox-parts.second::after {
    background: red;
}

.search-form .checkbox-parts.third::after {
    background: green;
}

.search-form .checkbox-input:checked + .checkbox-parts::before {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 47px;
    height: 47px;
    content: '';
    border: 2px solid #0c6;
    border-radius: 50%;
}

.search-form .fa-check {
    position: absolute;
    top: 20px;
    left: 50%;
    margin-left: -10px;
    display: none;
    color: #0c6;
}

.search-form .fa-check.active {
    display: block;
}

/* added */

.main-detail-inner {
    max-height: 350px;
    margin-bottom: 30px;
    overflow-y: scroll;
}

.help-text {
    font-size: 12px;
    color: #999;
    letter-spacing: 0;
}

@media (max-width: 991px) {
    .help-text {
        font-size: 10px;
    }
}

.link-green {
    color: #0c6;
    text-decoration: underline;
}

.login-description {
    font-size: 13px;
}

.dropdown-item {
    font-size: 13px;
}

.header-menu-badge {
    display: inline-block !important;
    position: absolute;
    top: 0;
    left: 36px;
    font-size: 10px;
}

.badge-primary {
    font-size: 12px;
}

.badge-burger {
    height: 16px;
    position: relative;
    left: -15px;
    top: -5px;
}

@media (min-width: 992px) {
    .badge-burger {
        display: none;
    }
}

.button-wrapper {
    text-align: center;
}

.button-wrapper button {
    min-width: 150px;
    width: 160px;
    display: inline-block;
}

.button-wrapper a {
    width: 160px;
    min-width: 150px;
    display: inline-block;
}

.hs_wrap_qa span {
    font-size: 13px;
}

/*決済確認*/

.confirm-hearing-sheet {
    max-width: 900px;
    margin: 0 auto;
    margin-top: 10px;
    width: 90%;
    width: calc(100% - 20px);
    width: -webkit-calc(100% - 20px);
}

.confirm-hearing-sheet thead th {
    text-align: center;
    font-size: 1.4rem;
    background-color: #FAFAFA;
    border-bottom: 0px;
}

.confirm-hearing-sheet tbody th {
    width: 50%;
    background-color: #FAFAFA;
    font-size: 1.4rem;
}

.confirm-hearing-sheet tbody td {
    font-size: 1.4rem;
    word-break: break-all;
}

/*placeholder*/

.form-control::-webkit-input-placeholder {
    color: #AAA;
}

/* WebKit, Blink, Edge */

.form-control:-moz-placeholder {
    color: #AAA;
}

/* Mozilla Firefox 4 to 18 */

.form-control::-moz-placeholder {
    color: #AAA;
}

/* Mozilla Firefox 19+ */

.form-control:-ms-input-placeholder {
    color: #AAA;
}

/* Internet Explorer 10-11 */

.form-control::-ms-input-placeholder {
    color: #AAA;
}

/* Microsoft Edge */

.cursor-point {
    cursor: pointer;
}

.profile-img {
    width: 50px;
    height: 50px;
    object-fit: cover;
}

/*stepper*/

.f1 {
    padding: 0px 15px 15px 15px;
    background: #fff;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
}

.f1 h3 {
    margin-top: 0;
    margin-bottom: 5px;
    text-transform: uppercase;
}

.f1-steps {
    overflow: hidden;
    position: relative;
    margin-top: 20px;
}

.f1-progress {
    position: absolute;
    top: 24px;
    left: 0;
    width: 100%;
    height: 1px;
    background: #ddd;
}

.f1-progress-line {
    position: absolute;
    top: 0;
    left: 0;
    height: 1px;
    background: #61ce66;
}

.f1-step {
    position: relative;
    float: left;
    width: 33.333333%;
    padding: 0 5px;
}

.f1-step-icon {
    display: inline-block;
    width: 40px;
    height: 40px;
    margin-top: 4px;
    background: #fff;
    font-size: 16px;
    color: #666;
    line-height: 40px;
    border: solid 1px #ccc;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
}

.f1-step.activated .f1-step-icon {
    background: #fff;
    border: 1px solid #f35b3f;
    color: #f35b3f;
    line-height: 38px;
}

.f1-step.active .f1-step-icon {
    /*width: 48px; height: 48px; margin-top: 0; background: #f35b3f; font-size: 22px; line-height: 48px;*/
    width: 48px;
    height: 48px;
    margin-top: 0;
    background: #61ce66;
    font-size: 22px;
    line-height: 48px;
    border: solid 1px #ccc;
    color: #fff;
}

.f1-step p {
    color: #ccc;
    font-size: 12px;
    line-height: 14px;
}

.f1-step.activated p {
    color: #666;
}

.f1-step.active p {
    color: #666 !important;
}

.f1 fieldset {
    display: none;
    text-align: left;
}

.f1-buttons {
    text-align: right;
}

.f1 .input-error {
    border-color: #f35b3f;
}

/*stepper*/

.sakaseru-green {
    color: #0c6 !important;
    word-break: break-all;
}

.ui-menu-item {
    background-color: #FAFAFA;
    color: #0a0a0a;
    width: 300px;
    margin-top: 0px;
    margin-bottom: 0px;
    letter-spacing: 0em;
    font-size: 16px;
}

.ui-autocomplete {
    height: 200px;
    overflow-y: scroll;
    overflow-x: hidden;
}

.ui-state-active,
.ui-widget-content .ui-state-active,
.ui-widget-header .ui-state-active,
a.ui-button:active,
.ui-button:active,
.ui-state-active.ui-button:hover {
    background: #E4FBF2;
}

#header-nav-fix li.m0 {
    margin: 0 20px 0 0;
}

#header-nav-fix .order-btn {
    margin: 0 0 0 10px !important;
    min-width: 140px !important;
    padding: 0;
    text-align: center;
}

@media (max-width: 991px) {

    #header-nav-fix > div {
        justify-content: space-between;
        padding-right: 0;
    }

}

@media (min-width: 992px) {

    .sp-order-btn {
        display: none;
    }
}

.sp-order-btn {
    background: #0c6;
    margin: 0;
}

.sp-order-btn a {
    color: #fff;
    text-align: center;
    display: table-cell;
    vertical-align: middle;
    height: 50px;
    padding: 0 6px;
}

.dropdown-toggle::after {
    border: none;
}
