/*common_css*/
body{
    font-family: YakuHanJP, "Hiragino Sans", sans-serif;
}


@font-face {
    font-family: 'icomoon';
    src:  url('/fonts/icomoon.eot?4b5hyb');
    src:  url('/fonts/icomoon.eot?4b5hyb#iefix') format('embedded-opentype'),
    url('/fonts/icomoon.ttf?4b5hyb') format('truetype'),
    url('/fonts/icomoon.woff?4b5hyb') format('woff'),
    url('/fonts/icomoon.svg?4b5hyb#icomoon') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

[class^="icon-"], [class*=" icon-"] {
    font-family: 'icomoon' !important;
    speak: never;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

/* Box sizingの定義 */
*,
*::before,
*::after {
    box-sizing: border-box;
}

/* デフォルトのpaddingを削除 */
ul,
li,
ul[class],
ol[class] {
    padding: 0;
}

/* デフォルトのmarginを削除 */
body,
h1,
h2,
h3,
h4,
p,
ul[class],
ol[class],
ul,
li,
figure,
figcaption,
blockquote,
dl,
dd {
    margin: 0;
}

/* bodyのデフォルトを定義 */
body {
    min-height: 100vh;
    scroll-behavior: smooth;
    text-rendering: optimizeSpeed;
    line-height: 1.5;
}

/* class属性を持つul、ol要素のリストスタイルを削除 */
ul[class],
ol[class] {
    list-style: none;
}

/* classを持たない要素はデフォルトのスタイルを取得 */
a:not([class]) {
    text-decoration-skip-ink: auto;
}

/* img要素の扱いを簡単にする */
img {
    max-width: 100%;
    display: block;
}

/* article要素内の要素に自然な流れとリズムを定義 */
article > * + * {
    margin-top: 1em;
}

/* inputやbuttonなどのフォントは継承を定義 */
input,
button,
textarea,
select {
    font: inherit;
}

/***幅指定***/
[data-w-width] {
    max-width: 100%;
}

/*コンテンツ幅での設置*/
[data-w-width="1"] {
    width: 1170px;
    width:1520px;
    margin: 0 auto;
}
@media (max-width: 1169px) {
    [data-w-width="1"] {
        width: calc(100% - 5%);
    } 
}
@media (max-width: 768px) {
    [data-w-width="1"] {
        width: calc(100% - 12%);
    } 
}
/*リソース設定無い場合とリソース設定がある場合。*/
/*margin設定はデザインによって変更OK*/

/*ウィンドウ幅での設置*/
[data-w-width="0"] {
    width: 100%;
}

/***基本設定***/
html {
    font-size: 62.5%;
}
/*パーツ内ではremで余白やフォントサイズの指定を行うため、この数値*/

body {
    background: #ffffff;
    background:#f5f5f5;
    color: #313131;
    color:#000000;
    line-height: 1.6;
    font-size: 1.6rem;
    font-feature-settings: "palt";
    -webkit-text-size-adjust: 100%;
}
@media (max-width: 768px) {
    body {
        font-size:3vw;
    }
}
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}



/***色指定***/
.-w-txt.-w-background {
    color: #fff;
    color:#f5f5f5;
}
.-w-txt.-w-background-r {
    color: #000;
    color:#000000;
}
.-w-txt.-w-main {
    color: #001754;
    color:#0086b2;
}
.-w-txt.-w-main-r {
    color: #fff;
    color:#ffffff;
}
.-w-txt.-w-accent {
    color: #4f0506;
    color:#ef9c00;
}
.-w-txt.-w-accent-r {
    color: #fff;
    color:#ffffff;
}
/*背景色＋テキスト色*/
.-w-bg.-w-background {
    background: #fff;
    background:#f5f5f5;
    color: #000;
    color:#000000;
}
.-w-bg.-w-main {
    background: #001754;
    background:#0086b2;
    color: #fff;
    color:#ffffff;
}
.-w-bg.-w-accent {
    background: #4f0506;
    background:#ef9c00;
    color: #fff;
    color:#ffffff;
}
/*反転ver*/
.-w-bg.-w-background-r {
    background: #000;
    background:#000000;
    color: #fff;
    color:#f5f5f5;
}
.-w-bg.-w-main-r {
    background: #fff;
    background:#ffffff;
    color: #001754;
    color:#0086b2;
}
.-w-bg.-w-accent-r {
    background: #fff;
    background:#ffffff;
    color: #4f0506;
    color:#ef9c00;
}
/*hover時背景色指定*/
a.-w-bg.-w-background:hover {
    background: #000;
    background:#000000;
    color: #fff;
    color:#f5f5f5;
}
a.-w-bg.-w-main:hover {
    background: #fff;
    background:#ffffff;
    color: #001754;
    color:#f5f5f5;
}
a.-w-bg.-w-accent:hover {
    background: #fff;
    background:#ffffff;
    color: #4f0506;
    color:#ef9c00;
}
a.-w-bg.-w-background-r:hover {
    background: #fff;
    background:#f5f5f5;
    color: #000;
    color:#000000;
}
a.-w-bg.-w-main-r:hover {
    background: #001754;
    background:#0086b2;
    color: #fff;
    color:#ffffff;
}
a.-w-bg.-w-accent-r:hover {
    background: #4f0506;
    background:#ef9c00;
    color: #fff;
    color:#ffffff;
}

/***ボーダー色指定***/
.-w-bd.-w-background {
    border-color: #fff;
    border-color:#f5f5f5;
}
.-w-bd.-w-main {
    border-color: #001754;
    border-color:#0086b2;
}
.-w-bd.-w-accent {
    border-color: #4f0506;
    border-color:#ef9c00;
}
.-w-bd.-w-background-r {
    border-color: #000;
    border-color:#000000;
}
.-w-bd.-w-main-r {
    border-color: #fff;
    border-color:#ffffff;
}
.-w-bd.-w-accent-r {
    border-color: #fff;
    border-color:#ffffff;
}
/*hover時ボーダー色指定*/
a.-w-bd.-w-bg.-w-background-r:hover,
a.-w-bd.-w-background:hover {
    border-color: #000;
    border-color:#000000;
}
a.-w-bd.-w-bg.-w-main-r:hover,
a.-w-bd.-w-main:hover {
    border-color: #fff;
    border-color:#ffffff;
}
a.-w-bd.-w-bg.-w-accent-r:hover,
a.-w-bd.-w-accent:hover {
    border-color: #fff;
    border-color:#ffffff;
}
a.-w-bd.-w-bg.-w-background:hover,
a.-w-bd.-w-background-r:hover {
    border-color: #000;
    border-color:#f5f5f5;
}
a.-w-bd.-w-bg.-w-main:hover,
a.-w-bd.-w-main-r:hover {
    border-color: #001754;
    border-color:#0086b2;
}
a.-w-bd.-w-bg.-w-accent:hover,
a.-w-bd.-w-accent-r:hover {
    border-color: #4f0506;
    border-color:#ef9c00;
}


/*見出し設定*/
.-w-ttl_wrap {
    text-align: center;
}
.-w-section_inner h3.-w-general{
    text-align: center;
}
span.-w-general,
.-w-ttl-en.-w-font_en,
.-w-general .-w-font_en,
.-w-ttl-en.-w-font_en {
    font-size: 4.8rem;
    margin-bottom:1.0rem;
    display: block;
    line-height: 1.0;
    color:#313131;
    color:rgba(0,0,0,1);
}
h2.-w-general{
    font-size: 2.2rem;
    margin-bottom: 3.0rem;
    letter-spacing: 0px;
    color:#313131;
    color:rgba(0,0,0,1);
}
h3.-w-general{
    font-size: 2.0rem;
    margin-bottom: 3.0rem;
    letter-spacing: 0px;
    color:#EA7C5D;
    color:rgba(0,134,178,1);
}
h4.-w-general {
    font-size: 2.0rem;
    color:#313131;
    color:rgba(0,0,0,1);
    margin-bottom: 1.5rem;
}
[data-lib-uuid="040abc13-19ac-4da1-9251-9031641c7556"] .-w-wrapper .-w-ttl-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding-bottom: 1.0rem;
}
[data-lib-uuid="ee9fd614-c208-44ba-9ce5-2b8d0a6cf8b0"] h2.-w-general .-w-font_title2{
    letter-spacing: -2px;
}
[data-lib-uuid="ee9fd614-c208-44ba-9ce5-2b8d0a6cf8b0"] h3.-w-general{
    letter-spacing: -2px;
}
@media (max-width: 1020px) and (min-width: 768px) {
    h2.-w-general {
        font-size: 2.1rem;
    }
    h3.-w-general{
        font-size: 2.05rem;
        letter-spacing: 0;
    }
    h4.-w-general {
        font-size: 1.9rem;
    }
    [data-lib="2578"] table tr th {
        width:20%!important;
    }
}
@media (max-width: 768px) {
    .-w-ttl_wrap {
        text-align: center;
    }
    .-w-section_inner h3.-w-general{
        text-align: left;
    }
    span.-w-general,
    .-w-ttl-en.-w-font_en,
    .-w-general .-w-font_en,
    .-w-ttl-en.-w-font_en {
        font-size: 7.5vw;
        text-align: center;
        margin-bottom:1.0rem;
    }
    h2.-w-general {
        margin-bottom: 1.5rem;
        font-size: 5.5vw;
        letter-spacing: 0;
        text-align: left;
        line-height:1.5;
    }
    h3.-w-general{
        font-size: 5.0vw;
        letter-spacing: 0;
        text-align: left;
        margin-bottom: 1.5rem;
    }
    [data-lib-uuid="ee9fd614-c208-44ba-9ce5-2b8d0a6cf8b0"] h2.-w-general .-w-font_title2{
        letter-spacing: 0px;
    }
    [data-lib-uuid="ee9fd614-c208-44ba-9ce5-2b8d0a6cf8b0"] h3.-w-general{
        letter-spacing: 0px;
    }
    h4.-w-general {
        font-size: 3.1vw;
        letter-spacing: 0px;
        text-align: left;
        margin-bottom: 1.5rem;
    }
}
/*フェード*/
@media (min-width: 1024px) {
    .-w-anime-fade {
      opacity: 0;
      transition: all .5s ease-in-out;
      transform: translateY(50px);
    }
    .-w-anime-fade.active {
      opacity: 1;
      transform: translateY(0px);
    }
    
    .-w-anime-fade:nth-child(2){
        transition-delay:0.2s;
    }
    .-w-anime-fade:nth-child(3){
        transition-delay:0.4s;
    }
    .-w-anime-fade:nth-child(4){
        transition-delay:0.6s;
    }
    .-w-anime-fade:nth-child(5){
        transition-delay:0.8s;
    }
    .-w-anime-fade:nth-child(6){
        transition-delay:1s;
    }
    .-w-anime-fade:nth-child(n+7){
        transition-delay:1.2s;
    }
}


