body {
    margin: 0 !important;
    padding: 0 !important;
    background: #fff;
    text-align: center;
    font-family: "Lucida Sans Unicode", "Lucida Grande", Arial, Helvetica, "メイリオ", Meiryo, Osaka, "ヒラノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", sans-serif;
    color: #5d5d5d !important;
    font-size: 13px;
    line-height: 1.6em;
}

.violet {
    color: #9d426b;
}

.red {
    color: #D90000;
}

a {
    color: #D90000;
    text-decoration: none;
    -o-transition: all .3s;
    -moz-transition: all .3s;
    -webkit-transition: all .3s;
    -ms-transition: all .3s;
}

a:hover {
    color: #888;
    text-decoration: none;
}

strong {
    font-weight: bold;
}

h2 {
    font-size: 20px;
}

hr {
    margin-top: 10px;
    margin-bottom: 10px;
    height: 5px;
    background: url(../img/line.png) left center repeat-x;
    border: none;
}

ul {
    padding-left: 20px;
}

.txt-center {
    text-align: center;
}

.txt-small {
    margin: 0;
    padding: 0;
    font-size: 10px;
}

/********** 緊急告知 **********/
h2.kinkyu {
    margin-top: 10px;
    padding: 0 10px;
    /*font-family: 'Droid Sans', Helvetica, Arial, sans-serif;*/
    font-size: 20px;
    font-weight: bold;
    color: #FF0000;
    /*text-transform: uppercase;*/
    text-shadow: 0 1px 0 rgba(255, 255, 255, .7);
    line-height: 1.7em;
    text-align: center;
}

p.kinkyu {
    color: #FF0000;
    text-align: center;
}

@media (max-width: 768px) {

    /* 追記 */
    h2.kinkyu {
        font-size: 16px;
    }

    p.kinkyu {
        text-align: left;
    }
}

@media (max-width: 600px) {

    /* 追記 */
    h2.kinkyu {
        /*font-size: 3.0vw;*/
    }
}

/*  nav
/--------------------------------- */
a.navbar-brand {
    width: 145px;
    height: auto;
}

ul.nav li a img {
    width: auto;
    height: 14px;
}

ul.nav li a.instagram img {
    width: auto;
    height: 22px;
}

@media (min-width: 768px) {

    /* 追記 */
    #navbar {
        float: right;
    }
}

.navbar {
    margin-bottom: 0;
    /* 追記 */
}

/* ----- 背景Slider ----- */

.slider {
    margin: 0 auto;
    -moz-box-shadow:
        0 5px 15px 0 rgba(0, 0, 0, .15) inset,
        0 -5px 15px 0 rgba(0, 0, 0, .15) inset;
    -webkit-box-shadow:
        0 5px 15px 0 rgba(0, 0, 0, .15) inset,
        0 -5px 15px 0 rgba(0, 0, 0, .15) inset;
    box-shadow:
        0 5px 15px 0 rgba(0, 0, 0, .15) inset,
        0 -5px 15px 0 rgba(0, 0, 0, .15) inset;
    background: url(../img/clouds.png) repeat;
    animation: 40s infinite linear animate;
    -webkit-animation: 40s infinite linear animate;
}

@keyframes animate {
    0% {
        background-position: 0;
    }

    100% {
        background-position: -1000px 0;
    }
}

@-webkit-keyframes animate {
    0% {
        background-position: 0;
    }

    100% {
        background-position: -1000px 0;
    }
}

/*.flexslider {
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
  margin-top: 200px;
}*/


/*@media (min-width: 400px) {
  .flexslider {
    width: 100%;
  }
}
@media (min-width: 768px) {
  .flexslider {
    width: 750px;
  }
}
@media (min-width: 992px) {
  .flexslider {
    width: 970px;
  }
}
@media (min-width: 1200px) {
  .flexslider {
    width: 1140px;
  }
}*/

.flexslider {
    margin-top: 65px;
    margin-bottom: 30px;
    /*border: 6px solid #fff;*/
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    border-radius: 0;
    -moz-box-shadow:
        0 5px 15px 0 rgba(0, 0, 0, .05),
        0 -5px 15px 0 rgba(0, 0, 0, .05);
    -webkit-box-shadow:
        0 5px 15px 0 rgba(0, 0, 0, .05),
        0 -5px 15px 0 rgba(0, 0, 0, .05);
    box-shadow:
        0 5px 15px 0 rgba(0, 0, 0, .05),
        0 -5px 15px 0 rgba(0, 0, 0, .05);
}

