@charset "utf-8";
/* 共通
--------------------------------------------------------------*/
body {
    color: #333;
    -webkit-text-size-adjust: 100%;
    letter-spacing: 0.08em;
    font-size: 14px;
}
a {
    color: #333;
}
.container {
    width: 1100px;
    margin: 0 auto;
}
img {
    max-width: 100%;
    height: auto;
}
.sp, .spin {
    display: none;
}
.tran {
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
.flex {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

/* ヘッダー
--------------------------------------------------------------*/
header {
    border-top: 5px solid #004299;
    height: 100px;
}
header h1 {
    float: left;
    margin: 25px 0 0 30px;
}
#global {
    float: right;
}
#global ul li {
    float: left;
    width: 130px;
    height: 100px;
    text-align: center;
    border-left: 1px solid #eaeaea;
}
#global ul li a {
    display: block;
    width: 130px;
    height: 70px;
    display: block;
    font-size: 11px;
    color: #1a1a1a;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    position: relative;
    overflow: hidden;
    letter-spacing: 0;
    color: #004299;
    padding-top: 30px;
    line-height: 1;
    font-family: "ヒラギノ丸ゴ Pro W4", "ヒラギノ丸ゴ Pro", "Hiragino Maru Gothic Pro", "HG丸ｺﾞｼｯｸM-PRO", "HGMaruGothicMPRO";
}
#global ul li a span {
    display: inline-block;
    font-size: 15px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    margin-bottom: 10px;
}
#global ul li a:hover {
    text-decoration: none;
}
#global ul li a::after {
    position: absolute;
    left: 0;
    width: 100%;
    height: 5px;
    background: #e4007e;
    content: '';
    opacity: 0;
    -webkit-transition: opacity 0.3s, -webkit-transform 0.3s;
    -moz-transition: opacity 0.3s, -moz-transform 0.3s;
    transition: opacity 0.3s, transform 0.3s;
    -webkit-transform: translateY(-10px);
    -moz-transform: translateY(-10px);
    transform: translateY(-10px);
}
#global ul li a::after {
    bottom: 0;
    -webkit-transform: translateY(10px);
    -moz-transform: translateY(10px);
    transform: translateY(10px);
}
#global ul li a:hover::after, #global ul li a:focus::after, #global ul li.active a:after {
    opacity: 1;
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    transform: translateY(0px);
}
#sp_menu_btn, #sp_menu {
    display: none;
}

/* フッター
--------------------------------------------------------------*/
footer {
    background: #fef7f1;
}
footer .banner {
    padding: 20px 0;
    line-height: 0;
    font-size: 0;
    letter-spacing: 0;
}
footer .banner li {
    display: inline-block;
    margin: 0 5px;
    width: 250px;
}
footer .banner.top {
    padding-top: 40px;
}
footer .banner.top li {
    /*margin: 0;*/
    margin: 0 15px;
    vertical-align: top;
}
/*footer .banner.top li+li {
	margin-left: 33px;
}*/
footer .banner.top li + li {
    margin-left: 15px;
}
footer .banner.top li:last-child p {
    font-size: 10px;
    line-height: 14px;
    letter-spacing: -1px;
}
footer .info {
    background: #fff;
    border-top: 1px solid #dedede;
    border-bottom: 1px solid #dedede;
    padding: 40px 0;
}
footer .info .address {
    float: left;
    color: #01419a;
    font-size: 12px;
    line-height: 200%;
    font-weight: bold;
}
footer .info .address a {
    color: #01419a;
}
footer .info .address .left, footer .info .address .right {
    float: left;
}
footer .info .address .left {
    letter-spacing: 0;
    margin-right: 20px;
}
footer .info .address .right {
    line-height: 16px;
    padding-top: 5px;
}
footer .info .address span {
    font-size: 18px;
    line-height: 30px;
    margin-left: 5px;
    letter-spacing: 0.08em;
}
footer .info .btn {
    float: right;
}
footer .info .btn li {
    float: left;
    margin-left: 10px;
}
footer .info .btn li a {
    display: block;
    position: relative;
    background: #253c85;
    color: #fff;
    width: 250px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    font-size: 12px;
    font-family: 'Montserrat', sans-serif;
    letter-spacing: 0.16em;
}
footer .info .btn li a i {
    display: block;
    position: absolute;
    top: 50%;
    right: 10px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}
footer .info .btn li a:hover {
    text-decoration: none;
}
footer .info .btn li a:hover i {
    right: 5px;
}
footer .link, footer .copy {
    height: 55px;
    line-height: 1;
    font-weight: bold;
}
footer .link *, footer .copy * {
    position: relative;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}
footer .link {
    float: left;
    font-size: 12px;
}
footer .link li {
    float: left;
    margin-right: 10px;
}
footer .link li + li {
    padding-left: 10px;
    border-left: 1px solid #333;
}
footer .copy {
    float: right;
    font-size: 10px;
}
footer .copy small {
    display: block;
}
.slick-dotted .slick-dots li {
    display: none !important;
}
.caption {
    font-size: 11px !important;
    line-height: initial !important;
}
.kings p {
    line-height: 15px !important;
}

/* トップページ
--------------------------------------------------------------*/
#top_page {
    margin-bottom: 35px;
}
/* main image */
#top_main_image {
    background: url(../img/top/pic_top01.jpg) no-repeat center bottom;
    background-size: cover;
    width: 100%;
    height: 580px;
    padding-top: 75px;
    text-align: center;
}

