@charset "utf-8";
/* CSS Document */


body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
form,
input,
button,
p {
    margin: 0px;
    padding: 0px;
    font-size: 16px;
    /*font-family:"游明朝", YuMincho,"ヒラギノ明朝 ProN W3","Hiragino Mincho ProN","HG明朝", serif;*/
    font-family: "メイリオ",
        Meiryo,
        "游ゴシック",
        YuGothic,
        "ヒラギノ角ゴ ProN W3",
        "Hiragino Kaku Gothic Pro",
        Hiragino Kaku Gothic ProN,
        Hiragino Sans,
        'ＭＳ Ｐゴシック',
        sans-serif;
    line-height: 160%;
    color: #575757;
    word-wrap: break-word;
    overflow-wrap: break-word;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

@media all and (-ms-high-contrast:none) {

    body,
    div,
    dl,
    dt,
    dd,
    ul,
    ol,
    li,
    h1,
    h2,
    h3,
    h4,
    h5,
    h6,
    form,
    input,
    button,
    p {
        font-family: "Noto Sans Japanese", 'Noto Sans', sans-serif;
    }
}

/*フォント系*/

[data-element-id] h1 {
    position: initial;
    text-indent: initial;
}

h1 {
    width: 100%;
    /* position: absolute;
    bottom: 200%; */
    font-size: 12px;
    font-weight: normal;
}

h2 {
    font-size: 40px;
    font-weight: bold;
}

h3 {
    font-size: 34px;
    font-weight: bold;
    margin-bottom: 50px;
}

h4 {
    font-size: 24px;
    font-weight: bold;
}

h5 {
    font-size: 18px;
    font-weight: bold;
}

.fs10 {
    font-size: 10px;
}

.fs12 {
    font-size: 12px;
}

.fs14 {
    font-size: 14px;
}

.fs16 {
    font-size: 16px;
}

.fs18 {
    font-size: 18px;
}

.fs20 {
    font-size: 20px;
}

.fs22 {
    font-size: 22px;
}

.fs24 {
    font-size: 24px;
}

.fs26 {
    font-size: 26px;
}

.fs28 {
    font-size: 28px;
}

.fs30 {
    font-size: 30px;
}

.fs32 {
    font-size: 32px;
}

.fs34 {
    font-size: 34px;
}

.fs36 {
    font-size: 36px;
}

.fs38 {
    font-size: 38px;
}

.fs40 {
    font-size: 40px;
}

.fs42 {
    font-size: 42px;
}

.fs44 {
    font-size: 44px;
}

.fs46 {
    font-size: 46px;
}

.fs48 {
    font-size: 48px;
}

.fs50 {
    font-size: 50px;
}

.bold {
    font-weight: bold;
}

.red {
    color: red;
}

.blue {
    color: blue;
}

.white {
    color: #fff;
}



/*クリアフィックス*/

.clearfix:after {
    content: "";
    display: block;
    clear: both;
}

.clearfix:before {
    display: block;
    content: "";
    clear: both;
}

.clearfix {
    display: block;
}

.clear {
    clear: both;
}

.map {
    position: relative;
    overflow: hidden;
}

.map:after {
    display: block;
    content: "";
    padding-top: 35%;
}

.map iframe {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    margin: auto;
    max-width: initial;
    width: 100%;
    height: 100%;
}

iframe {
    max-width: 100%;
}

img {
    vertical-align: top;
    border: none;
    max-width: 100% !important;
    height: auto !important;
}

img:not([src*="."]) {
    display: none;
}

.scale {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    -webkit-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
}

.scale:hover {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}

[data-element-id] .filter:before,
[data-element-id] .filterT:before,
[data-element-id] .filterR:before,
[data-element-id] .filterB:before,
[data-element-id] .filterL:before,
[data-element-id] .filterRad:before {
    display: none;
}

.filter,
.filterT,
.filterR,
.filterB,
.filterL,
.filterRad {
    position: relative;
}

.filter:before {
    display: block;
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 5;
    background: rgba(255, 255, 255, 0.6);
}

.filterT:before {
    display: block;
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 5;
    background: -webkit-gradient(linear, left bottom, left top, from(rgba(255, 255, 255, 1)), color-stop(50%, rgba(255, 255, 255, 0)));
    background: -webkit-linear-gradient(bottom, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 0) 50%);
    background: linear-gradient(to top, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 0) 50%);
}

.filterR:before {
    display: block;
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 5;
    background: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 1)), color-stop(50%, rgba(255, 255, 255, 0)));
    background: -webkit-linear-gradient(left, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 0) 50%);
    background: linear-gradient(to right, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 0) 50%);
}

.filterB:before {
    display: block;
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 5;
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 1)), color-stop(50%, rgba(255, 255, 255, 0)));
    background: -webkit-linear-gradient(top, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 0) 50%);
    background: linear-gradient(to bottom, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 0) 50%);
}

.filterL:before {
    display: block;
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 5;
    background: -webkit-gradient(linear, right top, left top, from(rgba(255, 255, 255, 1)), color-stop(50%, rgba(255, 255, 255, 0)));
    background: -webkit-linear-gradient(right, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 0) 50%);
    background: linear-gradient(to left, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 0) 50%);
}

.filterRad:before {
    display: block;
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 5;
    background: -webkit-radial-gradient(center, ellipse, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 0) 80%);
    background: -webkit-radial-gradient(center ellipse, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 0) 80%);
    background: radial-gradient(ellipse at center, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 0) 80%);
}

.lb-outerContainer {
    width: 80% !important;
    max-width: 400px !important;
    height: auto !important;
}

.lightbox .lb-image {
    width: 100% !important;
    height: auto !important;
    border: none !important;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    max-width: initial !important;
}

.pic {
    text-align: center;
    width: 100%;
}

.pic img {
    width: 100%;
}

.rp .pic {
    width: 35%;
}

.rp .tbox {
    width: 60%;
}

.bkimg {
    width: 100%;
    position: absolute;
    top: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
}

.bkimg img {
    width: 100%;
    min-width: 1200px;
    position: relative;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
}

[data-element-id] .fead-mv {
    opacity: 1;
}

.fead-mv {
    opacity: 0;
    transition: 0.6s;
    -webkit-transition: 0.6s;
    -ms-transition: 0.6s;
}

.mv {
    opacity: 1;
}

a {
    text-decoration: none;
    color: #000;
}

a:hover {
    opacity: 0.6;
    color: inherit;
    text-decoration: none;
}

a[href*="tel"] {
    pointer-events: none;
}

a[data-href="#"] {
    border: solid red 5px;
    display: block;
    position: relative !important;
    opacity: 1;
}

a[data-href*="."] {
    border: solid red 5px;
    display: block;
    position: relative !important;
    opacity: 1;
}

