@charset "UTF-8";
/*	com-color
サイト内で主に使用する色の変数
------------------------------------ */
/*	使用フォント一覧
------------------------------------ */
/* Zen Kaku Gothic New */
/* Figtree */
/*	transition,hover
ホバー時のtransition秒数を統一、ホバーアクション
------------------------------------ */
/*	media-screen
画面サイズごとのcss設定に使用
------------------------------------ */
@media screen and (min-width: 768px) {
  .sp-only {
    display: none !important;
  }
}
/*	layout
その他パーツ
------------------------------------ */
/*	font-size
スマホ時にフォントサイズを自動で変更
※13px以下は文字が読めないためPC/SP同じサイズ
------------------------------------ */
/************************************************

    SP layout
    スマホ時のcss

************************************************/
/* =========================================
    body  SP
    全体
========================================= */
/* =========================================
    main  SP
========================================= */
/*	cmn parts  SP
------------------------------------ */
.com-inner {
  padding: 50px 15px;
}

.com-sub-inner {
  padding: 50px 15px;
  margin: auto;
}

.com-ttl01-sub {
  letter-spacing: 0;
}
.com-ttl01-main {
  margin-top: 20px;
}

.com-ttl04-sub {
  letter-spacing: 0;
}
.com-ttl04-main {
  margin-top: 20px;
}

.com-btn01 {
  width: 300px;
  padding: 16px 10px;
}
.com-btn01::after {
  right: 15px;
}

.com-tel {
  text-align: center;
}

.com-txt p:nth-of-type(n + 2) {
  margin-top: 20px;
}

.com-table01 tr:first-of-type th:first-of-type {
  border-radius: 10px 10px 0 0;
}
.com-table01 tr:first-of-type td:first-of-type {
  border-radius: 0;
}
.com-table01 tr:last-of-type th {
  border-radius: 0;
}
.com-table01 tr:last-of-type td {
  border-radius: 0 0 10px 10px;
}
.com-table01 tr:nth-of-type(n + 2) th {
  border-top: none;
}
.com-table01 tr:nth-of-type(n + 2) td {
  border-top: none;
}
.com-table01 th {
  display: block;
  width: 100%;
  padding: 15px 10px;
}
.com-table01 td {
  display: block;
  padding: 15px 10px;
}

.com-no-post {
  margin-top: 50px;
}

/* =========================================
    top  sp
    top-about
========================================= */
#top-about .inner {
  padding: 50px 15px 100px;
}
#top-about .container {
  padding: 35px 15px 38px;
}
#top-about .container::before {
  width: 61px;
  height: 137px;
  top: -45px;
  left: -15px;
}
#top-about .container::after {
  width: 125px;
  height: 150px;
  right: -50px;
  bottom: unset;
  top: -50px;
}

/* =========================================
    top  sp
    top-start
========================================= */
#top-start .bg {
  background: url(/img/top/start-bg.png) no-repeat right bottom/525px, #f2fcf5;
}
#top-start .list {
  gap: 35px 0;
  margin-top: 35px;
}
#top-start .list-item {
  max-width: 320px;
  height: unset;
  margin: 0 auto;
  padding-top: 175px;
}
#top-start .list-item:first-of-type {
  background: url(/img/top/start-img01.jpg) no-repeat center -5px/320px;
}
#top-start .list-item:nth-of-type(2) {
  background: url(/img/top/start-img02.jpg) no-repeat center top/320px;
}
#top-start .list-item:nth-of-type(3) {
  background: url(/img/top/start-img03.jpg) no-repeat center top/320px;
}
#top-start .list-item:nth-of-type(4) {
  background: url(/img/top/start-img04.jpg) no-repeat center top/320px;
}
#top-start .list-ttl {
  width: 280px;
  margin: 0 auto;
}
#top-start .btn {
  margin: 35px auto 0;
}

/* =========================================
    top  sp
    top-features
========================================= */
#top-features .txt {
  margin-top: 35px;
}
#top-features .container {
  display: block;
}
#top-features .link {
  display: block;
  width: 320px;
  height: 320px;
  margin: 0 auto;
  padding-top: 245px;
}
#top-features .link::after {
  width: 60px;
  height: 60px;
  top: 20px;
  left: 25px;
}
#top-features .link:nth-of-type(n + 2) {
  margin-top: 50px;
}
#top-features .link-dispensing {
  background: url(/img/top/features-img01.png) no-repeat center 30px/75%, #fff;
}
#top-features .link-kampo {
  background: url(/img/top/features-img02.png) no-repeat center 30px/55%, #fff;
}