/*ボタン*/
.-w-more_btn{
    margin-top:3.0rem;
    text-align: center;
}    
.-w-more_btn a{
    display: inline-block;
    position: relative;
    text-decoration: none;
    border: 2px solid;
    -webkit-transition: all .3s;
    transition: all .3s;
    padding: 8px 5px;
    line-height: 1;
    text-align: center;
    min-width: 170px;
    background-color:#ff6600;
    color:#ffffff;
    border-color:#ff6600;
    background-color:rgba(239,156,0,1);
    color:rgba(255,255,255,1);
    border-color:rgba(239,156,0,1);
}
.-w-more_btn a.current,
.-w-more_btn a:hover{
    opacity: 1;
    background-color:#ffffff;
    color:#ff6600;
    color:rgba(239,156,0,1);
    background-color:rgba(255,255,255,1);
}
@media (max-width: 768px) {
    .-w-more_btn a{
        padding: 15px 10px;
        min-width: 100%;
        font-size: 4vw;
    }
}

.-w-more_btn a span,
.-w-contact_btn a > span > span {
    position: relative;
    z-index: 2;
    color:inherit;
}
.-w-more_btn a:hover span,
.-w-contact_btn a:hover > span > span {
    color:inherit;
}

/*ajaxフォーム*/
.owlet-form{
    position: relative;
    z-index: 1;
    padding: 5.0rem 0;
    border-bottom: 1px solid #dddddd;
    background-color: #fff;
    color:rgba(0,0,0,1);
    background-color:rgba(245,245,245,1);
}
.owlet-form .alert {
    font-weight: bold;
    color: #ff0000;
    
        color: hsla(0,100%,50%,1);
    
}
.owlet-form .-w-require{
    border-radius: 2px;
    margin-left: 10px;
    font-size: 1.4rem;
    font-weight: normal;
    padding: 5px 8px;
    color:#fff;
    color:rgba(255,255,255,1);
}
.owlet-form .require{
    border-radius: 2px;
    margin-left: 10px;
    font-size: 1.4rem;
    font-weight: normal;
    padding: 5px 8px;
    background : #CE0000;
    
        color: hsla(0,100%,40%,1);
    
    color: #fff;
    
        color: hsla(0,0%,100%,1);
    
}
.owlet-form table{
    width: 1170px;
    width:1520px;
    margin:0 auto;
    margin-bottom: 20px;
    border-collapse: collapse;
}
.owlet-form table tr {
    box-sizing: border-box;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 20px;
}
.owlet-form table tr th {
    background: #cecece;
    background:rgba(239,156,0,1);
    color: #313131;
    color:rgba(255,255,255,1);
    width: 25%;
    margin-right:5%;
    padding: 15px 20px;
    font-weight: bold;
    vertical-align: middle;
    text-align:left;
    border-radius: 12px;
    min-width: 250px;
}
.owlet-form table tr td {
    border-top: 1px solid ;
    border-color: #dddddd;
    border-color:#ef9c00;
    background: #ffffff;
    color: #313131;
    width: 70%;
    padding: 15px 20px;
    vertical-align: middle;
    border-bottom-right-radius: 12px;
    border-bottom-left-radius: 12px;
    min-width: 785px;
}
.owlet-form .owlet-input-sample{
    font-size: 1.6rem;
    padding: 0 10px;
}
.owlet-form table input,
.owlet-form table select,
.owlet-form table textarea,
.owlet-form table label,
.owlet-form table .input_address{
    font-size:1.6rem;
}
.owlet-form input.owlet-input-tel1 + span,
.owlet-form input.owlet-input-tel2 + span{
    font-size:1.6rem;
}
.owlet-form input[type="text"]{
    width: 100%;
    box-sizing: border-box;
    padding: 10px;
}
.owlet-form input.owlet-input-name-sei[type="text"],
.owlet-form input.owlet-input-name-mei[type="text"]{
    width: 40%;
    padding: 10px;
    margin: 0 10px 0 0;
}
.owlet-form input[type="text"],select {
    min-height: 30px;
    border: 1px solid ;
    border-color: #dddddd;
    border-color:rgba(0,0,0,0.8);
}
.owlet-form input.owlet-input-tel1[type="text"],
.owlet-form input.owlet-input-tel2[type="text"],
.owlet-form input.owlet-input-tel3[type="text"],
.owlet-form input.zip1[type="text"],
.owlet-form input.zip2[type="text"]{
    line-height: 1.2;
    padding: 10px;
    border-radius: 3px;
    min-height: 30px;
    box-sizing: border-box;
    border: 1px solid #dcdcdc;
    width: 115px;
}
.owlet-form textarea {
    min-height: 150px;
    line-height: 1.2;
    padding: 10px;
    border-radius: 3px;
    box-sizing: border-box;
    border: 1px solid #dcdcdc;
    width: 100%;
}
.owlet-form select {
    line-height: 1.2;
    border-radius: 3px;
    min-height: 30px;
    box-sizing: border-box;
    border: 1px solid #dcdcdc;
    width: 180px;
}
.owlet-form .owlet-input-name-sei,
.owlet-form .owlet-input-name-mei {
    width: 90px;
    margin: 0 5px;
}
.owlet-form input[name="input[email]"],
.owlet-form input[name="input[email_confirm]"] {
        
}
.owlet-form .zip1,.owlet-form .zip2 {
    width: 60px;
    margin-bottom: 10px;
}
.owlet-form .zip2addr {
    margin-bottom: 10px;
    padding: 10px 13px 6px;
    box-sizing: border-box;
    display: inline-block;
    background:rgba(239,156,0,1);
    color:rgba(255,255,255,1);
}
.owlet-form select.prefectures,
.owlet-form select.city {
    margin: 0 5px 10px 0;
    padding: 10px;
}
.owlet-form .address,
.owlet-form input[name="input[address_address]"],
.owlet-form input[name="input[address_address2]"],
.owlet-form input[name="input[address2_address]"],
.owlet-form input[name="input[address2_address2]"] {
    width: 100%;
    margin-left: 0;
}
.owlet-form .address,
.owlet-form input[name="input[address_address]"] {
    margin-bottom: 5px;
}
.owlet-form .owl-datepicker {
    width: 150px;
    margin-right: 5px;
}
.owlet-form select[name="input[date_hour]"],
.owlet-form select[name="input[date_minute]"] {
    margin-right: 5px;
}
.owlet-form .owlet-input-tel1,
.owlet-form .owlet-input-tel2,
.owlet-form .owlet-input-tel3 {
    width: 60px;
}
.owlet-form .owlet-input-tel2,
.owlet-form .owlet-input-tel3 {
    margin-left: 5px;
}
.owlet-form input[name="input[company_name]"] {
    width: 80%;
    line-height: 1.2;
    padding: 2px;
}
.owlet-form textarea[name="input[text]"] {
    width: 80%;
}
.owlet-form table tr td label {
    display: block;
}
.owlet-form input[name="input[select_etc]"],
.owlet-form input[name="input[radio_etc]"],
.owlet-form input[name="input[check_etc]"] {
    width: 80%;
    margin-top: 5px;
}
.owlet-form .-w-rules-agree {
    text-align: center;
    margin-bottom: 3.0rem;
}
.owlet-form .-w-rules-agree a{
  display: inline-block;
}
.owlet-form input[type="submit"], .owlet-form input[type="button"] {
    border-radius: 0;
    -webkit-box-sizing: content-box;
    -webkit-appearance: button;
    appearance: button;
    border: none;
    box-sizing: border-box;
    cursor: pointer;
}
.owlet-form input[type="button"], .owlet-form select {
    border-radius: 3px;
    min-height: 30px;
    box-sizing: border-box;
    border: 1px solid #dcdcdc;
}
.owlet-form .form_button {
    text-align: center;
}