/*.salon_slider {
    margin-top: 65px;
    margin-bottom: 30px;
    border: 6px solid #fff;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    border-radius: 0;
    -moz-box-shadow:
        0 5px 15px 0 rgba(0,0,0,.05),
        0 -5px 15px 0 rgba(0,0,0,.05);
    -webkit-box-shadow:
        0 5px 15px 0 rgba(0,0,0,.05),
        0 -5px 15px 0 rgba(0,0,0,.05);
    box-shadow:
        0 5px 15px 0 rgba(0,0,0,.05),
        0 -5px 15px 0 rgba(0,0,0,.05);
}*/

@media (min-width: 768px) and (max-width: 992px) {
    .flexslider {
        margin-top: 120px;
    }
}

.flex-caption {
    position: absolute;
    bottom: 20px;
    max-width: 920px;
    padding: 10px 20px;
    margin: 0;
    background: #1d1d1d;
    /* browsers that don't support rgba */
    background: rgba(0, 0, 0, .7);
    font-size: 14px;
    line-height: 24px;
    color: #eaeaea;
    text-align: left;
    font-style: italic;
}

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

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

.youtube_short {
    width: 93%;
    /* 伸縮する横幅 */

    margin: auto;
    /* 画面の中央に配置 */
}

.youtube_short iframe {
    aspect-ratio: 9 / 16;
    width: 100%;
    height: 100%;
}


/* TOPページ　feature欄（サロンについて・スタッフ紹介・ネット予約方法） */
.slideshow {
    width: 200px;
    height: 200px;
    margin: 0 auto;
    position: relative;

}

/* img要素は絶対配置で一か所に重ねる */
.slideshow img {
    position: absolute;
    top: 0;
    left: 0;
    padding: 5px;
    -moz-box-shadow:
        0 5px 15px 0 rgba(0, 0, 0, .05),
        0 -5px 15px 0 rgba(0, 0, 0, .05);
    -webkit-box-shadow:
        0 5px 15px 0 rgba(0, 0, 0, .05),
        0 -5px 15px 0 rgba(0, 0, 0, .05);
    box-shadow:
        0 5px 15px 0 rgba(0, 0, 0, .05),
        0 -5px 15px 0 rgba(0, 0, 0, .05);
}

/* 2番目以降のimg要素にclass="alt"を付け、消す */
.slideshow img.alt {
    display: none;
}

.btn-danger {
    color: #fff;
    background-color: #333;
    border-color: #333;
}

.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger:active,
.btn-danger.active,
.open>.dropdown-toggle.btn-danger {
    color: #fff;
    background-color: #c9302c;
    border-color: #c9302c;
}

/* SP用　feature */
.feature-xs {
    /*overflow: hidden;*/
    text-align: left;
}

.feature-xs h3 {
    margin: 0 0 5px;
    padding: 0;
    font-size: 14px;
    font-weight: bold;
    color: #5d5d5d;
    /*text-transform: uppercase;*/
    text-shadow: 0 1px 0 rgba(255, 255, 255, .7);
}

.feature-xs p {
    margin: 0 0 5px;
    padding: 0;
}

.feature-xs a.btn {
    width: 100%;
    /*-moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;*/
}

.slideshow-xs {
    width: 100px;
    height: 110px;
    margin: 0 auto;
    position: relative;

}

/* img要素は絶対配置で一か所に重ねる */
.slideshow-xs img {
    position: absolute;
    top: 0;
    left: 0;
    padding: 5px;
    -moz-box-shadow:
        0 5px 15px 0 rgba(0, 0, 0, .05),
        0 -5px 15px 0 rgba(0, 0, 0, .05);
    -webkit-box-shadow:
        0 5px 15px 0 rgba(0, 0, 0, .05),
        0 -5px 15px 0 rgba(0, 0, 0, .05);
    box-shadow:
        0 5px 15px 0 rgba(0, 0, 0, .05),
        0 -5px 15px 0 rgba(0, 0, 0, .05);
}

/* 2番目以降のimg要素にclass="alt"を付け、消す */
.slideshow-xs img.alt {
    display: none;
}

.feature-xs-hr {
    clear: both;
    margin: 0 0 5px 0;
}

/* TOPページ　TOPICS */
.topics {
    margin-top: 30px;
}

.topics-title {
    background: url(../img/line.png) left center repeat-x;
}