a[data-href="#"]:hover:before {
    content: "リンクが設定されていない可能性があります。";
    position: absolute !important;
    width: 100%;
    min-width: 200px;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    bottom: 100%;
    color: red;
    font-weight: bold;
    background: #555;
    padding: 5px;
    font-size: 12px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

a[data-href*="."]:hover:before {
    content: "外部リンクの可能性があります。リンクが飛ばない可能性がありますので注意してください。";
    position: absolute !important;
    width: 100%;
    min-width: 200px;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    bottom: 100%;
    color: red;
    font-weight: bold;
    background: #555;
    padding: 5px;
    font-size: 12px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.tel a[data-href]:hover:before {
    content: "電話番号のリンクは自動的に設定されるので、リンク設定不要です。";
    position: absolute !important;
    width: 100%;
    min-width: 200px;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    bottom: 100%;
    color: red;
    font-weight: bold;
    background: #555;
    padding: 5px;
    font-size: 12px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

[data-element-id][data-uk-slideshow]:hover:before {
    content: "※こちらは見たまま編集ができません。①画像をダブルクリック、②変更（歯車マーク）、③スライドショーから編集してください。";
    display: block;
    line-height: 1.8;
    font-weight: bold;
    color: red;
    clear: both;
    background: #4c4c4c;
    padding: 5px;
    text-align: left;
    position: absolute;
    letter-spacing: 1px;
    z-index: 1000;
    font-size: 12px;
    width: 100%;
}

[data-collection-list-content]:hover:before {
    content: "※こちらは見たまま編集ができません。①ページのどこかをダブルクリック、②左下（もしくは左上）のCMSロゴをクリック、③画面右上のメニュー（三本線マーク）から「カスタムコンテンツ管理」をクリック、④編集したいカスタムコンテンツの一覧（三本線マーク）から記事投稿・記事編集ができます。";
    display: block;
    line-height: 1.8;
    font-weight: bold;
    color: red;
    clear: both;
    background: #4c4c4c;
    padding: 5px;
    text-align: left;
    position: absolute;
    letter-spacing: 1px;
    z-index: 1000;
    font-size: 12px;
    width: 100%;
}

ul,
li {
    list-style: none;
    text-align: left;
    padding: 0;
    margin: 0;
}

dl,
dt,
dd {
    text-align: left;
    padding: 0;
    margin: 0;
}

p {
    text-align: left;
}

/*トランスフォーム*/

.tfmp {
    position: relative;
}

.tfmx {
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
}

.tfmy {
    position: absolute;
    top: 50%;
    left: 0%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
}

.tfmxy {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
}

/*トリミング*/

.trimmingInner {
    width: 100%;
    position: relative;
    display: block;
    overflow: hidden;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

/*フレックス*/

.flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.flexc {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: justify;
    -webkit-justify-content: center;
    justify-content: center;
}

.flexs {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
}

.flexb {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.columnreverse {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
}

.rowreverse {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: row-reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
}

/*align-item*/

.itemstart {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
}

.itemcenter {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.itemend {
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
}

/*align-content*/

.contentstart {
    -webkit-align-content: flex-start;
    -ms-flex-line-pack: start;
    align-content: flex-start;
}

.contentcenter {
    -webkit-align-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
}

.contentend {
    -webkit-align-content: flex-end;
    -ms-flex-line-pack: end;
    align-content: flex-end;
}

/*align-self*/

.selfstart {
    -webkit-align-self: flex-start;
    -ms-flex-item-align: start;
    align-self: flex-start;
}

.selfcenter {
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    align-self: center;
}

.selfend {
    -webkit-align-self: flex-end;
    -ms-flex-item-align: end;
    align-self: flex-end;
}

.flex>div[data-collection-list-content],
.flexc>div[data-collection-list-content],
.flexs>div[data-collection-list-content],
.flexb>div[data-collection-list-content] {
    width: 100%;
}

.flex>div[data-recommend-collection-list-content],
.flexc>div[data-recommend-collection-list-content],
.flexs>div[data-recommend-collection-list-content],
.flexb>div[data-recommend-collection-list-content] {
    width: 100%;
}

.flex>div[data-collection-filtered-content],
.flexc>div[data-collection-filtered-content],
.flexs>div[data-collection-filtered-content],
.flexb>div[data-collection-filtered-content] {
    width: 100%;
}

.flex>div[data-collection-archive-content],
.flexc>div[data-collection-archive-content],
.flexs>div[data-collection-archive-content],
.flexb>div[data-collection-archive-content] {
    width: 100%;
}

.flex>div[data-collection-list-content] {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.flexc>div[data-collection-list-content] {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: justify;
    -webkit-justify-content: center;
    justify-content: center;
}

.flexs>div[data-collection-list-content] {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
}

.flexb>div[data-collection-list-content] {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.flex>div[data-recommend-collection-list-content] {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.flexc>div[data-recommend-collection-list-content] {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: justify;
    -webkit-justify-content: center;
    justify-content: center;
}

.flexs>div[data-recommend-collection-list-content] {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
}

.flexb>div[data-recommend-collection-list-content] {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.flex>div[data-collection-filtered-content] {
    display: -webkit-box;
    display: -ms-flexsbox;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.flexc>div[data-collection-filtered-content] {
    display: -webkit-box;
    display: -ms-flexsbox;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: justify;
    -webkit-justify-content: center;
    justify-content: center;
}

.flexs>div[data-collection-filtered-content] {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexsbox;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
}

.flexb>div[data-collection-filtered-content] {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexsbox;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.flex>div[data-collection-archive-content] {
    display: -webkit-box;
    display: -ms-flexsbox;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.flexc>div[data-collection-archive-content] {
    display: -webkit-box;
    display: -ms-flexsbox;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: justify;
    -webkit-justify-content: center;
    justify-content: center;
}

.flexs>div[data-collection-archive-content] {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexsbox;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
}

.flexb>div[data-collection-archive-content] {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexsbox;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

/*カスタムコンテンツ用*/

.cc221 {
    width: 47%;
    margin-bottom: 4%;
}

.cc332 {
    width: 30%;
    margin-bottom: 4%;
}

.cc432 {
    width: 22%;
    margin-bottom: 4%;
}

.cc533 {
    width: 17%;
    margin-bottom: 4%;
}

/*横並び用*/

.gr211 {
    width: 47%;
    margin-bottom: 4%;
}

.gr321 {
    width: 30%;
    margin-bottom: 4%;
}

.gr422 {
    width: 22%;
    margin-bottom: 4%;
}

.gr532 {
    width: 17%;
    margin-bottom: 4%;
}

[data-element-id] #wrapper {
    opacity: 1;
}

#wrapper {
    overflow: hidden;
}

.inner {
    width: 92%;
    max-width: 1000px;
    margin: auto;
}

.subtit {
    position: relative;
    overflow: hidden;
}

.subtit h2 {
    text-align: center;
    width: 100%;
}

.subtit img {
    width: 100%;
}

/* .more {
    text-align: center;
    margin: 30px auto;
    width: 80%;
    max-width: 200px;
}

.more a {
    display: block;
    color: #fff;
    padding: 10px 20px;
} */

.mainimg {
    position: relative;
    overflow: hidden;
}

.mainimg img {
    width: 100%;
}

.mainimg .uk-slidenav-position {
    position: relative;
    overflow: hidden;
}

.mainimg .uk-slidenav-position:after {
    padding-top: 45%;
    content: '';
    display: block;
}

.mainimg .uk-slideshow {
    position: absolute;
    top: 0;
}

@media only screen and (max-width: 1024px) {
    .bkimg {
        position: relative;
    }

    .bkimg img {
        min-width: initial !important;
    }

    h2 {
        font-size: 34px;
    }

    h3 {
        font-size: 28px;
        margin-bottom: 40px;
    }

    h4 {
        font-size: 20px;
    }

    .fs20 {
        font-size: 18px;
    }

    .fs22 {
        font-size: 20px;
    }

    .fs24 {
        font-size: 20px;
    }

    .fs26 {
        font-size: 22px;
    }

    .fs28 {
        font-size: 22px;
    }

    .fs30 {
        font-size: 24px;
    }

    .fs32 {
        font-size: 24px;
    }

    .fs34 {
        font-size: 26px;
    }

    .fs36 {
        font-size: 26px;
    }

    .fs38 {
        font-size: 28px;
    }

    .fs40 {
        font-size: 28px;
    }

    .fs42 {
        font-size: 30px;
    }

    .fs44 {
        font-size: 30px;
    }

    .fs46 {
        font-size: 32px;
    }

    .fs48 {
        font-size: 32px;
    }

    .fs50 {
        font-size: 32px;
    }

    a[href*="tel"] {
        pointer-events: initial !important;
    }

    .flex {
        max-width: 768px;
        margin: auto;
    }

    .flexc {
        max-width: 768px;
        margin: auto;
    }

    .flexs {
        max-width: 768px;
        margin: auto;
    }

    .flexb {
        max-width: 768px;
        margin: auto;
    }

    /*カスタムコンテンツ用*/
    .cc221 {
        width: 47%;
    }

    .cc332 {
        width: 30%;
    }

    .cc432 {
        width: 30%;
    }

    .cc533 {
        width: 30%;
    }

    /*横並び用*/
    .gr211 {
        width: 97%;
    }

    .gr321 {
        width: 47%;
    }

    .gr422 {
        width: 47%;
    }

    .gr532 {
        width: 30%;
    }

    .inner {
        width: 93%;
        max-width: 768px;
        padding: 40px 0;
    }

    #gnav p {
        display: block !important;
        position: fixed;
        width: 42px;
        height: 42px;
        top: 0px;
        right: 0px;
        background: #170302;
        cursor: pointer;
        opacity: 0.8;
        z-index: 251;
    }

    #gnav p span.n {
        display: block;
        background: #fff;
        height: 2px;
        width: 28px;
        text-indent: 9999px;
        padding: 0;
        top: 50%;
        left: 7px;
        margin-top: -1px;
        position: absolute;
        -webkit-transition: ease .40s;
        transition: ease .40s;
    }

    #gnav p span.n:before {
        display: block;
        content: "";
        background: #fff;
        height: 2px;
        width: 28px;
        position: absolute;
        top: -10px;
        left: 0;
    }

    #gnav p span.n:after {
        display: block;
        content: "";
        background: #fff;
        height: 2px;
        width: 28px;
        position: absolute;
        top: 10px;
        left: 0;
    }

    #gnav.action p span.n {
        -webkit-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
        transform: rotate(-45deg);
    }

    #gnav.action p span.n:after,
    #gnav.action p span.n:before {
        -webkit-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
        transform: rotate(90deg);
        top: 0;
        left: 0;
    }

    #gnav .accordion-body {
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 0;
        opacity: 0;
        -webkit-transition: height ease .1s, opacity ease .4s;
        transition: height ease .1s, opacity ease .4s;
        padding: 0;
        border: none;
        padding-bottom: 0;
        background: rgba(255, 255, 255, 0.8);
        overflow-y: auto;
        -webkit-overflow-scrolling: touch;
        -webkit-transform: translate3d(0, 0, 0) !important;
        transform: translate3d(0, 0, 0) !important;
        z-index: -10;
    }

    #gnav.action .accordion-body {
        height: 100vh;
        opacity: 1;
        z-index: 250;
    }

    #gnav .accordion-inner {
        width: 100%;
        padding-top: 50px;
        padding-bottom: 80px;
    }

    #gnav li {
        display: block !important;
        width: 100%;
        text-align: center;
        float: none;
        border: none !important;
        border-bottom: 1px dotted #cacad9 !important;
        padding: 0 !important;
        margin-top: 0;
    }

    #gnav li:hover:before {
        display: none;
    }

    #gnav ul li a {
        height: auto;
        display: block;
        text-align: left;
        padding: 10px 15px;
        border: none !important;
    }

    .overlay:after {
        content: "";
        width: 100%;
        height: 100vh;
        background: #000;
        position: fixed;
        top: 0;
        left: 0;
        opacity: 0.3;
        z-index: 150;
        -webkit-transform: translate3d(0, 0, 0) !important;
        transform: translate3d(0, 0, 0) !important;
    }
}

@media only screen and (max-width: 599px) {
    h2 {
        font-size: 28px;
    }

    h3 {
        font-size: 22px;
        margin-bottom: 30px;
    }

    h4 {
        font-size: 18px;
    }

    h5 {
        font-size: 16px;
    }

    .fs18 {
        font-size: 16px;
    }

    .fs20 {
        font-size: 18px;
    }

    .fs22 {
        font-size: 18px;
    }

    .fs24 {
        font-size: 20px;
    }

    .fs26 {
        font-size: 20px;
    }

    .fs28 {
        font-size: 22px;
    }

    .fs30 {
        font-size: 22px;
    }

    .fs32 {
        font-size: 24px;
    }

    .fs34 {
        font-size: 24px;
    }

    .fs36 {
        font-size: 26px;
    }

    .fs38 {
        font-size: 26px;
    }

    .fs40 {
        font-size: 28px;
    }

    .fs42 {
        font-size: 28px;
    }

    .fs44 {
        font-size: 30px;
    }

    .fs46 {
        font-size: 32px;
    }

    .fs48 {
        font-size: 32px;
    }

    .fs50 {
        font-size: 32px;
    }

    .flex {
        max-width: 450px;
        margin: auto;
    }

    .flexc {
        max-width: 450px;
        margin: auto;
    }

    .flexs {
        max-width: 450px;
        margin: auto;
    }

    .flexb {
        max-width: 450px;
        margin: auto;
    }

    /*カスタムコンテンツ用*/
    .cc221 {
        width: 97%;
    }

    .cc332 {
        width: 47%;
    }

    .cc432 {
        width: 47%;
    }

    .cc533 {
        width: 30%;
    }

    /*横並び用*/
    .gr211 {
        width: 97%;
    }

    .gr321 {
        width: 97%;
    }

    .gr422 {
        width: 47%;
    }

    .gr532 {
        width: 47%;
    }

    .rp {
        max-width: 450px;
        margin: auto;
    }

    .rp .pic {
        float: none !important;
        width: 90% !important;
        margin: 20px auto;
    }

    .rp .tbox {
        float: none !important;
        width: 100% !important;
        padding: 0 !important;
    }

    .inner {
        width: 94%;
        max-width: 450px;
        padding: 30px 0;
    }
}

