@charset "UTF-8";
/*
Theme Name: green
Description: green
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
*/







/* ▼全体的な設定 */
/* フォントCavert,KaushanScript,Noto Serifをインポート */
@import url('https://fonts.googleapis.com/css2?family=Caveat:wght@700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Kaushan+Script&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Noto+Serif+JP:wght@400;700;900&display=swap');

/* フォント設定/notoSans読み込み/日本語文章 */
@font-face {
    font-family: 'Noto Sans Japanese';
    font-style: normal;
    font-weight: 400;
    src: url('fonts/NotoSansCJKjp-Regular.woff2') format('woff2'),
	     url('fonts/NotoSansCJKjp-Regular.woff') format('woff'),
	     url('fonts/NotoSansCJKjp-Regular.ttf')  format('truetype'),
         url('fonts/NotoSansCJKjp-Regular.eot') format('embedded-opentype');
}
* {
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
}
html{
  font-family: 'Noto Serif JP', serif;
  background: #fff;
  color: #1a1a1a;
  font-size: 62.5%; /* fontはrem指定で 1rem=10px */
  display: block;
  overflow: auto;
  height: 100%
}
.clearfix:after {
  content: "";
  clear: both;
  display: block;
}
body{
  font-family: 'Noto Serif JP', serif;
  overflow: visible;
  height: auto;
  width: 100%;
  background-image: url(img/bgsp.jpg);
  background-attachment: fixed;
  color: #1DBF17;
  text-shadow: white 1px 1px 15px, white -1px 1px 15px,
    white 1px -1px 15px, white -1px -1px 15px;
}
@media (min-width: 767px) {
  body {
    background-image: url(img/bg.jpg);
    background-size: cover;
  }
}
img {
  width: auto;
  height: auto;
}
a {
  text-decoration: none;
}
a:hover{
  text-decoration: none;
}
p {
  font-size: 1.6rem;
}
.hr-50 {
  height: 50px;
}
/* pcsp切り替え */
.pc {
  display: none;
}
.sp{
  display: block;
}
@media (min-width: 768px) {
  .pc {
    display: block;
  }
  .sp{
    display: none;
  }
}
/* ▲全体的な設定 */



/* ヘッダー */
.bg-fix {
  background-color: rgba(255,255,255,0.7);
}
.navbar-brand {
  font-size: 2rem;
  font-weight: bold;
}
.nav-link{
  font-size: 1.6rem;
  font-weight: bold;
}
.navbar a {
  color: #1DBF17;
}
.navbar a:hover {
  color: #097405;
}
.navbar-toggler{
  border-color: #1DBF17;
}
.navbar-toggler .navbar-toggler-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(29,191,23,1)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E");
}

/* top */
.top {
  position: relative;
  height: 100vh;
}
.toptitle{
  padding-top: 40vh;
  color: #1DBF17;
  letter-spacing: 7px;
  font-size: 3rem;
  font-weight: bold;
  text-shadow: white 1px 1px 15px, white -1px 1px 15px,
    white 1px -1px 15px, white -1px -1px 15px;
}
@media (min-width: 767px) {
  .toptitle {
    font-size: 6rem;
  }
}
/* スクロール全体の場所 */
.scrolldown1{
  position: absolute;
  left: 50%;
  bottom: 60px;
  height: 50px;
}
/* Scrollテキストの描写 */
.scrolldown1 span{
  position: absolute;
  left: -19px;
  top: -28px;
  color: black;
  font-size: 1.6rem;
  letter-spacing: 0.05em;
}
/* 線の描写 */
.scrolldown1::after{
  content: "";
  position: absolute;
  top: 0;
  width: 1px;
  height: 30px;
  background: black;
  animation: pathmove 1.4s ease-in-out infinite;
  opacity: 0;
}
/*高さ・位置・透過が変化して線が上から下に動く*/
@keyframes pathmove{
	0%{
		height:0;
		top:0;
		opacity: 0;
	}
	30%{
		height:30px;
		opacity: 1;
	}
	100%{
		height:0;
		top:50px;
		opacity: 0;
	}
}