/* =========================================
    top  sp
    top-info
========================================= */
#top-info .bg {
  background: url(/img/top/info-bg.png) no-repeat left top/525px, url(/img/top/info-wave.png) no-repeat center bottom/200%, url(/img/top/info-img.png) no-repeat calc(50% + 70px) calc(100% + 50px)/320px, #f2fcf5;
}
#top-info .inner {
  padding: 100px 15px;
}
#top-info .ttl-sub {
  font-size: 59px;
}
#top-info .table th {
  width: 100%;
}

/* =========================================
    top  sp
    top-contact
========================================= */
#top-contact .bg::before,
#top-contact02 .bg::before,
#top-contact03 .bg::before {
  width: 80px;
  height: 80px;
  left: 0;
  bottom: 25px;
}
#top-contact .bg::after,
#top-contact02 .bg::after,
#top-contact03 .bg::after {
  width: 80px;
  height: 58px;
  right: 0;
  top: 30px;
}
#top-contact .container,
#top-contact02 .container,
#top-contact03 .container {
  padding: 50px 5px;
  border-radius: 20px;
}
#top-contact .container::before,
#top-contact02 .container::before,
#top-contact03 .container::before {
  width: 97px;
  height: 120px;
  top: -45px;
  left: -15px;
}
#top-contact .container::after,
#top-contact02 .container::after,
#top-contact03 .container::after {
  width: 156px;
  height: 145px;
  bottom: -65px;
  right: -50px;
}
#top-contact .txt,
#top-contact02 .txt,
#top-contact03 .txt {
  font-size: 16px;
}

/* =========================================
    top  sp
    top-recruit
========================================= */
#top-recruit .bg {
  background: url(/img/top/recruit-bg.png) no-repeat right bottom/150%;
}
#top-recruit .img {
  position: unset;
  display: block;
  width: 280px;
  margin: 25px auto 0;
}
#top-recruit .txt {
  margin-top: 15px;
}
#top-recruit .btn {
  margin: 35px auto 0;
}

/* =========================================
    top  sp
    top-news
========================================= */
#top-news .container {
  position: relative;
  display: block;
  padding-bottom: 100px;
}
#top-news .container-box {
  width: 100%;
  min-height: auto;
  position: unset;
}
#top-news .list {
  padding: 5px 15px;
  border-radius: 15px;
}
#top-news .list-top {
  display: block;
}
#top-news .btn {
  position: absolute;
  transform: translateX(-50%);
  left: 50%;
  bottom: 0;
}

/* =========================================

    sub layout  SP
    下層ページのスマホ時css
		sub-sp

========================================= */
/* =========================================
    sub  SP
    sub-about
========================================= */
#sub-about .bg {
  background: url(/img/about/reason-bg.png) no-repeat center bottom/150%;
}
#sub-about .txt {
  min-width: unset;
  margin: 40px auto 0;
  padding: 20px 15px;
  background-color: #fff;
  border-radius: 14px;
}
#sub-about .txt::before {
  width: 41px;
  height: 95px;
  top: -75px;
  left: -13px;
}
#sub-about .reason {
  margin-top: 50px;
}
#sub-about .list {
  gap: 35px 0;
  margin-top: 35px;
}
#sub-about .list-item {
  max-width: 320px;
  height: unset;
  margin: 0 auto;
  padding-top: 175px;
}
#sub-about .list-item:first-of-type {
  background: url(/img/about/reason-img01.jpg) no-repeat center -5px/320px;
}
#sub-about .list-item:nth-of-type(2) {
  background: url(/img/about/reason-img02.jpg) no-repeat center top/320px;
}
#sub-about .list-item:nth-of-type(3) {
  background: url(/img/about/reason-img03.jpg) no-repeat center top/320px;
}
#sub-about .list-item:nth-of-type(4) {
  background: url(/img/about/reason-img04.jpg) no-repeat center top/320px;
}
#sub-about .list-ttl {
  width: 280px;
  margin: 0 auto;
}
#sub-about .btn {
  margin: 35px auto 0;
}

#sub-pharmacist .bg {
  background: url(/img/top/info-wave.png) no-repeat center bottom/150%, #f2fcf5;
}
#sub-pharmacist .list {
  margin-top: 40px;
}
#sub-pharmacist .list-item {
  display: block;
}
#sub-pharmacist .list-wrap {
  margin-top: 15px;
}
#sub-pharmacist .list-img {
  width: 100%;
  height: 57.71vw;
  min-height: 202px;
}
#sub-pharmacist .list-img img {
  border-radius: 15px;
}