/* 外base */

/*フォント系*/

h2 {
    font-size: 45px;
}

h3 {
    font-size: 38px;
}

.fs-18 {
    font-size: 18px;
}

.fs-20 {
    font-size: 20px;
}

.fs-22 {
    font-size: 22px;
}

.fs-24 {
    font-size: 24px;
}

.fs-26 {
    font-size: 26px;
}

.fs-28 {
    font-size: 28px;
}

.fs-30 {
    font-size: 30px;
}

.fs-32 {
    font-size: 32px;
}

.fs-34 {
    font-size: 34px;
}

.fs-36 {
    font-size: 36px;
}

.flex .sec2 {
    width: 46%;
    margin: 0% 2% 4% 2%;
}

.flex_c .sec2 {
    width: 46%;
    margin: 0% 2% 4% 2%;
}

.flex .sec3 {
    width: 29%;
    margin: 0% 2% 4% 2%;
}

.flex_c .sec3 {
    width: 29%;
    margin: 0% 2% 4% 2%;
}

.flex .sec4 {
    width: 21%;
    margin: 0% 2% 4% 2%;
}

.flex_c .sec4 {
    width: 21%;
    margin: 0% 2% 4% 2%;
}

.flex .sec5 {
    width: 16%;
    margin: 0% 2% 4% 2%;
}

.flex_c .sec5 {
    width: 16%;
    margin: 0% 2% 4% 2%;
}

@media only screen and (max-width: 1024px) {
    img {
        max-width: 100% !important;
        height: auto !important;
    }

    h2 {
        font-size: 35px;
    }

    h3 {
        font-size: 28px;
    }

    a[href*="tel"] {
        pointer-events: initial !important;
    }

    .flex .sec3 {
        width: 29%;
        margin: 0% 2% 4% 2%;
    }

    .flex_c .sec3 {
        width: 29%;
        margin: 0% 2% 4% 2%;
    }

    .flex .sec4 {
        width: 29%;
        margin: 0% 2% 4% 2%;
    }

    .flex_c .sec4 {
        width: 29%;
        margin: 0% 2% 4% 2%;
    }

    .flex .sec5 {
        width: 46%;
        margin: 0% 2% 4% 2%;
    }

    .flex_c .sec5 {
        width: 46%;
        margin: 0% 2% 4% 2%;
    }

    body,
    div,
    dl,
    dt,
    dd,
    ul,
    ol,
    li,
    h1,
    h2,
    h3,
    h4,
    h5,
    h6,
    form,
    input,
    button,
    p {
        font-size: 14px;
    }

#header .inner dt,
#header .inner dd {
  text-align: center;
}

#footer .inner h3,
#footer .inner .left h3+p {
  text-align: center;
}

#footer .inner .left dl {
  margin: 0 auto;
}
#footer .inner .right li.fst:before {
  display: none;
}

}

@media only screen and (max-width: 599px) {
    .flex .sec3 {
        width: 46%;
        margin: 0% 2% 4% 2%;
    }

    .flex_c .sec3 {
        width: 46%;
        margin: 0% 2% 4% 2%;
    }

    .flex .sec4 {
        width: 46%;
        margin: 0% 2% 4% 2%;
    }

    .flex_c .sec4 {
        width: 46%;
        margin: 0% 2% 4% 2%;
    }
}

/* code */
#wrapper {
    max-width: 100%;
    overflow: hidden;
}

#header h1 {
    background: #ffb6c1;
    font-weight: normal;
    padding: 2px 0;
    margin-bottom: 25px;
}

#header h1 .w {
    display: block;
    max-width: 1200px;
    margin: 0 auto;
    width: 95%;
    color: #fff;
    width: 95%;
}

#header .inner {
    max-width: 1200px;
    margin: 0 auto;
    width: 95%;
}

#header .inner .left {
    float: left;
    padding: 14px 0 30px 0;
}

#header .inner .left dd {
    padding-top: 10px;
}

#header .inner .right {
    float: right;
    width: 478px;
    padding-bottom: 30px;
}

#header .inner .right p {
    width: 100px;
    margin: 0 14px 0 0;
    background: #ffb6c1;
    border-radius: 5px;
}

#header .inner .right dl {
    border-radius: 5px;
    width: 360px;
    border: 2px solid #ffb6c1;
}

#header .inner .right p a {
    display: block;
    padding: 12px 0 0 0;
    text-align: center;
    color: #fff;
    font-size: 14px;
}

#header .inner .right p a img {
    display: block;
    margin: 0 auto 3px auto;
}

#header .inner .right dt {
    background: #ffb6c1;
    text-align: center;
    color: #fff;
    padding: 2px 0;
}

#header .inner .right dd {
    text-align: center;
    font-size: 30px;
    font-weight: bold;
}

#header .inner .right dd a {
    color: #ffb6c1;
}

#header .inner .right dd img {
    vertical-align: middle;
    margin-top: -5px;
    margin-right: 10px;
}

@media only screen and (max-width: 1024px) {
    #header .inner .left {
        float: none;
        width: auto;
    }

    #header .inner .right {
        float: none;
        margin: 0 auto;
    }

    #header .inner .right dt {
        padding-left: 2.5%;
        padding-right: 2.5%;
    }
}

@media only screen and (max-width: 599px) {
    #header .inner .right {
        width: auto;
    }

    #header .inner .right p {
        width: 100%;
        margin-bottom: 20px;
        margin-right: 0;
    }

    #header .inner .right dl {
        width: 100%;
    }

    #header .inner .right dd a {
        font-size: 24px;
    }
}

#gnav ul {
    max-width: 1200px;
    margin: 0 auto;
}

#gnav ul li {
    width: 12.5%;
    text-align: center;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

#gnav ul li+li {
    border-left: 1px #ffb6c1 dotted;
}

#gnav ul li img {
    display: block !important;
    margin: 0 auto;
}

#gnav ul li strong {
    display: block;
    font-size: 14px;
    font-weight: normal;
    color: #ffb6c1;
    padding-top: 5px;
}

#gnav ul li a {
    display: block;
    padding: 15px 0;
}

#gnav ul li.st a,
#gnav ul li a:hover {
    background: #feeff2;
    opacity: 1;
}

#gnav {
    width: 100%;
    background: #fff;
}

#gnav.fixed {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 101;
}

.btm {
    margin-bottom: 93.5px;
}

@media only screen and (max-width: 1024px) {
    #gnav {
        display: none;
    }
}

#footer {
    background: #ffc0cb;
    padding: 70px 0 0 0;
}

#footer .inner {
    max-width: 1200px;
    margin: 0 auto;
    width: 95%;
    padding-bottom: 40px;
}

#footer .inner .left {
    float: left;
    width: 37.5%;
    padding: 0 0 20px 0;
}

#footer .inner .left h3 {
    font-size: 14px;
}

#footer .inner .left h3+p {
    font-size: 14px;
    color: #fff;
    padding: 10px 0 55px 0;
}

#footer .inner .right {
    float: right;
    width: 52.5%;
    padding: 0 0 20px 0;
}

#footer .inner .right ul:first-child {
    width: 40%;
}

#footer .inner .right ul {
    width: 30%;
}

#footer .inner .right li {
    padding: 0 0 20px 0;
}

#footer .inner .right li a {
    color: #fff;
}

#footer .inner .right li.fst {
    position: relative;
}

#footer .inner .right li.fst:before {
    content: url(/import/tenant_1/153.126.212.43/html/images/fst.gif);
    top: 3px;
    left: -27px;
    position: absolute;
}

#footer .inner .left dl {
    max-width: 360px;
    border: 2px solid #ffffff;
    border-radius: 8px;
}

#footer .inner .left dt {
    text-align: center;
    color: #ffc0cb;
    background: #fff;
    font-weight: bold;
    padding: 5px 0;
}

#footer .inner .left dd {
    text-align: center;
    font-size: 30px;
    font-weight: bold;
    padding: 5px 0;
}

#footer .inner .left dd img {
    vertical-align: middle;
    margin-top: -5px;
    margin-right: 10px;
}

#footer .inner .left dd a {
    color: #fff;
}

.totop {
    position: fixed;
    bottom: 10px;
    right: 10px;
}

@media only screen and (max-width: 1024px) {
    #footer .inner .left {
        float: none;
        width: auto;
    }

    #footer .inner .right {
        float: none;
        width: auto;
    }

    #footer .inner .right ul {
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        padding-left: 1em;
    }

}

@media only screen and (max-width: 599px) {

    #footer .inner .right ul:first-child,
    #footer .inner .right ul {
        width: 50% !important;
    }

    #footer .inner .left dd {
        font-size: 24px;
    }
}

#snav {
    display: none;
}