.owlet-form .form_button input[type="button"],
.owlet-form .owlet-form-confirm a{
    border-radius: 0px;
    cursor: pointer;
    padding: 8px 5px;
    cursor: pointer;
    width:170px;
    font-size: 1.5rem;
}

.owlet-form .form_button input[type="button"]{
    border:1px solid;
    border-color:#ef9c00;
    
    background-color:#ef9c00;
    color:#ffffff;
}
.owlet-form .form_button input[type="button"]:hover {
    background-color:#ffffff;
    color:#ef9c00;
    transition: all .4s;
}

.owlet-form .owlet-form-confirm a{
    border:1px solid #999;
    background-color: #999;
    color:#fff;
    display: inline-block;
    text-decoration: none;
    margin-left:20px;
}
.owlet-form .owlet-form-confirm a:hover{
    border:1px solid #999;
    background-color: #fff;
    color:#999;
    transition: all .4s;
}
@media (max-width: 1169px) {
    .owlet-form{
        padding:5.0rem 6%;    
    }
    .owlet-form table{
        width: 100%;
    }
    .owlet-form table tr th,
    .owlet-form table tr td{
        min-width: auto;
    }
    .owlet-form table tr th{
        width: 28%;
        margin-right: 2%;
    }
    .owlet-form table tr td{
        background: ;
    }
}
@media (max-width: 768px) {
    .owlet-form table {
    }
    .owlet-form table tr th {
        display: block;
        width: 100%;
        border-bottom: none;
        text-align:left;
        
        margin-bottom: 5px;
        background: none;
        color: #2d65af;
        color:#ef9c00;
        padding: 0;
        min-width: auto;
    }
    .owlet-form table tr td {
        display: block;
        width: 100%;
        padding: 10px 2%;
        border-bottom: none;
        text-align:left;
        border-bottom-right-radius: initial;
        border-bottom-left-radius: initial;
        min-width: auto;
        background:#f5f5f5;
    }
    .owlet-form .-w-rules-agree{
        font-size:1.3rem;
    }
    .owlet-form .-w-form_wrap{
        background: none;
    }
    .owlet-form .-w-require{
        color:#ef9c00;
    }
}

/*
フォーム 規約
**************************************/
.owlet-form .owlet-rules {
    width:1170px;
    width:1520px;
    margin: 0 auto;
}
.owlet-form .owlet-rules-title {
    font-size: 1.6rem;
    font-weight: bold;
    margin-bottom: 1rem;
}
.owlet-form .owlet-rules-body {
    height: 200px;
    padding: 1rem;
    border: 1px solid;
    box-sizing: border-box;
    margin-bottom: 2rem;
    overflow-y: scroll;
}
.owlet-form .owlet-rules-agree {
    text-align: center;
    margin-bottom: 2rem;
}
@media (max-width: 1169px) {
    .owlet-form .owlet-rules{
        width: 100%;
    }
}


/*
 フォント
****************************************/










    body {
        font-family: 'Noto Sans JP', sans-serif;
        font-weight: 300;
        font-style: normal;

        
        
        
    }
    /*ご予約はこちら、h2_日本語、見出しフォント*/
    .-w-font_title1{
        font-family: 'Noto Sans JP', sans-serif;
        font-weight: 500;
    }
    /*メインキャッチ、MVフォント*/
    .-w-font_title2{
        font-family: 'Noto Sans JP', sans-serif;
        font-weight: 700;
    }
    /*h2_英語、英数字フォント*/
    .-w-font_en{
        font-family: 'Cabin', sans-serif;
        font-weight: 700;
        font-style: italic;
    }
    .-w-font_en_after:after{
        font-family: 'Cabin', sans-serif;
        font-weight: 700;
        font-style: italic;
    }



































@media (max-width: 768px) {
    
    /*
     フォント
    ****************************************/
    
    
    
    
    
    
    
    
    
    
    
    
    
    
}

@media (max-width: 768px) {
    #google_translate_element select {
    font-size:28px;
    }
}



/*================================================================*/



























