@charset "UTF-8";
/* CSS Document */
/*
Theme Name: vegew
Theme URL: https://vegew.com
Description: vegew.com web site
Author: vegew.com
Version: 1.0
Tags: 
License: Moutain Name Inc
License URI: https://mountain-name.com
*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# document

# abstracts
	- Mixins
	- Variables
# Base
	- Typography
	- Elements
## Layouts
	- Common
	- Displey
	- Header
	- Main
	- Footer
	- Page
	- Cnotainer
	- Section
	- Sns
	- Form
	- Search
# Components
	- Accordion
	- Comments
	- Content
	- Navigation
	- Plugin
# Utilities
	- Accessibility
*/
html {
  font-size: 62.5%;
  scroll-behavior: smooth;
}

body {
  line-height: 1.8;
  margin-top: 0;
  background-color: #f9f9f9;
  color: #000000;
  font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-size: 1.6rem;
  overflow-x: hidden;
  display: flex;
  flex-flow: column;
  min-height: 100vh;
}

.btn,
a.btn,
button.btn {
  width: 100%;
  font-size: 1.4rem;
  border: 1px solid #333333;
  color: #333333;
  position: relative;
  display: inline-block;
  padding: 1rem 1.5rem;
  margin: 1rem 0;
  cursor: pointer;
  user-select: none;
  transition: all 0.3s;
  text-align: center;
  vertical-align: middle;
  text-decoration: none;
  letter-spacing: 0.1em;
  border-radius: 0.5rem;
}
.btn:hover,
a.btn:hover,
button.btn:hover {
  transition: 1s;
  color: #000000;
  border: 1px solid #000000;
}
@media (min-width: 992px) {
  .btn,
a.btn,
button.btn {
    width: auto;
  }
}

hr {
  height: 0;
  margin: 0;
  padding: 0;
  border: 0;
}
hr.hr01 {
  height: 1px;
  border-top: 1px solid #dcdcdc;
  margin: 1.5rem 0;
}

a {
  text-decoration: none;
}
a:link {
  color: #333333;
  transition: 1s;
}
a:active {
  color: #333333;
}
a:hover {
  color: #000000;
  transition: 1s;
}
a:visited {
  color: #333333;
}

li {
  list-style: none;
}

embed,
iframe,
object {
  max-width: 100%;
}

img {
  width: 100%;
  height: auto;
}

a:link img {
  opacity: 1;
  transition: 1s;
}
a:hover img {
  opacity: 0.6;
  transition: 1s;
}

figure {
  margin: 0;
}

table {
  min-width: 900px;
  overflow-x: scroll;
  font-size: 1rem;
}
@media (min-width: 992px) {
  table {
    min-width: 100%;
    font-size: 1.4rem;
  }
}

dfn,
cite,
em,
i {
  font-style: italic;
}

blockquote {
  margin: 0 1.5em;
}

address {
  margin: 0 0 1.5em;
}

pre {
  margin-bottom: 1.6em;
  max-width: 100%;
  overflow: auto;
  padding: 1.6em;
}

code,
kbd,
tt,
var {
  margin: 0;
}

abbr,
acronym {
  cursor: help;
}

mark,
ins {
  text-decoration: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  clear: both;
}

strong {
  font-weight: bold;
}

.text__title__main {
  font-size: 2rem;
  font-weight: normal;
  text-align: center;
}

.accordion {
  width: 100%;
  font-size: 1.2rem;
}
@media (min-width: 992px) {
  .accordion {
    font-size: 1.4rem;
  }
}

.accordion_title01 {
  position: relative;
  padding: 1.3rem 1.5rem;
  width: 100%;
  cursor: pointer;
  text-align: left;
  border: solid #dcdcdc;
  border-width: 0 0 1px 0;
  color: #333333;
  list-style: none;
}
.accordion_title01 + li {
  border-top: none;
  list-style: none;
}

.accordion li a {
  display: block;
}

