/* グローバルスタイル */

body {
    font-size: 18px;
    background-image: url("../img/bg_img.png");
    width: 100%;
    font-family: 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', 'Hiragino Kaku Gothic Pro', 'ヒラギノ角ゴ Pro W3', 'Meiryo', 'メイリオ', 'MS PGothic', 'ＭＳ Ｐゴシック', Helvetica, Arial, sans-serifs;
    -webkit-text-size-adjust: 100%;
}

a {
    display: block;
}

p {
    margin: 0;
}

ul {
    padding-left: 0;
}

li {
    list-style: none;
}

.spacer {
    height: 25px;
}

.line-01 {
    width: 75%;
}

.red-big,
h1,
h2,
h3,
.profile-text-2 {
    font-family: 'Quicksand', 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', 'Hiragino Kaku Gothic Pro', 'ヒラギノ角ゴ Pro W3', 'Meiryo', 'メイリオ', 'MS PGothic', 'ＭＳ Ｐゴシック', Helvetica, Arial, sans-serifs;
}

img {
    width: 100%;
    display: block;
    margin: 0 auto;
}


/* 装飾（赤太大文字） */

.red-big {
    color: #f00;
    font-weight: bold;
    font-size: 22px;
}

#wrap {
    margin: 0 auto;
    max-width: 1080px;
}

#contents {
    background: #ff6f9c;
    box-shadow: 0 0 5px rgb(154, 42, 64);
    margin-top: 10px;
    border-radius: 10px;
    overflow: hidden;
}


/* リボン5 */

.ribbon_5 {
    box-sizing:border-box;
    font-size: 22px !important;
    width: 100%;
    position: relative;
    background: #ff6f9c;
    color: #fff;
    text-align: center;
    padding: 0.5em 1em;
    margin: 0 auto 0.5em;
    border-top-left-radius: 10px; 
    border-top-right-radius: 10px;
    border-bottom: 4px solid #18ad97;
}.ribbon_4 {
    box-sizing:border-box;
    font-size: 22px !important;
    width: 100%;
    position: relative;
    background: #fff;
    color: #ff6f9c;
    text-align: left;
    padding: 0.5em 1em;
    margin: 0 auto 0.5em;
    border-top-left-radius: 10px; 
    border-top-right-radius: 10px;
    border-bottom: 4px solid #18ad97;
}

.ribbon-content_5 {
    margin: 0 !important;
}

.ribbon_5 .ribbon-content_5:after {
    right: 0;
    border-width: 1em 1em 0 0;
}


/* ヘッダー */
.header{
    display: flex;
    justify-content: space-between;
}

.header-logo {

    width: 30%;
}

.header-tell {
    position: relative;

    margin-top: 10px;
    width: 500px;
    margin-right: 10px;
}

.mail-btn{
    position: absolute;
    width: 100%;
    right: 0;
    transition: .3s;
    opacity:1;
}

.mail-btn:hover{
    opacity: .8;
}

/* ナビゲーション */

.top-nav-inner {
    display: flex;
    justify-content: space-around;
    margin: 0 0;
    border-bottom: 2px solid #ff6f9c;
    background: #fff;

}

.top-nav-button {
    position: relative;
    border-right: 1px solid #fff;
}