/*ボタン*/









    .-w-more_btn{
        margin-top:3.0rem;
        text-align: center;
    }  
    .-w-more_btn a span, .-w-contact_btn a > span > span{
        color:#ef9c00;
    }
    .-w-more_btn a:hover span, .-w-contact_btn a:hover > span > span{
        color:#ffffff;
    }
    [data-lib-uuid="44a1a35d-7f8d-4245-b7b4-c745739912f3"] #foot_fixed table .-w-contact_btn a,  
    .-w-more_btn a{
        display: inline-block;
      position: relative;
      text-decoration: none;
      border: 1px solid;
      -webkit-transition: all .3s;
      transition: all .3s;
      padding: 18px 5px;
        line-height: 1;
      text-align: center;
      min-width: 225px;
      color:#ffffff;
      border-color:#ff6600;
        background-color:rgba(255,255,255,1);
      color:rgba(239,156,0,1);
      border-color:rgba(239,156,0,1);
    }
    [data-lib-uuid="44a1a35d-7f8d-4245-b7b4-c745739912f3"] #foot_fixed table .-w-contact_btn a{
        min-width: 320px;
    }
    [data-lib-uuid="44a1a35d-7f8d-4245-b7b4-c745739912f3"] #foot_fixed table .-w-contact_btn a:hover,
    .-w-more_btn a:hover{
        opacity: 1;
      background-color:#ffffff;
      color:#ff6600;
      color:rgba(255,255,255,1);
      background-color:rgba(239,156,0,1);
    }
    [data-lib-uuid="44a1a35d-7f8d-4245-b7b4-c745739912f3"] #foot_fixed table .-w-contact_btn a:before,
    .-w-more_btn a:before {
        content: "";
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        background-color:rgba(239,156,0,1);
        opacity: 0;
        -webkit-transition: all .5s cubic-bezier(.19,1,.22,1);
        transition: all .5s cubic-bezier(.19,1,.22,1);
        -webkit-transition-timing-function: cubic-bezier(.19,1,.22,1);
        transition-timing-function: cubic-bezier(.19,1,.22,1);
        -webkit-transform: scale(.8);
        transform: scale(.8);
    }
    [data-lib-uuid="44a1a35d-7f8d-4245-b7b4-c745739912f3"] #foot_fixed table .-w-contact_btn a:after,
    .-w-more_btn a:after {
        content: "→";
        position: absolute;
        right: 15px;
        top: 50%;
        margin-top: -9px;
        font-size: 18px;
        line-height: 1;
        -webkit-transition: all .4s cubic-bezier(.165,.84,.44,1);
        transition: all .4s cubic-bezier(.165,.84,.44,1);
        -webkit-transition-timing-function: cubic-bezier(.165,.84,.44,1);
        transition-timing-function: cubic-bezier(.165,.84,.44,1);
    }
    [data-lib-uuid="44a1a35d-7f8d-4245-b7b4-c745739912f3"] #foot_fixed table .-w-contact_btn a span,
    .-w-more_btn a span {
        position: relative;
        z-index: 2;
    }
    [data-lib-uuid="44a1a35d-7f8d-4245-b7b4-c745739912f3"] #foot_fixed table .-w-contact_btn a:hover:before,
    .-w-more_btn a:hover:before {
        opacity: 1;
        -webkit-transform: scale(1);
        transform: scale(1);
    }
    .-w-more_btn a:hover:after {}
    .-w-more_btn a:hover span {}
    [data-lib-uuid="da41ff3c-c941-4f33-b2ea-99ca4c2dae8a"] .-w-more_btn a span.material-icons::before,
    [data-lib-uuid="bf5a239a-9ece-4c6c-a370-f5745eb8ec8e"] .-w-more_btn a span.material-icons::before,
    [data-lib-uuid="b8e9163b-f776-49f0-b607-31155791cee0"] .-w-more_btn a span.material-icons::before,
    [data-lib-uuid="5834cf65-46d0-4648-8f9a-0a1adfcbbcf8"] .-w-more_btn a span.material-icons::before,
    [data-lib-uuid="12bfd301-7840-428c-814e-8765292aec62"] .-w-more_btn a span.material-icons::before {
        content: none !important;
    }

    @media (max-width: 768px) {

        [data-lib-uuid="44a1a35d-7f8d-4245-b7b4-c745739912f3"] #foot_fixed table .-w-contact_btn a,
        .-w-more_btn a{
          padding: 15px 10px;
          min-width: 100%;
          font-size: 4vw;
        }
    }





































/* サイト幅 */
.-w-wrapper{
    width: 1520px;
    max-width: 96%;
    margin: 0 auto;
}
@media screen and (max-width: 768px) {
    .-w-wrapper{
        width: 90%;
        max-width: 100%;
    }
}


/* PCのみ、スマホのみ */
.sp{
    display: none !important;
}
@media screen and (max-width: 768px) {
    .pc{
        display: none !important;
    }
    .sp{
        display: block !important;
    }
}