/* TOPIC */
#top_topic {
    background: #fef7f1;
    padding: 50px 0;
}
#top_topic .container {
    width: 930px;
}
#top_topic .ul_topic {
    position:relative;
    align-items: center;
    background: #fff;
    padding: 40px 0;
    border-top: 5px solid #e5e5e5;
}
#top_topic .ul_topic:after {
  position: absolute;
  content: " ";
  display: block;
  border-top: solid 5px #e3007e;
  top: -5px;
  width: 240px;
}
#top_topic .ul_topic li a {
    text-decoration: none;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
}
#top_topic .ul_topic li a:hover {
    text-decoration: none;
    color: #253c85;
    opacity: 0.7;
}
#top_topic .ul_topic li:nth-child(1) {
    width: 240px;
    text-align: center;
}
#top_topic .ul_topic li:nth-child(2) {
    border-left: 1px solid #ccc;
    padding: 0 15px 0 30px;
    flex: 1;
}
#top_topic .ul_topic h2 {
    font-size: 24px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
    letter-spacing: 0.2em;
    font-style: italic;
    color: #253c85;
}
#top_topic .ul_topic .title {
    font-size: 24px;
    font-weight: 600;
    letter-spacing: 0;
    margin: 0 0 10px 0;
}
#top_topic .ul_topic .text {
    font-size: 15px;
    letter-spacing: 0;
    line-height: 30px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
}

@media only screen and (max-width:1124px) {
    #top_topic {
    padding: 25px 0;
    }
    #top_topic .container {
    width: 100%;
    }
    #top_topic .ul_topic {
    padding: 20px 0;
    flex-direction: column;
    }
    #top_topic .ul_topic:after {
    width: 100%;
    }
    #top_topic .ul_topic li:nth-child(2) {
    border-left: unset;
    padding: 0 10px;
    }
    #top_topic .ul_topic h2 {
    font-size: 18px;
    margin: 0 0 10px 0;
    }
    #top_topic .ul_topic .title {
    font-size: 15px;
    margin: 10px 0 5px 0;
    }
    #top_topic .ul_topic .text {
    font-size: 13px;
    line-height: 26px;
    border-top: 1px solid #ccc;
    padding: 20px 0 0 0;
    -webkit-line-clamp: 5;
    }
}

/* recruit */
#top_recruit {
    background: url(../img/cmn/bg_01.png) repeat;
    padding: 40px 0 50px;
    text-align: center;
    position: relative;
    overflow: hidden;
}
#top_recruit h2 {
    font-size: 20px;
    font-family: 'Montserrat', sans-serif;
    color: #fff;
    margin-bottom: 35px;
    line-height: 1;
    letter-spacing: 0.18em;
    margin-bottom: 40px;
}
#top_recruit .img {
    margin-bottom: 40px;
}
#top_recruit .txt01, #top_recruit .txt02, #top_recruit .txt03 {
    position: absolute;
}
#top_recruit .txt01 {
    top: 15px;
    left: 50%;
    margin-left: 225px;
}
#top_recruit .txt02 {
    top: 18px;
    left: 50%;
    margin-left: -548px;
}
#top_recruit .txt03 {
    bottom: 60px;
    left: 50%;
    margin-left: -378px;
}
#top_recruit a.btn {
    display: inline-block;
    position: relative;
    background: #fff;
    color: #253c85;
    width: 250px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    font-size: 12px;
    font-family: 'Montserrat', sans-serif;
    letter-spacing: 0.16em;
}
#top_recruit a.btn i {
    display: block;
    position: absolute;
    top: 50%;
    right: 10px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}
#top_recruit a.btn:hover {
    text-decoration: none;
}
#top_recruit a.btn:hover i {
    right: 5px;
}
/* banner */
#top_banner {
    background: #fef7f1;
    padding: 65px 0;
    line-height: 0;
    margin-bottom: 35px;
}
#top_banner .container {
    width: 930px;
}
#top_banner .bnr01 li {
    width: 32%;
    margin-bottom: 65px;
    float: left;
}
#top_banner .bnr01 li + li {
    margin-left: 2%;
}
#top_banner .bnr01 li .img {
    width: 100%;
    overflow: hidden;
    position: relative;
    z-index: 1;
}
#top_banner .bnr01 li .txt {
    position: relative;
    background: #fff;
    border-top: 5px solid #e3007e;
    margin: -60px auto 0;
    width: 95%;
    padding: 30px 10px 25px;
    z-index: 2;
    font-size: 13px;
    line-height: 26px;
    letter-spacing: 0;
    box-sizing: border-box;
}
#top_banner .bnr01 li .txt h3 {
    font-size: 20px;
    font-weight: bold;
    color: #253c85;
    line-height: 1;
    margin-bottom: 25px;
    text-align: center;
}
#top_banner .bnr01 li a {
    display: block;
    width: 100%;
}
#top_banner .bnr01 li a:hover {
    text-decoration: none;
}
#top_banner .bnr01 li a:hover img {
    -moz-opacity: 1;
    opacity: 1;
    filter: alpha(opacity=100);
    -webkit-transform: scale(1.03);
    -moz-transform: scale(1.03);
    -o-transform: scale(1.03);
    transform: scale(1.03);
}
#top_banner .bnr02 {
    text-align: center;
}
#top_banner .bnr02 li {
    display: inline-block;
    margin: 0 20px;
}
/* news */
#top_info {
    width: 930px;
    position: relative;
}
#top_info h2 {
    font-size: 26px;
    font-weight: bold;
    color: #253c85;
    margin-bottom: 30px;
}
#top_info .more {
    position: absolute;
    top: 5px;
    right: 0;
}
#top_info .more a {
    display: block;
    width: 180px;
    height: 40px;
    line-height: 36px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-radius: 15px;
    border: 2px solid #c1c1da;
    text-align: center;
    color: #253c85;
    font-size: 14px;
}
#top_info .more a i {
    margin-left: 15px;
}
#top_info .more a:hover {
    text-decoration: none;
}
#top_info .more a:hover i {
    transform: translateX(5px);
}
#top_info #tab {
    margin-bottom: 15px;
}
#top_info #tab li {
    display: inline-block;
}
#top_info #tab li a {
    display: block;
    height: 37px;
    line-height: 37px;
    font-size: 14px;
    padding: 0 15px;
    border-radius: 5px;
    border: 1px solid #d2d2e4;
    color: #20207a;
}
#top_info #tab li a:hover, #top_info #tab li.active a {
    background: #20207a;
    color: #fff;
    text-decoration: none;
}
#top_info dl {
    border-top: 1px solid #e3e3e3;
    font-size: 15px;
}
#top_info dl dt {
    height: 35px;
    line-height: 35px;
    width: 335px;
    float: left;
    padding: 10px 0;
    font-size: 14px;
}
#top_info dl dt span {
    display: inline-block;
    width: 165px;
    height: 35px;
    text-align: center;
    border-radius: 5px;
    margin-left: 20px;
    letter-spacing: 0;
}
#top_info dl dt span.info {
    background: #fce5f2;
    color: #e3007e;
}
#top_info dl dt span.event {
    background: #d9edfb;
    color: #0047e3;
}
#top_info dl dt span.recruit {
    background: #deecdb;
    color: #22830f;
}
#top_info dl dt span.recipe {
    background: #fbf3d9;
    color: #e3b000;
    font-size: 13px;
}
#top_info dl dd {
    border-bottom: 1px solid #e3e3e3;
    /* height: 35px; */
    line-height: 35px;
    padding: 10px 0 10px 320px;
}
#top_info dl a {
    color: #333;
}
.top_info_contents {
    display: none;
}