@media only screen and (max-width: 1024px) {

    #snav {
        display: block;
        position: fixed;
        top: 0;
        right: 0;
        width: 200px;
        height: 100%;
        background: none;
        -webkit-transform: translateX(200px);
        -ms-transform: translateX(200px);
        transform: translateX(200px);
        -webkit-transition: ease .5s;
        transition: ease .5s;
        padding: 0;
        z-index: 151;
        border: none;
        padding-bottom: 0;

    }

    #header h1 {
        padding-right: 60px;
    }

    .btm {
        margin-bottom: 0;
    }

    #snav ul li {
        float: none;
        width: auto;
        text-align: left;
        display: block !important;
    }

    #snav p {
        display: block;
        position: absolute;
        width: 38px;
        height: 38px;
        top: 0;
        left: -44px;
        border: 1px solid #fff;
        background: #ffc0cb;
        cursor: pointer;
        opacity: 0.8;
        margin: 2px;
        box-shadow: 0px 0px 0px 2px #ffc0cb;
        -moz-box-shadow: 0px 0px 0px 2px #ffc0cb;
        -webkit-box-shadow: 0px 0px 0px 2px #ffc0cb;
    }

    #snav li {
        float: none;
        width: auto;
        border-bottom: 1px dotted #cacad9;
        padding: 0 !important;
        margin-top: 0;
        margin-left: 0 !important;
        display: block !important;

    }

    #snav ul li a {
        height: auto;
        display: block !important;
        padding: 8px 14px 8px 14px;
        font-size: 14px;
        line-height: 160%;
        letter-spacing: 1px;
    }

    #snav ul {
        text-align: left;
        background: #fff;
    }

    #snav.action {
        -webkit-transform: translateX(0px);
        -ms-transform: translateX(0px);
        transform: translateX(0px);
    }

    #snav p span.n {
        display: block;
        background: #fff;
        height: 2px;
        width: 26px;
        text-indent: -9999px;
        padding: 0;
        top: 50%;
        left: 6px;
        margin-top: -1px;
        position: absolute;
    }

    #snav p span.n:before {
        display: block;
        content: "";
        background: #fff;
        height: 2px;
        width: 26px;
        position: absolute;
        top: -8px;
        left: 0;
    }

    #snav p span.n:after {
        display: block;
        content: "";
        background: #fff;
        height: 2px;
        width: 26px;
        position: absolute;
        top: 8px;
        left: 0;
    }

    #snav.action p span.n {
        -webkit-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
        transform: rotate(-45deg);
        -webkit-transition: ease .10s;
        transition: ease .10s;
    }

    #snav.action p span.n:after,
    #snav.action p span.n:before {
        -webkit-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
        transform: rotate(90deg);
        top: 0;
        left: 0;
    }

    #snav ul {
        display: block;
        width: auto;
        height: 100%;
        overflow-y: auto;
        padding: 0;
    }

    .overlay:after,
    .overlay #header .inner:before {
        content: "";
        width: 100%;
        height: 100%;
        background: #000;
        position: fixed;
        top: 0;
        left: 0;
        opacity: 0.3;
        z-index: 99;
    }

    #snav li a:hover::before,
    #snav li.st a::before {
        bottom: auto;
        left: auto;
        right: 10px;
        top: 50%;
        margin-top: -3px;

    }


}

.subtit {
    position: relative;
    background: #ffb6c1;
}

.subtit h2 {
    top: 50%;
    width: 95%;
    left: 0;
    padding: 0 2.5%;
    position: absolute;
    text-align: center;
    color: #fff;
    font-size: 50px;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    z-index: 1;
}

.subtit .pic {
    opacity: 0.4;
    max-height: 250px;
    overflow: hidden;
}

.subtit .pic img {
    min-height: 100px;
    min-width: 716px;
    max-width: none !important;
    width: 100%;
}

.subtit .picl {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
}

.subtit .picr {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    text-align: right;
}

.subtit .picl img {
    height: 100% !important;
    width: auto;
}

.subtit .picr img {
    height: 100% !important;
    width: auto;
}

@media only screen and (max-width: 1024px) {
    .subtit h2 {
        font-size: 20px;
    }
}

.footfix {

    display: none;
    background: rgba(255, 255, 255, 0.9);
    padding: 5px 10px;
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    z-index: 150;
    transform: translate3d(0, 0, 0);
    -webkit-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);

}



.footfix .tel {

    width: 65%;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    align-self: center;
    font-weight: bold;

}

.footfix .tel img {
    vertical-align: middle;
    margin-right: 5px;
    max-width: 20px !important;
}

.footfix .contactbtn {

    width: 30%;

}

.footfix .tel a {

    color: #ffb6c1;
    display: block;
    font-size: 22px;
    position: relative;
    text-align: center;

}

.footfix .contactbtn a {

    background: #ffb6c1;
    color: #fff;
    display: block;
    font-size: 12px;
    font-weight: bold;
    text-align: center;
    padding: 2px 10px;
    border-radius: 5px;

}

@media only screen and (max-width: 1024px) {
    .footfix {
        display: block;
    }

    .totop {
        bottom: 40px;
    }
}

@media only screen and (max-width: 599px) {
    .footfix .tel a {
        font-size: 18px;
    }
}

.w12 {
    max-width: 1160px;
    width: 95%;
    margin: 0 auto;
}

.hdnav {
    background: #fef1f2;
}

.hdnav .w12 {
    max-width: 1200px;
}

.hdnav li {
    width: 16.66%;
    text-align: center;
    border-right: 1px #ffc3cc dotted;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    /* min-height: 60px; */
    position: relative;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    padding: 0 1%;
}

.hdnav li:first-child {
    border-left: 1px #ffc3cc dotted;
}

.hdnav li a {
    /* display: inline-block !important; */
    vertical-align: middle;
    padding: 20px 0 20px 25px;
    position: relative;
    text-align: left;
    /* top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%); */
    display: block;
}

.hdnav li a:before {
    content: url(/import/tenant_1/153.126.212.43/html/images/menu_bt.gif);
    top: 50%;
    left: 0;
    position: absolute;
    line-height: 1;
    font-size: 1px;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
}

.pnav {
    padding: 25px 0;
}

.pnav li+li:before {
    content: ">";
    margin: 0 0.5em;
}

.ac {
    display: block;
    height: 1px;
    margin-top: -1px;
    position: relative;
}

.ac a {
    position: absolute;
    top: -93.6px;
}

@media only screen and (max-width: 1024px) {
    .hdnav li {
      min-height: none;
    }

}

@media only screen and (max-width: 599px) {
    .hdnav li {
        width: 33.33%;
        margin: 5px 0;
    }

}

/*company*/
.h3s {
    text-align: center;
    font-size: 36px;
    color: #ffb6c1;
}

.h3s:after {
    content: "";
    max-width: 740px;
    height: 1px;
    width: 100%;
    background: #ffc0cb;
    display: block;
    margin: 10px auto 0 auto;
}

.company1 h3 {
    margin-bottom: 30px;

}

.h4t {
    font-size: 24px;
    position: relative;
    padding: 8px 0 25px 89px;
}

.h4t strong {
    display: block;
    background: url(/import/tenant_1/153.126.212.43/html/images/taxi_line.png) 0 bottom repeat-x;
    color: #ffb6c1;
    padding-bottom: 15px;
}

.h4t img {
    position: absolute;
    top: 0;
    left: 0;
}

.company1 p {
    font-size: 20px;
    padding: 0 0 20px 0;
}

.company1 .box {
    padding-bottom: 25px;
    width: 46.08%;
    margin: 0 7.84% 0 0;
}

.company1 .box:nth-child(2n+2) {
    margin-right: 0;
}

.company1 li {
    font-size: 20px;
    padding: 0 0 3px 1em;
    text-indent: -1em;
}

.company1 ul {
    padding-bottom: 20px;
}

.company1 {
    padding-bottom: 20px;
}

@media only screen and (max-width: 1024px) {
    .company1 p {
        font-size: 14px;
    }

    .h3s {
        font-size: 24px;
    }

    .h4t {
        font-size: 18px;
        padding: 0 0 20px 70px;
    }

    .h4t img {
        max-width: 60px !important;
    }

    .company1 li {
        font-size: 14px;
    }

    .ac a {
        top: 0;
    }
}

@media only screen and (max-width: 599px) {
    .company1 .box {
        width: 100%;
        margin-right: 0;
    }
}

.company2 h3 {
    margin-bottom: 30px;
}

.company2 .pic {
    text-align: center;

}

.company2 p {
    text-align: center;
    padding: 0 0 20px 0;
}

.company2 .pic+p img {
    vertical-align: middle;
    margin-right: 10px;
}

.company2 {
    padding-bottom: 45px;
}

.company3 h3 {
    margin-bottom: 30px;
}

.company3 dt {
    width: 19.16%;
    border-bottom: 1px dotted #fff;
    background: #ffe3e7;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 12px 1.5%;
}