.topics-title h3 {
    width: 220px;
    margin: 0 auto;
    background: #fff;
    /*font-family: 'Lobster', cursive;
    font-size: 24px;
    color: #5d5d5d;*/
}

.topics-title h3 img {
    width: 130px;
    height: auto;
}

.topics .story.corona {
    min-height: auto;

}

@media (min-width: 768px) {
    .flex {
        /*display: flex;
    flex-wrap: wrap;*/
    }

    .topics .story {
        margin: 40px 0 0 0;
        padding: 10px 0;
        min-height: 430px;
        background: #f8f8f8;
        border-top: 2px solid #eee;
        border-bottom: 2px solid #eee;
        text-align: left;

    }
}

.topics .story h4 {
    margin-top: 10px;
    padding: 0;
    /*font-family: 'Droid Sans', Helvetica, Arial, sans-serif;*/
    font-size: 14px;
    font-weight: bold;
    color: #5d5d5d;
    /*text-transform: uppercase;*/
    text-shadow: 0 1px 0 rgba(255, 255, 255, .7);
}

.topics .story p {
    padding: 0 0 10px 0;
    /*line-height: 24px;*/
}


.topics .story a,
.topics .story a:visited,
.topics .story a:active {
    color: #5d5d5d;
}

.topics .story:hover img {
    opacity: 0.7;
    -o-transition: all .3s;
    -moz-transition: all .3s;
    -webkit-transition: all .3s;
    -ms-transition: all .3s;
}

.topics .story:hover {
    box-shadow:
        0 5px 15px 0 rgba(0, 0, 0, .05),
        0 1px 25px 0 rgba(0, 0, 0, .05) inset,
        0 -1px 25px 0 rgba(0, 0, 0, .05) inset;
    -o-transition: all .5s;
    -moz-transition: all .5s;
    -webkit-transition: all .5s;
    -ms-transition: all .5s;
}

/* TOPIOCS SP用 */
.topics .story-xs {
    overflow: hidden;
    margin: 10px 20px 0 20px;
    padding: 0 0 10px 0;
    text-align: left;
    background: url(../img/line.png) left bottom repeat-x;
}

.topics .story-xs h4 {
    margin-top: 0;
    padding: 0 10px;
    /*font-family: 'Droid Sans', Helvetica, Arial, sans-serif;*/
    font-size: 14px;
    font-weight: bold;
    color: #5d5d5d;
    /*text-transform: uppercase;*/
    text-shadow: 0 1px 0 rgba(255, 255, 255, .7);
}

.topics .story-xs p {
    padding: 0 10px 10px 10px;
    /*line-height: 24px;*/
}

@media (max-width: 767px) {
    .topics .story {
        text-align: left;
        margin: 20px 0 0 0;
        padding: 15px 0 0 0;
        background: #f8f8f8;
        /*border-bottom: 2px solid #FF0000;*/
    }

    .topics .story h4 {
        margin-top: 0;
        padding: 0;
    }

    .topics .story p {
        padding: 0 0 10px 0;
    }
}

/* 営業日告知画像回転 */
/* 点滅 */
.blinking {
    -webkit-animation: blink 0.8s ease-in-out infinite alternate;
    -moz-animation: blink 0.8s ease-in-out infinite alternate;
    animation: blink 0.8s ease-in-out infinite alternate;
}

@-webkit-keyframes blink {
    0% {
        opacity: 0.5;
    }

    100% {
        opacity: 1;
    }
}

@-moz-keyframes blink {
    0% {
        opacity: 0.5;
    }

    100% {
        opacity: 1;
    }
}

@keyframes blink {
    0% {
        opacity: 0.5;
    }

    100% {
        opacity: 1;
    }
}

/* ========================================
        追加 SNSボタン
  ======================================== */
.fb-like-box,
.fb-like-box span,
.fb-like-box iframe[style] {
    width: 100% !important;
}

ul.snsb {
    overflow: hidden;
    margin: 50px auto 0 auto;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
}

ul.snsb::after {
    display: block;
    clear: both;
    content: "";
}


.snsb li {
    float: left;
    margin: 0 4px;
}

.snsb iframe {
    margin: 0 !important;
}

/********** ----- Footer ----- **********/
/* ----- pagetopボタン ----- */
#pagetop {
    position: fixed;
    bottom: 20px;
    right: 15px;
    z-index: 99;
}

@media screen and (max-width: 860px) {
    .pagetop {
        display: none;
    }
}