.accordion_title01:after {
  display: block;
  content: " ";
  background-image: url("/img/nav_yajirusi.svg");
  top: 50%;
  margin-top: -8px;
  background-repeat: no-repeat;
  height: 16px;
  width: 16px;
  position: absolute;
  right: 1rem;
}

.accordion_title02 {
  position: relative;
  padding: 1.3rem 1.5rem;
  width: 100%;
  cursor: pointer;
  text-align: left;
  border-radius: 0px;
  border: solid #dcdcdc;
  border-width: 0 0 1px 0;
  color: #333333;
}
.accordion_title02::after {
  display: block;
  content: " ";
  background-image: url("https://fucica/img/nav_plus.svg");
  top: 50%;
  margin-top: -6px;
  background-repeat: no-repeat;
  height: 12px;
  width: 12px;
  position: absolute;
  right: 1.5rem;
}
.accordion_title02.active::after {
  display: block;
  content: " ";
  background-image: url("https://fucica/img/nav_minus.svg");
  top: 50%;
  margin-top: -6px;
  background-repeat: no-repeat;
  height: 12px;
  width: 12px;
}

.accordion_title02_in li {
  border-radius: 0px;
  border: solid #dcdcdc;
  border-width: 0 0 1px 0;
  padding: 1rem 1.5rem;
  text-align: left;
}
.accordion_title02_in li a {
  display: block;
}

.accordion_title02_in li + li {
  border-top: none;
}

.border_last {
  margin-bottom: -1px;
}

.comment-content a {
  word-wrap: break-word;
}

.bypostauthor {
  display: block;
}

.nav_wp {
  position: fixed;
  z-index: 999;
}

.menu {
  width: 40px;
  height: 40px;
  position: fixed;
  right: 1.5rem;
  top: 1.2rem;
  z-index: 999;
}

.menu_text {
  display: none;
}