/* feature */
.feature-bg {
  background-color: rgba(255, 255, 255, 0.5);
}
.feature {
  height: 100%;
  padding-top: 15vh;
  padding-bottom: 25vh;
  color: #1DBF17;
  font-size: 1.6rem;
  font-weight: bold;
  text-shadow: white 1px 1px 15px, white -1px 1px 15px,
    white 1px -1px 15px, white -1px -1px 15px;
}
.feature-title{
  font-size: 2.4rem;
}
.feature-midashi{
  margin-top: 50px;
}
.feature-text{
  margin-left: 1.6rem;
}
@media (min-width: 767px) {
  .feature {
    padding-top: 25vh;
    font-size: 2.5rem;
  }
  .feature-title{
    font-size: 4.5rem;
  }
}


/* office */
.office{
  padding-top: 150px;
}
.office-m{
  margin-bottom: 80px;
}
.office-my{
  margin-bottom: 100px;
}
.office-head{
  font-size: 3.4rem;
  font-weight: bold;
  letter-spacing: 7px;
}
.office-head2{
  font-size: 2.4rem;
  font-weight: bold;
}
.office-title{
  font-size: 2.5rem;
  font-weight: bold;
}
.office-text{
  font-size: 1.6rem;
}
@media (min-width: 767px) {
  .office-head {
    font-size: 6rem;
  }
  .office-head2{
    font-size: 3.5rem;
  }
  .office-title{
    font-size: 4rem;
  }
  .office-text{
    font-size: 2rem;
  }
}


/* blog */
.blog{
  padding: 100px 0;
}
.blog-head{
  font-size: 3.4rem;
  font-weight: bold;
  letter-spacing: 7px;
}
.blog-content{
  margin: 15px 10px;
  background-color: white;
  box-shadow: 0 0 8px #ddd;
  transition: transform .3s;
}
@media (min-width: 767px) {
  .grid-container{
    display: grid;
    gap: 15px;
    grid-template-columns: repeat(3, 1fr);
  }
  .blog-content{
    margin: 0;
    padding: 0 !important;
    background-color: white;
    box-shadow: 0 0 8px #ddd;
    transition: transform .3s;
  }
}

.blog-content:hover {
  transform: translateY(-10px);
}
.blog-content img{
  padding: 1rem;
  width: 100%;
  height: 202px;
}
.blog-content a{
  text-decoration: none;
}
.blog-date,.blog-title,.blog-text{
  color: #333;
  text-shadow: none;
}
.blog-title{
  font-size: 1.6rem;
}
.blog-text{
  font-size: 1.3rem;
  color: #333;
}
.archive-btn{
  margin-top: 4rem;
}
.blog-btn{
  /*アニメーションの起点とするためrelativeを指定*/
  position: relative;
  overflow: hidden;
  /*ボタンの形状*/
  text-decoration: none;
  display: inline-block;
  border: 1px solid #555;/* ボーダーの色と太さ */
  padding: 10px 30px;
  text-align: center;
  outline: none;
  /*アニメーションの指定*/
  transition: ease .2s;
}
.blog-btn span{
  position: relative;
	z-index: 3;/*z-indexの数値をあげて文字を背景よりも手前に表示*/
	color:#333;
  font-size: 2rem;
  text-shadow: none;
}
.blog-btn:hover span{
	color:white;
}
/*== 背景が流れる（左から右） */
.bgleft:before {
 	content: '';
  /*絶対配置で位置を指定*/
 	position: absolute;
 	top: 0;
 	left: 0;
 	z-index: 2;
  /*色や形状*/
 	background:#333;/*背景色*/
 	width: 100%;
	height: 100%;
  /*アニメーション*/
 	transition: transform .6s cubic-bezier(0.8, 0, 0.2, 1) 0s;
 	transform: scale(0, 1);
	transform-origin: right top;
}
/*hoverした際の形状*/
.bgleft:hover:before{
	transform-origin:left top;
	transform:scale(1, 1);
}
/* blogpage */
.blogpage .blog-text{
  background-color: rgba(255, 255, 255, 0.7);
  padding: 1rem 3rem;
}
.blogpage .blog-head{
  background-color: rgba(255, 255, 255, 0.7);
}
.blog-text p{
  margin-bottom: 2.5rem;
}