/* ----- footerエリア ----- */
footer {
    margin: 50px auto 0 auto;
    padding-bottom: 100px;
    background: #f8f8f8 url(../img/pattern.jpg) left top repeat;
    -moz-box-shadow: 0 5px 15px 0 rgba(0, 0, 0, .05) inset;
    -webkit-box-shadow: 0 5px 15px 0 rgba(0, 0, 0, .05) inset;
    box-shadow: 0 5px 15px 0 rgba(0, 0, 0, .05) inset;
}

footer .widget {
    margin-top: 20px;
    text-align: left;
}

footer .widget h4 {
    margin-top: 20px;
    font-family: 'Droid Sans', Helvetica, Arial, sans-serif;
    font-size: 14px;
    color: #5d5d5d;
    text-transform: uppercase;
    text-shadow: 0 1px 0 rgba(255, 255, 255, .7);
}

footer .widget p {
    line-height: 24px;
}

footer .widget i {
    padding-right: 7px;
}

/* Google  */
.google-maps {
    position: relative;
    padding-bottom: 60%; // これが縦横比
    height: 0;
    overflow: hidden;
    margin-bottom: 10px;
}

.google-maps iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100% !important;
    height: 100% !important;
}

/* Twitter  */
.tweet a {
    position: absolute;
    top: 0;
    left: 0;
    width: 100% !important;
    height: 100% !important;
}


footer .footer-border {
    margin-top: 30px;
    border-top: 1px dashed #ddd;
}

footer .copyright {
    margin-top: 15px;
    text-align: center;
}

/********** ----- 第2階層共通 ----- **********/
/* ----- 背景アニメ ----- */
.page-title {
    margin: 0 auto;
    padding: 80px 0 35px 0;
    text-align: left;
    /*-moz-box-shadow:
        0 5px 15px 0 rgba(0,0,0,.10) inset,
        0 -5px 15px 0 rgba(0,0,0,.10) inset;
    -webkit-box-shadow:
        0 5px 15px 0 rgba(0,0,0,.10) inset,
        0 -5px 15px 0 rgba(0,0,0,.10) inset;
    box-shadow:
        0 5px 15px 0 rgba(0,0,0,.10) inset,
        0 -5px 15px 0 rgba(0,0,0,.10) inset;
    background: url(../img/clouds.png) repeat;
    animation: 40s infinite linear animate;
    -webkit-animation: 40s infinite linear animate;*/
}

@keyframes animate {
    0% {
        background-position: 0;
    }

    100% {
        background-position: -1000px 0;
    }
}

@-webkit-keyframes animate {
    0% {
        background-position: 0;
    }

    100% {
        background-position: -1000px 0;
    }
}

@media (min-width: 768px) and (max-width: 992px) {
    .page-title {
        padding-top: 120px;
    }
}

/* ----- Page title ----- */
.page-title h1 {
    display: inline;
    margin: 0;
    padding: 0;
    /*font-family: 'Lobster', cursive;
    font-size: 24px;
    color: #5d5d5d;
    text-shadow: 0 1px 0 rgba(255, 255, 255, .7);
    vertical-align: middle;*/
}

.page-title h1 img {
    width: auto;
    height: 25px;
}

/*.kutsumi h1 img {
	width: auto;
    height: 25px;
}
@media (max-width: 767px) {
  .kutsumi h1 img {
    width: 100%;
    height: auto;
  }
}*/

.page-title h1 span.page-title-jap {
    font-size: 20px;
    color: #5d5d5d;
    text-shadow: 0 1px 0 rgba(255, 255, 255, .7);
    vertical-align: middle;
}

.page-title p {
    display: inline;
    margin: 0 0 0 15px;
    padding: 0;
    font-size: 20px;
    color: #5d5d5d;
    text-shadow: 0 1px 0 rgba(255, 255, 255, .7);
    vertical-align: middle;
}

/********** ----- TEL & MAIL ----- **********/
#footer_contact {
    position: fixed;
    left: 0;
    bottom: 0;
    margin: 0 auto;
    width: 100%;
    padding-bottom: 10px;
    background: #FFF;
    border-top: 1px solid #DDD;
    z-index: 100;
}

#footer_contact a.btn_link {
    display: inline-block;
    width: 100%;
    margin: 0 auto;
    padding: 10px 30px 8px 30px;
    font-size: 14px;
    font-weight: normal;
    letter-spacing: 0.1em;
    text-align: center;
    color: #FFF;
    text-decoration: none;
    background: #D90000;
    border: 2px solid #D90000;
    background-size: auto 18px;
    border-radius: 3px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}