.drawer_01 {
  z-index: 800;
  position: fixed;
  right: 0;
  top: 0;
  -webkit-transition: all 0.8s ease;
  transition: all 0.8s ease;
  width: 300px;
  height: 100vh;
  margin-right: -500px;
}
.drawer_01.dark {
  margin-right: 0px;
}
.drawer_01 a {
  text-decoration: none;
}
.drawer_01 .menu {
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.drawer_01 .menu a {
  padding: 5px;
  height: 35px;
}

.menu-icon-box {
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-pack: distribute;
  justify-content: space-around;
}

.menu-icon {
  height: 2px;
  width: 25px;
  background-color: #333333;
  position: relative;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -webkit-transform-origin: top center;
  transform-origin: top center;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.menu-icon-box.open .menu-icon:first-child {
  position: absolute;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  background-color: #333333;
}
.menu-icon-box.open .menu-icon:nth-child(2) {
  display: none;
}
.menu-icon-box.open .menu-icon:last-child {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  background-color: #333333;
}

.drawer_01 .submenu {
  text-align: center;
  width: 100%;
  -webkit-transition: all 0.8s ease;
  transition: all 0.8s ease;
  padding: 1.5rem;
  overflow-y: scroll;
  height: 100vh;
  margin-right: -500px;
  background-color: #f9f9f9;
}
.drawer_01 .submenu.open {
  min-height: 468px;
  margin-right: 0px;
}
.drawer_01 .submenu .submenu-container {
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  padding: 1.5rem 0px;
  font-size: 1.3em;
  margin-top: 50px;
  margin-bottom: 50px;
}

.overlay.overlaydark {
  -webkit-transition: all 0.8s ease;
  transition: all 0.8s ease;
  background-color: #000000;
  opacity: 0.8;
  width: 100vw;
  height: 100vh;
  position: fixed;
  top: 0;
  right: 0;
  z-index: 4;
}

.wp-pagenavi a,
.wp-pagenavi span {
  border: 0px;
}

.wp-pagenavi {
  /* 全体 */
  text-align: center;
  margin: 20px 0;
  font-size: 12px;
}

.wp-pagenavi a {
  /* フォント色 */
  color: #333333;
}

.pages {
  /* 左の表記 */
  margin-right: 20px;
}

.wp-pagenavi .current,
.wp-pagenavi a.page {
  /* ボタン */
  margin: 0 6px 6px 0;
  padding: 0;
  display: inline-block;
  width: 30px;
  height: 30px;
  line-height: 30px;
  text-align: center;
}

.wp-pagenavi .current {
  /* カレント数字 */
  border: none;
  background-color: #333333;
  color: #ffffff;
}

.wp-pagenavi a.page:hover {
  /* マウスオーバー */
  background-color: #333333;
  color: #ffffff;
}

.wp-pagenavi .first,
.wp-pagenavi .extend {
  /* ... */
  margin-right: 10px;
}

p {
  text-align: justify;
  font-size: 14px;
  color: #333333;
}

.masonry__grid {
  margin: 0 -10px;
}
@media (min-width: 768px) {
  .masonry__grid {
    margin: 0 -15px;
  }
}

.masonry__grid__item {
  padding: 10px;
  width: 100%;
}
@media (min-width: 768px) {
  .masonry__grid__item {
    padding: 15px;
    width: 33.33%;
  }
}
@media (min-width: 992px) {
  .masonry__grid__item {
    width: 25%;
  }
}

.masonry__grid__item img {
  display: block;
  width: 100%;
}

.text__center {
  text-align: center;
}

.br_pc {
  display: none;
}
@media (min-width: 992px) {
  .br_pc {
    display: block;
  }
}

.br_sp {
  display: block;
}
@media (min-width: 992px) {
  .br_sp {
    display: none;
  }
}

.display_pc {
  display: none;
}
@media (min-width: 576px) {
  .display_pc {
    display: block;
  }
}

.display_sp {
  display: block;
}
@media (min-width: 576px) {
  .display_sp {
    display: none;
  }
}

.header {
  transition: all 0.5s ease-out;
  z-index: 1;
}

.header.hide {
  transition: all 0.5s ease-out;
  opacity: 0;
  pointer-events: none;
}

.header__main__group {
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: fixed;
  z-index: 5;
  padding: 0 1.5rem;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  height: 150px;
  top: 0;
}
@media (min-width: 992px) {
  .header__main__group {
    height: 180px;
  }
}

.header__left__group {
  width: 25%;
}

.header__right__group {
  width: 25%;
  display: flex;
  justify-content: flex-end;
  padding-right: 15px;
}

.header__logo {
  display: flex;
  justify-content: center;
  width: 50%;
  margin: 1.5rem 0;
}
.header__logo img {
  width: 150px;
}
@media (min-width: 992px) {
  .header__logo img {
    width: 200px;
  }
}

/* breadcrumb */
.header__yoast__breadcrumb {
  position: relative;
  top: 85px;
  margin: 0 1.5rem;
  font-size: 1.3rem;
}
@media (min-width: 992px) {
  .header__yoast__breadcrumb {
    top: 135px;
  }
}

.headerarea_pc02 {
  display: none;
}
@media (min-width: 992px) {
  .headerarea_pc02 {
    display: block;
  }
}

/* グローバルメニュー */
.header__gnav ul {
  display: flex;
  justify-content: space-between;
  list-style: none;
  margin: 0;
}
@media (min-width: 576px) {
  .header__gnav ul {
    justify-content: start;
  }
}
.header__gnav ul li {
  font-size: 1.3rem;
  margin: 0;
}
@media (min-width: 576px) {
  .header__gnav ul li {
    margin: 0 1.5rem 0 0;
  }
}

.nav_wp {
  font-weight: 300;
  position: fixed;
  z-index: 999;
}

.menu {
  width: 40px;
  height: 40px;
  position: fixed;
  left: 1.5rem;
  top: 1.5rem;
  z-index: 999;
}

.menu_text {
  display: none;
}

.drawer_01 {
  z-index: 800;
  position: fixed;
  left: 0;
  top: 0;
  transition: all 0.8s ease;
  width: 400px;
  height: 100vh;
  margin-left: -500px;
}
.drawer_01 a {
  text-decoration: none;
}
.drawer_01 .menu {
  display: flex;
  justify-content: space-between;
}
.drawer_01 .menu a {
  padding: 5px;
  height: 35px;
}
.drawer_01 .submenu {
  text-align: center;
  width: 100%;
  transition: all 0.8s ease;
  padding: 1.5rem;
  overflow-y: scroll;
  height: 100vh;
  margin-right: -500px;
  background-color: #ffffff;
}
.drawer_01 .submenu .submenu-container {
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  padding: 1.5rem 0px;
  font-size: 1.3em;
  margin-top: 50px;
  margin-bottom: 50px;
}
.drawer_01 .submenu.open {
  min-height: 468px;
  margin-right: 0px;
}

.drawer_01.dark {
  margin-left: 0px;
}

.menu-icon-box {
  display: flex;
  flex-direction: column;
  justify-content: space-around;
}

.menu-icon {
  height: 2px;
  width: 25px;
  background-color: #333333;
  position: relative;
  transition: all 0.3s ease;
  transform-origin: top center;
  transform-style: preserve-3d;
}

.menu-icon-box.open .menu-icon:first-child {
  position: absolute;
  transform: rotate(45deg);
  background-color: #333333;
}
.menu-icon-box.open .menu-icon:nth-child(2) {
  display: none;
}
.menu-icon-box.open .menu-icon:last-child {
  transform: rotate(-45deg);
  background-color: #333333;
}

.overlay.overlaydark {
  transition: all 0.8s ease;
  background-color: #000000;
  opacity: 0.8;
  width: 100vw;
  height: 100vh;
  position: fixed;
  top: 0;
  right: 0;
  z-index: 4;
}

main {
  margin-top: 180px;
  min-height: 60vh;
}
@media (min-width: 768px) {
  main {
    margin-top: 150px;
  }
}

.main_2 {
  margin-top: 50%;
  min-height: 60vh;
}
@media (min-width: 768px) {
  .main_2 {
    margin-top: 10%;
  }
}

footer {
  width: 100%;
  padding-top: 5rem;
  margin-bottom: 60px;
}
footer .footer__section1 {
  background-color: #f5f5f5;
  padding: 2rem 0;
}
footer .footer__section2 {
  padding: 2rem 0;
}
footer .footer__menu__global .footer__menu {
  display: flex;
}
footer .footer__menu__global .footer__menu li {
  font-size: 1.3rem;
  margin: 0 0.5rem;
}
footer .sns {
  text-align: center;
  padding-top: 5rem;
  padding-bottom: 1.5rem;
}
footer .text_sns {
  padding-bottom: 1rem;
  font-size: 1.6rem;
  margin: 0.5rem 0;
}
footer .sns i {
  font-size: 2.2rem;
  margin-left: 1rem;
  margin-right: 1rem;
  color: #ffffff;
}
@media (min-width: 768px) {
  footer {
    margin-bottom: 0;
  }
}

.footer__menu {
  display: flex;
  justify-content: center;
  flex-flow: wrap;
  text-align: center;
}
.footer__menu li {
  line-height: 2;
  font-size: 1.3rem;
  margin: 0 0.8rem;
  text-decoration: none;
  list-style: none;
}
.footer__menu li a {
  text-decoration: none;
}

.footer__logo__1 {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-flow: column;
  margin: 1.5rem 0;
}
.footer__logo__1 ul {
  display: flex;
  align-items: center;
}
.footer__logo__1 ul li {
  margin: 0 0.5rem;
}
.footer__logo__1 img {
  width: 150px;
}

.footer__logo__2 {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-flow: column;
  margin: 1.5rem 0;
}
.footer__logo__2 ul {
  display: flex;
  align-items: center;
}
.footer__logo__2 ul li {
  margin: 0 0.5rem;
}
.footer__logo__2 img {
  width: 60px;
  height: 60px;
}

.sp__bottom__menu {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 60px;
  background-color: #ffffff;
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 999;
  border-top: 1px solid #eeeeee;
}
.sp__bottom__menu .sp__bottom__menu-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  flex: 1;
  height: 100%;
  text-align: center;
  text-decoration: none;
  font-size: 1.1rem;
}
.sp__bottom__menu .sp__bottom__menu-item i {
  font-size: 1.8rem;
  margin-bottom: 0.2rem;
}
.sp__bottom__menu .sp__bottom__menu-item span {
  margin-top: 0.2rem;
  font-weight: 600;
}
.sp__bottom__menu .active {
  color: #333;
}
@media (min-width: 768px) {
  .sp__bottom__menu {
    display: none;
  }
}

.company_profile {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-flow: column;
  width: 100%;
  margin: 0.5rem 0;
}
@media (min-width: 576px) {
  .company_profile {
    flex-flow: row;
  }
}
.company_profile li {
  font-size: 1.1rem;
  margin: 0 0.5rem;
}
.company_profile li a {
  color: #ffffff;
}

.small {
  text-align: center;
  font-weight: 400;
  line-height: 1.9;
  font-size: 1rem;
  margin-top: 1.5rem;
}

.top__page__logo {
  width: 80%;
  margin: 0 auto;
}
@media (min-width: 992px) {
  .top__page__logo {
    width: 600px;
  }
}

.text__page__title {
  font-size: 1.6rem;
}

.googlemap-bw iframe {
  -webkit-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  -ms-filter: grayscale(100%);
  -o-filter: grayscale(100%);
  filter: grayscale(100%);
}

.text__pagenews__title {
  font-size: 1.4rem;
  margin: 0.5rem 0;
}
.text__pagenews__title i {
  font-size: 1.1rem;
  margin-left: 0.5rem;
}

.page__news__grid {
  display: flex;
  flex-flow: column;
  padding: 1.5rem 0;
  border-bottom: 1px solid #dcdcdc;
}
.page__news__grid .page__news__thum {
  width: 250px;
  margin-right: 1.5rem;
}
@media (min-width: 768px) {
  .page__news__grid {
    flex-flow: row;
  }
}

.page__news__read {
  font-size: 1.3rem;
  width: 100%;
}
@media (min-width: 992px) {
  .page__news__read {
    width: 100%;
  }
}

.grid__summary__wrap {
  display: flex;
}
.grid__summary__wrap .grid__text__wrap {
  width: 90%;
  display: flex;
  flex-flow: column;
  justify-content: center;
  margin: 0.5rem 0;
}
.grid__summary__wrap .grid__text__wrap .grid__item__title {
  font-size: 1.4rem;
  line-height: 1.5;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.grid__summary__wrap .grid__text__wrap .grid__item__category {
  font-size: 1.1rem;
  line-height: 1.6;
}
.grid__summary__wrap .grid__text__wrap .grid__item__category a {
  color: #606060;
}
.grid__summary__wrap .grid__text__wrap .grid__item__date {
  color: #606060;
  font-size: 1.1rem;
}
.grid__summary__wrap .grid__item__icon {
  margin-right: 1rem;
  width: 10%;
  margin-top: 1rem;
}
.grid__summary__wrap .grid__item__icon img {
  width: 35px;
  border-radius: 50%;
}

.grid__summary__wrap_s {
  display: flex;
}
.grid__summary__wrap_s .grid__item__icon_s {
  margin-right: 1rem;
}
.grid__summary__wrap_s .grid__item__icon_s img {
  width: 35px;
  border-radius: 50%;
}
.grid__summary__wrap_s .grid__text__wrap_s {
  display: flex;
  flex-flow: column;
  justify-content: center;
  margin: 0.5rem 0;
}
.grid__summary__wrap_s .grid__text__wrap_s .grid__item__category_s {
  font-size: 1.4rem;
}
.grid__summary__wrap_s .grid__text__wrap_s .grid__item__date_s {
  font-size: 1.1rem;
}

.pagination ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.pagination li {
  font-size: 1.2rem;
  padding: 0 10px;
}

.pagination ul a:hover {
  opacity: 0.7;
}

.category_all__grid__wap {
  margin: 0 -10px;
  width: 100%;
}
@media (min-width: 768px) {
  .category_all__grid__wap {
    margin: 0 -15px;
  }
}

.category_all__term__wap {
  display: flex;
  flex-flow: wrap;
}
.category_all__term__wap img {
  display: block;
  width: 100%;
}

.category_all__term__text {
  display: flex;
  flex-direction: column;
  width: 60%;
}
@media (min-width: 992px) {
  .category_all__term__text {
    width: 100%;
    flex-direction: column;
    align-items: center;
  }
}

.category_all__term__item {
  display: flex;
  align-items: center;
  padding: 1.5rem;
  width: 100%;
}
@media (min-width: 992px) {
  .category_all__term__item {
    flex-direction: column;
    align-items: center;
    width: 25%;
  }
}

.category__item__icon {
  width: auto;
}
.category__item__icon img {
  width: 80px;
  border-radius: 50%;
  margin: 1.5rem;
}

.category__item__title {
  font-size: 1.6rem;
  line-height: 1.5;
  font-weight: normal;
  margin: 0;
}

.category__item__description {
  font-size: 1.1rem;
}

.tag_all__ul__01 {
  display: block;
  margin: 1.5rem 0;
}
.tag_all__ul__01 .tag_all__li__01 {
  display: inline-block;
  margin: 0 1rem 0.5rem 0;
  padding: 0 1.5rem;
  border-radius: 10px;
  font-size: 1.4rem;
  background-color: #eeeeee;
}

.container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 768px) {
  .container {
    max-width: 768px;
  }
}
@media (min-width: 992px) {
  .container {
    max-width: 1280px;
  }
}

.section {
  margin: 5rem 0;
}
@media (min-width: 992px) {
  .section {
    margin: 5rem 0;
  }
}

.sns {
  text-align: center;
  padding-top: 5rem;
  padding-bottom: 1.5rem;
}

.text_sns {
  padding-bottom: 1rem;
  font-size: 1.6rem;
  margin: 0.5rem 0;
}

.sns i {
  font-size: 2.2rem;
  margin-left: 1rem;
  margin-right: 1rem;
  color: #000000;
}

div.wpforms-container-full .wpforms-form .wpforms-field-label {
  display: block;
  font-weight: normal;
  font-size: 13px;
}

div.wpforms-container-full .wpforms-form input[type=submit], div.wpforms-container-full .wpforms-form button[type=submit], div.wpforms-container-full .wpforms-form .wpforms-page-button {
  padding: 0.5rem 1rem;
}

#search-wrap {
  position: absolute;
  z-index: 2;
  top: 1rem;
  right: 0;
}

/*テキスト入力input設定*/
#search-text {
  width: 60px;
  /*テキスト入力エリアが伸びる前の横幅*/
  height: 20px;
  padding: 20px;
  border: none;
  background: url("img/magnifying-glass-solid.svg") no-repeat 17px center;
  /*虫眼鏡アイコンを背景に表示*/
  background-size: 20px 20px;
  transition: all 0.5s;
  /*transitionを使ってスムースに伸ばす*/
  outline: none;
  cursor: pointer;
  /*カーソルを指マークに*/
}

/*テキスト入力inputにフォーカスした時の形状*/
#search-text:focus {
  width: 50vw;
  /*テキスト入力エリアが伸びる後の横幅*/
  padding: 20px 0 20px 60px;
  background-color: #fff;
  box-shadow: 0 2px rgba(6, 0, 1, 0.26);
}
@media (min-width: 992px) {
  #search-text:focus {
    width: 250px;
    /*テキスト入力エリアが伸びる後の横幅*/
  }
}

/*# sourceMappingURL=style.css.map */