/* 下層共通
--------------------------------------------------------------*/
article .title_area {
    background: #fef7f1;
    border-top: 1px solid #dedede;
    border-bottom: 1px solid #dedede;
    width: 100%;
    height: 140px;
    text-align: center;
    margin-bottom: 50px;
}
article .title_area h2 {
    font-size: 10px;
    line-height: 1;
    color: #253c85;
    position: relative;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    font-family: "ヒラギノ丸ゴ Pro W4", "ヒラギノ丸ゴ Pro", "Hiragino Maru Gothic Pro", "HG丸ｺﾞｼｯｸM-PRO", "HGMaruGothicMPRO";
}
article .title_area h2 span {
    font-size: 38px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    display: inline-block;
    margin-bottom: 10px;
}
article.content .main {
    float: left;
    width: 830px;
}
article .side {
    float: right;
    width: 230px;
    font-family: "ヒラギノ丸ゴ Pro W4", "ヒラギノ丸ゴ Pro", "Hiragino Maru Gothic Pro", "HG丸ｺﾞｼｯｸM-PRO", "HGMaruGothicMPRO";
}
article .side h4 {
    background: #253c85;
    width: 100%;
    height: 60px;
    line-height: 60px;
    font-size: 16px;
    color: #fff;
    text-align: center;
}
article .side h4.side2 {
    margin-top: 30px;
}
article .side ul li a {
    background: #fef7f1;
    border-bottom: 1px solid #c1bcb8;
    display: block;
    font-size: 14px;
    width: 100%;
    height: 50px;
    line-height: 50px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0 19px;
}
article .side ul.year li {
    text-align: center;
}
article .side ul li a:hover, article .side ul li.current a {
    background: #c1bcb8;
    text-decoration: none;
    color: #fff;
}
article.content h3 {
    font-size: 20px;
    font-weight: bold;
    color: #e61e8d;
    padding: 10px 0 10px 12px;
    border-left: 5px solid #e61e8d;
    margin-bottom: 20px;
}

/* すこやか薬局について
--------------------------------------------------------------*/
/* 理念 */
#about {
    margin-bottom: 90px;
}
#about_idea {
    margin-bottom: 75px;
}
#about_idea p {
    margin-bottom: 30px;
    line-height: 200%;
}
#about_idea .txt {
    float: left;
    width: 560px;
}
#about_idea .img {
    float: right;
}
/* 経営理念、経営方針 */
article.content section#about_management2 h4 {
    font-size: 18px;
    font-weight: bold;
    color: #666666;
    padding: 10px 0 10px 12px;
    margin-bottom: 18px;
}
#about_management1, #about_management2 {
    margin-bottom: 75px;
}
#about_management1 p {
    margin: 10px 10px 10px 10px;
    line-height: 200%;
}
#about_management2 p {
    margin-bottom: 30px;
    line-height: 200%;
}
#about_management1 .txt, #about_management2 .txt {
    float: left;
    width: 560px;
}
#about_management1 .img, #about_management2 .img {
    float: right;
}
/* 会社概要 沿革 */
#about dl {
    border-top: 1px solid #ccc;
}
#about dl dt, #about dl dd {
    padding: 30px 0;
    font-size: 14px;
    line-height: 23px;
}
#about dl dt {
    float: left;
    clear: both;
    width: 140px;
    padding-left: 20px;
}
#about #about_history dl dt {
    width: 160px;
}
#about dl dd {
    width: 670px;
    padding-left: 160px;
    border-bottom: 1px solid #ccc;
}
#about #about_history dl {
    margin-bottom: 65px;
}
#about #about_history dl dd {
    width: 650px;
    padding-left: 180px;
}
#about_bottom {
    background: url(../img/cmn/bg_01.png) repeat;
    padding: 100px 0;
    margin-top: 50px;
}
#about_bottom .bx-wrapper {
    max-width: 100% !important;
}
#about_bottom .bxticker01 {
    width: 100%;
    margin: 0 auto;
}
#about .img {
    margin-top: 50px;
    text-align: center;
}

