@charset "utf-8";
/* 基本設定・共通
--------------------------------------------------------------*/
html {
    min-height: 100%;
}
body {
    background: #fff url(../img/cmn/bg01.jpg) no-repeat center bottom;
    background-size: 100% auto;
    color: #444;
    font-size: 14px;
}
a {
    color: #16cca3;
}
.container {
    width: 960px;
    margin: 0 auto;
}
img {
    max-width: 100%;
    height: auto;
}
/* ヘッダー
--------------------------------------------------------------*/
header {}
#sp_menu_btn, #sp_menu {
    display: none;
}
#global ul li {
    float: left;
}
#global ul li a {
    display: block;
    height: 45px;
    line-height: 45px;
    border-right: 2px dotted #666;
    color: #444;
    text-align: center;
    font-size: 18px;
    font-weight: bold;
}
#global ul li:first-child a {
    border-left: 2px dotted #666;
}
#global ul li a:hover {
    background: #e1f0f9;
}
header .privacy a {
    display: block;
    background: #fff;
    line-height: 1;
    width: 190px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    border: 2px solid #16cca3;
    text-align: center;
    padding: 10px 0;
    font-size: 14px;
    font-weight: bold;
}
header .privacy a i {
    font-size: 18px;
}
header .privacy a:hover i {
    -webkit-transform: translateX(3px);
    transform: translateX(3px);
}
/* top ----------------------- */
#header_top {
    position: relative;
    margin-bottom: 50px;
}
#header_top .inner {
    position: absolute;
    width: 960px;
    top: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    z-index: 2;
}
#header_top .inner h1 {
    float: left;
    line-height: 0;
}
#header_top .inner .privacy {
    float: right;
    padding-top: 20px;
}
/* スライド */
#slide {
    width: 100%;
    height: 600px;
    overflow: hidden;
    margin-bottom: 20px;
}
.slide {
    width: 100%;
    font-size: 0 !important;
    letter-spacing: 0 !important;
    line-height: 0 !important;
}
.slide img {
    height: 100%;
}
.slideCell {
    /*display: block;
	float: left;*/
    display: inline-block;
}
/* navi */
#header_top #global ul li {
    width: 160px;
}
/* 下層 ----------------------- */
#header_sub {
    margin-bottom: 15px;
}
#header_sub > .container {
    position: relative;
    margin-bottom: 20px;
}
#header_sub h1 {
    float: left;
    padding-top: 20px;
}
#header_sub .privacy {
    position: absolute;
    top: 20px;
    right: 0;
}
#header_sub #global {
    float: right;
    padding-top: 90px;
}
#header_sub #global ul li {
    width: 135px;
}
#header_sub .title {
    width: 100%;
    height: 200px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}
#header_sub .title .bg {
    background: #16cca3 url(../img/cmn/bg03.png) no-repeat left top;
    width: 320px;
    height: 200px;
}
#header_sub .title .bg h2 {
    position: relative;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    font-size: 36px;
    font-weight: bold;
    color: #fff;
    width: 100%;
    text-align: center;
}
/* フッター
--------------------------------------------------------------*/
footer {
    width: 100%;
    background: rgba(17, 170, 136, 0.84);
    text-align: center;
    padding: 40px 0 20px;
    color: #fff;
}
footer .container {
    position: relative;
}
footer nav {
    margin-bottom: 35px;
}
footer nav a {
    color: #fff;
}
footer nav a:hover {
    text-decoration: underline;
}
footer nav ul {
    font-size: 0;
}
footer nav ul li {
    display: inline-block;
    font-size: 14px;
    line-height: 1;
    padding: 0 20px;
}
footer nav ul li + li {
    border-left: 1px solid #fff;
}
#copy small {
    font-size: 12px;
}
#to_top {
    position: absolute;
    top: -90px;
    right: 0;
}
#to_top a {
    display: block;
    width: 60px;
    height: 50px;
    -webkit-border-radius: 10px 10px 0 0;
    border-radius: 10px 10px 0 0;
    background: rgba(17, 170, 136, 0.84);
    color: #fff;
    font-size: 60px;
}
#to_top a i {
    display: block;
    top: 50%;
    position: relative;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}