#footer_contact a.btn_link:hover {
    color: #D90000;
    text-decoration: none;
    background: #FFF;
    border: 2px solid #D90000;
    background-size: auto 18px;
    transition: background 0.5s linear 0;
    -moz-transition: background 0.5s linear 0;
    -webkit-transition: background 0.5s linear 0;
    -o-transition: background 0.5s linear 0;
    -ms-transition: background 0.5s linear 0;
}


/********** ----- Salon サロンインフォ ----- **********/
.salon {
    margin-top: 80px;
    padding-bottom: 50px;
    text-align: left;
}

.salon_slider {
    margin-top: 0;
    margin-bottom: 30px;
    /*border: 6px solid #fff;*/
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    border-radius: 0;
    /*border: 1px solid red;*/
}

.salon h2 {
    margin-top: 30px !important;
}

.salon h4 {
    margin-top: 25px;
    padding: 0 0;
    font-family: 'Droid Sans', Helvetica, Arial, sans-serif;
    font-size: 16px;
    color: #5d5d5d;
    text-transform: uppercase;
    text-shadow: 0 1px 0 rgba(255, 255, 255, .7);
}

.salon i {
    padding-right: 7px;
}



/* Google Map  */
.google-map-info {
    position: relative;
    padding-bottom: 66%; // これが縦横比
    height: 0;
    overflow: hidden;
    margin-bottom: 10px;
}

.google-map-info iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100% !important;
    height: 100% !important;
}

a.btn_link {
    display: inline-block;
    width: 100%;
    margin: 0 auto;
    padding: 10px 30px 8px 30px;
    font-size: 14px;
    font-weight: normal;
    letter-spacing: 0.1em;
    text-align: center;
    color: #D90000;
    text-decoration: none;
    /*background: #FD7553;*/
    border: 2px solid #D90000;
    background-size: auto 18px;
    border-radius: 3px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}

a.btn_link:hover {
    color: #FFF;
    text-decoration: none;
    background: #D90000;
    background-size: auto 18px;
    transition: background 0.5s linear 0;
    -moz-transition: background 0.5s linear 0;
    -webkit-transition: background 0.5s linear 0;
    -o-transition: background 0.5s linear 0;
    -ms-transition: background 0.5s linear 0;
}

/* Google Calender  */
#calendar .calendar_wrap {}

.googlecal {
    position: relative;
    padding-bottom: 120%;
    /* 縦横比 */
    height: 0;
    overflow: hidden;
}

.googlecal iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100% !important;
    height: 100% !important;
}

/* カレンダーSP時
-----------------------------------------------*/
@media (max-width: 767px) {
    .googlecal {
        padding-bottom: 170%;
        /* 縦横比 */
    }
}

/********** ----- Price 料金表 ----- **********/
.price {
    margin-top: 50px;
    padding-bottom: 50px;
    text-align: left;
}

.price h4 {
    margin-top: 25px;
    padding: 0 0;
    font-family: 'Droid Sans', Helvetica, Arial, sans-serif;
    font-size: 16px;
    color: #5d5d5d;
    text-transform: uppercase;
    text-shadow: 0 1px 0 rgba(255, 255, 255, .7);
}

.price p {
    padding: 0 20px;
    line-height: 28px;
    font-size: 13px;
}

.price a,
.price a:visited,
.price a:active {
    color: #5d5d5d;
}

.price .new_icon {
    font-family: 'Droid Sans', Helvetica, Arial, sans-serif;
    font-size: 11px;
    color: red;
}

.price .card {
    padding: 0 20px;
}

.price table,
.topics-page table {
    border-bottom: 1px solid #ddd !important;
}

.price .table-margin,
.topics-page .table-margin {
    /*overflow: hidden;*/
    margin: 0 20px 0 20px;
}

.price table td,
.topics-page table td {
    text-align: right;
}

p.price-note {
    margin-top: -20px;
    margin-right: -15px;
    text-align: right;
    font-size: 11px;
}

.topics-page p.price-note {
    margin-top: -10px;
    margin-right: 0;
    text-align: right;
    font-size: 11px;
}

.price-caution {
    font-size: 11px;
    font-weight: normal;
    color: #FF0000;
}

.card h4 {
    margin-top: 0;
    padding: 0 0;
    font-family: 'Droid Sans', Helvetica, Arial, sans-serif;
    font-size: 16px;
    color: #5d5d5d;
    text-transform: uppercase;
    text-shadow: 0 1px 0 rgba(255, 255, 255, .7);
}