.company3 dd {
    border-bottom: 1px dotted #ffc2cb;
    width: 80.84%;
    padding: 12px 1.5%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.company3 {
    padding-bottom: 80px;
}

@media only screen and (max-width: 599px) {
    .company3 dt {
        width: 100%;
    }

    .company3 dd {
        width: 100%;
        border-bottom: none;
    }

    .company3 dl {
        margin-bottom: 10px;
    }
}

/*taxifare*/

.taxifare1 h3 {
    margin-bottom: 30px;
}

.taxifare1 .pic {
    float: right;
    width: 25%;
    padding: 0 0 20px 0;
}

.taxifare1 .tbox {
    float: left;
    width: 62.5%;
    padding: 0 0 20px 0;
}

.taxifare1 .table dt {
    width: 30.66%;
    background: #ffe3e7;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-bottom: 1px dotted #fff;
    padding: 12px 1.5%;
}

.taxifare1 .table dd {
    width: 69.34%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-bottom: 1px dotted #ffc2cb;
    padding: 12px 1.5%;
}

.taxifare1 .table dd dt {
    float: left;
    width: auto;
    background: none;
    border: none;
    padding: 0 0 0 0;

}

.taxifare1 .table dd dd {
    text-align: right;
    width: auto;
    border: none;
    padding: 0 0 0 0;

}

.taxifare1 .box {
    padding-bottom: 20px;
}

.taxifare1 .tbox p {
    letter-spacing: -0.5px;
    padding: 10px 0 0 0;
}

.taxifare2 h4 {
    padding-bottom: 10px;
}

.taxifare2 .tbox p {
    padding: 0 0 45px 90px;
}

.taxifare2 {
    padding-bottom: 80px;
}

@media only screen and (max-width: 599px) {
.taxifare1 .pic {
    float: none;
    width: 70%;
    text-align: center;
    margin: 0 auto;
}

    .taxifare1 .tbox {
        width: auto;
        float: none;
    }

    .taxifare2 .tbox p {
        padding-left: 0;
    }

    .taxifare1 .table dt {
        width: 100%;
    }

    .taxifare1 .table dd {
        width: 100%;
        border: none;
    }

    .taxifare1 .table dl {
        padding-bottom: 20px;
    }

    .taxifare1 .table dd dt {
        float: none;
    }
}

/*staff*/

.stafflist h3 {
    margin-bottom: 30px;
}

.stafflist .tbox {
    width: 490px;
    float: right;
    position: relative;
    z-index: 1;
    padding: 30px 0 0 0;
}

.stafflist .img {
    float: left;
    width: 50%;
}

.stafflist .in {
    width: 125%;
    position: relative;
}

.stafflist .box:nth-child(2n+2) .img {
    float: right;
}

.stafflist .box:nth-child(2n+2) .tbox {
    float: left;
}



.stafflist .in ul {
    padding: 15px 0 0 0;
}

.stafflist .in li {
    width: 33.33%;
    padding: 0 0 20px 0;
}

.stafflist .in li dd {
    font-size: 25px;
    font-weight: bold;
}

.stafflist .tbox dt {
    font-size: 18px;
    font-weight: bold;
    padding-bottom: 5px;
}

.stafflist .tbox dl {
    padding: 0 0 20px 0;
}

.stafflist .box {
    padding-bottom: 20px;
}

.stafflist .pic {
    position: relative;
    width: 450px;
}

.stafflist .pic:before {
    content: "";
    top: 0;
    right: 0;
    width: 200px;
    height: 100%;
    position: absolute;
    background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1) 100%);
    background: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0)), to(rgba(255, 255, 255, 1)));
    background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00ffffff', endColorstr='#ffffff', GradientType=1);
}

.stafflist .box:nth-child(2n+2) .pic:before {
    content: "";
    top: 0;
    left: 0;
    width: 200px;
    height: 100%;
    position: absolute;
    background: -webkit-linear-gradient(left, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 0) 100%);
    background: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 1)), to(rgba(255, 255, 255, 0)));
    background: linear-gradient(to right, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 0) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#00ffffff', GradientType=1);
}

.stafflist {
    padding-bottom: 80px;
    width: 1000px;
}

@media only screen and (max-width: 1024px) {
    .stafflist .in li dd {
        font-size: 18px;
    }

    .stafflist .tbox dt {
        font-size: 16px;
    }

    .stafflist .in {
        width: 100%;
        margin-left: 0 !important;
    }
    .stafflist {
      width: 95%;
    }
    .stafflist .img {
      width: 80%;
      margin: 0 auto;
    }
    .stafflist .tbox {
      width: 90%;
      margin: 0 auto;
    }
}

@media only screen and (max-width: 599px) {
    .stafflist .img {
        float: none !important;
        width: auto;
    }

    .stafflist .tbox {
        float: none !important;
        width: auto;
        padding-top: 0;
    }
    .stafflist .pic {
      width: 100%;
    }
}

/*recruit*/

.rec1 h3 {
    margin-bottom: 30px;
}

.rec1 .box .pic {
    float: none;
    width: 30%!important;
    margin: 0 auto!important;
    padding: 0 0 20px 0;
}

.rec1 .box .tbox {
    float: left;
    width: 43.10%;
}

.rec1 .box .tbox h4 {
    font-size: 24px;
    color: #ffb6c1;
    line-height: 140%;
    padding: 0 0 20px 0;
}

.rec1 .box .tbox p {
    padding: 0 0 20px 0;
}

.rec1 .box {
    padding: 0 0 30px 0;
}

.rec1 .box:nth-child(2n+2) .tbox {
    float: right;
    width: 52.58%;
}

.rec1 .box:nth-child(2n+2) .pic {
    float: left;
    width: 43.10%;
}

.rec1 {
    padding-bottom: 20px;
}

.rec2 h3 {
    margin-bottom: 30px;
}

.rec2 .pic {
    float: right;
    width: 48.27%;
    padding: 0 0 20px 0;
}

.rec2 .pic img{
    width: 48.27%;
}

.rec2 .tbox {
    float: left;
    width: 48.01%;
}

.rec2 .tbox p {
    padding: 0 0 20px 0;
}

.rec2 .box {
    padding-bottom: 30px;
}

.rec2 .box:nth-child(2n+2) .pic {
    float: left;
}

.rec2 .box:nth-child(2n+2) .tbox {
    float: right;
}

.saiyou_p {
    zoom: 0.7;
    display: table;
    margin: 0 auto;
}

.rec2 {
    padding-bottom: 20px;
}

.rec3 h3 {
    margin-bottom: 30px;
}

.rec3 p {
    padding: 0 0 20px 0;
}

.rec3 .img {
    padding-top: 10px;
}

.rec3 .img li:nth-child(1) {
    width: 43.1%;
    padding-bottom: 30px;
}

.rec3 .img li:nth-child(n+2) {
    width: 25.86%;
    margin: 0 0 30px 2.59%;
}

.rec3 .more li {
    width: 48.27%;
    padding: 0 3.46% 30px 0;
}

.rec3 .more li:nth-child(2n+2) {
    padding-right: 0;
}

.rec3 .more li a {
    background: #ffb6c1;
}

.rec3 .more li img {
    float: right;
    vertical-align: middle;
}

.rec3 .more li strong {
    font-size: 30px;
    color: #fff;
    padding: 50px 0 0 30px;
    float: left;
}

.rec3 {
    padding-bottom: 70px;
}

@media only screen and (max-width: 1024px) {
    .rec3 .more li strong {
        font-size: 18px;
    }

    .rec1 .box .tbox h4 {
        font-size: 18px;
    }

}

@media only screen and (max-width: 599px) {

    .rec1 .box .pic,
    .rec2 .pic {
        float: none !important;
        width: auto !important;
        text-align: center;
    }

    .rec1 .box .tbox,
    .rec2 .tbox {
        float: none !important;
        width: auto !important;
    }

    .rec3 .more li {
        width: 100%;
        float: none;
        padding-right: 0;
    }

    .rec3 .more li img {
        width: 60px;
    }

    .rec3 .more li strong {
        padding-top: 20px;
        padding-left: 1em;
        font-size: 16px;
    }
}

/*requirements*/

.req1 h3 {
    margin-bottom: 30px;
}

.req1 ul.flex li {
    width: 48.27%;
    margin: 0 3.46% 30px 0;
}

.req1 ul.flex li:nth-child(2n+2) {
    margin-right: 0;
}

.req1 .company3 p {
    text-align: center;
    padding-top: 54px;
}

.req1 .company3 p a {
    display: inline-block !important;
    max-width: 560px;
    width: 100%;
    background: #ffb6c1;
}

.req1 .company3 p a img {
    float: right;
}

.req1 .company3 p a strong {
    display: block;
    float: left;
    text-align: left;
    font-size: 30px;
    color: #fff;
    padding: 50px 0 0 30px;
}

@media only screen and (max-width: 599px) {
    .req1 .company3 p a strong {

        padding-top: 20px;
        padding-left: 1em;
        font-size: 16px;

    }

    .req1 .company3 p a img {

        width: 60px;

    }
}

/*home*/
.home-slider {
    max-width: 1240px;
    margin: 10px auto;
    position: relative;
}

.home-slider li {
    width: 33.33%;

    -webkit-box-sizing: border-box;

    box-sizing: border-box;
}

.home-slider li .w {
    display: block;
    padding: 0 1.61%;
}

.home-slider li img {
    border-radius: 10px;
}

.home-slider .prev {
    position: absolute;
    top: 50%;
    left: 20px;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
}

.home-slider .next {
    position: absolute;
    top: 50%;
    right: 20px;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
}

.wh12 {
    max-width: 1200px;
    margin: 0 auto;
    width: 95%;
}

.home-messa {
    padding: 200px 0 140px 0;
}

.home-messa dl.pic {
    float: left;
    width: 25%;
    padding: 0 0 20px 0;
}

.home-messa .tbox {
    float: right;
    width: 61.66%;
}

.home-messa dl.pic dd img {
    border-radius: 50%;
}

.home-messa dl.pic dt {
    text-align: center;
    padding: 18px 0 0 0;
}

.home-messa .tbox h3 {
    font-size: 36px;
    color: #ffb6c1;
    border-bottom: 1px solid #ffb6c1;
    padding: 0 0 5px 0;
    margin-bottom: 25px;

}

.home-messa .tbox h4 {
    font-size: 24px;
    padding: 0 0 20px 0;

}

.home-messa .tbox p {
    padding: 0 0 20px 0;
}

.home-pink {
    background: #fef1f2;
    padding: 50px 0 100px 0;
}

.home-rec {
    background: #fff8dc;
    border: 3px solid #ffb6c1;
    margin-bottom: 125px;
    position: relative;
    border-radius: 20px;
}

.home-rec .tbox {
    max-width: 570px;
    margin: 0 auto;
    padding: 30px 0 30px 0;
}

.home-rec .tbox p {
    text-align: center;
    padding: 0 0 20px 0;
}

.home-rec h3 {
    margin-bottom: 20px;
}

.home-rec .pic {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 25%;
    text-align: center;
    z-index: 2;
}

.home-rec:before {
    content: url(/import/tenant_1/153.126.212.43/html/images/top/icon_01.png);
    position: absolute;
    bottom: -50px;
    left: 50%;
    line-height: 1;
    font-size: 1px;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
}

.home-about h3 {
    text-align: center;
    color: #ffc0cb;
    font-size: 36px;
    padding: 0 0 36px 0;
}

.home-about dl {
    width: 32.08%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border: 2px solid #eeeeee;
    background: #fff;
    margin: 0 1.88% 30px 0;
    padding: 12px 1% 10px 1%;
}

.home-about dl:nth-child(3n+3) {
    margin-right: 0;
}