body{
    font-family:  "メイリオ","Meiryo","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",sans-serif;
}
.font_oswald{
    font-family: 'Oswald' , "メイリオ","Meiryo","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",sans-serif ;
}
#container{
    overflow: hidden;
}
.text{
    text-align: justify;
    text-justify: inter-ideograph;
}/*widget:6bf73038-fcc0-4b30-bff3-dbfcdeac1b5d*/[data-lib="20001"]{position: relative;
	z-index: 10000;}[data-lib="20001"] a{transition: .4s;}[data-lib="20001"] a:hover{opacity: 0.6;}[data-lib="20001"] a:hover >img{opacity: 0.6;}[data-lib="20001"] a[href="#"]{color: #0068b7 !important;
	font-weight: bold !important;
	font-weight: normal !important;}[data-lib="20001"] .logo{position: absolute;
	top: 30px;
	left: 40px;}[data-lib="20001"] .logo a{display: block;}[data-lib="20001"] .logo img{width: auto;
	font-family: 'object-fit: contain';
	object-fit: contain;}[data-lib="20001"] .navttl{display: none;}[data-lib="20001"] .open{position: fixed;
	top: 25px;
	right: 40px;
	width: 50px;
	height: 50px;
	display: block;
	cursor: pointer;
	transition: opacity 0.2s linear;}[data-lib="20001"] .open >span{display: block;
	float: left;
	clear: both;
	height: 4px;
	width: 40px;
	background-color: #0068b7;
	position: absolute;
	right: 3px;
	top: 3px;
	overflow: hidden;
	transition: all 0.4s ease;}[data-lib="20001"] .open >span:nth-child(1){margin-top: 10px;
	z-index: 9;
	width: 70px;}[data-lib="20001"] .open >span:nth-child(2){margin-top: 25px;
	z-index: 8;
	width: 40px;}[data-lib="20001"] .open >span:nth-child(3){margin-top: 41px;
	z-index: 9;
	width: 50px;}[data-lib="20001"] #bm{position: fixed;
	z-index: 20;
	width: 120px;
	height: 100px;
	top: 10px;
	right: 10px;}[data-lib="20001"] .open.oppenned:hover >span:nth-child(1):hover,[data-lib="20001"] .open.oppenned:hover >span:nth-child(3):hover{cursor: pointer;}[data-lib="20001"] .open:hover{opacity: 0.8;}[data-lib="20001"] .oppenned .sub-menu{opacity: 1;
	height: 100vh;
	width: 100vh;}[data-lib="20001"] .oppenned >span{background-color: #0068b7;}[data-lib="20001"] .oppenned >span:nth-child(2){overflow: visible;
	overflow: visible;
	height: 100vh;
	width: 80vw;
	right: -10vw;
	top: -40px;
	margin-top: 0;
	background-color: #fff;
	clip-path: polygon(26% 0, 100% 0, 100% 100%, 0 100%);
	background-image: url(/_img/ja/resource/9/boimg/_/);
	background-repeat: no-repeat;
	background-size: 30vw;
	background-position: left bottom;}[data-lib="20001"] .oppenned >span:nth-child(1){z-index: 100;
	transform: rotate(45deg);
	transform: rotate(45deg) translateY(12px) translateX(12px);}[data-lib="20001"] .oppenned >span:nth-child(3){z-index: 100;
	transform: rotate(45deg);
	transform: rotate(-45deg) translateY(-10px) translateX(10px);}[data-lib="20001"] .open.oppenned{cursor: auto;}[data-lib="20001"] .open.oppenned:hover{opacity: unset;}[data-lib="20001"] .menu_inner{display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	width: 100%;
	height: 100%;
	justify-content: flex-end;
	right: 100px;
	position: relative;}[data-lib="20001"] .navs{display: -webkit-box;
	display : -webkit-flex;
	display : -ms-flexbox;
	display : flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	font-size: 20px;
	margin-right: 140px;}[data-lib="20001"] .navs .nav{margin-right: 40px;
	width: calc(33.3% - 40px);}[data-lib="20001"] .nav_ttl{font-size: 4vw;
	color: #0068b7;
	font-weight: bold;
	letter-spacing: 0px;
	margin-bottom: 10px;
	white-space: nowrap;
	font-size: 60px;
	color: #0068b7;
	font-weight: bold;
	letter-spacing: 0px;
	margin-bottom: 20px;
	white-space: nowrap;
	font-size: 36px;
	font-weight: normal;
	letter-spacing: 3px;}[data-lib="20001"] .nav ul li{display: block;}[data-lib="20001"] .nav ul li a{color: #313131;
	text-decoration: none;
	font-weight: bold;}[data-lib="20001"] .nav ul > li{margin-bottom: 5px;
	position: relative;
	font-size: 1.25vw;
	color: #313131;}[data-lib="20001"] .navs .nav>ul:before{content: '';
	height: 100%;
	width: 1px;
	background: #fff;
	position: absolute;
	top: 0;
	left: -15px;}[data-lib="20001"] .nav>ul{margin-left: 0;
	position: relative;}[data-lib="20001"] .icons{position: absolute;
	bottom: 20vh;
	right: 15vw;}[data-lib="20001"] .icons ul{display: -webkit-box;
	display : -webkit-flex;
	display : -ms-flexbox;
	display : flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;}[data-lib="20001"] .icons ul li{margin-right: 15px;
	display: block;}[data-lib="20001"] .icons ul li img{width: 45px;}[data-lib="20001"] .icons ul li:last-child{margin: 0;}[data-lib="20001"] #video{display: none;}[data-lib="20001"] .open:hover >span:nth-child(1){width: 60px;}[data-lib="20001"] .open:hover >span:nth-child(2){width: 50px;}[data-lib="20001"] .open:hover >span:nth-child(3){width: 80px;}[data-lib="20001"] .open.oppenned >span:nth-child(1){width: 40px;}[data-lib="20001"] .open.oppenned >span:nth-child(2){width: 80vw;}[data-lib="20001"] .open.oppenned >span:nth-child(3){width: 40px;}[data-lib="20001"] .open.oppenned:hover >span:nth-child(1){width: 40px;}[data-lib="20001"] .open.oppenned:hover >span:nth-child(2){width: 80vw;}[data-lib="20001"] .open.oppenned:hover >span:nth-child(3){width: 40px;}[data-lib="20001"] .bussiness_nav .nav_sub{display: none;
	margin-top: 10px;
	display: block;}[data-lib="20001"] .bussiness_nav >ul >li i{font-family: Sans-Serif;
	font-weight: bold;
	margin-left: 20px;
	cursor: pointer;}[data-lib="20001"] .bussiness_nav >ul >li i:hover{opacity: 0.6;}[data-lib="20001"] .bussiness_nav >ul >li i.clicked+.nav_sub{display: block;
	margin-top: 10px;}[data-lib="20001"] .bussiness_nav .nav_sub li{display: none;}[data-lib="20001"] .bussiness_nav .nav_sub li.menudisp{display: block;}[data-lib="20001"] .nav_sub{width: 96%;
	margin-left: auto;}[data-lib="20001"] .nav_ttl ul li{display: block;
	font-size: 22px;
	font-size: 16px;
	margin-bottom: 5px;
	font-weight: 600;}[data-lib="20001"] .navs .navlist:first-child{margin-right: 130px;}[data-lib="20001"] .nav_ttl ul li a{text-decoration: none;
	color: #000;
	letter-spacing: 1px;}[data-lib="20001"] p.nav_ttl_p a{color: #0068b7;
	text-decoration: none;}[data-lib="20001"] p.nav_ttl_p{color: #0068b7;}[data-lib="20001"] .nav_ttl ul li a:before{content: '▶';
	color: #0068b7;
	font-size: 16px;
	margin-right: 6px;
	position: relative;
	top: 1px;
	transition: .4s;
	font-size: 12px;}[data-lib="20001"] .nav_ttl ul li a:hover:before{top: -5px;}[data-lib="20001"] .nav_ttl_p{font-family: 'Oswald';}[data-lib="20001"] li.subnav{position: relative;
	left: 25px;}[data-lib="20001"] .nav_ttl ul li.subnav a:before{color: #000;
	font-size: 14px;
	display: none;}[data-lib="20001"] .nav_ttl ul li.subnav{font-size: 18px;
	font-size: 14px;}@media (max-width: 1500px){[data-lib="20001"] .open.oppenned >span:nth-child(2){width: 90vw;}[data-lib="20001"] .open.oppenned:hover >span:nth-child(2){width: 90vw;}}@media (max-width: 1300px){[data-lib="20001"] .menu_inner{right: 5vw;}[data-lib="20001"] .open.oppenned >span:nth-child(2){width: 95vw;}[data-lib="20001"] .open.oppenned:hover >span:nth-child(2){width: 95vw;}}@media (max-width: 1200px){[data-lib="20001"] .navs .navlist:first-child{margin-right: 7vw;}}@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation:portrait) {[data-lib="20001"] .open.oppenned >span:nth-child(2){width: 105vw;}[data-lib="20001"] .open.oppenned:hover >span:nth-child(2){width: 105vw;}}@media (max-width: 1100px){[data-lib="20001"] .menu_inner{right: 0vw;}}@media (max-width: 768px){[data-lib="20001"]{position: fixed;
	width: 100%;
	height: 70px;
	background: #fff;}[data-lib="20001"] .navttl{display: block;
	padding-top: 30px;
	margin-bottom: 30px;
	font-size: 30px;}[data-lib="20001"] .navttl img{margin: 0 auto;
	width: 100%;
	max-width: 400px;}[data-lib="20001"] .open{top:10px;
	right: 10px;
	width: 80px;
	height: 60px;}[data-lib="20001"] .open.oppenned{background: #fff;}[data-lib="20001"] .open >span{width: 30px;
	right: 9px;
	top: -3px;}[data-lib="20001"] .open.oppenned >span{background-color: #0068b7;}[data-lib="20001"] .oppenned >span:nth-child(2){background-color:unset;
	top: -10px;
	width: 100vw;
	position: absolute;
	right: -12px;
	border-radius: 0;
	padding: 0;
	margin: 0;
	z-index: 99;
	clip-path: none;}[data-lib="20001"] .open.oppenned >span:nth-child(2):before{content: '';
	background: #fff;
	width: 50px;
	height: 50px;
	display: inline-block;
	position: absolute;
	top: 10px;
	right: 10px;
	z-index: 11;
	display: none;}[data-lib="20001"] .open.oppenned + #bm{width: 50px;}[data-lib="20001"] .navs{display: block;
	width: 80%;
	margin: 0 auto;
	overflow: scroll;
	-webkit-overflow-scrolling: touch;
	height: 70vh;
	position: relative;
	overflow: scroll;
	-webkit-overflow-scrolling: touch;}[data-lib="20001"] .navs .nav{width: 100%;
	margin: 0 auto 30px;}[data-lib="20001"] .open .menu_inner .navs > .navlist{width: 90%;
	margin: 0;}[data-lib="20001"] .nav_ttl{color: #124c97;
	font-size: 36px;}[data-lib="20001"] .navs .nav>ul:before{background: #313131;}[data-lib="20001"] .nav ul li a{color: #313131;}[data-lib="20001"] .menu_inner{display: block;
	background: rgba(255,255,255,1);
	-webkit-clip-path: polygon(100% 0, 100% 71%, 5% 100%, 0 100%, 0 0);
	clip-path: polygon(100% 0, 100% 71%, 5% 100%, 0 100%, 0 0);
	margin-top: 70px;
	right: 0;}[data-lib="20001"] #video{display: none;
	position: absolute;
	top: 0;
	width: 100%;
	height: 100vh;
	font-family: 'object-fit: cover';
	object-fit: cover;}[data-lib="20001"] .oppenned #video{display: block;}[data-lib="20001"] .icons{bottom: 3vh;
	right: 5vw;}[data-lib="20001"] .icons ul{-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;}[data-lib="20001"] .open.oppenned >span:nth-child(1){width: 60px;}[data-lib="20001"] .open.oppenned >span:nth-child(3){width: 60px;}[data-lib="20001"] .open.oppenned:hover >span:nth-child(1){width: 60px;}[data-lib="20001"] .open.oppenned:hover >span:nth-child(3){width: 60px;}[data-lib="20001"] .open.oppenned >span:nth-child(2){width: 100vw;}[data-lib="20001"] .open.oppenned:hover >span:nth-child(2){width: 100vw;}[data-lib="20001"] .logo{top: 16px;
	left: 20px;
	z-index: 100;}[data-lib="20001"] .logo img{width: 220px;}[data-lib="20001"] .nav ul > li{font-size: 18px;}[data-lib="20001"] .nav_ttl ul li a:before{content: '>';}[data-lib="20001"] li.subnav{left: 20px;
	margin-top: 5px;}}/*widget:cbbfc10f-0eed-43dd-bb29-538b38e5248f*/[data-lib="20021"]{position: fixed;
	z-index: -1;
	top: 0;
	right:0;
	left:0;
	bottom:0;
	overflow: hidden;}[data-lib="20021"] >div{position: relative;
	height: calc(100vh - 230px);}[data-lib="20021"] #video{position: absolute;
	z-index: -1;
	top: 60%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 177.77777778vh;
	height: 56.25vw;
	min-height: 100%;
	min-width: 100%;
	font-family: 'object-fit: cover';
	object-fit: cover;}[data-lib="20021"] .videoafter_bgwhite{display: none;
	background: #fff;
	width: 100vw;
	height: 100vh;}[data-lib="20021"] .finished .videoafter_bgwhite{display: block;}[data-lib="20021"] .videoafter{opacity: 0;
	transition: 3.0s;
	width: 100vw;
	height: calc(100vh - 230px);
	z-index: 1;
	position: absolute;
	top: 0;}[data-lib="20021"] .videoafter img{width: 100%;
	height: 100%;
	font-family: 'object-fit: cover';
	object-fit: cover;}[data-lib="20021"] .finished .videoafter{opacity: 1;}[data-lib="20021"] .video.sp{display: none !important;}@media (max-width: 1500px){[data-lib="20021"] #video{top: 50%;}}@media (max-width: 1023px){[data-lib="20021"] >div{height: 100vh;}[data-lib="20021"] .video{position: relative;}[data-lib="20021"] #video{width: 100%;
	height: 100vh;
	top: 50%;}[data-lib="20021"] .videoonimg{position: absolute;
	top: 50%;
	left: 50%;
	-ms-transform: translate(-50%,-50%);
	-webkit-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
	margin:0;
	padding:0;
	width: 100%;}[data-lib="20021"] .videoonimg img{margin: 0 auto;}[data-lib="20021"] .video.sp{display: block !important;}[data-lib="20021"] .video.pc{display: none !important;}}/*widget:c5cb5681-9346-45d1-bec3-7d3ca6d7d2b2*/[data-lib="20109"]{background: #00459e;
	background: url(/_img/ja/cms_parts_library/20150/image/_/);}[data-lib="20109"] a img:hover{opacity: 0.6;}[data-lib="20109"] .footer_inner{padding: 50px 0;}[data-lib="20109"] .navs{width: 1000px;
	max-width: 100%;
	margin:0 auto;}[data-lib="20109"] .navs ul{padding: 50px 50px 40px 50px;
	background: #00459e;
	display : -webkit-box;
	display : -webkit-flex;
	display : -ms-flexbox;
	display : flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;}[data-lib="20109"] .navs ul li{display: block;
	margin: 0 10px 10px;}[data-lib="20109"] .navs ul li a{color: #fff;
	text-decoration: none;
	font-size: 14px;}[data-lib="20109"] .navs ul li a:hover{opacity: 0.6;}[data-lib="20109"] .ftlogo{margin-top: 30px;}[data-lib="20109"] .ftlogo img{width: 100%;
	max-width: 300px;
	font-family: 'object-fit: contain';
	object-fit: contain;
	margin:0 auto;}[data-lib="20109"] li.a{position: relative;}[data-lib="20109"] li.a span{color: #ffffff;
	cursor: pointer;}[data-lib="20109"] li.a:hover .accordion{opacity: 1;
	visibility: visible;}[data-lib="20109"] .accordion{position: absolute;
	z-index: 10;
	bottom: 25px;
	left: -30px;
	box-shadow: 0 0 5px 0 #000000;
	background: #ffffff;
	width: 150px;
	padding: 30px 15px;
	transition: .3s linear;
	opacity: 0;
	visibility: hidden;}[data-lib="20109"] .accordion a{position: relative;
	color: #0068b7 !important;
	font-weight: bold;
	text-align: left;
	display:flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: normal;
	align-items: center;
	padding: 10px;
	transition: .3s linear;}[data-lib="20109"] .accordion a:before{content: '▶';
	font-size: 10px;
	margin-right: 5px;}@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation:portrait) {[data-lib="20109"] .footer_inner{position: relative;}[data-lib="20109"] .lists{width: 100%;
	display : -webkit-box;
	display : -webkit-flex;
	display : -ms-flexbox;
	display : flex;
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end;}[data-lib="20109"] .lists *{color: #fff;}[data-lib="20109"] .lists ul{display : -webkit-box;
	display : -webkit-flex;
	display : -ms-flexbox;
	display : flex;}[data-lib="20109"] .lists ul li{display: block;
	margin-right: 10px;}[data-lib="20109"] .lists ul li a{text-decoration: none;}[data-lib="20109"] .lists ul li a:hover{opacity: 0.6;}}@media (max-width: 1023px){[data-lib="20109"] .footer_inner{position: relative;}[data-lib="20109"] .lists{width: 100%;
	display : -webkit-box;
	display : -webkit-flex;
	display : -ms-flexbox;
	display : flex;
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end;}[data-lib="20109"] .lists *{color: #fff;}[data-lib="20109"] .lists ul{display : -webkit-box;
	display : -webkit-flex;
	display : -ms-flexbox;
	display : flex;}[data-lib="20109"] .lists ul li{display: block;
	margin-right: 10px;}[data-lib="20109"] .lists ul li a{text-decoration: none;}[data-lib="20109"] .lists ul li a:hover{opacity: 0.6;}}@media (max-width: 768px){[data-lib="20109"]{background: #fff;
	z-index: 2;
	padding-top: 50px;}[data-lib="20109"] .-w-wrapper{width: 100%;}[data-lib="20109"] .footer_inner{position: relative;
	padding: 0;}[data-lib="20109"] .spimg{display: block;}[data-lib="20109"] .spimg img{width: 100%;}[data-lib="20109"] .lists{position: absolute;
	bottom: 80px;
	left: 0;
	right: 0;
	width: 100%;
	display: block;
	text-align: center;}[data-lib="20109"] .lists ul{-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	margin-bottom: 10px;}[data-lib="20109"] .lists ul li:last-child{margin: 0;}}/*widget:0eef1ae5-99d5-4887-8f7d-ef2019864a12*/ERROR : owlet_dsl::css('border-top-color',(owlet_dsl::resource('color','background'),1))