/* access */
.access{
  padding: 100px 0;
}
.access-head{
  font-size: 3.4rem;
  font-weight: bold;
  letter-spacing: 7px;
}
.access-title{
  font-size: 2rem;
}
.embed-responsive{
  position: relative;
  display: block;
  width: 100%;
  padding: 0;
  overflow: hidden;
}
.embed-responsive-16by9::before{
  padding-top: 56.25%;
}
.embed-responsive iframe{
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}
.access-b{
  border-top: 1px solid #1DBF17;
}
.access-by{
  border-bottom: 1px solid #1DBF17;
}
.access-l{
  font-size: 1.5rem;
  font-weight: bold;
}
.access-r{
  font-size: 1.5rem;
  font-weight: bold;
}
.access-pfix{
  padding: 0!important;
}
.pharmacy-button {
  /* 見た目のベース */
  margin-top: 10px;
  display: inline-block;
  padding: 12px 24px;
  background-color: #1DBF17; /* 指定のメインカラー */
  color: #ffffff;            /* 文字色（白） */
  text-decoration: none;     /* リンクの下線を消す */
  font-weight: bold;
  font-size: 14px;
  text-shadow: none;
  
  /* 角丸の設定 */
  border-radius: 8px;        /* 数値を大きくするとさらに丸くなります */
  
  /* アニメーション（ホバー時の変化を滑らかに） */
  transition: all 0.3s ease;
  
  /* 枠線（必要に応じて） */
  border: 2px solid #169712;
  cursor: pointer;
}
.pharmacy-button:hover {
  background-color: #ffffff; /* 背景を白に */
  color: #1DBF17;            /* 文字をメインカラーに */
  box-shadow: 0 4px 10px rgba(29, 191, 23, 0.3); /* 軽い影をつけて浮き上がらせる */
}

@media (min-width: 767px) {
  .access-title{
    font-size: 3rem;
  }
  .access-l,.access-r{
    font-size: 2rem;
  }
  .pharmacy-button {
    font-size: 16px;
  }
}



/* contact */
.contact{
  padding: 100px 0;
}
.contact-head{
  font-size: 3.4rem;
  font-weight: bold;
  letter-spacing: 7px;
}
.contact-text{
  font-size: 1.5rem;
}
.req{
  color: red;
  font-weight: normal;
}
.form-bg{
  background-color: rgba(255,255,255,0.6);
  margin: 50px 0;
  padding-top: 50px !important;
  padding-bottom: 50px !important;
}
.form-title{
  font-size: 1.6rem;
  font-weight: bold;
}

.inputtext{
  width: 100%; /*親要素いっぱい広げる*/
  padding: 10px 15px; /*ボックスを大きくする*/
  font-size: 16px;
  border-radius: 5px; /*ボックス角の丸み*/
  border: 2px solid #ddd; /*枠線*/
  box-sizing: border-box; /*横幅の解釈をpadding, borderまでとする*/
}
.inputtext:focus{
  border: 2px solid #1DBF17;
  z-index: 10;
  outline: 0;
}
.inputtextarea{
  color: #1DBF17;
  width: 100%; /*親要素いっぱい広げる*/
  height: 200px;
  padding: 10px 15px; /*ボックスを大きくする*/
  font-size: 16px;
  border-radius: 5px; /*ボックス角の丸み*/
  border: 2px solid #ddd; /*枠線*/
  box-sizing: border-box; /*横幅の解釈をpadding, borderまでとする*/
}
.inputtextarea:focus{
  border: 2px solid #1DBF17;
  z-index: 10;
  outline: 0;
}


.inputsubmit{
  font-size: 1.8rem;
  font-weight: bold;
  color: #1DBF17;
  background-color: white;
  border: 2px solid #1DBF17;
  border-radius: 5px;
  width: 100%;
  height: 50px;
  transition: all .35s;
}
.inputsubmit:hover{
  background-color: #1DBF17;
  color: white;
  transition: all .35s;
}
@media (min-width: 767px) {
  .group input[type="checkbox"]+label{
      font-size: 1.6rem;
  }
}

span.wpcf7-list-item-label{
  font-size: 1.6rem;
}



/* footer */
.footer {
  padding-top: 30px !important;
  background: #002E55;
  padding-top: 2vw;
  padding-bottom: 1vw;
  text-shadow: none;
}
.footer-head{
  margin-bottom: 10px;
  font-size: 2rem;
  font-weight: bold;
  color: white;
}
.footer-text {
  font-size: 1.6rem;
  color: white;
  font-weight: bold;
  margin-bottom: 40px;
}
.footer-copy {
  font-size: 1.2rem;
  color: white;
}
@media (min-width: 767px) {
  .footer-head{
    margin-bottom: 20px;
  }
}