/********** ----- Cosmetics 取扱商品 ----- **********/
.cosmetics {
    margin-top: 50px;
    padding-bottom: 50px;
    text-align: left;
}

.cosmetics h4 {
    margin-top: 25px;
    padding: 0 0;
    font-family: 'Droid Sans', Helvetica, Arial, sans-serif;
    font-size: 16px;
    color: #5d5d5d;
    text-transform: uppercase;
    text-shadow: 0 1px 0 rgba(255, 255, 255, .7);
}

p.closed {
    padding: 50px 0;
    text-align: center;
    line-height: 28px;
    font-size: 20px;
    color: #888;
    text-transform: uppercase;
    text-shadow: 0 1px 0 rgba(255, 255, 255, .7);
}

/********** ----- Gallery ギャラリー ----- **********/
.gallery {
    margin-top: 50px;
    padding-bottom: 50px;
    text-align: left;
}

.gallery h2 {
    margin-top: 25px;
    padding: 0 0;
    font-family: 'Droid Sans', Helvetica, Arial, sans-serif;
    font-size: 16px;
    color: #5d5d5d;
    text-transform: uppercase;
    text-shadow: 0 1px 0 rgba(255, 255, 255, .7);
}

.gallery ul {
    overflow: hidden;
    list-style: none;
    width: 100%;
    margin: 0 0 40px;
    padding-top: 60px;
    margin-top: -60px;
}

.gallery ul li {
    overflow: hidden;
    float: left;
    margin: 0;
    padding: 0;
    width: 16.666%;
    height: 186px;
    position: relative;
}

@media (max-width: 1142px) {
    .gallery ul li {
        width: 16.666%;
        height: calc(150 / 1142 * 100vw);
    }
}

@media (max-width: 767px) {
    .gallery ul li {
        width: 25%;
        height: calc(250 / 1142 * 100vw);
    }
}

@media (max-width: 440px) {
    .gallery ul li {
        width: 33%;
        height: calc(330 / 1142 * 100vw);
    }
}

/*.gallery */
ul li.none {
    display: none;
}

.gallery ul li img {
    width: 100%;
    height: auto;
    object-fit: cover;
}

.gallery ul li.oblong img {
    width: auto;
    height: 100%;
    object-fit: cover;
}


/********** ----- Staff スタッフ紹介 ----- **********/
.staff {
    margin-top: 50px;
    padding-bottom: 50px;
    /*text-align: left;*/
}

.move {
    position: relative;
    width: 100%;
    padding-top: 56.25%;
}

.move iframe {
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
}

@media (min-width: 767px) {
    .staff .story {
        margin: 20px 0 0 0;
        padding: 15px 0 15px 0;
        /*min-height: 450px;*/
        background: #f8f8f8;
        /*border-bottom: 2px solid #FF0000;*/
    }
}

@media (min-width: 765px) and (max-width: 990px) {
    .staff .story {
        /*min-height: 500px;*/
    }
}

@media (min-width: 991px) and (max-width: 1200px) {
    .staff .story {
        /*min-height: 550px;*/
    }
}

.staff .story h2 {
    margin-top: 10px;
    padding: 0 10px;
    /*font-family: 'Droid Sans', Helvetica, Arial, sans-serif;*/
    font-size: 16px;
    font-weight: bold;
    color: #5d5d5d;
    /*text-transform: uppercase;*/
    text-shadow: 0 1px 0 rgba(255, 255, 255, .7);
}

.staff .story h3 {
    margin-top: 0;
    padding: 0 10px;
    /*font-family: 'Droid Sans', Helvetica, Arial, sans-serif;*/
    font-size: 12px;
    font-weight: normal;
    color: #5d5d5d;
    /*text-transform: uppercase;*/
    text-shadow: 0 1px 0 rgba(255, 255, 255, .7);
}

.staff .story p {
    padding: 0 0 10px 0;
    text-align: left;
    /*line-height: 24px;*/
}

.staff .story ul {
    overflow: hidden;
    margin: 0 auto;
    padding: 0;
    list-style: none;
    text-align: center;
}

.staff .story ul li {
    display: inline-block;
    /display: inline;
    /zoom: 1;
    margin: 0 0 10px 0;
    text-align: center;
}

.staff .story ul li.none {
    display: none;
}