/* 店舗ご案内
--------------------------------------------------------------*/
#shop {
    margin-bottom: 100px;
}
#shop section {
    margin-bottom: 60px;
}
#shop_info div {
    margin-bottom: 40px;
}
#shop .city h3 {
    margin-bottom: 40px;
}
#shop section.shops {
    margin-bottom: 45px;
}
#shop .shops h4 {
    font-size: 20px;
    font-weight: boldl;
    color: #666;
    position: relative;
    padding-bottom: 15px;
    line-height: 1;
    border-bottom: 5px solid #fdf1f7;
    margin-bottom: 20px;
}
#shop .shops h4::after {
    position: absolute;
    bottom: -5px;
    left: 0;
    z-index: 2;
    content: '';
    width: 270px;
    height: 5px;
    background-color: #f392c7;
}
#shop .shops h4 i {
    color: #ee73b4;
}
#shop .shops ul {
    margin-bottom: 40px;
}
#shop .shops ul li {
    background: #fef7f1;
    width: 260px;
    height: 170px;
    padding: 5px;
    line-height: 0;
    float: left;
}
#shop .shops ul li + li {
    margin-left: 10px;
}
#shop .shops dl {
    border-top: 1px solid #ccc;
    font-size: 16px;
    line-height: 30px;
    letter-spacing: 0;
}
#shop .shops dl dt {
    width: 160px;
    padding-top: 20px;
    float: left;
    clear: both;
}
#shop .shops dl dd {
    width: 670px;
    padding: 20px 0 20px 160px;
    border-bottom: 1px solid #ccc;
}
#shop .side {
    margin-top: 10px;
}

/* お問い合わせ
--------------------------------------------------------------*/
#contact {
    margin-bottom: 180px;
    font-size: 15px;
}
#contact_area {
    width: 850px;
    margin: 0 auto;
}
#contact h3 {
    margin-bottom: 30px;
}
#contact .mw_wp_form_confirm .input_m, #contact .mw_wp_form_input .confirm_m {
    display: none;
}
#contact .req {
    color: #f00;
}
#contact dl {
    margin: 40px 0;
    background: #fff;
    border-top: 1px solid #ccc;
}
#contact dl dt {
    float: left;
    clear: both;
    width: 300px;
    padding: 40px 0 0 30px;
    box-sizing: border-box;
}
#contact dl dd {
    width: 850px;
    padding: 25px 0 25px 300px;
    box-sizing: border-box;
    border-bottom: 1px solid #ccc;
}
#contact dl dd dl {
    margin: 0;
    border: none;
}
#contact dl dd dl dt {
    width: 170px;
    padding: 15px 0 0 0;
}
#contact dl dd dl dt:first-of-type {
    margin-top: -35px;
}
#contact dl dd dl dd {
    width: 460px;
    padding: 0 0 20px 170px;
    border: none;
}
#contact dl dd input {
    background: #fff;
    height: 48px;
    border: 1px solid #ccc;
    box-sizing: border-box;
    padding: 0 5px;
}
#contact dl dd input.txt01 {
    width: 210px;
}
#contact dl dd input.txt02 {
    width: 510px;
}
#contact dl dd input.txt03 {
    width: 120px;
}
#contact dl dd input.txt04 {
    width: 290px;
}
#contact dl dd .line {
    color: #ccc;
    font-size: 30px;
    margin: 0 10px;
}
#contact dl dd div {
    display: inline-block;
    vertical-align: top;
}
#contact .mw_wp_form_confirm dl dd {
    padding: 40px 0 40px 300px;
}
#contact .mw_wp_form_confirm dl dd dl dt {
    width: 170px;
    padding: 5px 0;
}
#contact .mw_wp_form_confirm dl dd dl dt:first-of-type {
    margin-top: -25px;
}
#contact .mw_wp_form_confirm dl dd dl dd {
    padding: 5px 0 5px 170px;
}
#contact .mw_wp_form_confirm dl dd .line {
    color: #333;
    font-size: 15px;
    margin: 0;
}
#contact dl dd textarea {
    background: #fff;
    width: 500px;
    height: 230px;
    border: 1px solid #ccc;
    box-sizing: border-box;
    padding: 10px;
}
#contact .att {
    width: 550px;
    margin: 0 auto 45px;
}
#contact .att a {
    color: #e3007e;
}
#contact .submit {
    text-align: center;
}
#contact .submit input {
    background: #253c85;
    width: 180px;
    height: 50px;
    line-height: 50px;
    font-size: 18px;
    font-weight: bold;
    color: #fff;
    border: none;
    cursor: pointer;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
    box-sizing: border-box;
    margin: 0 10px;
    letter-spacing: 0.16em;
}
#contact .submit input:hover {
    background: #4a78ff;
}
.mw_wp_form_complete {
    margin-bottom: 50px;
}