.home-about dt {
    padding: 15px 0 15px 0;
    font-weight: bold;
    line-height: 140%;
    box-sizing: content-box;
}

.home-about dt a {
    display: inline-block !important;
    padding: 0 0 0 33px;
    color: #ffb6c1;
    position: relative;
}

.home-about dt a:before {
    content: url(/import/tenant_1/153.126.212.43/html/images/top/icon_02.gif);
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    position: absolute;
}

.home-about dt+dd {
    font-weight: bold;
    font-size: 14px;
    padding: 0 0 20px 0;
}

.home-about {
    padding-bottom: 80px;
}

.home-cont {
    background: #ffb6c1;
}

.home-cont .pic {
    float: right;
    width: 21.5%;
    margin: -100px 0 0 0;
}

.home-cont .tbox {
    float: left;
    width: 68.33%;
    padding: 40px 0 0 6.66%;
}

.home-cont .tbox p {
    font-size: 18px;
    font-weight: bold;
    color: #fff;
    padding: 0 0 25px 0;
}

.home-cont .tbox li.tel {
    width: 60.24%;
    background: #fff;
    text-align: center;
    font-size: 36px;
    font-weight: bold;
    color: #ffb6c1;
    border-radius: 10px;
}

.home-cont .tbox li.tel a {
    color: #ffb6c1;
}

.home-cont .tbox li.tel img {
    vertical-align: middle;
    margin-right: 5px;
}

.home-cont .tbox li:nth-child(2) {
    background: #fff;
    width: 38.04%;
    margin: 0 0 0 1.72%;
    text-align: center;
    font-weight: bold;
    font-size: 18px;
    border-radius: 10px;
}

.home-cont .tbox li:nth-child(2) a {
    color: #ffb6c1;
    padding: 15px 0;
    display: block;
}

.home-news {
    padding: 120px 0 140px 0;
}

.home-news h3 {
    text-align: center;
    color: #ffc0cb;
    font-size: 36px;
    padding: 0 0 50px 0;
}

.home-news .table {
    max-width: 700px;
    margin: 0 auto;
}

.home-news dt {
    float: left;
    font-size: 18px;
}

.home-news dd {
    padding: 0 0 0 310px;
}

.home-news dl {
    border-bottom: 1px dotted #606060;
    padding: 0 16px 10px 16px;
    margin-bottom: 50px;
}

.home-news dt .c {
    display: inline-block !important;
    color: #fff;
    margin-left: 1.5em;
    padding: 0 10px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    min-width: 104px;
    text-align: center;
    font-size: 16px;
}

.home-news dt .c1 {
    background: #f484b7;
}

.home-news dt .c2 {
    background: #f29b76;
}

.hmore {
    text-align: center;
}

.hmore a {
    width: 100%;
    max-width: 240px;
    text-align: center;
    color: #ffc0cb;
    border: 3px solid #ffc0cb;
    display: inline-block !important;
    padding: 10px 0;
}

.whp {
    max-width: 1070px;
    margin: 0 auto;
    padding-bottom: 45px;
    width: 95%;
}

.home-blog {
    width: 59.81%;
    float: left;
    padding: 0 0 40px 0;
}

.other {
    float: right;
    width: 32.71%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 1.5%;
    background: #ffc0cb;
    margin-bottom: 40px;
    border-radius: 10px 10px 10px 10px;
}

.other a {
color: #fff
}

.other dt {
    text-align: center;
    font-weight: bold;
    padding: 15px 0 5px 0;
}

.other dt+dd {
    font-size: 14px;
    color: #fff;
    text-align: center;
    padding: 0 0 20px 0;
}

.other dd a {
  display: block;
}

.home-blog h3 {
    text-align: center;
    font-size: 36px;
    color: #ffc0cb;
    padding: 0 0 35px 0;
}

.home-blog dl {
    width: 46.87%;
    margin: 0 6.26% 30px 0;
}

.home-blog dl:nth-child(2n+2) {
    margin-right: 0;
}

.home-blog dt .d {
    display: block;
}

.home-blog .hmore {
    padding-top: 30px;
}

@media only screen and (max-width: 1024px) {
    .home-messa .tbox h3 {
        font-size: 20px;
    }

    .home-messa .tbox h4 {
        font-size: 18px;
    }

    .home-rec .tbox {
        width: 95%;
        position: relative;
        z-index: 1;
    }

    .home-rec .tbox p {
        text-shadow: 0 0 5px #fff8dc, 0 0 5px #fff8dc, 0 0 5px #fff8dc, 0 0 5px #fff8dc, 0 0 5px #fff8dc, 0 0 5px #fff8dc, 0 0 5px #fff8dc, 0 0 5px #fff8dc;
        text-align: left;
        margin: 0 0 0 auto;
        width: 70%;
    }

    .home-about h3 {
        font-size: 20px;
    }

    .home-cont .tbox li.tel {
        width: 100%;
        margin-bottom: 20px;
    }

    .home-cont .tbox li:nth-child(2) {
        margin-left: 0;
        width: 100%;
    }

    .home-cont .tbox {
        padding-bottom: 20px;
    }

    .home-news h3 {
        font-size: 20px;
    }

    .home-blog h3 {
        font-size: 20px;
    }
}

@media only screen and (max-width: 599px) {
    .home-messa dl.pic {
        float: none;
        width: auto;
        padding-bottom: 40px;
    }

    .home-messa dl.pic dd {
        text-align: center;
    }

    .home-messa .tbox {
        width: auto;
        float: none;
    }

    .home-about dl {
        width: 48%;
        margin-left: 1%;
        margin-right: 1%;
    }

    .home-about dt {
        font-size: 16px;
    }

    .home-cont .tbox li.tel {
        font-size: 20px;
    }

    .home-cont .tbox li:nth-child(2) {
        font-size: 16px;
    }

    .home-news dt {
        float: none;
        font-size: 14px;
        padding-bottom: 10px;
    }

    .home-news dd {
        padding-left: 0;
    }

    .home-blog {
        float: none;
        width: auto;
    }

    .other {
        float: none;
        margin-left: auto;
        margin-right: auto;
        max-width: 350px;
        width: 100%;
    }
}

/*contact*/
.contact1 h3 {
    margin-bottom: 30px;
}

.contact1 .txt {
    background: #fef1f2;
    padding: 20px 2.58% 0 2.58%;
    margin-bottom: 50px;
}

.contact1 .txt p {
    padding: 0 0 20px 0;
}

.contact1 .txt p strong {
    color: #ffb6c1;
}

.contact1 .table dt {
    float: left;
    padding: 20px 0 0 0;
}

.contact1 .table dd {
    padding: 0 0 0 300px;
}

.contact1 .table dd div {
    background: #ffe3e7;
    padding: 10px;
}

.contact1 .table dl {
    padding: 0 0 19px 0;
    margin-bottom: 19px;
    border-bottom: 1px dotted #ffc8d0;
}

.contact1 .table dd .size1 {
    border: none;
    width: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 5px;
}

.contact1 .table dd .size2 {
    border: none;
    width: 85%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 5px;
    max-width: 230px;
}

.contact1 .table dd .s {
    display: inline-block !important;
    width: 2em;
    text-align: right;
    padding-right: 10px;
}

.contact1 .table dd label+label {
    padding-left: 2em;
}

.contact1 .table dt strong {
    color: #ffb6c1;
}

.contact1 .table dd textarea {
    border: none;
    width: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 5px;
    height: 200px;
}

.contact1 .table {
    margin-bottom: 50px;
}

.contact1 .policy {
    background: #fef1f2;
    padding: 20px 2.58% 0 2.58%;
    margin-bottom: 50px;
}

.contact1 .policy h4 {
    font-weight: bold;
    color: #ffb6c1;
    padding: 0 0 10px 0;
}

.contact1 .policy .check {
    text-align: center;
    padding: 30px 0;
}

.contact1 .policy .check input {
    margin-right: 5px;
}

.contact1 {
    padding-bottom: 100px;
}

.contact1 .formbtn {
    text-align: center;
}

.contact1 .formbtn #send {
    width: 100%;
    max-width: 560px;
    height: auto;
    border: none;
    background: #ffc8d0;
    font-weight: bold;
    color: #fff;
    padding: 35px 0;
    cursor: pointer;
}

.contact1 .table dd label {
    display: inline-block !important;
    width: 50%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0 1%;
}

.contact1 .table dd label+label {
    padding-left: 1%;
}

.contact1 .formbtn #send:hover {
    opacity: 0.6;
}

.contact1 .formbtn.back #send {
  padding: 20px 0;
  width: 40%;
  margin: 30px 0;
  max-width: auto !important;
  background: #ccc;
}

.contact1 .table dd div div {
  display: inline;
  padding: 0;
}

@media only screen and (max-width: 1024px) {
    .contact1 .table dt {
        float: none;
        padding-bottom: 5px;
    }

    .contact1 .table dd {
        padding-left: 0;
    }

}

/*oneday*/
.oneday p {
    padding-bottom: 20px;
}

.oneday .sub {
    padding: 30px 0;
    text-align: center;
}

.oneday .box {
    background-color: #fef1f2;
    padding: 30px 2.58%;
    margin-bottom: 70px;
    position: relative;
}

.oneday .box:not(:last-child):before {
    content: url(/import/tenant_1/153.126.212.43/html/images/oneday/flow_icon.gif);
    position: absolute;
    top: 112%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    display: block;
}

.oneday .pic {
    float: left;
    width: 36.36%;
    position: relative;
}

.oneday .tbox {
    float: right;
    width: 60%;
}

.oneday .tbox p {
    text-align: left;
    padding-top: 30px;
}

.oneday .message {
    position: absolute;
    color: #ffabab;
    top: 58px;
    left: 50px;
    font-size: 22px;
    font-weight: bold;
    text-shadow: 1px 2px 1px #000000;
    background: #ffffffcc;
    padding: 0px 15px 0 10px;
}

@media only screen and (max-width: 599px) {
    .oneday .message {
        font-size: 18px;
    }

    .oneday .pic {
        float: none;
        width: 100%;
    }

    .oneday .tbox {
        float: none;
        width: 100%;
    }
}