.staff .story ul li:first-child {
    margin-right: 7px;
}

/*
a.btn_staff {
	display: inline-block;
	width: 100px;
	margin: 0 auto;
	padding: 10px 10px 8px 10px;
	font-size: 14px;
	font-weight: normal;
	letter-spacing: 0.1em;
	text-align: center;
	color: #D90000;
	text-decoration: none;
	border: 2px solid #D90000;
	background-size: auto 18px;
	border-radius: 3px;
	box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}
a.btn_staff:hover{
	color: #FFF;
	text-decoration: none;
	background: #D90000;
	background-size: auto 18px;
	transition: background 0.5s linear 0;
	-moz-transition: background 0.5s linear 0;
	-webkit-transition: background 0.5s linear 0;
	-o-transition: background 0.5s linear 0;
	-ms-transition: background 0.5s linear 0;
}
*/

@media (max-width: 767px) {
    .staff .story {
        text-align: left;
        margin: 20px 0 0 0;
        padding: 15px 0 0 0;
        background: #f8f8f8;
        /*border-bottom: 2px solid #FF0000;*/
    }

    .staff .story h2 {
        padding: 0;
    }

    .staff .story h3 {
        padding: 0;
    }

    .staff .story p {
        margin: 0;
        padding: 0 0 10px 0;
    }

    .staff .story img {
        margin: 0;
        padding: 0 0 0 0;
    }

    .staff .story ul {
        width: 100%;
        margin: 0;
        padding: 0;
        /*text-align: right;*/
    }

    .staff .story ul li {
        margin: 0 0 10px 0;
        padding: 0;
        width: 100%;
    }

    .staff .story ul li a.btn {
        width: 100%;
    }
}

/********** ----- Recruit スタッフ募集 ----- **********/
.recruit {
    margin-top: 50px;
    padding-bottom: 50px;
    text-align: left;
}

.recruit h4 {
    margin-top: 25px;
    padding: 0 0;
    font-family: 'Droid Sans', Helvetica, Arial, sans-serif;
    font-size: 16px;
    color: #5d5d5d;
    text-transform: uppercase;
    text-shadow: 0 1px 0 rgba(255, 255, 255, .7);
}

/*.recruit p {
    padding: 0 20px;
    line-height: 28px;
    font-size: 13px;
}*/

.recruit table th {
    background-color: #EEE;
    /*white-space: nowrap;*/
    width: 15%;
}

a.btn_recruit_tel {
    display: inline-block;
    width: auto;
    margin: 0 auto;
    padding: 10px 30px 8px 30px;
    font-size: 14px;
    font-weight: normal;
    letter-spacing: 0.1em;
    text-align: center;
    color: #D90000;
    text-decoration: none;
    /*background: #FD7553;*/
    border: 2px solid #D90000;
    background-size: auto 18px;
    border-radius: 3px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}

a.btn_recruit_tel:hover {
    color: #FFF;
    text-decoration: none;
    background: #D90000;
    background-size: auto 18px;
    transition: background 0.5s linear 0;
    -moz-transition: background 0.5s linear 0;
    -webkit-transition: background 0.5s linear 0;
    -o-transition: background 0.5s linear 0;
    -ms-transition: background 0.5s linear 0;
}

/********** ----- TOPICS　お知らせ ----- **********/
.topics-page {
    margin-top: 50px;
    padding-bottom: 50px;
    text-align: left;
}

.topics-page-txt {
    padding-bottom: 20px;
}

.topics-page h2 {
    margin-top: 25px;
    padding: 0 0;
    font-family: 'Droid Sans', Helvetica, Arial, sans-serif;
    font-size: 20px;
    line-height: 1.6em;
    color: #5d5d5d;
    text-transform: uppercase;
    text-shadow: 0 1px 0 rgba(255, 255, 255, .7);
}

.topics-page h3 {
    margin-top: 25px;
    padding: 0 0;
    font-family: 'Droid Sans', Helvetica, Arial, sans-serif;
    font-size: 16px;
    line-height: 1.6em;
    color: #5d5d5d;
    /*text-transform: uppercase;*/
    text-shadow: 0 1px 0 rgba(255, 255, 255, .7);
}

.topics-page h3.bgred {
    display: inline;
    margin-top: 25px;
    padding: 5px 15px;
    font-family: 'Droid Sans', Helvetica, Arial, sans-serif;
    font-size: 16px;
    line-height: 1.6em;
    color: #FFF;
    background-color: #D90000;
    /*text-transform: uppercase;*/
    text-shadow: none;
    border-radius: 3px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}