ERROR : owlet_dsl::css('background-color',(owlet_dsl::resource('color','background_text'),1))
ERROR : owlet_dsl::css('border-color',(owlet_dsl::resource('color','background_text'),0.5))
ERROR : owlet_dsl::css('border-color',(owlet_dsl::resource('color','background'),0.5))
[data-lib="20302"]{padding-top: 120px;}[data-lib="20302"] ul{list-style:none;}[data-lib="20302"] .-w-wrapper{display:-webkit-box;
	display:-ms-flexbox;
	display:flex;
	padding:5.0rem 0;}[data-lib="20302"] [data-w-width="0"].-w-wrapper{padding:5.0rem 1.0rem;}[data-lib="20302"] .-w-blog_main{width:74.0rem;}[data-lib="20302"] [data-w-width="0"].-w-wrapper .-w-blog_main{width:75%;}[data-lib="20302"] .-w-blog_main h2.-w-general{font-size:3.0rem;
	margin-bottom:3.0rem;
	font-family: "M PLUS 1p",sans-serif;
	font-size: 36px;
	line-height: 1.5555555556;
	letter-spacing: 0.15em;}[data-lib="20302"] .-w-dtl-info{display:-webkit-box;
	display:-ms-flexbox;
	display:flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	margin:0 auto 30px;}[data-lib="20302"] .-w-dtl-info .-w-date{margin:0 10px;}[data-lib="20302"] .-w-dtl-info .-w-cate{position: relative;
	padding-left: 2.0rem;}[data-lib="20302"] .-w-dtl-info .-w-cate:before{content: '｜';
	position: absolute;
	left: 0;}[data-lib="20302"] .-w-image{text-align: center;
	margin:0 auto 30px;}[data-lib="20302"] .-w-image img{margin:0 auto;}[data-lib="20302"] .-w-text{margin:0 auto 40px;
	letter-spacing: 0.05em;
	font-feature-settings: "palt";
	line-height: 2.25;}[data-lib="20302"] .-w-link_blok{display:-webkit-box;
	display:-ms-flexbox;
	display:flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;}[data-lib="20302"] .-w-link_blok .-w-more_btn{margin-top:0;
	width:32%;}[data-lib="20302"] .-w-link_blok .-w-more_btn a{padding:20px 40px;
	display:-webkit-box;
	display:-ms-flexbox;
	display:flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	height: 100%;
	min-width: auto;}[data-lib="20302"] .-w-blog_side{width:37.0rem;
	margin-left:auto;}[data-lib="20302"] [data-w-width="0"].-w-wrapper .-w-blog_side{width:23%;}[data-lib="20302"] .-w-blog_side section{border-top: 0.2rem solid;
	border-top-color: #000000;
	padding:1.5rem 0;}[data-lib="20302"] .-w-blog_side section h3.-w-general{font-size:2.1rem;
	margin-bottom:1.0rem;}[data-lib="20302"] .-w-side-blog-list li{margin:0 0 1.5rem;}[data-lib="20302"] .-w-side-blog-list li:last-child{margin-bottom:0;}[data-lib="20302"] .-w-side-blog-list li article{display:-webkit-box;
	display:-ms-flexbox;
	display:flex;}[data-lib="20302"] .-w-side-blog-list li .-w-image{width:11.1rem;
	margin:0;}[data-lib="20302"] .-w-side-blog-list li .-w-image img:hover{opacity: 0.8;}[data-lib="20302"] .-w-side-blog-list li .-w-contents{width:24.0rem;
	margin-top:0;
	margin-left:auto;}[data-lib="20302"] .-w-side-blog-list li .-w-contents .-w-date{line-height: 1.0;
	font-size: 1.6rem;}[data-lib="20302"] .-w-side-blog-list li .-w-contents .-w-date i{vertical-align: middle;}[data-lib="20302"] .-w-side-list li a{display:-webkit-box;
	display:-ms-flexbox;
	display:flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	position: relative;
	width: 100%;
	min-height: 43px;
	padding: 7px 15px;
	border-radius: 0px;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	text-decoration: none;
	-webkit-transition: .2s;
	transition: .2s;
	background-color: #fff;
	border: 1px solid;
	border-color: #aaa;
	color: #626262;}[data-lib="20302"] .-w-side-list li:nth-child(n + 2){margin-top: -1px;}[data-lib="20302"] .-w-side-list li a span.-w-count{position: absolute;
	right: 20px;
	z-index: 2;
	width: 30px;
	height: 30px;
	line-height: 30px;
	border-radius: 100%;
	font-size: 1.2rem;
	text-align: center;
	-webkit-transition: .2s;
	transition: .2s;
	background-color: #0086b2;
	color: #ffffff;}[data-lib="20302"] .-w-side-list li a:hover{text-decoration: none;
	background-color: #ffffff;
	border: 1px solid;
	border-color: #0086b2;
	color: #0086b2;}[data-lib="20302"] .-w-side-list li a:hover span.-w-count{background-color: #0086b2;
	color: #ffffff;}[data-lib="20302"] h4.-w-general{margin-bottom:1rem;}[data-lib="20302"] .pagenation{display: table;
	text-align: center;
	margin: 60px auto;
	line-height: 1.0;
	font-size: 0.938rem;}[data-lib="20302"] .pagenation span{display: inline-block;
	margin-right: 5px;}[data-lib="20302"] .pagenation span.prev a,[data-lib="20302"] 