#to_top a:hover i {
    -webkit-transform: translateY(-58%);
    transform: translateY(-58%);
}
/* トップページ
--------------------------------------------------------------*/
#top {
    margin-bottom: 130px;
}
/* banner */
#top_banner01, #top_banner02 {
    line-height: 0;
}
#top_banner02 {
    margin-bottom: 50px;
}
#top_banner01 li, #top_banner02 li {
    float: left;
    margin-bottom: 10px;
}
#top_banner01 li:first-child {
    margin-right: 10px;
}
#top_banner02 li {
    margin-right: 10px;
}
#top_banner02 li:nth-child(4n) {
    margin-right: 0;
}/* おくすり予約 */
.flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.ul_yoyaku  {
    justify-content: space-between;
    margin: 0 0 40px 0;
}
.ul_yoyaku > li {
    text-align: center;
}
.ul_yoyaku_shop {
    justify-content: space-evenly;
}
.ul_yoyaku .btn {
    border: 1px solid #07c753 ;
    padding: 6px 60px;
    border-radius: 100px;
    text-align: center;
    line-height: 1em;
    color: #666;
    font-weight: 900;
    margin: 10px 0;
    display: block;
    position: relative;
}
.ul_yoyaku a.btn:hover {
    background: #04c655;
    color: #fff;
}
.ul_yoyaku .btn2 {
    margin: 10px auto;
    border: 1px solid #db4d41 ;
    display: inline-block;
}
.ul_yoyaku a:hover .btn2 {
    background: #db4d41;
    color: #fff;
}
.ul_yoyaku .btn i {
    position: absolute;
    right: 10px;color: #04c655;
}
.ul_yoyaku .btn:hover i {
    color: #fff;
}
@media (max-width: 960px) {
    .ul_yoyaku  {
    flex-wrap: wrap;
    margin: 0 0 20px 0;
    }
    .ul_yoyaku > li:nth-child(1)  {
    margin: 0 0 20px 0;
    }
    .ul_yoyaku .btn {
    padding: 5px 45px;
    } 
}
/* news */
#top_news {
    position: relative;
}
#top_news h2 {
    background: url(../img/cmn/bg02.png) no-repeat 10px top;
    padding: 0 0 13px 45px;
    font-size: 24px;
    font-weight: bold;
    border-bottom: 2px solid #bbb;
    line-height: 1;
    margin-bottom: 20px;
}
#top_news dl {
    padding: 0 10px;
}
#top_news dl dt {
    width: 100px;
    padding: 0 0 13px 10px;
    float: left;
}
#top_news dd {
    wdith: 100%;
    padding: 0 10px 13px 100px;
    border-bottom: 2px dotted #ccc;
    margin-bottom: 10px;
}
#top_news dl dd a {
    color: #444;
}
#top_news dl dd a:hover {
    text-decoration: underline;
}
#top_news .more {
    position: absolute;
    top: 0;
    right: 10px;
}
#top_news .more a {
    color: #444;
    font-size: 16px;
}
#top_news .more a i {
    font-size: 22px;
    color: #16cca3;
    vertical-align: top;
}
#top_news .more a:hover i {
    -webkit-transform: translateX(3px);
    transform: translateX(3px);
}
/* 下層共通
--------------------------------------------------------------*/
article {
    margin-bottom: 130px;
}
.title01 {
    background: url(../img/cmn/bg02.png) no-repeat 10px top;
    padding: 0 0 13px 45px;
    font-size: 24px;
    font-weight: bold;
    border-bottom: 2px solid #bbb;
    line-height: 1;
    margin-bottom: 20px;
}
.title02 {
    background: url(../img/cmn/bg04.png) no-repeat left top;
    font-size: 22px;
    font-weight: bold;
    padding-left: 30px;
    margin-bottom: 20px;
}
#bread {
    font-size: 12px;
    margin-bottom: 40px;
}
#bread a {
    color: #444;
}
#bread a:hover {
    text-decoration: underline;
}
.list01 {
    margin-bottom: 20px;
}
.list01 li {
    float: left;
    margin: 0 20px 20px 0;
}
.list01 li:nth-child(4n) {
    margin-right: 0;
}
.list01 li a {
    position: relative;
    display: block;
    width: 225px;
    height: 60px;
    border: 5px solid #16cca3;
    line-height: 50px;
    padding-left: 15px;
    font-size: 18px;
    font-weight: bold;
    color: #444;
    letter-spacing: 0.1em;
}
.list01 li a::after {
    display: block;
    position: absolute;
    content: "▼";
    color: #16cca3;
    font-size: 14px;
    top: 0;
    right: 15px;
}
.list01 li a:hover::after {
    top: 5px;
}
.sec_shop {
    position: relative;
}
.sec_shop .sticky_nav {
    position: sticky;
    top: 0;
    background: #ffffffbf;
    z-index: 10;
    padding: 30px 0 0 0;
}
.sec_shop .list01 li a {
    background: #fff;
}
.sec_shop .line_yoyaku {}
.sec_shop .line_yoyaku a {
    display: flex;
    align-items: center;
    color: #00b901;
    font-size: 16px;
    letter-spacing: 0.1em;
}
.sec_shop .line_yoyaku a:hover {
    opacity: 0.7;
}
.sec_shop .line-green {
    color: #00B900;
    margin: 0 10px 0 0;
    font-size: 40px;
}
@media (max-width: 960px) {
    .sec_shop .sticky_nav {
        padding: 10px 0 5px 0;
    }
    .sec_shop .mb40 {
        margin-bottom: 0px !important;
    }
}
/* 会社概要
--------------------------------------------------------------*/
#about_h2 {
    background-image: url(../img/about/bg01.jpg);
}
#about section {
    margin-bottom: 60px;
}
#about_greeting .img, #about_greeting .txt {
    height: 430px;
}
#about_greeting .img {
    float: right;
    width: 514px;
}
#about_greeting .txt {
    float: left;
    background: url(../img/about/bg02.jpg) no-repeat left top;
    width: 446px;
    font-family: "ヒラギノ明朝 ProN W6", "HiraMinProN-W6", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
    padding: 25px 25px 0;
}
#about_greeting .txt h4 {
    font-size: 24px;
    margin-bottom: 10px;
}
#about_greeting .txt p {
    font-size: 14px;
    line-height: 20px;
}
#about_greeting .txt p.sign {
    font-size: 14px;
    line-height: 20px;
    text-align: right;
    margin-top: 10px;
}
#about_greeting .txt p.sign span {
    font-size: 18px;
}
#about_company dl {
    margin: 0 10px;
    line-height: 1;
    border-top: 2px dotted #ccc;
}
#about_company dl dt {
    padding: 25px 0 25px 20px;
    width: 130px;
    float: left;
}
#about_company dl dd {
    width: 100%;
    padding: 25px 0 25px 130px;
    border-bottom: 2px dotted #ccc;
}
#about_access iframe {
    border: 5px solid #ddd;
}
#about_access p {
    text-align: right;
}
#about_access a {
    color: #444;
    text-decoration: underline;
}
#about_access a:hover {
    text-decoration: none;
}
/* スタッフの声
--------------------------------------------------------------*/
#voice_h2 {
    background-image: url(../img/voice/bg01.jpg);
}
#voice .title01 {
    margin-bottom: 50px;
}
#voice .staff {
    margin-bottom: 55px;
    padding: 0 30px;
}
#voice .staff h4 {
    text-align: center;
    font-size: 26px;
    color: #10c59d;
    margin-bottom: 30px;
}
#voice .staff h4::before, #voice .staff h4::after {
    display: inline-block;
    content: "";
    width: 60px;
    height: 40px;
    vertical-align: middle;
}
#voice .staff h4::before {
    background: url(../img/voice/bg02.png) no-repeat left top;
}
#voice .staff h4::after {
    background: url(../img/voice/bg03.png) no-repeat left top;
    margin-left: 10px;
}
#voice .staff h5 {
    font-size: 20px;
    color: #10c59d;
    margin-bottom: 15px;
}
#voice .staff .txt {
    font-size: 15px;
}
#voice .staff .txt {
    width: 520px;
}
#voice .staff:nth-of-type(odd) .img, #voice .staff:nth-of-type(even) .txt {
    float: right;
}
#voice .staff:nth-of-type(even) .img, #voice .staff:nth-of-type(odd) .txt {
    float: left;
}
/* 募集要項
--------------------------------------------------------------*/
#recruit_h2 {
    background-image: url(../img/recruit/bg01.jpg);
}
#recruit .shop {
    margin-bottom: 50px;
}
#recruit .shop table {
    width: 100%;
    table-layout: fixed;
    border-spacing: 2px 2px;
    border-collapse: separate;
}
#recruit .shop table th, #recruit .shop table td {
    padding: 20px 35px;
    font-size: 16px;
}
#recruit .shop table th {
    background: #d6f6ea;
    vertical-align: middle;
    width: 170px;
}
#recruit .shop table td {
    background: #eaeaea;
}
#recruit .shop table .col02 {
    width: 190px;
}
#recruit .shop table .col03 {
    width: 430px;
}
/* 店舗情報
--------------------------------------------------------------*/
#shop_h2 {
    background-image: url(../img/shop/bg01.jpg);
}
#shop .shop {
    margin-bottom: 50px;
}
#shop .shop .img {
    float: left;
}
#shop .shop .map {
    float: right;
}
#shop .shop .map p {
    text-align: right;
    margin-bottom: 15px;
}
#shop .shop .map a {
    color: #444;
    text-decoration: underline;
}
#shop .shop .map a:hover {
    text-decoration: none;
}
#shop .shop dl {
    display: table;
    width: 100%;
    table-layout: fixed;
    padding: 12px 0;
    border-bottom: 2px dotted #ccc;
}
#shop .shop dl:first-of-type {
    border-top: 2px dotted #ccc;
}
#shop .shop dl dt, #shop .shop dl dt {
    display: table-cell;
}
#shop .shop dl dt {
    padding-left: 20px;
    vertical-align: middle;
    width: 170px;
}
#shop .shop dl dd {
    padding-right: 20px;
}
#shop .shop dl dd ul li {
    display: inline-block;
}
/* お問い合わせ
--------------------------------------------------------------*/
#contact_h2 {
    background-image: url(../img/contact/bg01.jpg);
}
#contact .intro {
    background: url(../img/contact/bg02.png) repeat;
    padding: 20px;
    margin-bottom: 20px;
}
#contact .intro p.catch {
    font-size: 20px;
    font-family: "ヒラギノ明朝 ProN W6", "HiraMinProN-W6", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
    color: #08a784;
    margin-bottom: 15px;
}
#contact .intro h4 {
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 5px;
}
#contact .intro a {
    text-decoration: underline;
}
#contact .intro a:hover {
    text-decoration: none;
}
.ls-5 {
    letter-spacing: -0.5em;
}
#contact .form {
    background: #fff;
    border: 5px solid #eee;
    padding: 30px 60px;
}
#contact .form .req {
    color: #f55;
}
#contact .form p {
    margin-bottom: 20px;
}
#contact .mw_wp_form_input .confirm_m, #contact .mw_wp_form_confirm .input_m {
    display: none;
}
#contact .form dl {
    border-top: 2px dotted #ccc;
    margin-bottom: 35px;
}
#contact .form dl:first-of-type {
    border-top: 2px dotted #ccc;
}
#contact .form dl dt {
    padding: 23px 0 20px 25px;
    width: 225px;
    float: left;
    min-height: 73px;
}
#contact .form dl dd {
    padding: 20px 50px 25px 225px;
    border-bottom: 2px dotted #ccc;
    min-height: 75px;
}
#contact .mw_wp_form_confirm .form dl dd {
    padding-top: 23px;
}
#contact .form dl dd .horizontal-item {
    margin-right: 20px;
    line-height: 24px;
}
#contact .form dl dd .horizontal-item:nth-of-type(3) {
    margin-right: 0;
}
#contact .form dl dd .horizontal-item:nth-of-type(3)::after {
    content: "";
    display: block;
    width: 0;
    height: 0;
}
.mw_wp_form .horizontal-item + .horizontal-item {
    margin-left: 0 !important;
}
.mwform-checkbox-field input, .mwform-radio-field input {
    margin-top: 5px !important;
    margin-right: 2px !important;
    vertical-align: top;
}
#contact .form dl dd input[type=text], #contact .form dl dd input[type=email], #contact .form dl dd textarea {
    width: 100%;
    -webkit-appearance: none;
}
#contact .form dl dd input[type=text], #contact .form dl dd input[type=email] {
    height: 30px;
}
#contact .form dl dd textarea {
    height: 150px;
}
#contact .form .btn {
    text-align: center;
}
#contact .form .btn input {
    width: 240px;
    height: 40px;
    background: #16cca3;
    color: #fff;
    border: none;
    -webkit-appearance: none;
    font-size: 18px;
    font-weight: bold;
    font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    text-decoration: none;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
    cursor: pointer;
    margin: 0 5px;
}
#contact .form .btn input:hover {
    background: #08a784;
}
#contact p.complete_m {
    padding: 100px 0;
    text-align: center;
    font-size: 18px;
}
/* プライバシーポリシー
--------------------------------------------------------------*/
#privacy_h2 {
    background-image: url(../img/privacy/bg01.jpg);
}
#privacy p {
    margin-bottom: 20px;
}
#privacy h4 {
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 5px;
}
/* 新着情報
--------------------------------------------------------------*/
#news_h2 {
    background-image: url(../img/news/bg01.jpg);
}
#news .main {
    float: left;
    width: 730px;
    padding-top: 15px;
    margin-bottom: 130px;
}
#news .side {
    float: right;
    width: 200px;
    text-align: center;
}
#news .side h4 a {
    display: block;
    background: #16cca3;
    height: 45px;
    line-height: 45px;
    color: #fff;
    border: 1px solid #dedede;
    border-bottom: none;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    font-size: 16px;
}
#news .side ul li a {
    display: block;
    height: 45px;
    line-height: 45px;
    color: #303030;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    font-weight: normal;
    text-align: center;
    letter-spacing: 0;
    position: relative;
    background: #fff url(../img/news/arrow_right01.png) no-repeat 10px center;
}
#news .side ul li a:hover {
    background-position: 15px center;
}
#news .side ul li {
    border: 1px solid #dedede;
    overflow: hidden;
}
#news .side h4 a:hover {
    background: #08a784;
    text-decoration: none;
}
#news .side ul li a:hover {
    background: #eee;
    text-decoration: none;
}
.wp-pagenavi span, .wp-pagenavi a {
    background: #fff;
}
#news .main .posts {
    margin-bottom: 30px;
    padding-bottom: 30px;
    border-bottom: 1px solid #dedede;
}
#news .main .posts h1 {
    margin-bottom: 30px;
    font-size: 18px;
    text-align: left;
    color: #444;
    min-height: 21px;
}
#news .main .posts h1 a {
    color: #444;
}
#news .main .posts .post_date {
    height: 20px;
    line-height: 20px;
    margin-bottom: 15px;
}
#news .main .posts .post_content {
    line-height: 30px;
}
#news .main .posts .post_content p {
    display: block;
    margin-bottom: 10px;
}
#news .main .posts .post_content strong {
    font-weight: bold;
}
#news .main .posts .post_content em {
    font-style: italic;
}
#news .main .posts .post_content blockquote {
    display: block;
    -webkit-margin-before: 1em;
    -webkit-margin-after: 1em;
    -webkit-margin-start: 20px;
    -webkit-margin-end: 20px;
}
#news .main .posts .post_content .aligncenter {
    display: block;
    margin: 0 auto;
}
#news .main .posts .post_content .alignright {
    float: right;
    margin-left: 10px;
}
#news .main .posts .post_content .alignleft {
    float: left;
    margin-right: 10px;
}
#news .main .posts .post_content img[class*="wp-image-"], #info .main .posts .post_content img[class*="attachment-"] {
    height: auto;
    max-width: 100%;
}
/*=============================================================================================================

 レスポンシブ
 
=============================================================================================================*/
@media only screen and (max-width:960px) {
    /* 共通
	--------------------------------------------------------------*/
    body {
        background-size: 200% auto;
    }
    .container {
        width: 100%;
        padding: 0 10px;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
    }
    /* ヘッダー
	--------------------------------------------------------------*/
    #global {
        display: none;
    }
    #sp_menu_btn {
        position: absolute;
        top: 80px;
        right: 10px;
        display: block;
        color: #16cca3;
        float: right;
        font-size: 40px;
        cursor: pointer;
        line-height: 1.2;
        z-index: 100;
        padding: 5px 15px;
        background: #fff;
        -webkit-border-radius: 10px;
        border-radius: 10px;
        border: 2px solid #16cca3;
    }
    #sp_menu {
        position: absolute;
        top: 190px;
        width: 100%;
        border-top: 1px solid #fff;
        z-index: 99;
    }
    #sp_menu ul li {
        float: left;
        width: 100%;
        text-align: center;
        border-bottom: 1px solid #fff;
    }
    #sp_menu ul li a {
        display: block;
        padding: 15px 0;
        width: 100%;
        font-size: 14px;
        color: #fff;
        -webkit-transition: all 0.5s ease;
        -moz-transition: all 0.5s ease;
        -o-transition: all 0.5s ease;
        transition: all 0.5s ease;
        background: #16cca3;
    }
    #sp_menu ul li a i {
        font-size: 20px;
    }
    #sp_menu ul li a:hover {
        background: rgba(17, 170, 136, 0.84);
        text-decoration: none;
        color: #fff;
    }
    /* top ----------------------- */
    #header_top {
        position: relative;
        margin-bottom: 50px;
    }
    #header_top .inner {
        width: 100%;
        top: 0;
        left: 0;
        -webkit-transform: none;
        transform: none;
        padding: 0 10px;
    }
    #header_top .inner .privacy {
        float: right;
        padding-top: 20px;
    }
    #slide, #slide img {
        height: 400px;
    }
    /* 下層 ----------------------- */
    #header_sub {
        position: relative;
    }
    #header_sub h1 {
        padding-top: 10px;
    }
    #header_sub .privacy {
        top: 10px;
        right: 10px;
    }
    #header_sub .title .container {
        padding: 0;
    }
    #header_sub #sp_menu_btn {
        top: 60px;
    }
    #header_sub #sp_menu {
        top: 140px;
    }
    /* フッター
	--------------------------------------------------------------*/
    footer {
        padding: 20px 0 20px;
    }
    footer nav {
        margin-bottom: 20px;
        padding: 0 15%;
    }
    footer nav ul li {
        font-size: 12px;
        padding: 10px 0;
        width: 33.333%;
    }
    footer nav ul li:last-child {
        width: 100%;
    }
    footer nav ul li + li {
        border-left: none;
    }
    #to_top {
        top: -70px;
    }
    /* トップページ
	--------------------------------------------------------------*/
    /* banner */
    #top_banner02 {
        margin-bottom: 50px;
    }
    #top_banner01 li, #top_banner02 li {
        float: left;
        margin-bottom: 1%;
    }
    #top_banner01 li:first-child {
        width: 74.8%;
        margin-right: 1%;
    }
    #top_banner01 li:last-child {
        width: 24.2%;
    }
    #top_banner02 li {
        width: 24.25%;
        margin-right: 1%;
    }
    #top_banner02 li:nth-child(4n) {
        margin-right: 0;
    }
    /* news */
    #top_news dl dt {
        float: none;
        padding-bottom: 5px;
    }
    #top_news dl dd {
        height: auto;
        line-height: 180%;
        padding: 0 10px 15px;
    }
    /* 下層共通
	--------------------------------------------------------------*/
    article {
        margin-bottom: 100px;
    }
    #bread {
        font-size: 10px;
        margin-bottom: 30px;
    }
    #bread a {
        color: #444;
    }
    .list01 {
        margin-bottom: 20px;
    }
    .list01 li {
        width: 24.25%;
        margin: 0 1% 1% 0;
    }
    .list01 li a {
        width: 100%;
        height: 60px;
        line-height: 50px;
        padding-left: 10px;
        font-size: 16px;
    }
    .list01 li a::after {
        font-size: 12px;
        right: 10px;
    }
    /* 会社概要
	--------------------------------------------------------------*/
    #about_greeting .img, #about_greeting .txt {
        height: 430px;
        float: none;
        width: 514px;
        margin: 0 auto;
    }
    #about_greeting .txt {
        background-size: cover;
        padding: 15px;
    }
    #about_greeting .txt h4 {
        font-size: 30px;
        margin-bottom: 15px;
    }
    #about_greeting .txt p {
        font-size: 12px;
        line-height: 20px;
    }
    #about_greeting .txt p.sign {
        font-size: 14px;
        line-height: 24px;
        margin-top: 30px;
    }
    #about_greeting .txt p.sign span {
        font-size: 18px;
    }
    #about_access iframe {
        width: 100%;
    }
    /* スタッフの声
	--------------------------------------------------------------*/
    #voice_h2 {
        background-image: url(../img/voice/bg01.jpg);
    }
    #voice .staff {
        padding: 0 20px;
    }
    #voice .staff .img {
        width: 43%;
    }
    #voice .staff .txt {
        font-size: 14px;
        width: 55%;
    }
    #voice .staff:nth-of-type(odd) .img, #voice .staff:nth-of-type(even) .txt {
        float: right;
    }
    #voice .staff:nth-of-type(even) .img, #voice .staff:nth-of-type(odd) .txt {
        float: left;
    }
    /* 募集要項
	--------------------------------------------------------------*/
    #recruit_h2 {
        background-image: url(../img/recruit/bg01.jpg);
    }
    #recruit .shop {
        margin-bottom: 50px;
    }
    #recruit .shop table th, #recruit .shop table td {
        padding: 10px;
        font-size: 14px;
        box-sizing: border-box;
    }
    #recruit .shop table th {
        width: 20%;
    }
    #recruit .shop table .col02 {
        width: 20%;
    }
    #recruit .shop table .col03 {
        width: 60%;
    }
    /* 店舗情報
	--------------------------------------------------------------*/
    #shop .shop .img {
        width: 40%;
    }
    #shop .shop .map {
        width: 58%;
    }
    #shop .shop .map iframe {
        width: 100%;
        height: 188px;
    }
    #shop .shop .map p {
        text-align: right;
        margin-bottom: 15px;
    }
    #shop .shop dl:first-of-type {
        border-top: 2px dotted #ccc;
    }
    /* お問い合わせ
	--------------------------------------------------------------*/
    #contact .form {
        padding: 30px;
    }
    #contact .form dl:first-of-type {
        border-top: 2px dotted #ccc;
    }
    #contact .form dl dt {
        padding: 23px 0 20px 15px;
    }
    #contact .form dl dd {
        padding: 20px 15px 25px 225px;
    }
    #contact .form dl dd input[type=text], #contact .form dl dd input[type=email], #contact .form dl dd textarea {
        font-size: 16px;
    }
    /* 新着情報
	--------------------------------------------------------------*/
    #news .main {
        float: none;
        width: 100%;
        margin-bottom: 50px;
    }
    #news .side {
        float: none;
        margin: 0 auto 100px;
        max-width: 100%;
    }
    #news h3 {
        margin-bottom: 15px;
    }
}
@media only screen and (max-width:640px) {
    /* 共通
	--------------------------------------------------------------*/
    body {
        background-size: 600% auto;
    }
    /* ヘッダー
	--------------------------------------------------------------*/
    #sp_menu_btn {
        top: 45px;
        font-size: 20px;
        padding: 5px 10px;
    }
    #sp_menu {
        position: absolute;
        top: 95px;
        width: 100%;
        border-top: 1px solid #fff;
        z-index: 99;
    }
    header .privacy a {
        line-height: 1;
        width: 140px;
        padding: 5px 0;
        font-size: 10px;
    }
    header .privacy a i {
        font-size: 14px;
    }
    /* top ----------------------- */
    #header_top {
        margin-bottom: 30px;
    }
    #header_top .inner h1 {
        width: 80px;
    }
    #header_top .inner .privacy {
        padding-top: 10px;
    }
    #slide, #slide img {
        height: 200px;
    }
    /* 下層 ----------------------- */
    #header_sub h1 {
        width: 80px;
    }
    #header_sub .title {
        width: 100%;
        height: 100px;
    }
    #header_sub .title .bg {
        background-size: cover;
        width: 160px;
        height: 100px;
    }
    #header_sub .title .bg h2 {
        font-size: 22px;
    }
    #header_sub #sp_menu_btn {
        top: 45px;
    }
    #header_sub #sp_menu {
        top: 95px;
    }
    /* フッター
	--------------------------------------------------------------*/
    footer nav {
        padding: 0;
    }
    #copy small {
        font-size: 10px;
    }
    /* トップページ
	--------------------------------------------------------------*/
    /* banner */
    #top_banner02 {
        margin-bottom: 30px;
    }
    #top_banner02 li {
        width: 49.5%;
        margin-right: 1%;
    }
    #top_banner02 li img {
        width: 100%;
    }
    #top_banner02 li:nth-child(even) {
        margin-right: 0;
    }
    /* news */
    #top_news dl {
        padding: 0;
    }
    /* 下層共通
	--------------------------------------------------------------*/
    .title01 {
        background-position: 5px 3px;
        background-size: auto 20px;
        padding: 0 0 5px 35px;
        font-size: 20px;
        line-height: 140%;
    }
    .title02 {
        background: url(../img/cmn/bg04.png) no-repeat left top;
        font-size: 22px;
        font-weight: bold;
        padding-left: 30px;
        margin-bottom: 20px;
    }
    .list01 {
        margin-bottom: 20px;
    }
    .list01 li {
        width: 32.3%;
    }
    .list01 li:nth-child(4n) {
        margin-right: 1%;
    }
    .list01 li:nth-child(3n) {
        margin-right: 0;
    }
    .list01 li a {
        height: 30px;
        line-height: 25px;
        font-size: 12px;
        border: 2px solid #16cca3;
    }
    .list01 li a::after {
        font-size: 10px;
    }
    /* 会社概要
	--------------------------------------------------------------*/
    #about_greeting .img, #about_greeting .txt {
        height: auto;
        width: 100%;
        max-width: 514px;
    }
    #about_greeting .img {
        line-height: 0;
    }
    #about_company dl {
        margin: 0;
    }
    #about_company dl dt {
        padding: 15px 10px 10px;
        width: 100%;
        float: none;
    }
    #about_company dl dd {
        width: 100%;
        padding: 0 10px 15px;
    }
    /* スタッフの声
	--------------------------------------------------------------*/
    #voice .title01 {
        margin-bottom: 30px;
    }
    #voice .staff {
        padding: 0;
    }
    #voice .staff h4 {
        font-size: 16px;
    }
    #voice .staff h4::before, #voice .staff h4::after {
        width: 30px;
        height: 20px;
        background-size: 100%;
    }
    #voice .staff h5 {
        font-size: 16px;
    }
    #voice .staff .img, #voice .staff .txt {
        width: 100%;
    }
    #voice .staff .img {
        text-align: center;
    }
    #voice .staff:nth-of-type(odd) .img, #voice .staff:nth-of-type(even) .txt, #voice .staff:nth-of-type(even) .img, #voice .staff:nth-of-type(odd) .txt {
        float: none;
    }
    /* 募集要項
	--------------------------------------------------------------*/
    #recruit .shop table th, #recruit .shop table td {
        padding: 5px;
        font-size: 12px;
    }
    #recruit .shop table th {
        width: 25%;
    }
    #recruit .shop table .col02 {
        width: 25%;
    }
    #recruit .shop table .col03 {
        width: 50%;
    }
    /* 店舗情報
	--------------------------------------------------------------*/
    #shop .shop .img, #shop .shop .map {
        float: none;
        width: 100%;
    }
    #shop .shop .img img {
        width: 100%;
    }
    #shop .shop dl {
        display: block;
    }
    #shop .shop dl dt, #shop .shop dl dt {
        display: block;
    }
    #shop .shop dl dt {
        padding: 0 10px 5px;
        width: 100%;
    }
    #shop .shop dl dd {
        padding: 0 10px;
    }
    /* お問い合わせ
	--------------------------------------------------------------*/
    #contact .intro {
        padding: 15px;
        margin-bottom: 15px;
    }
    #contact .intro p.catch {
        font-size: 18px;
    }
    #contact .form {
        padding: 20px 10px;
    }
    #contact .form dl dt {
        padding: 15px 10px 5px;
        width: 100%;
        float: none;
        min-height: 0px;
    }
    #contact .form dl dd {
        padding: 0 10px 15px;
        min-height: 0px;
    }
    #contact .mw_wp_form_confirm .form dl dd {
        padding-top: 0;
    }
    #contact .form dl dd .horizontal-item {
        margin-right: 0;
        display: block;
    }
    #contact .form .btn input {
        margin-bottom: 5px;
    }
}