.topics-page i {
    padding-right: 7px;
}

.topics-page ul {
    overflow: hidden;
    margin: 20px auto;
    padding: 0;
    list-style: none;
}

.topics-page ul li {
    margin: 0 0 10px 0;
}

.fa-check-square,
.fa-check-circle,
.fa-female,
.fa-chevron-circle-right {
    color: #D90000;
}

.fa-male {
    color: #00468C;
}

.topics-page ul.appeal {
    overflow: hidden;
    margin: 30px auto 10px auto;
    padding: 30px 10px 20px 10px;
    ;
    list-style: none;
    text-align: center;
    background-color: #F2F2F2;
    border-radius: 3px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}

.topics-page ul.appeal li {
    display: inline-block;
    /display: inline;
    /zoom: 1;
    margin: 0 0 10px 0;
    text-align: center;
    font-size: 16px;
    text-transform: uppercase;
    text-shadow: 0 1px 0 rgba(255, 255, 255, .7);

}

.topics-page ul.appeal_list {
    overflow: hidden;
    margin: 0 auto 10px auto;
    padding: 30px 10px 20px 10px;
    ;
    list-style: none;
    text-align: left;
    background-color: #F2F2F2;
    border-radius: 3px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}

.topics-page ul.appeal_list li {
    margin: 0 0 15px 0;
    text-align: left;
    font-size: 16px;
    text-transform: uppercase;
    text-shadow: 0 1px 0 rgba(255, 255, 255, .7);

}

.topics-page ul.appeal_list li p {
    font-size: 14px;
    text-transform: uppercase;
    text-shadow: 0 1px 0 rgba(255, 255, 255, .7);

}

ul.photo_list {
    overflow: hidden;
    list-style: none;
    width: 100%;
    margin: 0;
    padding: 0;
}

ul.photo_list li {
    float: left;
    margin: 0;
    padding: 0;
    width: 16.666%;
    height: auto;
    position: relative;
    /*border: 1px solid red;*/
}

.gold {
    color: #D9A300;
}

.silver {
    color: #AAAAAA;
}

.green {
    color: #1A6600;
}

.red {
    color: #D90000;
}

.blue {
    color: #00468C;
}

.yellow {
    color: #FFBF00;
}

.pink {
    color: #FF7373;
}

i.fa-leaf {
    color: #8BBC44;
}

.topics-page h4.maibu {
    margin-top: 10px;
    padding: 10px;
    /*font-family: 'Droid Sans', Helvetica, Arial, sans-serif;*/
    font-size: 14px;
    font-weight: bold;
    text-align: center;
    line-height: 1.6em;
    color: #FFF;
    /*text-transform: uppercase;*/
    background: #8BBC44;
    border-radius: 5px;
}

ul.text-large {
    font-size: 15px;
}


/********** ----- Hello CLOUD. ----- **********/
.topics-page h2.svg img {
    width: auto;
    height: 20px;
}

.hello_slider {
    padding: 0;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    border-radius: 0;
}

.mt05 {
    margin-top: 5px !important;
}

.mt10 {
    margin-top: 10px !important;
}

.mt15 {
    margin-top: 15px !important;
}

.mt20 {
    margin-top: 20px !important;
}

.mt25 {
    margin-top: 25px !important;
}

.mt30 {
    margin-top: 30px !important;
}

.mt35 {
    margin-top: 35px !important;
}

.mt40 {
    margin-top: 40px !important;
}

.mt45 {
    margin-top: 45px !important;
}

.mt50 {
    margin-top: 50px !important;
}

.mt60 {
    margin-top: 60px !important;
}

.mt70 {
    margin-top: 70px !important;
}

.mt80 {
    margin-top: 80px !important;
}

.mb05 {
    margin-bottom: 5px !important;
}

.mb10 {
    margin-bottom: 10px !important;
}

.mb15 {
    margin-bottom: 15px !important;
}

.mb20 {
    margin-bottom: 20px !important;
}

.mb25 {
    margin-bottom: 25px !important;
}

.mb30 {
    margin-bottom: 30px !important;
}

.mb35 {
    margin-bottom: 35px !important;
}

.mb40 {
    margin-bottom: 40px !important;
}

.mb45 {
    margin-bottom: 45px !important;
}

.mb50 {
    margin-bottom: 50px !important;
}

.mb60 {
    margin-bottom: 60px !important;
}