/*faq*/
.faq p {
    padding-bottom: 20px;
}

.faq .qbox {
    background-color: #fef1f2;
    padding: 30px 2.58%;
    margin: 30px 0 50px 0;
}

.qbox li {
    font-weight: bold;
    line-height: 190%;
}

.faq .box .pic {
    float: right;
    width: 22.41%;
}

.faq .box .tbox {
    float: left;
    width: 71.55%;
}

.faq .box h4 {
    color: #ffb6c1;
    padding-bottom: 15px;
}

.faq .tbox .ans {
    position: relative;
    padding-left: 25px;
}

.faq .tbox h5 {
    position: absolute;
}

.faq .box .tbox {
    font-size: 18px;
}

.faq .box {
    padding-bottom: 40px;
}

@media only screen and (max-width: 599px) {
    .faq .box .pic {
        float: none;
        width: 100%;
        text-align: center;
    }

    .faq .box .tbox {
        float: none;
        width: 100%;
    }
}

/*feature*/
.feature .h3s {
    margin-bottom: 30px;
}

.feature .pic {
    float: right;
    width: 25%;
}

.feature .tbox {
    float: left;
    width: 66%;
}

.feature {
    padding-bottom: 80px;
}

.feature div.box {
  margin-bottom: 6%;
}

@media only screen and (max-width: 599px) {
.feature .pic {
    float: none;
    width: 70%;
    margin: 0 auto;
    padding-bottom: 30px;
    text-align: center;
}

    .feature .tbox {
        float: none;
        width: 100%;
    }
}

/*link*/
.link1 .box a {
    text-decoration: underline;
}

.link1 .box a:after {
    content: url(/import/tenant_1/153.126.212.43/html/images/link/link_icon.gif);
    display: inline-block !important;
    text-decoration: none;
    margin-left: 10px;
}

.link1 {
    padding-bottom: 60px;
}

.link1 .box li {
    padding-bottom: 5px;
}

.link1 .box {
    padding-bottom: 35px;
}

/*tourism*/
.w122 {
    max-width: 1200px;
    width: 95%;
    margin: 0 auto;
}

.tourism1 h3 {
    margin-bottom: 30px;
}

.tourism1 .box p.t {
    color: #ffb6c1;
    font-weight: bold;
    font-size: 18px;
}

.tourism1 .box p.pic {
    padding-bottom: 15px;
    text-align: center;
}

.tourism1 .box dt {
    font-size: 20px;
    font-weight: bold;
    padding-bottom: 5px;
    min-height: 3.2em;
}

.tourism1 .box {
    width: 33.33%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0 1.6% 30px 1.6%;
}

.tourism1 {
    padding-bottom: 80px;
}

.tourism1 .flex {
    padding-bottom: 80px;
}

.pagenav {
    text-align: center;
}

.pagenav a {
    background-color: #ffe3e7;
    color: #ffb6c1;
    display: inline-block !important;
    width: 20px;
    height: 20px;
    margin: 0 2.5px 20px 2.5px;
    line-height: 20px;
    text-align: center;
}

.pagenav a.st {
    color: #fff;
    background-color: #ffb6c1;
}

.pagenav a.pn {
    width: auto;
    background-color: #fff;
    color: #575757;
    margin: 0 10px 20px 10px;
}

@media only screen and (max-width: 1024px) {
    .tourism1 .box p.t {
        font-size: 14px;
    }

    .tourism1 .box dt {
        font-size: 16px;
    }
}

@media only screen and (max-width: 599px) {
    .tourism1 .box {
        width: 50%;
    }

    .tourism1 .box p.t {
        font-size: 12px;
    }

    .tourism1 .box dt {
        font-size: 14px;
    }
}

/*tourism_detail*/
.tourismd1 h3 {
    margin-bottom: 30px;
}

.tourismd1 .pic {
    padding-bottom: 15px;
}

.tourismd1 h4 {
    font-size: 20px;
    padding-bottom: 10px;
}

.tourismd1 .picsum {
    padding: 25px 0 20px 0;
}

.tourismd1 .picsum p {
    padding-bottom: 10px;
}

.tourismd1 .picsum li {
    width: 17.24%;
    margin-right: 1.7%;
    margin-bottom: 20px;
}

.tourismd1 .picsum li dd {
    padding-bottom: 5px;
    cursor: pointer;
}

.tourismd1 .picsum li dt {
    font-size: 14px;
}

.tourismd1 {
    padding-bottom: 20px;
}

.tournav {
    background: #fef1f2;
    padding: 20px 0;
}

.tournav li a {
    display: inline-block !important;
    vertical-align: middle;
    padding: 0 30px 0 25px;
    position: relative;
    text-align: left;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
}

.tournav li a:before {
    content: url(/import/tenant_1/153.126.212.43/html/images/menu_bt.gif);
    top: 50%;
    left: 0;
    position: absolute;
    line-height: 1;
    font-size: 1px;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
}

.tourismd2 {
    padding: 50px 0;
    background-color: #fffafa;
}

.tourismd2 h5 {
    font-size: 18px;
    font-weight: bold;
    padding-bottom: 15px;
}

.tourismd2 .inn1 .table {
    background-color: #fff;
    margin-bottom: 25px;
}

.tourismd2 .inn1 .table ul {
    background-color: #ffe3e7;
    padding: 10px 0;
}

.tourismd2 .inn1 .table li {
    width: 19.8%;
    background-color: #ffe3e7;
    text-align: center;
    padding: 8px 1% 5px 1%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    font-weight: bold;
    border-left: 1px dotted #fff;
}

.tourismd2 .inn1 .table li+li {
    width: 40.1%;
}

.tourismd2 .inn1 .table li:first-of-type {
    border: none;
}

.tourismd2 .inn1 .table dl {
    padding: 15px 0;
    border: 1px dotted #ffc4cd;
    border-top: none;
}

.tourismd2 .inn1 .table dt {
    width: 19.8%;
    text-align: center;
    padding: 3px 0;
    font-weight: normal;
}

.tourismd2 .inn1 .table dd {
    width: 40.1%;
    border-left: 1px dotted #ffc4cd;
    padding: 3px 1%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.tourismd2 .inn1 {
    padding-bottom: 50px;
}

.tourismd2 .inn2 .table dl {
    width: 49.13%;
    margin-bottom: 10px;
}

.tourismd2 .inn2 .table dl:nth-of-type(even) {
    margin-left: 1.74%;
}

.tourismd2 .inn2 .table dt {
    background-color: #ffe3e7;
    width: 38.59%;
    text-align: center;
    font-weight: bold;
    padding: 15px 0;
    max-width: 220px;
}

.tourismd2 .inn2 .table dd {
    padding: 15px 1%;
    text-align: center;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 61.41%;
    background-color: #fff;
}

.tourismd2 .inn2 {
    padding-bottom: 50px;
}

.tourismd2 .inn3 .table dl {
    width: 100%;
    margin-bottom: 10px;
}

.tourismd2 .inn3 .table dt {
    background-color: #ffe3e7;
    width: 18.96%;
    text-align: center;
    font-weight: bold;
    padding: 15px 0;
    max-width: 220px;
}

.tourismd2 .inn3 .table dd {
    padding: 15px 1%;
    text-align: center;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 81.04%;
    background-color: #fff;
    text-align: left;
}

.tourismd2 .inn3 {
    padding-bottom: 50px;
}

.tourismd2 .inn4 .inn-inn {
    background-color: #ffe3e7;
    padding: 15px 20px;
    margin-bottom: 30px;
}

.tourismd2 .inn4 .inn-inn dt {
    font-size: 16px;
    font-weight: bold;
    color: #c90930;
    padding-bottom: 10px;
}

.tourismd2 .inn4 .table dt {
    background-color: #ffe3e7;
    width: 34.13%;
    padding: 15px 1%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-bottom: 1px dotted #fff;
}

.tourismd2 .inn4 .table dd {
    width: 65.87%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    background-color: #fff;
    padding: 15px 1%;
    box-sizing: border-box;
    border-bottom: 1px dotted #ffc0ca;
}

.tourismd2 .inn4 .table dd li strong {
    font-weight: normal;
    color: #ffc0ca;
    display: inline-block !important;
    width: 33%;
}

.tourismd2 .inn4 .table dd ul {
    padding-top: 10px;
}

.tourismd2 .inn4 {
    padding-bottom: 50px;
}

.tourismd2 .inn5 ul {
    padding-bottom: 40px;
}

.tourismd2 .inn5 .btm {
    text-align: center;
    margin-bottom: 40px;
}

.tourismd2 .inn5 .btm a {
    text-align: left;
    display: inline-block !important;
    width: 48.57%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    max-width: 560px;
    position: relative;
    color: #fff;
    padding: 47px 110px 47px 6%;
    background-color: #c90930;
    font-size: 30px;
    font-weight: bold;
    overflow: hidden;
}

.tourismd2 .inn5 .btm a:before {
    content: url(/import/tenant_1/153.126.212.43/html/images/tourism/icon_01.png);
    position: absolute;
    right: 2%;
    

    bottom: -5px;
}

.tourismd2 .back {
    text-align: center;
}

.tourismd2 .back a {
    display: inline-block !important;
    background-color: #ffb6c1;
    color: #fff;
    font-size: 20px;
    width: 240px;
    height: 50px;
    line-height: 50px;
    font-weight: bold;
}

@media only screen and (max-width: 1024px) {
    .tourismd1 .picsum li {
        width: 46%;
        margin-right: 2%;
        margin-left: 2%;
    }

    .tourismd2 .inn4 .table dd li strong {
        width: auto;
        margin-right: 10px;
    }

    .tourismd2 .inn5 .btm a {
        font-size: 18px;
        width: 60%;
    }
}

@media only screen and (max-width: 599px) {
    .tourismd2 .inn2 .table dl {
        width: 100%;
    }

    .tourismd2 .inn2 .table dl:nth-of-type(even) {
        margin-left: 0%;
    }

    .tourismd2 .inn3 .table dt {
        width: 38.59%;
    }

    .tourismd2 .inn3 .table dd {
        width: 61.41%;
    }

    .tourismd2 .inn5 .btm a {
        width: 80%;
        font-size: 14px;
    }

    .tourismd2 .back a {
        font-size: 16px;
    }
}

/*news*/
#left {
    float: left;
    width: 72.41%;
    padding-bottom: 40px;
}