/* ページナビ */
.wp-pagenavi {/* 全体 */
    margin: 20px 0;
    font-size: 1.6rem;
    text-align: center;
}
.wp-pagenavi a {/* フォント色 */
    color: #337503;
}
.pages {/* 左の表記 */
    margin-right: 20px;
}
.wp-pagenavi .current,
.wp-pagenavi a.page {/* ボタン */
    margin: 0 6px 6px 0;
    display: inline-block;
    border: solid 1px #337503;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    line-height: 40px;
    text-align: center;
    transition: all 0.2s;
}
.wp-pagenavi .current {/* カレント数字 */
    border: none;
    background: #59BF16;
    color: #fff;
}
.wp-pagenavi a.page:hover {/* マウスオーバー */
    transition: all 0.2s;
    background: #59BF16;
    color: #fff;
}
.wp-pagenavi .first,
.wp-pagenavi .extend {/* ... */
    margin-right: 10px;
}
.wp-pagenavi .previouspostslink,
.wp-pagenavi .nextpostslink {/* 記号の削除 */
    display: none;
}

/* gmabout */
.access-detail-head{
  font-size: 2.5rem;
  font-weight: bold;
  letter-spacing: 7px;
}
.access-text{
  font-size: 2rem;
  font-weight: bold;
  margin-bottom: 0 !important;
}
.access-detail{
  font-size: 1.8rem;
  font-weight: bold;
  margin-top: 5rem;
}
.access-detail-mt{
  margin-top: 2rem;
}
.access-detail-list{
  font-size: 1.5rem;
  padding: 0.5rem !important;
}
.access-detail-text{
  font-size: 1.6rem;
  margin-left: 1.6rem;
  margin-top: 1rem;
  font-weight: bold;
}
.access-detail-b{
  margin-top: 0 !important;
  border-top: 1px solid #1DBF17;
}
.access-detail-bb{
  border-bottom: 1px solid #1DBF17;
}

@media (min-width: 767px) {
  .access-detail-head{
    font-size: 3.4rem;
    font-weight: bold;
    letter-spacing: 7px;
    margin-bottom: 3rem !important;
  }
  .access-text{
    font-size: 2.6rem;
    font-weight: bold;
  }
  .access-detail{
    font-size: 2rem;
    font-weight: bold;
    margin-top: 5rem;
  }
  .access-detail-list{
      font-size: 20px;
      margin-left: 1.6rem;
      padding: 1rem;
  }
}

/* wpcf7 */
/* .wpcf7 {
  margin-top: 50px;
}
.form-name {
  font-size: 1.6rem;
  float: left;
  line-height: 30px;
  margin-top: 10px;
  margin-bottom: 20px;
  width: 100%;
}
.req {
  font-size: 1.4rem;
  line-height: 30px;
  color: white;
  background: #0075c2;
  padding: 0 10px;
  margin-left: 5px;
  border-radius: 5px;
  margin-top: 10px;
}
.wpcf7-text {
  font-size: 1rem;
  margin-top: 7px;
  width: 100%;
  height: 38px;
  border-radius: 5px;
  background: #f2f2f2;
  border: 1px solid #ccc;
  padding: 5px;
}
.wpcf7-textarea {
  font-size: 1rem;
  margin-top: 7px;
  width: 100%;
  border-radius: 5px;
  background: #f2f2f2;
  border: 1px solid #ccc;
  padding: 5px;
  height: 200px;
}
.acceptance-45 {
  text-align: center;
}
.wpcf7-list-item {
  margin: 0 !important;
}
.submitbtn {
  margin: 30px auto;
  text-align: center;
  display: block;
}
.submitbtn .wpcf7-submit {
  text-align: center;
  display: inline-block;
  color: #0075c2;
  text-decoration: none;
  font-size: 2rem;
  font-weight: bold;
  padding: 10px 50px;
  background: transparent;
  border: 1px solid #0075c2;
  border-radius: 5px;
  transition: .6s;
  cursor: pointer;
}
.submitbtn .wpcf7-submit:hover {
  color: white;
  background: #0075c2;
  transition:  .6s;
}
@media (min-width: 767px) {
  .contactus {
    padding-bottom: 10vw;
  }
  .contactustitle {
    font-size: 2.5rem;
  }
} */