/* お知らせ
--------------------------------------------------------------*/
#info {
    margin-bottom: 100px;
}
#info h3 {
    margin-bottom: 50px;
}
#info .side ul li:last-child a {
    border-bottom: none;
}
#info .main .posts {
    margin-bottom: 30px;
    padding-bottom: 30px;
    border-bottom: 1px solid #ccc;
}
#info .main .posts h1 {
    font-size: 18px;
    color: #253c85;
    margin-bottom: 25px;
}
#info .main .posts h1 a {
    color: #253c85;
}
#info .main .posts .post_date {
    font-size: 13px;
    height: 32px;
    line-height: 32px;
    margin-bottom: 20px;
}
#info .main .posts .post_date span {
    display: inline-block;
    height: 32px;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    width: 110px;
    text-align: center;
    margin-left: 30px;
    font-size: 12px;
}
#info .main .posts .post_date span.info {
    background: #fce5f2;
    color: #e3007e;
}
#info .main .posts .post_date span.event {
    background: #d9edfb;
    color: #0047e3;
}
#info .main .posts .post_date span.recruit {
    background: #deecdb;
    color: #22830f;
}
#info .main .posts .post_date span.recipe {
    display: inline-block;
    height: 32px;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    width: 180px;
    text-align: center;
    margin-left: 30px;
    font-size: 12px;
    background: #fbf3d9;
    color: #e3b000;
}
#info .main .posts .post_date span.topics {
    background: #253c85;
    color: #fff;
}
#info .main .posts .post_content {
    font-size: 13px;
    line-height: 20px;
}
#info .main .posts .post_content p {
    display: block;
    margin-bottom: 10px;
}
#info .main .posts .post_content strong {
    font-weight: bold;
}
#info .main .posts .post_content em {
    font-style: italic;
}
#info .main .posts .post_content blockquote {
    display: block;
    -webkit-margin-before: 1em;
    -webkit-margin-after: 1em;
    -webkit-margin-start: 20px;
    -webkit-margin-end: 20px;
}
#info .main .posts .post_content .aligncenter {
    display: block;
    margin: 0 auto;
}
#info .main .posts .post_content .alignright {
    float: right;
    margin-left: 10px;
}
#info .main .posts .post_content .alignleft {
    float: left;
    margin-right: 10px;
}
#info .main .posts .post_content img[class*="wp-image-"], #info .main .posts .post_content img[class*="attachment-"] {
    height: auto;
    max-width: 100%;
}
#info .main .posts .post_content table * {
    border: 1px;
}

/* 動画一覧ページ
--------------------------------------------------------------*/
#movie .main.moviepost .posts h1 {
    font-size: 18px;
    color: #253c85;
    text-align: center;
    margin-bottom: 25px;
}
article.content .main.moviepost {
    float: none;
    width: 100%;
    padding-bottom: 100px;
}
#movie .main .posts {
    margin-bottom: 30px;
    padding-bottom: 30px;
    padding-top: 30px;
    border-bottom: 1px solid #ccc;
}

/* サイトマップ
--------------------------------------------------------------*/
#sitemap {
    margin-bottom: 140px;
}
#sitemap_area {
    width: 900px;
    margin: 0 auto;
}
#sitemap_area > ul {
    float: left;
    width: 380px;
    margin: 0 35px;
}
#sitemap_area > ul > li {
    padding-bottom: 35px;
    border-bottom: 1px solid #ccc;
    margin-bottom: 35px;
}
#sitemap_area > ul > li > span {
    font-size: 20px;
    font-weight: bold;
    color: #e61e8d;
    padding: 10px 0 10px 12px;
    border-left: 5px solid #e61e8d;
    margin-bottom: 20px;
}
#sitemap_area > ul > li > span a {
    color: #e61e8d;
}
#sitemap_area > ul > li ul {
    margin: 30px 0 0 45px;
    font-size: 16px;
    line-height: 1;
}
#sitemap_area > ul > li ul li {
    margin-bottom: 15px;
}
#sitemap_area > ul > li ul li:last-child {
    margin-bottom: 0;
}
#sitemap_area > ul > li ul li a {
    font-weight: bold;
    color: #000;
}

