@import url('https://fonts.googleapis.com/css2?family=Kiwi+Maru:wght@300;400;500');
/* style.css */
*{
  margin: 0;
  padding: 0;
  box-sizing: border-box;}
body {
  font-family: 'Yu Gothic', 'Hiragino Kaku Gothic ProN', sans-serif;
  margin: 0;
  color: #000;
  background: #FBF6EA;}
@font-face {
  font-family: 'CineCaption';
  src: url('assets/fonts/cinecaption226.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;}
a:hover{
  opacity: 0.75;
}

/* ヘッダー */
.site-header {
  background: #e5decd;
  position: relative;
  padding: 0;
  padding-bottom: 3vw;
  margin: 0 auto;}
.header-inner {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 2vw;
  padding: 1.5vw 12%;}
.header-left{
  width: 50%;}
.header-left h1 {
  font-size: 2vw;
  margin-bottom: 1vw;}
.header-left h1 a,
.header-left h1 a:hover,
.header-left h1 a:visited{
  color: #000;
  text-decoration: none;}
.header-left h1 img{
  width: auto;
  height:1.5vw;
  margin-left: .5vw;}
.header-left p,
.header-right p {
  font-size: 1vw;
  margin: .5vw 0;
  line-height: 1.6;}
.header-right{
  width: 30%;}
.contact-info .tel {
  font-size: 2vw;
  font-weight: bold;
  margin: .5vw 0;}
.contact-info .tel i{
  transform: scaleX(-1);
  margin-right: 1vw;}
.sns-icons {
  position: absolute;
  top: 1vw; right:1vw;}
.sns-icons a img {
  width: 3vw;}
.main-nav {
  background: #fff;
  border-radius: 9999px;
  width: 75%;
  margin: auto;
  padding: 1.3vw;
  text-align: center;
  overflow-x: hidden;}
.main-nav ul {
  list-style: none;
  padding: 0;
  margin: 0;
  white-space: nowrap;}
.main-nav li {
  display: inline-block;
  margin: 0 1vw;}
.main-nav a {
  position: relative;
  text-decoration: none;
  font-size: 1.1vw;
  color: #000;}
.main-nav a:after{
  position: absolute;
  content: "";
  display: block;
  background-color: #000;
  width: 1px;
  height: 1vw;
  top: 0;
  left: -1.2vw;}
.main-nav li:first-child a:after{
  display: none;}
.main-nav .basic-row, .main-nav .wide-row{
  display: inline-block;
  position: relative;}
.main-nav .wide-row:after{
  position: absolute;
  content: "";
  display: block;
  background-color: #000;
  width: 1px;
  height: 1vw;
  top: .6vw;
  left: -.25vw;}

/* 固定ボタン */
.fixed-consult-btn {
  position: fixed;
  top: 10vw;
  right: 2vw;
  animation: floatY 1s ease-in-out infinite;
  z-index: 999;}
.fixed-consult-btn img {
  width: 10vw;
  height: auto;}
@keyframes floatY {
  0%, 100% { transform: translateY(0); }
  50%      { transform: translateY(-5px); }
}

#toTopBtn {
  display: none;
  position: fixed;
  width: 5vw;
  height: 5vw;
  right: 3vw;
  bottom: 3vw;
  cursor: pointer;
  z-index: 9999;}
#toTopBtn img{
  width: 100%;}

/* フッター */
.site-footer {
  background-color: #6bc0b1;
  color: #fff;
  padding: 3vw 12%;
  font-size: 1vw;
  line-height: 1.6;}
.footer-nav ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  list-style: none;
  gap: 2vw;
  padding: 0;
  margin: 0 0 3vw;}
.footer-nav a {
  position: relative;
  color: #fff;
  text-decoration: none;}
.footer-nav a:after{
  position: absolute;
  content: "";
  display: block;
  background-color: #fff;
  width: 1px;
  height: 1vw;
  top: 0;
  left: -1vw;}
.footer-nav li:first-child a:after{
  display: none;}
.footer-info-grid {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 3vw;}
.sns-card {
  width: 32%;
  background-color: #fff;
  color: #000;
  padding: 1.5vw;
  box-shadow: 0px 0px 4px rgba(0,0,0,.7);}
.sns-card h3 {
  font-size: 1.5vw;
  font-weight: bold;
  margin-bottom: 1.5vw;
  display: flex;
  align-items: center;}
.sns-card.consult h3{
  justify-content: center;
  margin-bottom: 0;}
.sns-card img.sns-card-icon {
  width: 2vw;}
.sns-card h3 img.sns-card-icon{
  margin-right: 1vw;}
.sns-card img.sns-qr {
  width: 7vw;
  float: right;}
.sns-card.consult .sns-card-icon{
  display: block;
  margin: .5vw auto;
  width: 5vw;}
.sns-card.consult p{
  text-align:center;}
.sns-card.consult .btn-consult{
  width: 90%;
  display: block;
  color: #fff;
  background-color: #58CEB0;
  margin: .5vw auto;
  padding: 1vw;
  border-radius: .5vw;
  text-decoration: none;
  text-align: center;}
.footer-contact-box {
  width: 100%;
  display: flex;
  justify-content: space-between;
  background-color: #fff;
  border: 10px solid #9DDBCB;
  color: #000;
  padding: 2vw 4vw;
  margin: auto;}
.footer-contact-box .contact-lead {
  width: 40%;
  font-size: 1.8vw;
  line-height: 1.8;}
.footer-contact-box .contact-lead span{
  display: block;
  font-size: 1.1vw;
  margin-top: 1.5vw;}
.footer-contact-box img{
  width: auto;
  height: 12vw;
  object-fit: contain;}
.footer-contact-box .tel {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: .5vw;
  color: #6A5D3D;
  font-size: 1.3vw;}
.footer-contact-box .tel span{
  display: block;
  font-size: 2.8vw;
  font-weight: bold;}
.footer-contact-box .tel i{
  transform: scaleX(-1);
  margin-right: .5vw;}
.footer-address-area {
  width: 100%;
  display: flex;
  gap: 2vw;
  margin-top: 3vw;
  align-items: flex-start;
  justify-content: space-between;
  line-height: 1.8;}
.footer-address-text{
  width: 50%;}
.footer-address-text p{
  font-size: 1.1vw;
  color: #fff;
  margin:0;}
.footer-address-text a.tel-highlight {
  font-size: 1.6vw;
  font-weight: bold;
  margin: .5vw 0;
  color: #fff;
  text-decoration: none;}
.footer-address-text p span{
  display: block;
  font-size: 1.6vw;
  font-weight: bold;
  margin: .5vw 0 1.5vw;}
.footer-address-text a {
  color: #fff;
  text-decoration: underline;}
.footer-address-text img{
  width: 75%;
  height: 15vw;
  object-fit: cover;
  object-position: 0 -1.5vw;
  display: block;
  margin-top: 2vw;}
.footer-map{
  width: 50%;}
.footer-map iframe {
  max-width: 100%;
  height: 25vw;}
.footer-bottom {
  text-align: right;
  margin-top: 2vw;
  font-size: 1.1vw;}

/* パンくずリスト */
.breadcrumb {
  font-size: 1vw;
  padding: 1vw;}
.breadcrumb ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  gap: 5px;}
.breadcrumb li::after {
  content: ">";
  margin: 0 5px;
  color: #000;}
.breadcrumb li:last-child::after {
  content: "";}
.breadcrumb a {
  text-decoration: none;
  color: #000;}
.breadcrumb li.bold{
  font-weight: bold;}

/* 概要セクション */
.about {
  position: relative;
  height: 85vw;}
.about-image {
  width: 20vw;
  margin: 0 auto 30px;
  position: absolute;
  top: 10vw; left: 50%;
  transform: translate(-50%,-50%);
  z-index: 7;}
.about::before{
  position: absolute;
  display: block;
  content: "";
  top:0;
  left:0; right:0;
  height: 12vw;
  background-color: #e5decd;
  z-index: 5;}
.about::after{
  position: absolute;
  display: block;
  content: "";
  top:5vw;
  left:0; right:0;
  height: 40vw;
  background-color: #FBF6EA;
  z-index: 6;
  clip-path: ellipse(100% 100% at 50% 0%);
  transform: scale(-1);}
.about-inner{
  position:relative;
  top: 25vw;
  z-index:7;}
.about-inner h2 {
  font-size: 2vw;
  text-align: center;
  color: #5c432b;
  font-family: "Kiwi Maru", serif;
  font-weight: 500;
  font-style: normal;}
.about-inner .about-inner_text {
  width: 65%;
  margin: 3vw auto 1vw;
  font-size: 1.3vw;
  line-height: 1.8;
  color: #333;}
.about-btn {
  display: block;
  width: 30vw;
  margin: 3vw auto;
  padding: 1vw 3vw;
  border: 1px solid #5c432b;
  border-radius: 1vw;
  color: #5c432b;
  text-decoration: none;
  text-align: center;
  font-size: 1.2vw;
  font-weight: bold;
  transition: 0.3s;}
.about-btn .fas.fa-chevron-right {
  border-radius: 50%;
  padding: .3vw .5vw;
  margin-left: .5vw;}
.slider-wrapper {
  width: 100%;
  margin: 5vw auto 0;
  overflow: visible;
  padding: 0;
  box-sizing: content-box;}
.about-gallery {
  display: flex;
  gap: 5vw;
  height: 20vw;
  overflow: hidden;
  justify-content: center;
  flex-wrap: nowrap;}
.about-gallery .slick-list{
  padding: 0!important;}
.slick-track{
  margin: 0!important;}
.about-gallery img {
  width: 22vw!important;
  object-fit: cover;
  margin: 1vw;}
.about-gallery img:nth-of-type(even){
  margin-top: 3vw;}
.about-gallery img:nth-of-type(odd){
  margin-top: 0;}

/*特徴セクション*/
.features {
  background-color: #e6f2ed;
  padding: 8vw 0;}
.features-inner {
  width: 80%;
  margin: 0 auto;}
.features h2 {
  width: 22vw;
  font-size: 2vw;
  font-family: "Kiwi Maru", serif;
  font-weight: 500;
  font-style: normal;
  color: #333;
  text-align: center;
  border-bottom: 3px dotted #38BE9C;
  padding-bottom: 1.5vw;
  margin: 0 auto 2vw;}
.features .features-inner_text {
  width: 65%;
  margin: 0 auto 3vw;
  font-size: 1.3vw;
  line-height: 1.8;
  text-align: center;
  color: #333;}
.feature-cards {
  display: flex;
  flex-wrap: wrap;
  gap: 2vw;
  justify-content: center;
  margin-bottom: 5vw;}
.feature-card {
  background: #fff;
  border-radius: 2vw;
  box-shadow: 0 0 10px rgba(196,232,223,0.5);
  padding: 3vw 2vw;
  width: calc(100% / 3 - 1.5vw);}
.feature-card .feature-card_img{
  position: relative;}
.feature-card .feature-card_img img {
  display: block;
  width: 60%;
  margin: 1vw auto;
  position: relative;
  z-index: 6;}
.feature-card .feature-card_img::before{
  display: block;
  content: "";
  position: absolute;
  top: 0;  left: 51%;
  transform: translateX(-50%);
  width: 15vw;  height: 15vw;
  object-fit: contain;
  opacity: 0.3;
  background-size: 90%;
  background-image: url(assets/images/img-bg.png);
  background-repeat: no-repeat;
  z-index: 5;}
.feature-card h3 {
  font-size: 1.6vw;
  font-family: "Kiwi Maru", serif;
  font-weight: 500;
  font-style: normal;
  color: #333;
  margin: 0;
  margin-bottom: 2vw;
  text-align: center;}
.feature-card .feature-card_text {
  font-size: 1.1vw;
  line-height: 1.8;
  color: #333;
  margin-bottom: 2vw;}
.feature-card_text .fct_bold{
  font-weight: bold;}
.feature-card_text .fct_small{
  font-size: 1vw;}
.btn-detail {
  display: block;
  text-align: center;
  background-color: #38BE9C;
  color: #fff;
  padding: 1.5vw;
  font-size: 1.3vw;
  font-weight: bold;
  border-radius: 1vw;
  text-decoration: none;
  transition: 0.3s;}

/* 商品紹介 */
.products-section {
  background: #fff;
  border-radius: 1vw;
  padding: 4vw 2vw;
  margin-top: 7vw;
  position: relative;}
.products-section h3 {
  background-color: #fff;
  position: absolute;
  width: 50%;
  top: -10%; left: 50%;
  transform: translateX(-50%);
  padding: 2vw;
  border-radius: 5vw;
  font-family: "Kiwi Maru", serif;
  font-weight: 500;
  font-style: normal;
  font-size: 1.6vw;
  text-align: center;
  color: #000;}
.products-section__text{
  font-size: 1.2vw;
  text-align: center;}
.product-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 1.5vw;
  margin-top: 3vw;}
.product-list div {
  width: 22%;
  text-align: center;}
.product-list img {
  max-height: 12vw;
  object-fit: contain;}
.product-list p {
  font-size: 1vw;
  color: #000;}

/*寺岡薬局について*/
.pharmacist {
  padding: 5vw 0;}
.pharmacist-inner {
  width: 80%;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  gap: 3vw;
  justify-content: center;}
.pharmacist-photo{
  width: 45%;}
.pharmacist-photo img {
  width: 35vw;
  border-radius: 50%;}
.pharmacist-text {
  width: 50%;}
.pharmacist-text h2 {
  width: 40vw;
  font-size: 2vw;
  line-height: 2.2;
  font-family: "Kiwi Maru", serif;
  font-weight: 500;
  font-style: normal;
  margin: 0 auto 2vw;
  text-decoration-line: underline;
  text-decoration-style: dotted;
  text-decoration-color: #38BE9C;
  text-decoration-thickness: 4px;
  text-underline-offset: 10px;}
.pharmacist-text h2 + p {
  font-size: 1.3vw;
  line-height: 2;
  margin-bottom: 3vw;}
.pharmacist-box {
  margin-bottom: 3vw;}
.pharmacist-box h3 {
  background-color: #33aa88;
  color: #fff;
  padding: 0.5vw 1vw;
  font-family: "Kiwi Maru", serif;
  font-weight: 500;
  font-style: normal;
  font-size: 1.5vw;
  font-weight: normal;
  display: inline-block;
  margin-bottom: 1vw;}
.pharmacist-box ul {
  list-style: none;
  padding-left: 0;
  margin-bottom: 10px;}
.pharmacist-box li {
  margin: 5px 0;
  font-size: 1.3vw;
  font-weight: bold;}
.pharmacist-box li span{
  color: #38BE9C;
  font-size: 1vw;}
.caption {
  font-size: 1.2vw;
  line-height: 1.8;
  margin: 2vw 0 1vw;}
.btn-staff {
  display: inline-block;
  width: 35vw;
  border: 1px solid #b5955b;
  color: #705a2c;
  padding: 1.5vw 2vw;
  border-radius: 1vw;
  text-align: center;
  text-decoration: none;
  font-size: 1.3vw;}
/*よくある質問*/
.faq {
  width: 70%;
  margin: 5vw auto;
  background-color: #fff;
  padding: 3vw 5vw;
  border: 2px solid #DCD5C4;
  border-radius: 2vw;}
.faq-inner {
  max-width: 800px;
  margin: 0 auto;
  text-align: center;}
.faq h2 {
  font-size: 2vw;
  line-height: 2.2;
  font-family: "Kiwi Maru", serif;
  font-weight: 500;
  font-style: normal;
  margin: 0 auto 2vw;
  text-decoration-line: underline;
  text-decoration-style: dotted;
  text-decoration-color: #DCD5C4;
  text-decoration-thickness: 5px;
  text-underline-offset: 15px;}
.faq-lead {
  font-size: 1.3vw;
  margin: 2vw auto 1vw;}
.faq-illustration {
  position: relative;
  display: inline-block;}
.faq-illustration img {
  width: auto;
  height: 7vw;}
.faq-list {
  text-align: left;}
.faq-item {
  padding: 2vw 0;
  border-bottom: 2px dotted #DCD5C4;
  position: relative;}
.label {
  display: inline-block;
  font-size: 1vw;
  font-weight: bold;
  padding: 4px 8px;
  margin-bottom: 10px;
  color: #fff;}
.label.red {
  background-color: #FEB09A;}
.label.blue {
  background-color: #86BEC9;}
.label.yellow {
  background-color: #C5B07C;}
.question {
  font-weight: bold;
  margin-bottom: 1.5vw;
  font-size: 1.4vw;}
.answer {
  display: flex;
  gap: 1vw;
  align-items: center;}
.answer .icon {
  width: 5vw;
  height: 5vw;
  border-radius: 50%;}
.answer p {
  margin: 0;
  font-size: 1.2vw;
  line-height: 1.6;}
.btn-staff.btn-faq{
  margin-top: 3vw;}

/*お知らせ*/
.topics {
  background-color: #F2EDE1;
  padding:3vw 0;}
.topics-inner {
  width: 100%;
  margin: 0 auto;
  text-align: center;}
.section-title {
  font-family: "Kiwi Maru", serif;
  font-weight: 500;
  font-style: normal;
  font-weight: 300;
  font-size: 2vw;
  line-height: 2;
  margin: auto;
  text-align: center;
  position: relative;}
.section-title img{
  display: inline-block;
  width: 5vw;
  margin-top: 1vw;}
.news-box {
  width: 80%;
  background: #fff;
  border: 1px solid #ddd1b8;
  border-radius: 1.5vw;
  padding: 3vw;
  text-align: left;
  margin: 0 auto 4vw;}
.news-list {
  list-style: none;
  padding: 0;
  margin: 0;}
.news-list li {
  display: flex;
  justify-content: flex-start;
  gap: 2vw;
  border-bottom: 1px dotted #ccc;
  padding: 0;
  font-size: 1.1vw;}
.news-list li a{
  color: #000;
  text-decoration: none;
  display: block;
  width: 100%;
  padding: 1.5vw 0;}
.news-list .date {
  margin-right: 5px;
  font-size: 1vw;
  font-weight: bold;}
.columns {
  width: 95%;
  display: flex;
  flex-wrap: wrap;
  gap: 2vw;
  justify-content: center;
  margin: 1vw auto 5vw;}
.column-card {
  background: #fff;
  color: #000;
  text-decoration: none;
  overflow: hidden;
  width: 30%;
  box-shadow: 0 0 6px rgba(133, 70, 70, 0.05);
  text-align: left;
  padding: 1.5vw;}
.column-card img {
  width: 100%;
  height: 15vw;
  object-fit: cover;
  display: block;}
.column-card .date {
  font-size: 1.2vw;
  margin: 1.5vw auto 0;}
.column-card .title {
    font-size: 1.4vw;
    margin: auto;}
.voice-box {
  margin: 3vw auto;}
.voice-image img {
  width: 50%;}


/*下層ページ*/
.dotted-underline{
  font-size: 2vw;
  font-family: "Kiwi Maru", serif;
  font-weight: 500;
  font-style: normal;
  text-align: center;
  border-bottom: 4px dotted #38BE9C;
  padding-bottom: 1.5vw;
  margin: 0 auto 2vw;} 
.lower-top-wrap {
  background-color: #FBF9F4;
  padding: 1vw 0;
  width: 80%;
  margin: 0 auto;}
.lower-top-inner {
  width: 100%;
  margin: 0 auto;}
.lower-top-title {
  font-family: "Kiwi Maru", serif;
  font-weight: 500;
  font-style: normal;
  text-align: center;
  text-align:center;
  margin: 3vw auto;
  font-size: 1.8vw;}
.lower-top-title img{
  display: inline-block;
  margin: 3vw auto 0;
  width:7vw;}
.lower-top-up {
  display: flex;
  flex-wrap: wrap;
  gap: 3vw;
  margin-bottom: 3vw;}
.lower-top-up-text,
.lower-top-down-text {
  flex: 1 1 45%;
  padding: 2vw;}
.lower-top-headline {
  font-family: "Kiwi Maru", serif;
  font-weight: 400;
  font-size: 1.5vw;
  margin: 0 0 1.5vw;}
.lower-top-text_content{
  margin: 0;
  font-size: 1.1vw;
  line-height: 2.2;}
.lower-top-up-image {
  flex: 1 1 45%;
  position: relative;}
.lower-top-up-image img,
.lower-top-up-icon img{
  width: 100%;
  height: auto;}
.lower-top-up-icon {
  position: absolute;
  left: -2vw;
  bottom: 2vw;
  width: 10vw;}
.lower-top-down {
  display: flex;
  flex-wrap: wrap;
  gap: 3vw;
  margin-bottom: 8vw;
  align-items: flex-start;}
.lower-top-down-image {
  flex: 1 1 45%;
  position: relative;}
.lower-top-down-image img {
  width: 100%;
  border: 5px solid #fff;}
.lower-top-down-icon {
  position: absolute;
  bottom: -5vw;
  right: -5vw;
  width: 15vw;}
.lower-top-down-icon img{
  width: 100%;
  height: auto;
  border: 0;}
.lower-list-section {
  background: #fff;
  border-radius: 1.5vw;
  padding: 3vw;}
.lower-list-heading {
  text-align: center;
  font-size: 1.6vw;
  font-weight: bold;
  color: #1B8E73;
  margin-bottom: 3vw;}
.lower-list-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;}
.lower-list {
  width: 48%;
  font-size: 1.4vw;
  line-height: 1.8;
  padding-left: 2vw;
  list-style: none;}
.lower-list li {
  margin-bottom: 1vw;
  position: relative;}
.lower-list li::before {
  content: "●";
  color: #1B8E73;
  font-size: 1.2vw;
  position: absolute;
  left: -1.5vw;
  top: 0;}
.parallel-display-wrap {
  padding: 5vw 0 0;}
.parallel-display-inner {
  width: 80%;
  margin: 0 auto;
  text-align: center;}
.parallel-display-lead {
  font-size: 1.2vw;
  margin-bottom: 5vw;
  line-height: 1.8;}
.parallel-display-grid {
  width: 90%;
  margin: auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 3vw;
  margin-bottom: 5vw;}
.parallel-display-item {
  background: #fff;
  border-radius: 1.5vw;
  padding: 2vw;
  width: 30%;
  box-shadow: 0 0 5px rgba(0,0,0,0.05);
  text-align: center;}
.parallel-display-item img {
  height: 10vw;
  margin-bottom: 10px;}
.parallel-display-item p {
  font-size: 1.4vw;
  font-weight: bold;}
.comment-box-wrap{
  width: 60%;
  margin: 0 auto;}
.comment-box-balloon{
  position: relative;}
.comment-box-image{
  width: 100%;}
.comment-box-speech{
  position: absolute;
  top: 50%;  left: 63%;
  transform: translate(-50%, -50%);
  width: 65%;
  color: #6A5D3D;
  font-weight: bold;
  font-size: 1.5vw;
  line-height: 1.8;
  text-align: center;}
.product-recommend-wrap{
  width: 90%;
  margin:auto;
  padding: 2vw;
  border: 3px solid #DCD5C4;
  border-radius: 5vw;
  background-color: #fff;
  text-align: center;}
.product-recommend-title {
  font-family: "Kiwi Maru", serif;
  font-weight: 500;
  font-style: normal;
  font-weight: 300;
  font-size: 2vw;
  line-height: 2;
  margin: auto;
  text-align: center;
  position: relative;}
.product-recommend-title img{
  width: 5vw;
  margin-top: 1vw;}
.product-recommend-desc {
  font-size: 1.3vw;
  line-height: 2;
  margin: 2vw auto 3vw;}
.product-recommend-list {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 3vw;}
.product-recommend-item {
  width: 30%;
  text-align: center;}
.product-recommend-item img {
  width: 100%;
  height: 15vw;
  object-fit: contain;
  margin-bottom: 1vw;}
.product-recommend-item p {
  font-size: 1.1vw;}
.voice-section {
  padding: 5vw 0;}
.voice-container {
  width: 80%;
  margin: 0 auto;
  text-align: center;}
.voice-title {
  font-size: 2vw;
  font-weight: bold;
  margin-bottom: 10px;}
.voice-lead {
  font-size: 1.2vw;
  margin-bottom: 5vw;
  line-height: 1.8;}
.voice-grid {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 3vw;}
.voice-card {
  width: 45%;
  background: #fff;
  border: 3px solid #9EDBCA;
  border-radius: 3vw;
  padding: 2vw;
  box-shadow: 0 0 5px rgba(0,0,0,0.05);}
.voice-image img {
  width: auto;
  height: 22vw;
  object-fit: cover;
  margin-bottom: 1.5vw;}
.voice-content h3 {
  font-size: 1.4vw;
  margin-bottom: 1vw;}
.voice-meta {
  font-size: 1vw;
  margin-bottom: 1vw;}
.voice-content p.voice-text {
  font-size: 1.1vw;
  line-height: 1.8;
  text-align: left;}
.voice-button {
  margin-top: 10vw;}
.voice-button a {
  display: inline-block;
  width: 60%;
  padding: 2vw;
  background-color: #58CEB0;
  color: #fff;
  border-radius: 1vw;
  text-decoration: none;
  font-size: 1.3vw;}
.voice-button a:hover {
  background-color: #3ca38c;}
.flow-section {
  padding: 5vw 0;}
.flow-container {
  width: 80%;
  margin: 0 auto;
  text-align: center;}
.flow-steps {
  list-style: none;
  padding: 0;
  margin: 0;}
.flow-steps li {
  background: #fff;
  border: 3px solid #e7e4db;
  border-radius: 1vw;
  margin-bottom: 4vw;
  padding: 1vw 2vw;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 0.5vw;
  position: relative;
  text-align: left;}
.flow-steps li::after{
  font-family: "Font Awesome 5 Free";
  content: '\f078';
  font-weight: 900;
  font-size: 2.5vw;
  position: absolute;
  bottom: -4.5vw;
  left: 50%;
  transform: translate(-50%,-50%);
  color: #38BE9C;}
.flow-steps li:last-child::after{
  content:"";}
.flow-num {
  width: 3%;
  font-size: 2vw;
  font-weight: bold;
  color: #4dc0a3;
  text-align: center;}
.flow-title {
  width: 20%;
  font-size: 1.3vw;
  font-weight: bold;
  margin: 0;}
.flow-content {
  width: 60%;
  font-size: 1.1vw;
  margin: 0;
  padding: 2.5vw;
  line-height: 1.8;}
.flow-icon{
  width: calc(20% - 6vw);}
.flow-icon img{
  width: 12vw;
  height: 9vw;
  object-fit: cover;}
.contact-call-box-wrapper {
  padding: 5vw 0;}
.contact-call-box-container {
  width: 75%;
  margin: 0 auto;}
.contact-call-box-panel {
  display: flex;
  flex-wrap: wrap;
  background: #ffffff;
  border: 5px solid #cde2c0;
  border-radius: 1vw;
  padding: 3vw;
  gap: 3vw;}
.contact-call-box-left,
.contact-call-box-right {
  flex: 1;
  width: 45%;}
.contact-call-box-left h3 {
  font-family: "Kiwi Maru", serif;
  font-weight: 500;
  font-style: normal;
  font-size: 1.8vw;
  margin-bottom: 2vw;}
.contact-call-box-left p {
  font-size: 1.1vw;
  line-height: 1.8;}
.contact-call-box-trees img {
  margin-top: 2vw;
  width: 100%;}
.contact-call-box-tel {
  font-size: 3vw;
  font-weight: bold;
  color: #7b6a5e;
  text-align:center;}
.contact-call-box-tel-number i{
  transform: scale(-1, 1);}
.contact-call-box-hours {
  font-size: 1vw;
  margin-top: 1vw;
  color: #999;}
.contact-call-box-note {
  font-size: 1vw;
  text-align: center;
  margin: 2vw 0;
  color: #444;}
.contact-call-box-btn img {
  width: 80%;
  display: block;
  margin: 1vw auto;}

/* 404 */
.notfoundlinks {
  text-align: center;
  font-size: 1.5vw;
}
.notfoundlinks li {
  margin-bottom: 0.5vw;
}
.notfoundlinks li a {
    display: block;
    width: 30vw;
    margin: 3vw auto;
    padding: 1vw 3vw;
    border: 1px solid #5c432b;
    border-radius: 1vw;
    color: #5c432b;
    text-decoration: none;
    text-align: center;
    font-size: 1.2vw;
    font-weight: bold;
    transition: 0.3s;
}
.notfound_copyright {
  padding-bottom: 5vw;
  text-align: center;
}
@media screen and (max-width: 700px){
.site-header {
  padding-bottom: 12vw;}
.header-inner {
  display: block;
  padding: 5vw;}
.header-left{
  width: 100%;}
.header-left h1 {
  font-size: 6vw;
  margin-bottom: 2vw;}
.header-left h1 img{
  height:5vw;
  margin-left: 2vw;}
.header-left p,
.header-right p {
  font-size: 3vw;
  margin: 0;
  line-height: 1.8;}
.header-right{
  display: none;}
.sns-icons {
  top: 5vw; right:5vw;}
.sns-icons a img {
  width: 8vw;}
.main-nav a:after,.main-nav .wide-row:after{
  display: none;}
.main-nav {
  width: 90%;
  margin: 0 auto;
  background: #fff;
  padding: 2vw 3vw 4vw;
  border-radius: 1vw;
  text-align: center;}
.main-nav > img {
  width: 5vw;
  height: auto;
  margin: 0 5px;
  vertical-align: middle;}
.main-nav > img:first-child{
  transform: scale(-1, 1);}
.main-nav > p {
  display: inline-block;
  font-size: 3.5vw;
  font-weight: bold;
  color: #15836a;
  margin: 0 1vw;
  vertical-align: middle;}
.main-nav .basic-row {
  width: 100%;
  list-style: none;
  padding: 0;
  margin-top: 2vw;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1vw;}
.main-nav .wide-row {
  width: 100%;
  list-style: none;
  padding: 0;
  margin-top: 1vw;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1vw;}
.main-nav li {
  display: flex;
  margin: 0;}
.main-nav a {
  display: flex;
  justify-content: center;
  align-items: center;
  background: #38c2aa;
  color: white;
  text-decoration: none;
  border-radius: 2vw;
  font-size: 3.2vw;
  width: 100%;
  height: 10vw;
  line-height: 1.2;}
.main-nav .wide-row li a {
  background: #ffffff;
  border: 1px solid #38c2aa;
  color: #38c2aa;
  width: 100%;}

/* 固定ボタン */
.fixed-consult-btn {
  display: none;}
.fixed-bottom-banner {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  display: flex;
  height: 15vw;
  z-index: 9999;}
.banner-left,
.banner-right {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  color: white;
  text-decoration: none;
  padding: 1vw;
  box-sizing: border-box;}
.banner-left {
  background-color: #A79366;
  color: #fff;
  text-align: center;}
.banner-left .banner-sub {
  font-size: 3vw;
  margin: 0;}
.banner-left .banner-tel {
  font-size: 4vw;
  font-weight: bold;
  margin: .5vw 0;}
.banner-left .banner-tel i{
  font-size: 3.5vw;
  display: inline-block;
  margin-right: 1vw;}
.banner-left .banner-time {
  font-size: 2vw;
  margin: 0;}
.banner-right {
  background-color: #3CC09F;
  color: white;
  text-align: left;
  display: flex;
  align-items: baseline;
  position: relative;}
.banner-right .banner-text {
  text-align: left;
  font-size: 3.5vw;
  padding-left: 5vw;}
.banner-right .highlight {
  font-size: 5vw;
  font-weight: bold;
  display: block;}
.banner-right img {
  width: 13vw;
  object-fit: contain;
  position: absolute;
  bottom: -2vw;
  right:2vw;}
#toTopBtn {
  width: 15vw;
  height: 15vw;
  right: 2vw;
  bottom: 16vw;}


  .fixed-bottom-banner_new {
  position: fixed;
  bottom: 5px;
  left: 0;
  width: 100%;
  display: flex;
  height: 15vw;
  z-index: 9999;}
.fixed-bottom-banner_new ul {
  width: 100%;
  display: flex;
  list-style: none;
  justify-content: space-between;
  padding: 0;
  margin: 0;
}
.fixed-bottom-banner_new li {
  flex: 1;                 /* 各画像が均等幅に伸縮 */
  padding: 0 1px;          /* 画像の間隔（調整可） */
}
.fixed-bottom-banner_new img {
  width: 100%;             /* li の幅に合わせて可変 */
  height: auto;            /* 縦横比を保持 */
  display: block;
}

/* フッター */
.site-footer {
  padding: 5vw 5vw 20vw;
  font-size: 3.5vw;}
.footer-nav ul {
  gap: 1vw 6vw;
  margin: 0 0 6vw;}
.footer-nav a:after{
  height: 4vw;
  left: -3vw;}
.footer-info-grid {
  flex-direction: column;
  margin-bottom: 5vw;
  gap: 5vw;}
.sns-card {
  width: 100%;
  padding: 3vw;}
.sns-card h3 {
  font-size: 4vw;
  margin-bottom: 1.5vw;}
.sns-card.consult h3{
  margin-bottom: 0;}
.sns-card img.sns-card-icon {
  width: 8vw;}
.sns-card h3 img.sns-card-icon{
  margin-right: 3vw;}
.sns-card img.sns-qr {
  width: 20vw;
  margin-top: -5vw;}
.sns-card.consult .sns-card-icon.pc{
  display: none;}
.sns-card.consult .sns-card-icon.smp{
  margin: 0;
  margin-left: 1vw;
  width: 7vw;}
.sns-card.consult .btn-consult{
  margin: 5vw auto 3vw;
  padding: 3vw;
  border-radius: 2vw;}
.footer-contact-box {
  flex-direction: column;
  border-width: 1.5vw;
  padding: 5vw;}
.footer-contact-box .contact-lead {
  width: 100%;
  font-size: 4vw;
  font-weight: bold;
  text-align: center;}
.footer-contact-box .contact-lead span{
  font-size: 3.5vw;
  margin-top: 2vw;
  font-weight: normal;
  text-align: left;}
.footer-contact-box img{
  width: 65%;
  height: auto;
  margin: auto;}
.footer-contact-box .tel {
  gap: 0;
  font-size: 4vw;}
.footer-contact-box .tel span{
  font-size: 6.5vw;}
.footer-contact-box .tel i{
  transform: scaleX(-1);
  margin-right: 1vw;}
.footer-address-area {
  flex-direction: column;
  gap: 3vw;
  margin-top: 10vw;}
.footer-address-text{
  width: 100%;}
.footer-address-text p{
  font-size: 3vw;
  margin: 0;}
.footer-address-text a.tel-highlight {
  font-size: 7vw;
  font-weight: bold;
  margin: 0;
  margin-top: -3vw;}
.footer-address-text p span{
  font-size: 8vw;
  margin: 0;}
.footer-address-text img{
  width: 100%;
  height: 50vw;
  margin-top: 5vw;}
.footer-map{
  width: 100%;
  margin-top:5vw;}
.footer-map iframe {
  max-width: 100%;
  height: 50vw;}
.footer-bottom {
  text-align: center;
  margin-top: 3vw;
  font-size: 3.5vw;}

/* パンくずリスト */
.breadcrumb {
  font-size: 3vw;
  padding: 3vw;
  margin-bottom: 5vw;}
.breadcrumb ul {
  gap: 1vw;}

/* 概要セクション */
.about {
  height: 200vw;}
.about-image {
  width: 50vw;
  top: 15vw;}.about-inner{
  position:relative;
  top: 25vw;
  z-index:7;}
.about-inner{
  top:45vw;}
.about-inner h2 {
  font-size: 4.5vw;}
.about-inner .about-inner_text {
  width: 90%;
  margin: 10vw auto;
  font-size: 3.5vw;}
.about-btn {
  width: 80%;
  margin: 3vw auto;
  padding: 3vw;
  border-radius: 3vw;
  font-size: 3.5vw;}
.slider-wrapper {
  margin: 10vw auto 0;}
.about-gallery {
  gap: 10vw;
  height: 33vw;}
.about-gallery img {
  width: 33vw!important;}
.about-gallery img:nth-of-type(even){
  margin-top: 6vw;}

/*特徴セクション*/
.features {
  padding: 10vw 0 20vw;}
.features-inner {
  width: 90%;}
.features h2 {
  width: 55vw;
  font-size: 5vw;
  padding-bottom: 1vw;
  margin: 0 auto 5vw;
  line-height: 1.8;}
.features .features-inner_text {
  width: 100%;
  margin: 0 auto 10vw;
  font-size: 3.5vw;
  text-align: left;}
.feature-cards {
  flex-direction: column;
  gap: 5vw;
  margin-bottom: 5vw;}
.feature-card {
  border-radius: 3vw;
  padding: 8vw;
  width: 100%;}
.feature-card .feature-card_img img {
  width: 65%;
  margin: 3vw auto;}
.feature-card .feature-card_img::before{
  top: 0;  left: 50%;
  width: 50vw;  height: 50vw;
  background-size: 100%;}
.feature-card h3 {
  font-size: 6vw;
  margin: 0;
  margin-bottom: 2vw;}
.feature-card .feature-card_text {
  font-size: 3.5vw;
  margin-bottom: 2vw;}
.feature-card_text .fct_small{
  font-size: 3vw;}
.btn-detail {
  padding: 3vw;
  font-size: 3.5vw;
  border-radius: 3vw;}

/* 商品紹介 */
.products-section {
  border-radius: 3vw;
  padding: 10vw 5vw 5vw;
  margin-top: 15vw;}
.products-section h3 {
  width: 80%;
  top: -5%;
  padding: 3vw;
  font-size: 4vw;}
.products-section__text{
  font-size: 3.5vw;}
.product-list {
  gap: 1.5vw;
  margin-top: 3vw;}
.product-list div {
  width: 45%;}
.product-list img {
  max-height: 25vw;}
.product-list p {
  font-size: 3vw;}

/*寺岡薬局について*/
.pharmacist {
  padding: 10vw 0;}
.pharmacist-inner {
  width: 90%;
  flex-direction: column;
  gap: 5vw;}
.pharmacist-photo{
  width: 75%;
  margin: auto;}
.pharmacist-photo img {
  width: 100%;
  border-radius: 30%;}
.pharmacist-text {
  width: 100%;}
.pharmacist-text h2 {
  width: 100%;
  font-size: 4.5vw;
  margin: 0 auto 5vw;
  text-decoration-thickness: 3px;}
.pharmacist-text h2 + p {
  font-size: 3.5vw;
  margin-bottom: 5vw;}
.pharmacist-box {
  margin-bottom: 5vw;}
.pharmacist-box h3 {
  padding: 3vw;
  font-size: 4.5vw;
  margin-bottom: 3vw;}
.pharmacist-box ul {
  margin-bottom: 5vw;}
.pharmacist-box li {
  margin: 2vw 0;
  font-size: 3.5vw;}
.pharmacist-box li span{
  font-size: 3vw;}
.caption {
  font-size: 3.3vw;
  margin: 5vw 0;}
.btn-staff {
  display: block;
  width: 80%;
  margin: 5vw auto;
  padding: 5vw;
  border-radius: 3vw;
  font-size: 3.5vw;}

/*よくある質問*/
.faq {
  width: 90%;
  padding: 7vw;
  border: 3px solid #DCD5C4;
  border-radius: 5vw;}
.faq-inner {
  max-width: 100%;}
.faq h2 {
  font-size: 5vw;
  margin: 0 auto 10vw;
  text-decoration-thickness: 3px;}
.faq-lead {
  font-size: 3.5vw;
  margin: 5vw auto;}
.faq-illustration img {
  height: 20vw;}
.faq-item {
  padding: 5vw 0;
  border-bottom: 4px dotted #DCD5C4;}
.label {
  font-size: 3vw;
  padding: 1vw 5vw;
  margin-bottom: 3vw;}
.question {
  font-size: 4.5vw;
  margin-bottom: 5vw;}
.answer {
  gap: 5vw;
  align-items: flex-start;}
.answer .icon {
  width: 15vw;
  height: 15vw;}
.answer p {
  font-size: 3.5vw;}
.btn-staff.btn-faq{
  width: 90%;
  margin-top: 5vw;}

/*お知らせ*/
.topics {
  padding:15vw 0 5vw;}
.topics-inner {
  width: 90%;}
.section-title {
  font-size: 5vw;}
.section-title img{
  width: 15vw;
  margin-top: 3vw;}
.news-box {
  width: 100%;
  border-radius: 3vw;
  padding: 5vw;
  margin: 0 auto 6vw;}
.news-list li {
  gap: 3vw;
  font-size: 3.5vw;}
.news-list li a{
  padding: 3vw 0;}
.news-list .date {
  font-size: 3vw;}
.columns {
  width: 100%;
  flex-direction: column;
  gap: 3vw;
  margin: 1vw auto 5vw;}
.column-card {
  width: 100%;
  padding: 3vw;}
.column-card img {
  height: 45vw;}
.column-card .date {
  font-size: 3vw;
  margin: 3vw auto 0;}
.column-card .title {
    font-size: 3.5vw;}
.voice-box {
  margin: 10vw auto 5vw;}
.voice-image img{
  width: 85%;}
.pc{display: none;}

/*下層ページ*/
.dotted-underline{
  font-size: 5vw;
  border-bottom: 3px dotted #38BE9C;
  padding-bottom: 3vw;
  margin: 0 auto 5vw;} 
.lower-top-wrap {
  padding: 5vw 0;
  width: 95%;}
.lower-top-inner {
  width: 100%;}
.lower-top-title {
  font-size: 5vw;}
.lower-top-title img{
  width:14vw;}
.lower-top-up {
  flex-direction: column;
  gap: 5vw;
  margin-bottom: 15vw;}
.lower-top-up-text,
.lower-top-down-text {
  width: 90%;
  margin: auto;
  padding: 0;}
.lower-top-headline {
  font-size: 5vw;
  margin: 0 0 5vw;}
.lower-top-text_content{
  font-size: 3.5vw;
  line-height: 2;}
.lower-top-up-image {
  width: 80%;
  margin: auto;}
.lower-top-up-icon {
  left: -5vw;
  bottom: -5vw;
  width: 25vw;}
.lower-top-down {
  flex-direction: column-reverse;
  gap: 5vw;
  overflow-x: hidden;}
.lower-top-down-image {
  width: 80%;
  margin: auto;}
.lower-top-down-icon {
  bottom: -5vw;
  right: -15vw;
  width: 35vw;}
.lower-list-section {
  border-radius: 3vw;
  padding: 5vw;}
.lower-list-heading {
  font-size: 4vw;
  margin-bottom: 5vw;}
.lower-list-container {
  flex-direction: column;}
.lower-list {
  width: 100%;
  font-size: 3.5vw;
  line-height: 2;
  padding-left: 5vw;}
.lower-list li {
  margin-bottom: 3vw;}
.lower-list li::before {
  font-size: 4vw;
  left: -5.5vw;}
.parallel-display-wrap {
  padding: 10vw 0 0;}
.parallel-display-inner {
  width: 90%;}
.parallel-display-lead {
  font-size: 4vw;
  margin-bottom: 5vw;
  text-align: left;}
.parallel-display-grid {
  width: 100%;
  gap: 5vw;
  margin-bottom: 0;}
.parallel-display-item {
  border-radius: 3vw;
  padding: 5vw;
  width: 45%;}
.parallel-display-item img {
  height: 30vw;
  margin-bottom: 5vw;}
.parallel-display-item p {
  font-size: 3.5vw;}
.comment-box-wrap{
  width: 85%;}
.comment-box-speech{
  top:48%;
  width: 75%;
  font-size: 2.5vw;}
.product-recommend-wrap{
  padding: 5vw;
  border: 2px solid #DCD5C4;}
.product-recommend-title {
  font-size: 5vw;}
.product-recommend-title img{
  width: 15vw;
  margin-top: 5vw;}
.product-recommend-desc {
  font-size: 3.5vw;
  margin: 5vw auto 10vw;
  text-align: left;}
.product-recommend-list {
  gap: 10vw;}
.product-recommend-item {
  width: 80%;}
.product-recommend-item img {
  width: 100%;
  height: auto;
  margin-bottom: 0;
  object-fit: cover;}
.product-recommend-item p {
  font-size: 3.5vw;}
.voice-section {
  padding: 15vw 0;}
.voice-container {
  width: 90%;}
.voice-lead {
  font-size: 3.5vw;
  margin-bottom: 10vw;
  line-height: 2;
  text-align: left;}
.voice-grid {
  flex-direction: column;
  gap: 3vw;}
.voice-card {
  width: 100%;
  border: 1px solid #9EDBCA;
  border-radius: 5vw;
  padding: 5vw;}
.voice-image img {
  width: 100%;
  height: 50vw;
  margin-bottom: 3vw;}
.voice-content h3 {
  font-size: 4vw;
  margin-bottom: 2.5vw;}
.voice-meta {
  font-size: 3vw;
  margin-bottom: 3vw;}
.voice-content p.voice-text {
  font-size: 3.5vw;
  line-height: 2;}
.voice-button {
  margin-top: 15vw;}
.voice-button a {
  width: 80%;
  padding: 5vw;
  border-radius: 3vw;
  font-size: 3.5vw;}
.flow-container {
  width: 90%;}
.flow-steps li {
  border: 1px solid #e7e4db;
  border-radius: 3vw;
  margin-bottom: 15vw;
  padding: 5vw;
  gap: 1vw 3vw;
  flex-wrap: wrap;}
.flow-steps li::after{
  font-size: 7vw;
  bottom: -15vw;}
.flow-num {
  width: 10%;
  font-size: 5vw;}
.flow-title {
  width: 80%;
  font-size: 4vw;}
.flow-content {
  width: 100%;
  font-size: 3.5vw;
  padding: 2.5vw;}
.flow-icon{
  width: 100%;}
.flow-icon img{
  width: 100%;
  height: 50vw;}
.contact-call-box-wrapper {
  padding: 10vw 0;}
.contact-call-box-container {
  width: 90%;}
.contact-call-box-panel {
  flex-direction: column;
  border-radius: 5vw;
  padding: 5vw;
  gap: 5vw;}
.contact-call-box-left,
.contact-call-box-right {
  width: 100%;}
.contact-call-box-left h3 {
  font-size: 5vw;
  margin-bottom: 5vw;}
.contact-call-box-left p {
  font-size: 3.5vw;}
.contact-call-box-trees img {
  margin-top: 5vw;}
.contact-call-box-tel {
  font-size: 8vw;}
.contact-call-box-hours {
  font-size: 3vw;
  margin: 3vw auto 10vw;}
.contact-call-box-note {
  font-size: 3vw;
  margin: 3vw 0;}
.contact-call-box-btn img {
  width: 80%;
  margin: 5vw auto;}
/* 404 */
.notfoundlinks li a {
    width: 80%;
        margin: 3vw auto;
        padding: 3vw;
        border-radius: 3vw;
        font-size: 3.5vw;
}
}

@media screen and (min-width: 701px){
.smp{display: none;}
.main-nav > img, .main-nav > p{
  display: none;}
.sns-card.consult .sns-card-icon.smp{
  display: none;}
}

.attention-box {
  width: 95%;
  margin: 20px auto;
  padding: 15px;
  border: 2px solid #EE7663;
  background: #fff;
  font-size: .9em;
  text-align: center;
}
/*pc表示*/
@media screen and (min-width: 701px){
.attention-box{
  width: 65%;
  font-size: 1em;
}
}

/* =======================================
  アニメーション
   ---------------------------------------
   1) hover-animate
   画像・背景はふわっと75%透過
   テキストの下線はふわっと非表示
   ---------------------------------------
   2) fadein-up
   スクロール時、下からふわっとフェードイン
   （.fadein-up に .is-visible をJSで付与）
   ======================================= */
.hover-animate {
  text-decoration: underline;
  transition: all 0.4s ease;}
.hover-animate:hover {
  opacity: 0.75;
  text-decoration: none;}
.fadein-up {
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 0.8s ease, transform 0.8s ease;}
.fadein-up.is-visible {
  opacity: 1;
  transform: translateY(0);}