#sub-community .ttl-sub {
  font-size: 58px;
}
#sub-community .list {
  flex-wrap: wrap;
  gap: 15px;
  margin-top: 35px;
}
#sub-community .list-item {
  flex-basis: calc((100% - 15px) / 2);
  max-width: calc((100% - 15px) / 2);
  height: 43.3vw;
  min-height: 152px;
}
#sub-community .list-item img {
  border-radius: 15px;
}

#sub-bnr .container {
  display: block;
}
#sub-bnr .link {
  display: block;
  width: 320px;
  height: 320px;
  margin: 0 auto;
  padding-top: 240px;
}
#sub-bnr .link::after {
  width: 60px;
  height: 60px;
  top: 20px;
  left: 25px;
}
#sub-bnr .link:nth-of-type(n + 2) {
  margin-top: 50px;
}
#sub-bnr .link-drug {
  background: url(/img/all/bnr-drug.png) no-repeat center 25px/75%, #fff;
}
#sub-bnr .link-info {
  background: url(/img/all/bnr-shop.png) no-repeat center 25px/65%, #fff;
}
#sub-bnr .link-about {
  background: url(/img/all/bnr-about.png) no-repeat center 25px/50%, #fff;
}

/* =========================================
    sub  SP
    sub-drug
========================================= */
#sub-features .txt {
  text-align: left;
  margin-top: 35px;
}
#sub-features .container {
  display: block;
}
#sub-features .link {
  display: block;
  width: 320px;
  height: 320px;
  margin: 0 auto;
  padding-top: 245px;
}
#sub-features .link::after {
  width: 55px;
  height: 55px;
  top: 20px;
  left: 25px;
}
#sub-features .link:nth-of-type(n + 2) {
  margin-top: 50px;
}
#sub-features .link-dispensing {
  background: url(/img/top/features-img01.png) no-repeat center 30px/75%, #fff;
}
#sub-features .link-kampo {
  background: url(/img/top/features-img02.png) no-repeat center 30px/55%, #fff;
}

#sub-dispensing .container,
#sub-kampo .container {
  display: block;
}
#sub-dispensing .container-wrap,
#sub-kampo .container-wrap {
  margin-top: 15px;
}
#sub-dispensing .img,
#sub-kampo .img {
  margin-top: 0;
}
#sub-dispensing .img::after,
#sub-kampo .img::after {
  width: 113px;
  height: 100px;
  bottom: -15px;
  right: -10px;
}
#sub-dispensing .img img,
#sub-kampo .img img {
  border-radius: 15px;
}
#sub-dispensing .wrap,
#sub-kampo .wrap {
  margin-top: 50px;
}
#sub-dispensing .wrap-ttl,
#sub-kampo .wrap-ttl {
  font-size: 22px;
}
#sub-dispensing .wrap-ttl::after,
#sub-kampo .wrap-ttl::after {
  width: 55px;
  height: 50px;
  top: 5px;
  right: calc(50% - 156px);
}
#sub-dispensing .list,
#sub-kampo .list {
  display: block;
}
#sub-dispensing .list-item,
#sub-kampo .list-item {
  width: 280px;
  height: 280px;
  margin: 0 auto;
  padding: 85px 0 15px;
  background: url(/img/all/check-ico.png) no-repeat center 35px/30px;
}
#sub-dispensing .list-item:nth-of-type(n + 2),
#sub-kampo .list-item:nth-of-type(n + 2) {
  margin-top: 25px;
}

#sub-kampo .img::after {
  width: 63px;
  height: 75px;
  right: -10px;
}

#sub-first .bg {
  background: url(/img/top/info-wave.png) no-repeat center bottom/150%, #f2fcf5;
}
#sub-first .list-item {
  display: block;
  padding: 30px 15px 25px;
  border-radius: 15px;
}
#sub-first .list-item:nth-of-type(n + 2) {
  margin-top: 75px;
}
#sub-first .list-wrap {
  margin-top: 10px;
}
#sub-first .list-ttl {
  width: 256px;
  transform: translateX(-50%);
  left: 50%;
  top: -30px;
}
#sub-first .list-txt {
  margin-top: 20px;
}

/* =========================================
    sub  SP
    sub-info
========================================= */
#sub-greeting .container {
  margin-top: 35px;
}
#sub-greeting .img {
  position: relative;
  top: unset;
  left: unset;
  right: unset;
  bottom: unset;
}
#sub-greeting .img::after {
  width: 101px;
  height: 103px;
  bottom: -20px;
  right: -10px;
}
#sub-greeting .wrap {
  margin-top: 60px;
  padding: 45px 15px 25px 15px;
  border-radius: 15px;
}
#sub-greeting .wrap::after {
  width: 51px;
  height: 116px;
  top: -65px;
  left: -20px;
}
#sub-greeting .wrap-ttl {
  width: 320px;
  transform: translateX(-50%);
  left: 50%;
  top: -30px;
}

