@charset "UTF-8";
@import url(//fonts.googleapis.com/earlyaccess/notosansjapanese.css);
@import url('https://fonts.googleapis.com/css?family=Belleza|Dancing+Script:400,500,600,700|Rubik:400,500,700&display=swap');
/* ===============================================================
      reset
=============================================================== */
html, body, div, applet, object, iframe, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-weight: normal;
    vertical-align: baseline;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
h1, h2, h3, h4, h5, span, strong {
    margin: 0;
    padding: 0;
    border: 0;
    vertical-align: baseline;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
/* HTML5 display-role reset for older browsers
*/
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
    display: block;
}
body {
    line-height: 1;
}
ol, ul, li {
    list-style: none;
}
blockquote, q {
    quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
    content: '';
    content: none;
}
table, th, td, tr {
    border-collapse: collapse;
    border-spacing: 0;
}
strong {
    font-weight: bold;
}
.clearfix {
    width: 100%;
}
.clearfix:after {
    content: "";
    display: block;
    clear: both;
}
.clear {
    clear: both;
}
* html .clearfix {
    height: 1px;
    /*¥*/
    /*/
    height: auto;
    overflow: hidden;
    /**/
}
/* ===============================================================
      common / elements
=============================================================== */
html {
    font-size: 62%;
}
body {
    font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
    font-feature-settings: "pkna"1;
    font-weight: 500;
    color: #424043;
    line-height: 1.8;
    -webkit-text-size-adjust: 100%;
}
html, body {
    height: 100%;
}
@media (min-width: 1200px) {
    body {
        font-size: 1.5em;
        background-color: #F9F8F7;
    }
}
/* ------- link ------- */
a {
    color: #62BADE;
    text-decoration: underline;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
a:hover {
    color: #90D9F7;
    text-decoration: none;
}
/* 画面から画像がはみ出ないようにする */
img {
    max-width: 100%;
    width /***/ : auto;
    /* IE8のみ */
    height: auto;
    vertical-align: bottom;
}
.fitImg {
    object-fit: cover;
    object-position: bottom;
    font-family: 'object-fit: cover; object-position: center;'
}
article p {
    margin-bottom: 1em;
}
.touch {
    display: block;
}
.touch, .touch a {
    background-color: transparent;
    -webkit-touch-callout: none;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    text-decoration: none;
}
.touch:hover {
    text-decoration: none;
}
#wrap {
    width: 100%;
}
.inner, .inner2, .inner3 {
    margin: auto;
}
.inner:after, .inner2:after, .inner3:after {
    content: "";
    display: block;
    clear: both;
}
.flexbox {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.flex_center {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
/*-- アニメーション --*/
body:after {
    content: '';
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #fff;
    z-index: 100;
    pointer-events: none; /* 他の要素にアクセス可能にするためにポインターイベントは無効に */
    opacity: 0; /* 初期値では非表示 */
    -webkit-transition: opacity .8s ease; /* アニメーション時間は 0.8秒 */
    transition: opacity .8s ease;
}
body.fadeout:after {
    opacity: 1;
}
.fadeInUp {
    opacity: 0;
    transform: translateY(20px);
    transition: 1s;
}
@media (max-width: 767px) {
    body {
        background-color: #FFF;
        font-size: 1.6em;
    }
    a:hover {
        text-decoration: none;
    }
    .tel1 a, .tel2 a {
        text-decoration: none;
    }
    img {
        max-width: 100%;
        height: auto;
    }
    .touch {
        transition: opacity 0.3s linear;
    }
    .touch:hover {
        opacity: 0.7;
    }
    .pcContents {
        display: none !important;
    }
    .inner, .inner2, .inner3 {
        width: 94%;
    }
    .pcContents {
        display: none;
    }
}
@media (min-width: 768px) and (max-width: 1199px) {
    body {
        background-image: url("../img/common/bg01.jpg");
        font-size: 1.6em;
    }
    .spContents {
        display: none !important;
    }
    .inner, .inner2, .inner3 {
        width: 92%;
    }
    .flexbox {
        width: 100%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
    .spContents {
        display: none;
    }
}
@media (min-width: 1200px) {
    body {
        background-image: url("../img/common/bg01.jpg");
        font-size: 1.7em;
    }
    #wrap {
        position: relative;
    }
    .spContents {
        display: none !important;
    }
    .touch {
        transition: opacity 0.3s linear;
    }
    .touch:hover {
        opacity: 0.6;
    }
    .inner {
        max-width: 1100px;
    }
    .inner2 {
        width: 900px;
    }
    .inner3 {
        width: 800px;
    }
    .flexbox {
        width: 100%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
    .pc_tac {
        text-align: center;
    }
    .spContents {
        display: none;
    }
}
/* ------- テキストスタイル ------- */
/* color */
.txtBlue {
    color: #38A0CA;
}
.txtPink {
    color: #FF7272;
}
/* 下線 */
.marker {
    display: inline-block;
    background-image: url("../img/common/marker.png");
    background-repeat: repeat-x;
    background-position: center bottom;
    line-height: 1.2;
}
/* ------- 背景 ------- */
.bg_yellow {
    text-align: center;
    position: relative;
    z-index: 0;
}
.bg_yellow:after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    transform: skewY(-5deg);
    transform-origin: bottom left;
    z-index: -1;
    width: 100%;
    height: 100%;
    background: #ffe327;
}
/* ------- 見出し ------- */
.ttl404 {
    font-size: 36px;
    color: #DF7875;
}
.ttl3 {
    background-image: url("../img/common/ttl_waku.png");
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
    text-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.ttl5 {
    border-bottom: 1px solid #CCC;
}
.en_ttl, .en_ttl2 {
    font-family: 'Hammersmith One', sans-serif;
}
.en_ttl2 {
    font-weight: 900;
}
@media (max-width: 767px) {
    .ttl1 {
        font-size: 18px;
        margin-bottom: 20px;
    }
    .ttl2 {
        font-size: 22px;
        margin-bottom: 0.5em;
    }
    .ttl3 {
        font-size: 15px;
        margin-bottom: 25px;
    }
    .ttl4 {
        font-size: 18px;
    }
    .ttl5 {
        font-size: 15px;
        margin-top: 20px;
        margin-bottom: 15px;
    }
    .en_ttl {
        font-size: 13px;
    }
    .en_ttl {
        font-size: 13px;
    }
    .en_ttl2 {
        font-size: 30px;
        margin-bottom: 10px;
        line-height: 1em;
    }
}
@media (min-width: 768px) and (max-width: 1199px) {
    .ttl1 {
        font-size: 22px;
        margin-bottom: 25px;
    }
    .ttl2 {
        font-size: 24px;
        margin-bottom: 0.5em;
    }
    .ttl3 {
        font-size: 18px;
        margin-bottom: 30px;
    }
    .ttl4 {
        font-size: 18px;
        text-align: center;
    }
    .ttl5 {
        font-size: 16px;
        margin-top: 30px;
        margin-bottom: 15px;
    }
    .en_ttl {
        font-size: 15px;
    }
    .en_ttl2 {
        font-size: 40px;
        margin-bottom: 10px;
    }
}
@media (min-width: 1200px) {
    .ttl1 {
        font-size: 26px;
        margin-bottom: 40px;
    }
    .ttl2 {
        font-size: 34px;
        margin-bottom: 0.5em;
    }
    .ttl3 {
        font-size: 18px;
        margin-bottom: 50px;
    }
    .ttl4 {
        font-size: 20px;
        text-align: center;
    }
    .ttl5 {
        font-size: 16px;
        margin-top: 40px;
        margin-bottom: 15px;
    }
    .en_ttl {
        font-size: 15px;
    }
    .en_ttl2 {
        font-size: 40px;
        margin-bottom: 10px;
    }
}
/* ------- list ------- */
.list1 li {
    padding-left: 20px;
    position: relative;
}
.list1 li:after {
    content: '';
    display: block;
    position: absolute;
    background: #444;
    width: 5px;
    height: 5px;
    border-radius: 5px;
}
.list_kome li {
    margin-left: 1.4em;
    text-indent: -1.4em;
}
.list_kome li:before {
    content: "※";
    margin-right: 5px;
}
@media (max-width: 767px) {
    .list1 li:after {
        top: 8px;
        left: 4px;
    }
}
@media (min-width: 768px) and (max-width: 1199px) {
    .list1 li:after {
        top: 12px;
        left: 4px;
    }
}
@media (min-width: 1200px) {
    .list1 li:after {
        top: 12px;
        left: 4px;
    }
}
/* ------- ボタン ------- */
.btn1 {
    text-align: center;
    display: inline-block;
    background-color: #EF8D8C;
    transition: .5s;
    padding: 10px 2em;
    margin: 0 auto;
    text-decoration: none !important;
    color: #FFF !important;
    border-radius: 50px;
    cursor: pointer;
    position: relative;
    overflow: hidden;
}
.btn1:before {
    content: "";
    position: absolute;
    height: 100%;
    width: 0;
    background: #fff;
    left: 0;
    bottom: 0;
    transition: all .3s;
    opacity: 0.3;
    text-decoration: none;
}
.btn1:hover:before {
    width: 100%;
}
.btn1:after {
    font-family: "Font Awesome 5 Free";
    content: '\f054';
    font-weight: 900;
    margin-left: 10px;
}
.btn2 {
    text-align: center;
    display: inline-block;
    transition: .5s;
    padding: 8px 2em;
    margin: 0 auto;
    text-decoration: none !important;
    color: #FFF;
    border-radius: 6px;
}
.btn2:hover {
    color: #FFF;
    text-decoration: none;
}
@media (max-width: 767px) {
    .btn1, .btn2 {
        padding: 8px 1em;
        border-radius: 6px;
    }
}
@media (min-width: 768px) and (max-width: 1199px) {
    .btn1 br, .btn2 br {
        display: none;
    }
}
@media (min-width: 1200px) {
    .btn1 br, .btn2 br {
        display: none;
    }
}
/* ボタンエフェクト*/
.btnEffect::before, .btnEffect::after {
    position: absolute;
    z-index: -1;
    display: block;
    content: '';
}
.btnEffect, .btnEffect::before, .btnEffect::after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: all .3s;
    transition: all .3s;
}
/* ------- table ------- */
.tbl1, .tbl1 th, .tbl1 td {
    border: 1px solid #DDD;
}
.tbl1 {
    width: 100%;
    margin-bottom: 1em;
    background-color: rgba(255, 255, 255, 0.86);
    text-align: left;
}
.tbl1 thead th {
    background-color: #DDD;
}
.tbl1 thead th:first-child {
    border-right: 1px solid #FFF;
}
.tbl1 th {
    background: #EEE;
}
.tbl2, .tbl2 th, .tbl2 td {
    border: 1px solid #DDD;
}
.tbl2 {
    width: 100%;
    margin-bottom: 1em;
    background-color: rgba(255, 255, 255, 0.86);
    text-align: left;
}
.tbl2 thead th {
    background-color: #DDD;
}
.tbl2 th {
    background: #EEE;
}
@media (max-width: 767px) {
    .tbl1, .tbl2 {
        font-size: 90%;
    }
    .tbl1 th {
        width: 60%;
        padding: 5px 15px;
    }
    .tbl1 thead th:last-child {
        width: 40%;
    }
    .tbl1 td {
        width: 40%;
        padding: 5px 15px;
        text-align: center;
    }
    .tbl2 th {
        display: block;
        padding: 5px 15px;
    }
    .tbl2 td {
        display: block;
        padding: 5px 15px;
    }
}
@media (min-width: 768px) and (max-width: 1199px) {
    .tbl1, .tbl2 {
        font-size: 90%;
    }
    .tbl1 th {
        width: 50%;
        padding: 8px 15px;
    }
    .tbl1 td {
        width: 50%;
        padding: 8px 15px;
    }
    .tbl2 th {
        width: 25%;
        padding: 8px 15px;
    }
    .tbl2 td {
        width: 75%;
        padding: 8px 15px;
    }
}
@media (min-width: 1200px) {
    .tbl1, .tbl2 {
        font-size: 90%;
    }
    .tbl1 th {
        width: 50%;
        padding: 5px 15px;
    }
    .tbl1 td {
        width: 50%;
        padding: 5px 15px;
    }
    .tbl2 th {
        width: 25%;
        padding: 5px 15px;
    }
    .tbl2 td {
        width: 75%;
        padding: 5px 15px;
    }
}
/* ===============================================================
       header
=============================================================== */
#header {
    z-index: 1000;
}
nav {
    width: 100%;
    position: relative;
}
.drawer {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    position: relative;
    padding: 0 1em;
}
.navbar_toggle {
    z-index: 9998;
}
.navbar_toggle_icon {
    position: relative;
    display: block;
    height: 2px;
    width: 30px;
    background: #5c6b80;
    -webkit-transition: ease .5s;
    transition: ease .5s;
}
.navbar_toggle_icon:nth-child(1) {
    top: 0;
}
.navbar_toggle_icon:nth-child(2) {
    margin: 8px 0;
}
.navbar_toggle_icon:nth-child(3) {
    top: 0;
}
/*OPEN時の動き*/
.navbar_toggle.open .navbar_toggle_icon:nth-child(1) {
    top: 10px;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}
.navbar_toggle.open .navbar_toggle_icon:nth-child(2) {
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    opacity: 0;
}
.navbar_toggle.open .navbar_toggle_icon:nth-child(3) {
    top: -10px;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}
.menu {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
    -webkit-transition: ease .5s;
    transition: ease .5s;
    z-index: 9999;
}
/*OPEN時の動き*/
.menu.open {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
}
@media (max-width: 1199px) {
    #header {
        width: 100%;
        position: fixed;
        top: 0;
    }
    nav {
        width: 100%;
        height: 60px;
        background-color: #fff;
    }
    .head_logo img {
        width: 100px;
    }
    .drawer {
        height: 60px;
    }
    .menu {
        background-color: rgba(4, 4, 4, 0.85);
        padding: 20px 0;
    }
    .menu ul li {
        padding: 1.2em;
    }
    .menu ul li a {
        color: #FFF;
        text-decoration: none;
    }
    .clone-nav {
        display: none;
    }
}
@media (min-width: 1200px) {
    #header {
        width: 100%;
        position: absolute;
        top: 0;
    }
    .pc_nav {
        position: fixed;
        z-index: 1000;
    }
    nav {
        display: flex;
        flex-direction: row;
        height: 70px;
        padding: 0 2em;
        font-size: 0.8em;
    }
    .head_logo img {
        width: 120px;
    }
    .navbar_toggle {
        display: none;
    }
    .menu {
        width: 100%;
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
    .menu ul {
        height: 70px;
        display: flex;
        flex-wrap: wrap;
        justify-content: flex-end;
        align-items: center;
    }
    .menu ul li {
        padding: 0 1em;
    }
    .menu ul li a {
        color: #FFF;
        text-decoration: none;
        position: relative;
    }
    .menu ul li a:before, .menu ul li a:after {
        position: absolute;
        -webkit-transition: all 0.35s ease;
        transition: all 0.35s ease;
    }
    .menu ul li a:before {
        bottom: -5px;
        display: block;
        height: 3px;
        width: 0%;
        content: "";
        background-color: #ffe327;
    }
    .menu ul li a:after {
        left: 0;
        top: 0;
        padding: 0.5em 0;
        position: absolute;
        content: attr(data-hover);
        color: #ffffff;
        white-space: nowrap;
        max-width: 0%;
        overflow: hidden;
    }
    .menu ul li a:hover:before, .menu ul li .current a:before {
        opacity: 1;
        width: 100%;
    }
    .menu ul li a:hover:after, .menu ul li .current a:after {
        max-width: 100%;
    }
    .menu ul li .cntBtn {
        padding: 10px 15px;
        border-radius: 50px;
        color: #222;
        font-weight: bold;
        transition: all .5s ease;
        background-image: linear-gradient(-90deg, #FF7900, #FFD500);
        background-size: 200%;
    }
    .menu ul li .cntBtn:hover {
        background-position: right center;
    }
    .menu ul li .cntBtn:before, .menu ul li .cntBtn:after {
        content: none;
    }
    nav.second_menu {
        background: rgba(255, 255, 255, 0.7);
        height: 55px;
    }
    nav.second_menu .head_logo img {
        width: 100px;
    }
    nav.second_menu .menu ul {
        height: 55px;
    }
    nav.second_menu .menu ul li a {
        color: #222;
    }
    .clone-nav {
        position: fixed;
        top: 0;
        left: 0;
        z-index: 1000;
        width: 100%;
        height: 55px;
        transition: .3s;
        transform: translateY(-100%);
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }
    .is-show {
        transform: translateY(0);
    }
}
/* ===============================================================
       footArea
=============================================================== */
#footer {
    width: 100%;
    display: block;
}
.copyright {
    font-size: 13px;
    width: 100%;
    text-align: center;
}
.footer_nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
@media (max-width: 767px) {
    #footer {
        padding-top: 20px;
    }
    .footer_nav {
        width: 94%;
        margin: 0 auto 20px auto;
    }
    .footer_nav li {
        display: block;
        width: 100%;
        text-align: center;
        font-size: 14px;
    }
    .copyright {
        border-top: 1px solid #DDD;
        padding: 6px;
    }
}
@media (min-width: 768px) and (max-width: 1199px) {
    #footer {
        padding: 40px 0;
    }
    .footer_nav li {
        font-size: 13px;
        margin: 0 10px;
    }
    .copyright {
        padding: 10px 0;
    }
}
@media (min-width: 1200px) {
    #footer {
        padding: 50px 0;
    }
    .footer_nav li {
        font-size: 13px;
        margin: 0 15px;
    }
    .copyright {
        padding: 14px 0;
    }
}