.pagenation span.next a{padding: 12px 14px;
	border: 1px solid;
	text-decoration: none;
	box-sizing: border-box;
	color: #0086b2;
	background-color: #ffffff;
	border-color: #ffffff;}[data-lib="20302"] .pagenation span.prev a:hover,[data-lib="20302"] 
.pagenation span.next a:hover{border: 1px solid;
	text-decoration: none;
	color: #ffffff;
	background-color: #0086b2;
	border-color: #ffffff;}[data-lib="20302"] .pagenation span.prev.current,[data-lib="20302"] 
.pagenation span.next.current{display: none;}[data-lib="20302"] .pagenation span.current{display: inline-block;
	border: 1px solid;
	padding: 12px 14px;
	text-decoration: none;
	color: #ffffff;
	background-color: #0086b2;
	border-color: #ffffff;}[data-lib="20302"] .pagenation span.scope_limit{text-decoration: none;
	color: #ffffff;}[data-lib="20302"] .pagenation span a{display: block;
	border: 1px solid;
	padding: 12px 14px;
	text-decoration: none;
	box-sizing: border-box;
	color: #0086b2;
	background-color: #ffffff;
	border-color: #ffffff;}[data-lib="20302"] .pagenation span a:hover{display: block;
	border: 1px solid;
	text-decoration: none;
	color: #ffffff;
	background-color: #0086b2;
	border-color: #ffffff;}[data-lib="20302"] .-w-contents a{text-decoration: none;}[data-lib="20302"] .font_bold{font-weight: bold;}[data-lib="20302"] .-w-text.-w-rich_text p img{width: 50%;
	margin: 0 auto;}@media (max-width: 1169px){[data-lib="20302"] .-w-blog_main{width:70%;}[data-lib="20302"] .-w-blog_side{width:25%;}[data-lib="20302"] .-w-side-blog-list li .-w-image{width:30%;}[data-lib="20302"] .-w-side-blog-list li .-w-contents{width:65%;}[data-lib="20302"] .-w-more_btn a{min-width: 100%;}[data-lib="20302"] .-w-link_blok{width: 100%;
	-ms-flex-direction:column;
	-webkit-flex-direction:column;
	flex-direction:column;}[data-lib="20302"] .-w-link_blok .-w-more_btn{margin-top:3rem;}[data-lib="20302"] .-w-link_blok .-w-more_btn:first-child{margin-top:0rem;}}@media (max-width: 768px){[data-lib="20302"] .-w-wrapper{-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	padding: 10.0rem 0 5.0rem;}[data-lib="20302"] .-w-blog_main{width:100%;}[data-lib="20302"] .-w-blog_main h2.-w-general{font-size: 32px;
	font-weight: bold;}[data-lib="20302"] .-w-text{width: 100%;
	font-size: 18px;}[data-lib="20302"] .-w-blog_side{width:100%;
	margin-top:50px;}[data-lib="20302"] .-w-blog_side section h3.-w-general{font-size:1.9rem;}[data-lib="20302"] .-w-side-blog-list li .-w-image{width:25%;
	margin:0;}[data-lib="20302"] .-w-side-blog-list li .-w-contents{width:70%;}[data-lib="20302"] h4.-w-general{font-size:1.4rem;
	margin-bottom:2.0rem;}[data-lib="20302"] .-w-side-blog-list li .-w-contents .-w-date{font-size:1.4rem;}[data-lib="20302"] [data-w-width="0"].-w-wrapper .-w-blog_main{width:100%;}[data-lib="20302"] [data-w-width="0"].-w-wrapper .-w-blog_side{width:100%;}[data-lib="20302"] .-w-link_blok .-w-more_btn{width:100%;}[data-lib="20302"] .-w-more_btn a{width: 100%;}[data-lib="20302"] .-w-text.-w-rich_text p img{width: 100%;
	margin: 0 auto;}}/*widget:9c82e908-f965-4760-9055-b5f5f112ef5c*/[data-lib="20312"]{display: none;}@media (max-width: 768px){[data-lib="20312"]{background: none!important;
	display: block;}}[data-instance="40117"]{height: 50px;}/*widget:de2fb400-03c6-4c7d-97e4-cf1e6fa73911*/[data-lib="20309"] #page_top{width: 50px;
	height: 50px;
	position: fixed;
	right: 40px;
	bottom: 50px;
	background: #0068b7;
	opacity: 0.6;
	border-radius: 50%;
	z-index: 111111;}[data-lib="20309"] #page_top a{position: relative;
	display: block;
	width: 50px;
	height: 50px;
	text-decoration: none;
	transition: .4s;
	pointer-events: auto;}[data-lib="20309"] #page_top a:hover{opacity: 0.4;}[data-lib="20309"] #page_top a::before{font-family: 'Font Awesome 5 Free';
	font-weight: 900;
	content: '\f102';
	font-size: 25px;
	color: #fff;
	position: absolute;
	width: 25px;
	height: 25px;
	top: -13px;
	bottom: 0;
	right: 0;
	left: 0;
	margin: auto;
	text-align: center;}/*layout:25*/table {
    border-collapse: collapse;
}
table th, table td {
    border: 1px solid transparent;
}

/* フォーム用 */
.form-table .table {
  border-collapse: collapse;
}

.form-table table p {
  font-size: 16px;
  font-weight: bold;
  text-align: center;
  margin: 60px auto 40px;
}

input[type="submit"],
input[type="text"],
select,
textarea,
button {
  -moz-appearance: none;
  -webkit-appearance: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  outline: none;
  border: none;
}