/* プライバシーポリシー
--------------------------------------------------------------*/
#privacy {
    margin-bottom: 90px;
}
#privacy h3 {
    margin-bottom: 30px;
}
#privacy h4 {
    font-size: 18px;
    font-weight: bold;
    color: #e3007e;
    margin-bottom: 25px;
}
#privacy01 {
    margin-bottom: 60px;
}
#privacy01 section, #privacy02 section {
    margin-bottom: 40px;
}
#privacy p, #privacy li {
    font-size: 14px;
    line-height: 30px;
    font-weight: bold;
}
#privacy p {
    margin-bottom: 15px;
}
#privacy li {
    padding-left: 2em;
    text-indent: -2em;
}
#privacy li:before {
    content: "○";
    margin-right: 1em;
}
#privacy02 section:last-of-type p {
    margin-bottom: 40px;
}
/*
.youtube {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}
.youtube iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100% !important;
  height: 100% !important;
}
*/
.youtube {
    position: relative;
    width: 70%;
    padding-top: 39.3%;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 50px;
}
.youtube iframe {
    position: absolute;
    top: 0;
    right: 0;
    width: 100% !important;
    height: 100% !important;
}
/*=============================================================================================================

 レスポンシブ
 
=============================================================================================================*/
@media only screen and (min-width:1720px) {
    #top_main_image {
    height: 650px;
    padding-top: 60px;
    }
}
@media only screen and (max-width:1124px) {
    /* 共通
    --------------------------------------------------------------*/
    .container {
    width: 100%;
    padding: 0 10px;
    box-sizing: border-box;
    }
    .pcin {
    display: none;
    }
    .spin {
    display: inline;
    }
    /* ヘッダー
    --------------------------------------------------------------*/
    header {
    padding: 10px 0;
    }
    #global, #header_info .contact {
    display: none;
    }
    #sp_menu_btn {
    display: block;
    color: #253c85;
    float: right;
    font-size: 40px;
    cursor: pointer;
    line-height: 1.2;
    margin: 20px 15px 0 0;
    }
    #sp_menu {
    position: absolute;
    top: 125px;
    width: 100%;
    background: #253c85;
    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 {
    position: relative;
    display: block;
    padding: 15px 0;
    width: 100%;
    font-size: 11px;
    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;
    }
    #sp_menu ul li a span {
    font-size: 14px;
    margin-right: 10px;
    }
    #sp_menu ul li a i {
    position: absolute;
    top: 20px;
    right: 10px;
    }
    #sp_menu ul li a:hover {
    background: #e3007e;
    text-decoration: none;
    }
    
    /* フッター
    --------------------------------------------------------------*/
    footer {
    text-align: center;
    }
    footer .banner {
    text-align: center;
    padding-bottom: 10px;
    }
    footer .banner li {
    margin-bottom: 10px;
    }
    footer .banner.top li {
    margin: 0 0 15px;
    width: 25%;
    padding: 0 1%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    }
    footer .banner.top li + li {
    margin-left: 0;
    }
    footer .info {
    padding: 20px 0 10px;
    }
    footer .info .address {
    float: none;
    margin-bottom: 20px;
    text-align: center;
    }
    footer .info .address .left, footer .info .address .right {
    float: none;
    }
    footer .info .address .left {
    margin-right: 0;
    }
    footer .info .btn {
    float: none;
    }
    footer .info .btn li {
    float: none;
    display: inline-block;
    margin: 0 5px 10px;
    }
    footer .link, footer .copy {
    height: auto;
    line-height: 1;
    font-weight: bold;
    }
    footer .link *, footer .copy * {
    top: 0;
    -webkit-transform: translateY(0);
    transform: translateY(0);
    }
    footer .link {
    float: none;
    padding-top: 15px;
    }
    footer .link li {
    float: none;
    display: inline-block;
    margin-right: 10px;
    }
    footer .link li + li {
    padding-left: 10px;
    border-left: 1px solid #333;
    }
    footer .copy {
    float: none;
    padding: 15px 0;
    }
    
    /* トップページ
    --------------------------------------------------------------*/
    /* main image */
    #top_main_image {
    height: 480px;
    padding-top: 55px;
    }
    #top_main_image img {
    width: 90%;
    max-width: 955px;
    }
    /* recruit */
    #top_recruit {
    padding: 30px 0 40px;
    }
    #top_recruit .txt01 {
    left: auto;
    right: 10px;
    margin-left: 0;
    }
    #top_recruit .txt02 {
    left: 10px;
    margin-left: 0;
    }
    #top_recruit .txt03 {
    left: 30px;
    margin-left: 0;
    }
    /* banner */
    #top_banner {
    padding-top: 30px;
    margin-bottom: 25px;
    }
    #top_banner .container {
    width: 100%;
    }
    /* news */
    #top_info {
    width: 100%;
    }
    #top_info .more {
    right: 10px;
    }
    #top_info dl dt {
    float: none;
    width: 100%;
    }
    #top_info dl dd {
    width: 100%;
    padding: 0 0 10px 0;
    line-height: 1.8em;
    }
    
    /* 下層共通
    --------------------------------------------------------------*/
    /* すこやか薬局について
    --------------------------------------------------------------*/
    article#about .main {
    float: none;
    width: 100%;
    }
    article#about .side {
    float: none;
    width: 100%;
    margin-bottom: 40px;
    text-align: center;
    }
    /* 理念 */
    #about_idea p {
    text-align: center;
    }
    #about_idea .txt {
    float: none;
    width: 100%;
    }
    #about_idea .txt p {
    text-align: left;
    }
    #about_idea .img {
    float: none;
    text-align: center;
    }
    /* 会社概要 沿革 */
    #about dl {
    border-top: 1px solid #ccc;
    font-size: 14px;
    }
    #about dl dt, #about dl dd {
    padding: 15px 10px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    }
    #about dl dt {
    float: none;
    width: 100%;
    padding-left: 10px;
    padding-bottom: 0;
    font-weight: bold;
    }
    #about #about_history dl dt {
    width: 100%;
    }
    #about dl dd {
    width: 100%;
    padding-left: 10px;
    }
    #about #about_history dl {
    margin-bottom: 65px;
    }
    #about #about_history dl dd {
    width: 100%;
    padding-left: 10px;
    }
    #about_bottom {
    padding: 50px 0;
    }
    
    /* 店舗ご案内
    --------------------------------------------------------------*/
    article#shop .main {
    float: none;
    width: 100%;
    }
    article#shop .side {
    float: none;
    width: 100%;
    margin-bottom: 40px;
    text-align: center;
    z-index: 999;
    }
    article#shop .side ul li {
    width: 25%;
    width: calc(100% / 4);
    float: left;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-right: 1px solid #c1bcb8;
    }
    article#shop .side ul li:nth-child(4n) {
    border-right: none;
    }
    article#shop .side ul li:last-child {
    width: 100%;
    border-right: none;
    }
    #shop_info div, #shop_info p {
    text-align: center;
    }
    #shop iframe {
    max-width: 100%;
    }
    #shop .shops h4 {
    line-height: 160%;
    }
    #shop .shops h4::after {
    width: 30%;
    }
    #shop .shops ul {
    text-align: center;
    font-size: 0;
    letter-spacing: 0;
    }
    #shop .shops ul li {
    display: inline-block;
    width: 31%;
    width: calc((100% / 3) - 6px);
    max-width: 260px;
    height: auto;
    float: none;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    }
    #shop .shops ul li + li {
    margin-left: 9px;
    }
    #shop .shops dl {
    font-size: 14px;
    line-height: 26px;
    }
    #shop .shops dl dt {
    width: 100%;
    float: none;
    font-weight: bold;
    }
    #shop .shops dl dd {
    width: 100%;
    float: none;
    padding: 10px 0 20px;
    }
    
    /* お問い合わせ
    --------------------------------------------------------------*/
    #contact {
    margin-bottom: 180px;
    font-size: 14px;
    }
    #contact_area {
    width: 100%;
    max-width: 850px;
    }
    #contact h3 {
    margin-bottom: 30px;
    }
    #contact dl dt {
    float: none;
    width: 100%;
    padding: 20px 0 0 10px;
    font-weight: bold;
    }
    #contact dl dd {
    width: 100%;
    padding: 10px 0 20px 15px;
    }
    #contact dl dd dl {
    width: 100%;
    max-width: 280px;
    }
    #contact dl dd dl dt {
    width: 100%;
    padding: 15px 0 10px 0px;
    }
    #contact dl dd dl dt:first-of-type {
    margin-top: 20px;
    }
    #contact dl dd dl dd {
    width: 100%;
    padding: 0 0 10px 0;
    border: none;
    }
    #contact dl dd input {
    height: 30px;
    font-size: 16px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    }
    #contact dl dd input.txt01 {
    width: 90%;
    max-width: 210px;
    }
    #contact dl dd input.txt02 {
    width: 100%;
    max-width: 510px;
    }
    #contact dl dd input.txt03 {
    width: 25%;
    max-width: 120px;
    }
    #contact dl dd input.txt04 {
    width: 100%;
    }
    #contact dl dd div {
    margin-bottom: 10px;
    }
    #contact dl dd div .pr25 {
    padding-right: 0 !important;
    }
    #contact .mw_wp_form_confirm dl dd {
    padding: 10px 0 20px 10px;
    }
    #contact .mw_wp_form_confirm dl dd div {
    width: 100%;
    max-width: 150px;
    }
    #contact .mw_wp_form_confirm dl dd dl dt {
    width: 100%;
    }
    #contact .mw_wp_form_confirm dl dd dl dt:first-of-type {
    margin-top: 10px;
    }
    #contact .mw_wp_form_confirm dl dd dl dd {
    padding: 5px 0 5px 0;
    }
    #contact dl dd textarea {
    width: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    }
    #contact .att {
    width: 100%;
    max-width: 550px;
    margin: 0 auto 45px;
    }
    #contact .submit input {
    margin-bottom: 10px;
    }
    
    /* お知らせ
    --------------------------------------------------------------*/
    #info {
    margin-bottom: 20px;
    }
    #info .main {
    float: none;
    width: 100%;
    margin-bottom: 50px;
    }
    #info .side {
    float: none;
    margin: 0 auto;
    max-width: 100%;
    }
    article .side h4 {
    height: 35px;
    line-height: 35px;
    font-size: 15px;
    }
    article .side ul li a {
    font-size: 13px;
    height: 35px;
    line-height: 35px;
    }
    
    /* サイトマップ
    --------------------------------------------------------------*/
    #sitemap {
    margin-bottom: 140px;
    }
    #sitemap_area {
    width: 100%;
    max-width: 900px;
    }
    #sitemap_area > ul {
    float: none;
    width: 100%;
    max-width: 380px;
    margin: 0 auto;
    }
    #sitemap_area > ul > li {
    padding-bottom: 35px;
    border-bottom: 1px solid #ccc;
    margin-bottom: 35px;
    }
    #sitemap_area > ul > li > span {
    font-size: 20px;
    font-weight: bold;
    color: #e61e8d;
    padding: 10px 0 10px 12px;
    border-left: 5px solid #e61e8d;
    margin-bottom: 20px;
    }
    #sitemap_area > ul > li > span a {
    color: #e61e8d;
    }
    #sitemap_area > ul > li ul {
    margin: 30px 0 0 45px;
    font-size: 16px;
    line-height: 1;
    }
    #sitemap_area > ul > li ul li {
    margin-bottom: 15px;
    }
    #sitemap_area > ul > li ul li:last-child {
    margin-bottom: 0;
    }
    #sitemap_area > ul > li ul li a {
    font-weight: bold;
    color: #000;
    }
}
@media only screen and (max-width:768px) {
    #top_main_image {
    height: 360px;
    padding-top: 35px;
    }
}
@media only screen and (max-width:640px) {
    /* ヘッダー
    --------------------------------------------------------------*/
    header {
    height: auto;
    }
    header h1 {
    max-width: 70%;
    margin: 10px 0 0 10px;
    }
    #sp_menu_btn {
    font-size: 28px;
    margin: 10px 10px 0 0;
    }
    #sp_menu {
    top: 65px;
    }
    #sp_menu ul li a i {
    top: 17px;
    right: 10px;
    }
    
    /* フッター
    --------------------------------------------------------------*/
    /*footer .banner.top li {
    width: 100%;
    max-width: 250px;
    }*/
    footer .banner.top li {
    width: 100%;
    max-width: initial;
    }
    footer .banner.top li:first-child {
    margin-right: 0;
    }
    footer .banner.top li:last-child .clearfix div {
    float: none;
    }
    .caption {
    width: 90%;
    margin: 0 auto;
    }
    
    /* トップページ
    --------------------------------------------------------------*/
    #top_page {
    margin-bottom: 35px;
    }
    /* main image */
    #top_main_image {
    width: 100%;
    height: 250px;
    padding-top: 40px;
    }
    /* recruit */
    #top_recruit {
    padding: 30px 0 30px;
    }
    #top_recruit h2 {
    font-size: 16px;
    margin-bottom: 30px;
    }
    #top_recruit .img {
    margin-bottom: 25px;
    }
    #top_recruit .txt01, #top_recruit .txt02, #top_recruit .txt03 {
    width: 28%;
    display: none;
    }
    #top_recruit .txt01 {
    right: 5px;
    top: 40px;
    }
    #top_recruit .txt02 {
    left: 5px;
    top: 45px;
    }
    #top_recruit .txt03 {
    left: 10px;
    bottom: 80px;
    }
    /* banner */
    #top_banner {
    padding-bottom: 20px;
    }
    #top_banner .bnr01 li {
    width: 100%;
    max-width: 430px;
    margin: 0 auto 25px;
    float: none;
    }
    #top_banner .bnr01 li + li {
    margin-left: auto;
    }
    #top_banner .bnr01 li .img {
    height: auto;
    }
    #top_banner li .txt {
    padding: 20px 10px 15px;
    }
    #top_banner .bnr01 li .txt.ts_height {
    height: auto !important;
    padding: 20px 10px 15px;
    }
    #top_banner .bnr02 li {
    margin-bottom: 10px;
    }
    #top_banner .bnr01 li .txt h3 {
    margin-bottom: 15px;
    }
    /* news */
    #top_info .more {
    top: 0;
    }
    #top_info .more a {
    display: block;
    width: 140px;
    height: 30px;
    line-height: 26px;
    font-size: 12px;
    }
    #top_info .more a i {
    margin-left: 5px;
    }
    #top_info #tab {
    margin-bottom: 15px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    }
    #top_info #tab li {
    display: inline-block;
    width: 49%;
    text-align: center;
    margin: 0 0 5px 0;
    }
    #top_info #tab li:nth-child(-n+3) {
    width: 32%;
    }
    #top_info #tab li a {
    display: block;
    height: 27px;
    line-height: 27px;
    font-size: 12px;
    padding: 0 3px;
    letter-spacing: 0;
    }
    #top_info dl {
    border-top: 1px solid #e3e3e3;
    font-size: 14px;
    }
    #top_info dl dt {
    height: 25px;
    line-height: 25px;
    padding-bottom: 0;
    }
    #top_info dl dt span {
    display: inline-block;
    width: 120px;
    height: auto;
    text-align: center;
    border-radius: 5px;
    margin-left: 15px;
    font-size: 12px;
    line-height: 1.5em;
    }
    #top_info dl dt span.recipe {
    width: 50%;
    }
    
    /* 店舗ご案内
    --------------------------------------------------------------*/
    #about_bottom {
    padding: 25px 0;
    }
    
    /* 店舗ご案内
    --------------------------------------------------------------*/
    article#shop .side ul li a {
    font-size: 12px;
    padding: 0;
    }
    #shop .shops ul li {
    display: block;
    width: 260px;
    margin: 0 auto 10px;
    }
    #shop .shops ul li + li {
    margin-left: auto;
    }
}
@media only screen and (max-width:400px) {
    #top_main_image {
    height: 200px;
    padding-top: 30px;
    }
}