.newslist .box {
    border-bottom: dotted 1px #ffb6c1;
    padding: 15px 0;
}

.newslist .box h4 {
    font-size: 20px;
    padding: 0 0 5px 0;
}

.meta li {
    display: inline-block !important;
    position: relative;
    padding: 0 0 8px 26px;
    font-size: 14px;
    background: url(/import/tenant_1/153.126.212.43/html/images/news/icon_01.gif) 0 0 no-repeat;

}

.meta li+li {
    background-image: url(/import/tenant_1/153.126.212.43/html/images/news/icon_02.gif);
    margin-left: 2em;
}

#side {
    float: right;
    width: 24.13%;
    padding-bottom: 40px;
}

.postwrap .h3s {
    margin-bottom: 15px;
}

.newslist {
    padding-bottom: 50px;
}

#side dt {
    color: #fff;
    font-size: 18px;
    font-weight: bold;
    background: #ffb6c1;
    padding: 4px 0;
}

#side dt img {
    vertical-align: middle;
    margin: 0 14px 0 8px;
}

#side dl {
    border: 1px solid #ffb6c1;
    margin-bottom: 30px;
    border-radius: 10px 10px 0 0;
    overflow: hidden;
}

#side dd a {
    display: block;
    padding: 10px 1em 10px 50px;
}

#side dd+dd {
    border-top: 1px dotted #ffb6c1;
}

.postwrap {
    padding-bottom: 60px;
}

@media only screen and (max-width: 1024px) {
    #left {
        float: none;
        width: auto;
        max-width: 840px;
        margin-left: auto;
        margin-right: auto;
    }

    #side {
        float: none;
        width: auto;
    }

    .newslist .box h4 {
        font-size: 18px;
    }
}

.single h3 {
    margin-bottom: 30px !important;
}

.single h4 {
    font-size: 20px;
    padding: 0 0 5px 0;
}

.single .txt p {
    padding: 0 0 20px 0;
}

.single .txt {
    padding-bottom: 60px;
}

.single .back {
    text-align: center;

}

.single .back a {
    display: inline-block !important;
    font-size: 20px;
    color: #fff;
    background: #ffb6c1;
    font-weight: bold;
    max-width: 240px;
    width: 100%;
    padding: 10px 0;
}

/*taxidiary_detail*/

.tdreco {
    border: 3px solid #ffb6c1;
    background-color: #fff8dc;
    padding: 30px 3% 10px 3%;
    margin-top: 80px;
}

.tdreco h3 {
    margin-bottom: 30px;
}

.tdreco dl {
    width: 33.33%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0 2% 15px 2%;
}

.tdreco dd.pic {
    padding-bottom: 10px;
    text-align: center;
}

.tdreco dt a {
    display: block;
    color: #ffb6c1;
    font-weight: bold;
    padding: 0 0 3px 30px;
    background: url(/import/tenant_1/153.126.212.43/html/images/taxidiary/icon_01.gif) no-repeat left top;
}

.tdreco dd {
    text-align: right;
    font-size: 14px;
    padding-bottom: 2px;
}

@media only screen and (max-width: 599px) {
    .tdreco dl {
        width: 50%;
    }
}

@media only screen and (max-width: 1024px) {
    .single h4 {
        font-size: 18px;
    }
}

/* 追加分 */

.stafflist .box:nth-child(even),
.rec1 .box:nth-of-type(odd) {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: row-reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
}
.contact-end-txt {
  text-align: center;
}

@media only screen and (max-width: 1024px) {
  .home-about dt a:before {
    display: none;
  }
  .home-about dt a {
    padding: 0;
  }
  .hdnav li {
    width: 24%;
  }
}

@media only screen and (max-width: 599px) {
  .home-messa {
    padding: 50px 0;
  }
  .home-messa dl.pic {
    width: 80%;
    margin: auto;
  }
  .home-rec .tbox p {
    text-align: center;
    margin: 0 0 20px;
    width: 100%;
  }
  .home-cont {
    position: relative;
  }
  .home-cont .tbox p {
    width: 75%;
  }
  .home-cont .pic {
    position: absolute;
    right: 0;
    top: 0;
  }
  .home-cont .tbox {
    padding: 2%;
    width: 100%;
  }
  .home-pink {
    padding-bottom: 50px;
  }
  .home-news {
    padding: 50px 0;
  }
  .home-blog dl {
    width: 100%;
    margin: 0 0 30px;
  }
  #footer .inner .right li.fst:before {
    display: none;
  }
  .totop {
    width: 40px;
    bottom: 50px;
  }
  .hdnav li {
    width: 47%;
    border-right: none;
    padding: 0;
  }
  .hdnav li:first-child {
    border-left: none;
  }
  .taxifare1 .table dl {
    padding-bottom: 0;
  }
  .stafflist .pic:before {
    display: none;
  }
  .tourism1 .box {
    width: 100%;
  }
  .home-rec {
    margin-bottom: 75px;
  }
  .home-about dl {
    width: 100%;
    margin: 0 auto 30px;
  }
  #header h1 {
    margin-bottom: 0;
  }
  #footer {
    padding: 0;
  }
  .oneday .sub {
    padding: 0;
  }
  .oneday .message {
    left: 20px;
  }
  .oneday .tbox p {
    padding: 0;
  }
}
#header h1 {
  font-size: 8px;
}

/* 編集画面 */
#snav[data-element-id] {
  display: block;
}

#snav[data-element-id] p {
  display: none;
}

#snav ul[data-element-id] {
  display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    max-width: 980px;
    margin: 0 auto;
    border: 3px solid red;
    padding: 10px;
    position: relative;
}

#snav[data-element-id] ul:before {
  content: "SP・モバイル時表示→";
  display: block;
  position: absolute;
  left: -20%;
  top: 50%;
  -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    width: 20%;
    font-size: 20px;
    color: red;
}

#snav ul li[data-element-id] {
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  width: 15%;
  margin-bottom: 20px;
}

/* 追加 */
.taxifare1 .uk-slideshow{
  width: 63%;
  margin-bottom: 40px;
}

@media only screen and (max-width: 599px) {
.taxifare1 .uk-slideshow{
  width: 100%;
} 
}

/* パンくずリスト */
::marker {
list-style: none !important;
}

ol{
list-style-type:none;
}

/* パンくずリスト */

.breadcrumblist{
  margin-bottom: 0px;
}

.breadcrumblist ol{
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}

.breadcrumblist ol span.arrow{
  margin: 0px 10px 0px 10px;
}

.breadcrumblist li{
  margin-bottom: 0px;
  padding: 0px;
}

@media only screen and (min-width: 600px) and (max-width: 1024px) {
.breadcrumblist {
    max-width: none;
    margin-right: auto;
    margin-left: auto;
}

.breadcrumblist .inner{
  margin-left: 0px;
}
}

.pb-0{
  padding-bottom: 0 !important;
}


/* 2023/05/31 */
.mainimg .mainimg-txt {
    position: absolute;
    z-index: 1;
    top: 45%;
    left: 5%;
    display: flex;
    flex-direction: column;
    transform: translateY(-50%);
}

.mainimg .mainimg-txt .txt {
    display: inline-block;
    background: #ffb6c1;
    padding: 5px 10px;
    line-height: 1.5;
    color: #fff;
    width: fit-content;
    box-shadow: 3px 3px 5px #999;
}

.mainimg .mainimg-txt .txt + .txt {
    margin-top: 10px;
}

.mainimg .mainimg-txt .txt02 {
    font-size: 40px;
    font-weight: bold;
    letter-spacing: 5px;
}

.mainimg .mainimg-txt .txt01 {
    font-size: 28px;
}

@media (max-width:599px) {
.mainimg .mainimg-txt .txt01 {
    font-size: 14px;
}

.mainimg .mainimg-txt .txt02 {
    font-size: 22px;
}


}

/* 2023/06/06 */
.box-tour {
    position: relative;
}

.box-tour .txt {
    text-align: center;
    line-height: 2;
}

.box-tour .pic {
    position: relative;
    width: 40%;
    margin: 20px auto 0;
}

@media (max-width:599px) {
  .box-tour .pic {
      width: 80%;
  }
}

.home-taxi {
    padding: 0px 0 100px 0;
}

.home-taxi h3 {
    text-align: center;
    color: #ffc0cb;
    font-size: 36px;
    padding: 0 0 50px 0;
}


.home-taxi .pbox {
    position: relative;
    max-width: 800px;
    margin: 50px auto 0;
}

.home-taxi .pbox .cont {
    background: #ffc0cb;
}

.home-taxi .pbox .pic {
    width: 28%;
    margin: 2%;
    background: #fff;
}

.home-taxi .pbox .pic a {
    display: block;
}

.home-taxi .pbox .pic a {
    display: block;
}

.home-taxi .tbox .cont + .cont {
    margin-top: 30px;
}

.home-taxi .tbox .cont .tit {
    margin-bottom: 10px;
    font-weight: bold;
    font-size: 140%;
    text-shadow: 0px 0px;
    padding-left: 10px;
    border-left: 5px solid #ffc0cb;
}

.home-taxi .pbox .tit {
    text-align: center;
    margin-bottom: 10px;
    font-size: 24px;
    font-weight: bold;
}

@media (max-width:599px) {

  .home-taxi h3 {
      font-size: 20px;
  }
  
  .home-taxi {
      padding: 0 0 50px 0;
  }
  .home-taxi .pbox .tit  {
    font-size: 18px;
  }
}

/* 2026/05/27 */
.top-icon {
  display: flex;
  width: 60%;
  margin: 10px auto;
}
.top-icon .icon-in {
  width: 40%;
  margin: auto;
}
.top-icon .icon-in img {
  width: 100%;
}

@media (max-width: 1024px){
  .top-icon {
    width: 80%;
  }
}
  }