input[type="text"],
textarea {
  background: #fff;
  border:1px solid #eee;
  display: inline-block;
  font-size: 16px;
  padding: 12px 15px;
  width: 480px;
  transition: 0.8s;
  border-radius: 0;
}

input[type="text"]:focus,
textarea:focus {
  background: #e9f5fb;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
}

textarea[name="content"] {
  display: inline-block;
  width: 100%;
  height: 200px;
}

input::placeholder,
textarea::placeholder {
  color: #ccc;
}

::-webkit-input-placeholder {
  color: #ccc;
  opacity: 1;
}

::-moz-placeholder {
  color: #ccc;
  opacity: 1;
}

:-ms-input-placeholder {
  color: #ccc;
  opacity: 1;
}

.form-table{
    background: #f5f5f5;
    background:rgba(245,245,245,1);
    padding: 2%;
    border-radius: 12px;
}

.form-table table {
	width: 100%;
	margin: 0 auto 20px;
	border-collapse: collapse;
	table-layout: fixed;
}

.form-table table tr {
    box-sizing: border-box;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 20px;
}
.form-table table tr th {
    background: #cecece;
    background:rgba(239,156,0,1);
    color: #313131;
    color:rgba(255,255,255,1);
	width: 25%;
	margin-right:5%;
	padding: 15px 20px;
	font-weight: bold;
	vertical-align: middle;
	text-align:left;
	border-radius: 12px;
	min-width: 250px;
}
.form-table table tr td {
    border-top: 1px solid ;
    border-color: #dddddd;
    border-color:#ef9c00;
    background: #ffffff;
    color: #313131;
	width: 70%;
	padding: 15px 20px;
	vertical-align: middle;
	border-bottom-right-radius: 12px;
    border-bottom-left-radius: 12px;
	min-width: 785px;
}
@keyframes pu{0%{transform: scale(0.8)}50%{transform: scale(1.2)}100%{transform: scale(1)}}.pu{opacity:0}.pu.on{opacity:1;animation:pu 0.5s}
@media (max-width: 1169px) {
    .form-table table tr th {
        min-width: auto;
    }
    .form-table table tr td {
        min-width: auto;
    }
}
@media (max-width: 768px) {
    #mvc.oppenned {
        display: none;
    }
    .form-table {
        background: none;
    }
    .form-table table tr th {
        display: block;
        width: 100%;
        border-bottom: none;
        text-align:left;
        margin-bottom: 5px;
        background: none;
        color: #2d65af;
        color:rgba(239,156,0,1);
        padding: 0;
        min-width: auto;
    }
    .form-table table tr td {
        display: block;
        width: 100%;
        padding: 10px 2%;
        border-bottom: none;
        text-align:left;
    	border-bottom-right-radius: initial;
        border-bottom-left-radius: initial;
        min-width: auto;
    }
    .form-table table tr:last-child td {
        border-bottom: 1px solid;
        border-radius: none;
    }
}

input.owlet-input-name-sei {
    margin-right: 10px;
}

input.owlet-input-name-sei,input.owlet-input-name-mei {
    width: 30%;
}

input.owlet-input-tel1, input.owlet-input-tel2, input.owlet-input-tel3 {
    width: 30%;
}

input.owlet-input-tel1 {
    margin-right: 5px;
}

input.owlet-input-tel2 {
    margin: 0 5px;
}

input.owlet-input-tel3 {
    margin-left: 5px;
}

.owlet-rules.owlet-rules-6 {
    width: 800px;
    margin: 0 auto;
    max-width: 100%;
    padding-top: 50px;
}

.owlet-rules-title {
    text-align: center;
    font-weight: bold;
    font-size: 20px;
    margin-bottom: 10px;
}

.owlet-rules-body {
    height: 300px;
    overflow: auto;
    border: 1px solid;
    padding: 30px;
    background: #fff;
}

.owlet-rules-agree {
    margin-top: 10px;
    text-align: center;
    font-weight: bold;
}

.form-table td label{
    margin-right: 5px;
}

.form_button {
    padding-top: 50px;
    text-align: center;
    display : -webkit-box;
    display : -webkit-flex;
    display : -ms-flexbox;
    display : flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.form_button input {
    display: inline-block;
    padding: 5px 20px;
    text-decoration: none;
    color: #f2b043;
    border: solid 2px;
    border-color: #f2b043;
    border-radius: 3px;
    transition: .4s;
    font-size: 20px;
    background: #fff;
}
.form_button input:hover {
    background: #ef9c00;
    color: #fff;
    cursor: pointer;
}

.form_button a {
    display: inline-block;
    padding: 2px 10px;
    text-decoration: none;
    color: #f2b043;
    border: solid 2px;
    border-color: #f2b043;
    border-radius: 3px;
    transition: .4s;
    font-size: 16px;
    background: #fff;
    margin-right: 10px;
}
.form_button a:hover {
    background: #ef9c00;
    color: #fff;
}

@media screen and (max-width: 768px) {
    .form-table{
        padding-top: 100px;
    }
    .form-table table{
        width: 96%;
        margin: 0 auto;
    }
    .form-table th,.form-table td {
        display: block;
        width: 80%;
        margin: 0 auto;
        border-bottom: none;
    }
    input[type="text"], textarea{
        width: 100%;
    }
    input.owlet-input-name-sei,input.owlet-input-name-mei {
            width: 30%;
        }

        input.owlet-input-tel1, input.owlet-input-tel2, input.owlet-input-tel3 {
            width: 30%;
        }
}

table.input_calendar {
	width: 100%;
	margin: 0 auto 20px;
	border-collapse: collapse;
	table-layout: fixed;
}
table.input_calendar tr {
    box-sizing: border-box;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 20px;
}
table.input_calendar tr th {
    background: #cecece;
    background:rgba(239,156,0,1);
    color: #313131;
    color:rgba(255,255,255,1);
	width: 25%;
	margin-right:5%;
	padding: 15px 20px;
	font-weight: bold;
	vertical-align: middle;
	text-align:left;
	border-radius: 0;
	min-width: 250px;
}
table.input_calendar tr td {
    border-top: 1px solid ;
    border-color: #dddddd;
    border-color:#ef9c00;
    background: #ffffff;
    color: #313131;
	width: 70%;
	padding: 15px 20px;
	vertical-align: middle;
	border-bottom-right-radius: 12px;
    border-bottom-left-radius: 12px;
	min-width: 785px;
}



#container{
    position: relative;
    z-index: 3;
}



a[href="#"] {
    font-weight: normal !important;
    color: #a5a5a5 !important;
    pointer-events: none;
}








/* スマホ下層のための背景動画 */
#video_sp{
    display: none;
}
@media screen and (max-width: 768px) {
    #video_sp{
        display: block;
    }
}/*layout:166*/#container {
    background: #fff;
}

/* 背景動画ちょい見せ */


/* SP背景動画 */
/* ----- 背景用の動画ファイル ----- */
#video_sp{
	position: fixed;
	right: 0;
	bottom: 0;
	min-width: 100%;
	min-height: 100%;
	width: auto;
	height: auto;
	z-index: -100;
	background: url('poster.jpg') no-repeat;
	background-size: cover;
}
/* ----- 背景の上に表示させたいコンテンツ ----- */
#container{
	position: relative; /*必ず必要*/
	z-index: 2; /*必ず必要*/
}
#load {
    position: fixed;
    z-index: 1000000;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #fff;
    transition: all 1.0s;
}
@media screen and (max-width: 768px) {
    #container {
        background: none;
    }
    #container > div {
        background: #fff;
        margin-top: -1px;
    }
    #container > section {
        background: #fff;
        margin-top: -1px;
    }
    footer{
        background: #fff;
    }
}/*layout:171*//* .-w-side-blog-list li .-w-image {
    display: none;
}

.-w-side-blog-list li .-w-contents {
    width: 100% !important;
}
 */
 
 .-w-wrapper{
     width: 1170px;
     max-width: 96%;
 }
 @media screen and (max-width: 768px) {
     .w-wrapper{
         max-width: 96%;
     }
 }
 
 
 .-w-blog_main {
    width: 100% !important;
}

.-w-blog_side {
    display: none;
}
/*layout:173*/#container {
    padding-top: 100px;
}
@media screen and (max-width: 768px) {
    #container {
        padding-top: 0;
    }
}

strong{
    font-weight: bold;
}