/* wp-pagenavi(一覧ページ)
--------------------------------------------------------------*/
.wp-pagenavi {
    display: inline-block;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    padding: 0;
}
.wp-pagenavi span.pages {
    display: none;
}
.wp-pagenavi span, .wp-pagenavi a {
    border-style: solid;
    border-width: 1px;
    border-color: #f1f1f1;
    background-color: #fff;
    float: left;
    color: #666;
    text-align: center;
    -moz-transition: all 0.26s ease;
    -o-transition: all 0.26s ease;
    -webkit-transition: all 0.26s ease;
    transition: all 0.26s ease;
    display: block;
    -moz-box-shadow: 0px 2px 0px 0px #f1f1f1;
    -webkit-box-shadow: 0px 2px 0px 0px #f1f1f1;
    box-shadow: 0px 2px 0px 0px #f1f1f1;
    margin-right: 10px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    padding: 0 17px 0 17px;
    min-width: 46px;
    box-sizing: border-box;
    line-height: 40px;
    font-weight: 500;
    font-family: 'Noto Sans JP', sans-serif;
    margin-top: 10px;
    text-decoration: none;
}
.wp-pagenavi span.current, .wp-pagenavi span:hover, .wp-pagenavi a.current, .wp-pagenavi a:hover {
    background-color: #253c85;
    color: #fff;
    opacity: 1;
}
.wp-pagenavi .first, .wp-pagenavi .last {
    padding: 0 14px !important;
    width: auto;
}
@media (max-width: 750px) {
    /* wp-pagenavi(一覧ページ) */
    .wp-pagenavi {
    padding: 0;
    flex-wrap: wrap;
    }
}