#sub-info .ttl-sub {
  font-size: 59px;
}
#sub-info .table {
  margin-top: 35px;
}
#sub-info .map {
  height: 250px;
  margin-top: 35px;
}
#sub-info .map iframe {
  border-radius: 15px;
}

/* =========================================
    sub  SP
    sub-recruit
========================================= */
#sub-charm .container {
  margin: 35px auto 0;
  padding: 25px 20px;
  border-radius: 15px;
}
#sub-charm .container::after {
  width: 56px;
  height: 126px;
  top: -100px;
  left: -10px;
}
#sub-charm .charm {
  margin-top: 50px;
}
#sub-charm .list {
  margin-top: 50px;
  gap: 35px;
}
#sub-charm .list::before {
  width: 115px;
  height: 86px;
  bottom: -40px;
  left: calc(50% - 165px);
}
#sub-charm .list::after {
  width: 122px;
  height: 146px;
  top: -74px;
  right: -50px;
}
@media screen and (min-width: 400px) {
  #sub-charm .list::after {
    right: calc(50% - 235px);
  }
}
#sub-charm .list-item {
  width: 320px;
  height: 320px;
  margin: 0 auto;
  padding: 75px 0 15px;
  background: url(/img/all/check-ico.png) no-repeat center 25px/30px;
}

#sub-flow .list-item {
  display: block;
  padding: 25px 15px;
}
#sub-flow .list-item:nth-of-type(n + 2)::before {
  width: 51px;
  height: 55px;
  top: -50px;
}
#sub-flow .list-ico {
  display: block;
  width: 100px;
  margin: 0 auto;
}

/* =========================================
    sub  SP
    sub-news
========================================= */
#sub-news .com-ttl03 {
  padding-bottom: 5px;
}
#sub-news .com-news-post-flex {
  display: block;
}
#sub-news .com-news-post-link {
  padding: 30px 15px;
}
#sub-news .com-news-post-img {
  width: 250px;
  margin: 0 auto 25px;
}
#sub-news .com-news-post-con {
  width: 100%;
}
#sub-news .news-post-flex {
  display: block;
}
#sub-news .news-post-time {
  margin-left: 5px;
}
#sub-news .com-tag-list {
  margin-top: 5px;
}

/* =========================================
  タグセレクト
	ボタンテンプレート
========================================= */
#tag-btn-list {
  display: block;
  margin-top: 25px;
  padding: 20px 10px;
}
#tag-btn-list .tag-txt {
  text-align: center;
  margin: 0;
}
#tag-btn-list .tag-list {
  margin-top: 10px;
  gap: 15px;
}
#tag-btn-list .tag-list-link {
  min-width: 80px;
  padding: 4px 20px;
}

/* =========================================
    sub  SP
    news-detail
========================================= */
#news-detail .com-news-post-con {
  padding: 25px 15px;
}

/* =========================================
    sub  SP
    sub-contact
========================================= */
#sub-method .bg {
  overflow: hidden;
}
#sub-method .wrap {
  margin: 35px auto 0;
  padding: 25px 15px 30px;
  border-radius: 15px;
}
#sub-method .wrap::after {
  width: 51px;
  height: 115px;
  top: -85px;
  left: -20px;
}
#sub-method .com-tel {
  margin-top: 25px;
}
#sub-method .work {
  gap: 15px;
  padding-right: 0;
}

#sub-contact .com-btn01 {
  width: 250px;
  margin: 25px auto 0;
}

.contact-form-table {
  margin: 35px auto 0;
}

.optional-mark,
.required-mark {
  padding: 2px 5px;
}

/* =========================================
    sub  SP
    sub-complete
========================================= */
#sub-complete .link {
  margin: 50px auto 0;
}
#sub-complete .container-box {
  margin: 25px auto 0;
  text-align: left;
  max-width: 465px;
}

/* =========================================
    sub  SP
    sub-site
========================================= */
#sub-site .list {
  margin: 40px auto 0;
}

/* =========================================
    sub  SP
    sub-privacy
========================================= */
#sub-privacy .container {
  margin-top: 35px;
}
#sub-privacy .com-ttl02 {
  text-align: left;
}
#sub-privacy .privacy-box {
  margin-top: 25px;
}

/* =========================================
    sub  SP
    sub-error
========================================= */
#sub-error .txt {
  letter-spacing: 0.1em;
}