.top-nav-button:after {
    position: absolute;
    content: "";
    width: 100%;
    height: 40px;
    bottom: 0;
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+0,ffffff+100&0+0,1+100;White+to+Transparent */
    background: -moz-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, rgba(255,255,255,0) 0%,rgba(255,255,255,1) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, rgba(255,255,255,0) 0%,rgba(255,255,255,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#ffffff',GradientType=0 ); /* IE6-9 */
    transition: .3s;
    left: 0;
    z-index: -1;
}

.top-nav-button:hover:after {
    position: absolute;
    content: "";
    height: 0;
    bottom: 0;
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+0,cfffb7+100&0+0,1+100 */
    background: -moz-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(207,255,183,1) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, rgba(255,255,255,0) 0%,rgba(207,255,183,1) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, rgba(255,255,255,0) 0%,rgba(207,255,183,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#cfffb7',GradientType=0 ); /* IE6-9 */
}

.top-nav-button:last-of-type {
    border: none;
}

.top-nav-button a img {
    display: block;
    margin: 0 auto;
    margin-top: 5px !important;
    transition: .1s;
}

.top-nav-button a img:hover {
    width: 95%;
    transform:scale(0.98);
}


/* キービジュアル */
.keyvisual {
    width: 100%;
}

.keyvisual img {
    border-bottom: 2px solid #ff6f9c;
    margin: 0;
}


/* メインエリア */

.main {
    display: flex;
    margin-top: 10px;
    padding: 0 10px 10px 10px;
    justify-content: space-around;
}


/* サイドメニュー */

.sidemenu {
    margin-right: 10px;
}

.sidemenu .side-banner {
    width: 100%;
    margin-bottom: 10px;
    margin-top: 10px;
    transition: .3s;
}
.sidemenu .side-banner:first-of-type{
    margin-top: 0;
}

.sidemenu .side-banner:hover {
    opacity: 0.8;
}

.sidemenu ul {
    width: 100%;
    margin: 0 auto;
}

.sidemenu ul {
    margin-top: 0;
}

.sidemenu ul li {
    border-radius: 10px;
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#9dff00+1,000000+100&0+0,0+100 */
    background: -moz-linear-gradient(left, rgba(157,255,0,0) 0%, rgba(157,255,0,0) 1%, rgba(0,0,0,0) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(left, rgba(157,255,0,0) 0%,rgba(157,255,0,0) 1%,rgba(0,0,0,0) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right, rgba(157,255,0,0) 0%,rgba(157,255,0,0) 1%,rgba(0,0,0,0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#009dff00', endColorstr='#00000000',GradientType=1 ); /* IE6-9 */
    background-repeat: no-repeat;
    background-position: -200px 0;
    transition: .3s;
    padding-top: 10px;
}

.sidemenu ul li:hover {
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#9dff00+1,000000+100&0.31+0,0+100 */
    background: -moz-linear-gradient(left, rgba(157,255,0,0.31) 0%, rgba(157,255,0,0.31) 1%, rgba(0,0,0,0) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(left, rgba(157,255,0,0.31) 0%,rgba(157,255,0,0.31) 1%,rgba(0,0,0,0) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right, rgba(157,255,0,0.31) 0%,rgba(157,255,0,0.31) 1%,rgba(0,0,0,0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4f9dff00', endColorstr='#00000000',GradientType=1 ); /* IE6-9 */
    background-repeat: no-repeat;
    background-position: 0 0;
}

.sidemenu ul li img {
    width: 90%;
    margin-left: 8%;
}

/* メインコンテンツ */

.welcome {
    margin-bottom: 20px;
    width: 90%;
}

.main-contents {
    color: #ff6f9c;
    padding: 10px;
    width: 85%;
    text-align: center;
    background: #fff;
    border-radius: 10px;
}

.main-contents p {
    margin: 20px 0;
}


/* フッター店舗情報 */

.footer-info {
    display: flex;
    justify-content: center;
    align-items: flex-start;
    color: #fff;
    margin-top: 20px;
}

.footer-info-logo {
    width: 20%;
    margin-right: 10px;
}

.footer-info-sitemap{
    margin-right: 40px;
    padding-left: 20px;
    border-left: 1px solid #ff6f9c;
}
.footer-info-sitemap li ul {
    margin: 0;
}
.footer-info-sitemap li ul a {
    transition: .3s;
    text-decoration: none;
    color: #fff;
}
.footer-info-sitemap li ul a:hover {
    text-decoration: none;
    color: #ffe0e6;
}
.footer-info-text {
    width: 30%;
}

/* コピーライト */

.copy {
    text-align: center;
    margin: 10px 0;
    color: #fff;
}


/* トップへ行く */

.btn-top {
    position: relative;
    width: 100%;
    margin: 0 auto;
    background: #ff6f9c;
    color: #fff;
    height: 45px;
    text-align: center;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    box-shadow: 0 0 5px rgb(154, 42, 64);
}

.btn-top .top-anim {
    position: absolute;
    left: 0;
    right: 0;
    top: 15px;
    transition: .3s;
    font-size: 16px;
}

.btn-top:hover .top-anim {
    top: -20px;
    font-size: 20px;
    color: #ff6f9c;
}

.btn-top .top-text {
    position: absolute;
    top: 15px;
    font-size: 13px;
    left: 0;
    right: 0;
    color: transparent;
    transition: .3s;
}

.btn-top:hover .top-text {
    color: #fff;
}


/*
---------------------------------------

以下下層ページ用スタイル
※クラス名の重複などに注意

---------------------------------------
*/


/* メイド紹介ページ */

.profile-flex {
    display: flex;
    justify-content: space-around
}

.profile-inner {
    width: 30%;
    height: 260px;
    border: 1px solid #ff6f9c;
    margin-bottom: 20px;
}

.profile-inner img {
    width: 90%;
    margin-top: 10px;
    margin-bottom: 10px;
}

.profile-text-1,
.profile-text-2 {
    line-height: 18px;
    text-align: center;
}

.profile-text-1 {
    font-size: 18px;
}

.profile-text-2 {
    font-size: 16px;
}


/* アクセスページ */

.access-box {
    border:1px solid #ff6f9c;
    width: 97%;
    padding: 10px;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    margin-bottom: 10px;
    border-radius: 10px;
}
.access-box:nth-of-type(3) {
margin-bottom: 0;
}
.access-text {
    text-align: left;
    width: 50%;
}

.access-text table {
    width: 100%;
}

.access-text table tbody tr td:first-of-type {
    width: 30%;
}

.access-text p {
    font-size: 22px;
    font-weight: bold;
    margin-top: 0;
}

.access-box>img {
    width: 50%;
}

/* 求人情報 */

.pc-recruit{
    width: 640px;
}