/* Pagination(詳細ページ)
--------------------------------------------------------------*/
.pagination {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    padding: 50px 0 50px 10px;
    margin: 0 75px 0 0;
    width: 740px;
    box-sizing: border-box;
}
.pagination .btn-pager {
    letter-spacing: 0.15em;
    color: #333;
    background: #fff;
    display: block;
    text-align: center;
    width: 215px;
    padding: 5px 0;
    -moz-transition: all 0.26s ease;
    -o-transition: all 0.26s ease;
    -webkit-transition: all 0.26s ease;
    transition: all 0.26s ease;
    -moz-box-shadow: 0px 2px 0px 0px #f1f1f1;
    -webkit-box-shadow: 0px 2px 0px 0px #f1f1f1;
    box-shadow: 0px 2px 0px 0px #f1f1f1;
    border: 1px solid #f1f1f1;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    font-weight: 500;
    line-height: 2em;
    text-decoration: none;
}
.pagination .btn-pager * {
    -webkit-transition: all 0s ease;
    -moz-transition: all 0s ease;
    -o-transition: all 0s ease;
    transition: all 0s ease;
}
.pagination .btn-pager.hidden {
    visibility: hidden;
}
.pagination .btn-pager:hover {
    background: #253c85;
    opacity: 1;
}
.pagination .btn-pager:hover {
    color: #fff;
    opacity: 1;
}
.pagination .btn-pager img {
    width: auto;
    height: 13px;
    margin: -3px 10px 0 0;
    vertical-align: middle;
}
.pagination .btn-pager.page-next img {
    margin-right: 0;
    margin-left: 10px;
}

@media (max-width: 750px) {
    /* Pagination(詳細ページ) */
    .pagination {
    position: relative;
    padding: 0px 0px 60px 0px;
    margin: 20px 0 45px 0;
    width: 100%;
    }
    .pagination a.btn-pager.page-back {
    position: absolute;
    bottom: 0px;
    margin: 0px 0px !important;
    width: 100% !important;
    }
    .pagination .btn-pager {
    margin: 0px 15px 0px 0px;
    }
    .pagination .btn-pager.page-next {
    float: right;
    margin-right: 0px;
    }
}