@charset "UTF-8";
/*改善点

・768pxまではPC（タブレットも含む）
・767pxからSP


追加ルール
/*==================
 ▼ブレイクポイントのルール▼
 -スマホを基本設計にする-
 *〜479px：SP縦
 *480px〜：SP横
 *600px〜タブレット
 *960px〜小型PC
 *1280px〜大型PC
==================

*/
@import url("https://fonts.googleapis.com/css2?family=Dancing+Script&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Fira+Sans:wght@500&display=swap");
.mainColor {
  color: #147F39;
}

.bgMainColor {
  background-color: #147F39;
}

.mainColorDeep {
  color: #001c56;
}

.bgMainColorDeep {
  background-color: #001c56;
}

.mainColorExDeep {
  color: #03312e;
}

.mainColorLight {
  color: #f7d5d7;
}

.bgMainColorLight {
  background-color: #f7d5d7;
}

.mainColorExLight {
  color: #EDF0F1;
}

.bgMainColorExLight {
  background-color: #EDF0F1;
}

.mainColorUlLight {
  color: #F6F7F9;
}

.bgMainColorUlLight {
  background-color: #F6F7F9;
}

.subColor {
  color: #bfbfbf;
}

.bgSubColor {
  background-color: #bfbfbf;
}

.subColorDeep {
  color: #787878;
}

.bgSubColorDeep {
  background-color: #787878;
}

.subColorLight {
  color: #dbdbdb;
}

.bgSubColorLight {
  background-color: #dbdbdb;
}

.subColorExLight {
  color: #f7f7f7;
}

.bgSubColorExLight {
  background-color: #f7f7f7;
}

.compColor {
  color: #fff5dc;
}

.bgCompColor {
  background-color: #fff5dc;
}

.compColorDeep {
  color: #603813;
}

.bgCompColorDeep {
  background-color: #603813;
}

.grayColor {
  color: #a9a9a9;
}

.bgGrayColor {
  background-color: #a9a9a9;
}

.grayColorLight {
  color: #c9caca;
}

.bgGrayColorLight {
  background-color: #c9caca;
}

.bgGrayColorExLight {
  background-color: #f7f8f8;
}

.bgWhiteTrans {
  background-color: rgba(255, 255, 255, 0.5);
}

.bgBlackTrans {
  background-color: rgba(0, 0, 0, 0.3);
}

.bgBlack {
  background: #000;
}

.bgGrad {
  background: rgb(0, 35, 106);
  background: radial-gradient(circle, rgb(0, 35, 106) 0%, rgb(23, 0, 58) 100%);
}

.bgGradLight {
  background: rgb(0, 102, 187);
  background: radial-gradient(circle, rgb(0, 35, 106) 0%, rgb(23, 0, 58) 100%);
}

.bgTexture {
  background-image: url(../img/bg_texture_light.gif);
}

.grayLight {
  color: #9a9a9a;
}

/*フォント系*/
.fontEn {
  font-family: "Dancing Script", cursive;
  font-weight: 400;
}

.fontNum {
  font-family: "Fira Sans", sans-serif;
}

.fontMain {
  font-family: "FOT-くろかね Std EB";
}

.gothic {
  font-family: "游ゴシック体", YuGothic, "Yu Gothic M", "游ゴシック Medium", "Yu Gothic Medium", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN W3", HiraKakuProN-W3, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

.serif {
  font-family: "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ＭＳ Ｐ明朝", "MS PMincho", serif;
}

body {
  font-family: "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ＭＳ Ｐ明朝", "MS PMincho", serif;
}

/* 
html5doctor.com Reset Stylesheet
v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com 
Twitter: @rich_clark
*/
html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

body {
  line-height: 1;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

nav ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
  transition: 0.3s;
}

/* change colours to suit your needs */
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

/* change colours to suit your needs */
mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

abbr[title],
dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* change border colour to suit your needs */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}

input,
select {
  vertical-align: middle;
}

/* CSS Document */
/*///////////////////////////////////////////////////////////////////
コモンCSS 
///////////////////////////////////////////////////////////////////*/
a {
  text-decoration: none;
  color: #147f39;
}

a:hover {
  opacity: 0.75;
}

/*clearfix
///////////////////////////////////////////////////////////////////*/
.clearfix:after {
  content: "";
  display: block;
  clear: both;
}

.clearfix:before {
  content: "";
  display: block;
  clear: both;
}

.clearfix {
  display: block;
}

/*common
///////////////////////////////////////////////////////////////////*/
.left {
  float: left;
}

.right {
  float: right;
}

p {
  line-height: 1.6;
}

ul li {
  list-style: none;
}

.width100 {
  width: 100%;
}

/*///////////////////////////////////////////////////////////////////
JS_CSS 
///////////////////////////////////////////////////////////////////*/
/* フェードインCSS */
.sa {
  opacity: 0;
  transition: all 0.3s ease;
}

.sa.show {
  opacity: 1;
  transform: none;
}

.sa--lr {
  transform: translate(-100px, 0);
}

.sa--rl {
  transform: translate(100px, 0);
}

.sa--up {
  transform: translate(0, 100px);
}

.sa--down {
  transform: translate(0, -100px);
}

.sa--scaleUp {
  transform: scale(0.5);
}

.sa--scaleDown {
  transform: scale(1.5);
}

.sa--rotateL {
  transform: rotate(180deg);
}

.sa--rotateR {
  transform: rotate(-180deg);
}

/*///////////////////////////////////////////////////////////////////
ヘッダーCSS 
///////////////////////////////////////////////////////////////////*/
header {
  position: fixed;
  padding-top: 20px;
  padding-right: 15px;
  padding-left: 15px;
  padding-bottom: 15px;
  background: #ffffff;
  width: 100%;
  z-index: 1000;
  top: 0;
  left: 0;
}
@media only screen and (min-width: 767px) and (max-width: 959px) {
  header {
    padding-top: 10px;
    padding-bottom: 10px;
  }
}

header div.header_logo {
  width: 140px;
}

header div.header_logo img {
  width: 100%;
}

header div.left ul {
  padding-right: 70px;
}

header div.left ul li {
  float: left;
  margin-right: 12px;
}

div.header_link {
  margin-top: 5px;
}

/*menu
///////////////////////////////////////////////////////////////////*/
div.header_side_menu {
  position: sticky;
}

.menu {
  height: 20px;
  position: absolute;
  right: 22px;
  top: 26px;
  width: 30px;
  z-index: 99;
  cursor: pointer;
  margin-top: 10px;
  position: fixed;
}

.menu p {
  position: absolute;
  color: #bb956e;
  font-size: 18px;
  font-weight: bold;
  top: -30px;
  left: -24px;
  font-weight: bold;
}

.menu__line {
  background: #147f39;
  display: block;
  height: 2px;
  position: absolute;
  transition: transform 0.3s;
  width: 100%;
}

a.active p {
  color: #147f39;
}

.menu__line--center {
  top: 9px;
}

.menu__line--bottom {
  bottom: 0;
}

.menu__line--top.active {
  top: 8px;
  transform: rotate(45deg);
  background: #147f39;
}

.menu__line--center.active {
  transform: scaleX(0);
  background: #147f39;
}

.menu__line--bottom.active {
  bottom: 10px;
  transform: rotate(135deg);
  background: #147f39;
}

/*gnav*/
.gnav {
  background: url("../../img/nav_bg.jpg");
  background-size: cover;
  display: none;
  height: 100%;
  position: fixed;
  width: 100%;
  z-index: 98;
  top: 0px;
  left: 0px;
}

.gnav__wrap {
  align-items: center;
  display: flex;
  height: 100%;
  justify-content: center;
  position: absolute;
  width: 100%;
}

.gnav__menu {
  min-width: 500px;
}
@media only screen and (max-width: 767px) {
  .gnav__menu {
    min-width: auto;
  }
}

.gnav__menu__item {
  text-align: center;
  border-bottom: 1px solid #fff;
  padding-bottom: 1.5em;
  margin-bottom: 1.5em;
}
.gnav__menu__item a {
  color: #787878;
  font-size: 18px;
  font-weight: bold;
  text-decoration: none;
  transition: 0.2s;
}
.gnav__menu__item a img {
  max-width: 300px;
}
.gnav__menu__item a:hover {
  color: #147F39;
}
@media only screen and (max-width: 767px) {
  .gnav__menu__item a {
    font-size: 16px;
  }
  .gnav__menu__item a img {
    max-width: 250px;
  }
}

li.menu_reserv {
  border: 1px solid #bb956e;
  padding: 20px 40px;
}

div.main_img {
  padding: 5%;
}

div.main_img img {
  width: 100%;
  margin-top: 25px;
}

div.top_link_bk {
  padding: 0% 5%;
}

div.top_link_bk div {
  width: 45%;
  padding: 0% 2%;
}

/*div.top_link_bk div h2 {
	text-align: center;
	font-size: 22px;
	color: #888888;
	font-weight: bold;
	margin-top: 30px;
}
*/
div.top_link_bk div p {
  text-align: center;
  margin-top: 20px;
  margin-bottom: 20px;
}

.link_btn a {
  position: relative;
  background-color: #147F39;
  padding: 0.7em 2.5em;
  display: inline-block;
  color: #ffffff;
  font-size: 16px;
  margin: 0 auto;
  text-align: center;
  font-weight: bold;
  transition: 0.3s;
  border: 1px solid #147F39;
}
.link_btn a:hover {
  opacity: 1 !important;
  background-color: #fff;
  color: #147F39;
}
@media only screen and (max-width: 767px) {
  .link_btn a {
    font-size: 14px;
  }
}

div.top_link_bk div img {
  display: block;
  margin: 0 auto;
}

div.top_about {
  margin-top: 80px;
  padding: 8% 5%;
  background: url("../../img/top_bgimg.jpg");
}

div.top_about span {
  display: block;
  text-align: center;
  color: #ffffff;
  margin-bottom: 20px;
}

div.top_about h2 {
  display: block;
  text-align: center;
  color: #ffffff;
  font-size: 60px;
  margin-bottom: 30px;
}

div.top_news {
  margin: 5% 0;
}

div.top_news dl {
  border-bottom: 1px solid #9b9b9b;
  padding: 1.5em;
}

div.top_news dl dt {
  float: left;
  width: 20%;
}

div.top_news dl dt a {
  font-size: 16px;
}

div.top_news dl dd {
  float: left;
  width: 80%;
}

div.top_news p.link_btn {
  margin-top: 80px;
}

div.top_blog {
  margin-top: 40px;
  padding: 4% 5.5%;
}

div.top_news_contents {
  width: 22.5%;
  float: left;
  margin: 1.25%;
  overflow: hidden;
}

div.top_news_contents img {
  height: 100%;
  width: auto;
}

div.order_top p.blog_date {
  font-size: 16px;
  color: #727171;
  text-align: center;
  margin-top: 10px;
}

div.order_top p.blog_title {
  text-align: center;
  font-size: 16px;
  font-weight: bold;
  margin: 3px 0px;
}

div.order_top p.blog_description {
  font-size: 14px !important;
  text-align: center !important;
  margin-top: 20px;
}

div.order_top h3 {
  text-align: center;
  margin-top: 30px;
  font-size: 24px;
  line-height: 1.4;
}
@media only screen and (max-width: 767px) {
  div.order_top h3 {
    font-size: 18px;
  }
}

p.link_btn {
  margin-top: 30px;
}

div.top_shop {
  padding: 4% 8%;
}

div.top_shop_head {
  background: url("../../img/top_shopinfo_bg.jpg");
  background-size: cover;
  padding: 60px;
}

div.top_shopinfo_bg {
  background: url("../../img/アセット 19.png");
}

p.top_h2 {
  text-align: center;
}

div.bottom_contact_wrapper {
  background: url("../../img/footer_contact_bg.jpg");
  padding: 4% 8%;
  margin-top: 40px;
}
@media only screen and (max-width: 767px) {
  div.bottom_contact_wrapper {
    padding: 12% 6%;
  }
}

div.bottom_contact_area {
  position: relative;
}

img.yellow_square {
  position: absolute;
}

div.bottom_contact_bk {
  width: 45%;
  float: left;
}

div.bottom_tel_bk {
  position: relative;
  width: 45%;
  float: right;
  background: #000000;
  padding: 20px 30px;
}

img.yellow_square_s {
  position: absolute;
  top: -17px;
  left: -17px;
}

div.bottom_tel_bk ul li {
  margin: 10px;
}

div.bottom_insta h3 {
  display: block;
  background: #000000;
  color: #ffffff;
  padding: 20px;
  text-align: center;
}

div.insta_bk img {
  width: 16.66666%;
  display: block;
  float: left;
}

div.bottom_insta {
  background: #000000;
}

div.bottom_insta_btn_bg p {
  text-align: center;
  padding: 70px 0px 130px;
}

@media only screen and (max-width: 767px) {
  .bottom_insta_btn_bg img {
    width: 170px;
  }
}

footer {
  background: url("../../img/footer_bg.jpg");
  background-size: cover;
  position: relative;
}

p.footer_icon_head img {
  position: absolute;
  top: 16px;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 150px;
}
@media only screen and (max-width: 767px) {
  p.footer_icon_head img {
    width: 120px;
  }
}

div.footer_bk {
  padding: 6% 4% 2%;
}
@media only screen and (max-width: 767px) {
  div.footer_bk {
    font-size: 14px;
  }
}

div.footer_bk p,
div.footer_bk a {
  color: #ffffff;
  margin-top: 7px;
}

div.footer_bk div.left {
  width: 35%;
}

div.footer_bk div.center {
  float: left;
  width: 30%;
}

div.footer_bk div.right {
  width: 35%;
  text-align: right;
}

div.footer_bk p.copy {
  margin-top: 40px;
}

div.about_us_top_img {
  background: url("../../img/about_us_top_bg.jpg");
}

div.h2_line {
  width: 100px;
  height: 5px;
  display: block;
  margin: 0 auto;
  margin-top: 16px;
  background: #000000;
}

div.about_us_top_img {
  position: relative;
  padding-top: 91px;
  background: url("../../img/about_us_top_bg.jpg");
  height: 1100px;
}

div.about_us_top_img h2 {
  margin-top: 70px;
  text-align: center;
  font-size: 60px;
  color: #ffffff;
}

div.about_us_top_img p.h2_sub {
  margin-top: 10px;
  text-align: center;
  font-size: 18px;
  color: #ffffff;
  font-weight: bold;
}

div.about_us_top_img div.h2_line {
  width: 100px;
  height: 5px;
  display: block;
  margin: 0 auto;
  margin-top: 16px;
  background: #ffffff;
}

div.about_us_top_img img {
  position: absolute;
}

div.about_us_top_img img.about_img01 {
  top: 24%;
  left: 5%;
}

div.about_us_top_img img.about_img02 {
  z-index: 50;
  top: 39%;
  left: 9%;
}

div.about_us_top_img img.about_img03 {
  z-index: 30;
  top: 65%;
  left: 19%;
}

div.about_us_top_img img.about_img04 {
  top: 28%;
  left: 40%;
}

div.about_us_top_img img.about_img05 {
  top: 69%;
  right: 11%;
}

div.about_us_top_img img.about_img06 {
  top: 24%;
  right: 7%;
}

div.about_us_concept {
  background: #000000;
  color: #ffffff;
  padding: 3% 12%;
  position: relative;
}

div.about_us_concept img.concept_bg {
  position: absolute;
  bottom: -230px;
  left: 0px;
}

div.about_us_concept h3 {
  font-size: 40px;
  margin-bottom: 20px;
}

div.about_us_concept p.h3_sub {
  font-size: 30px;
  font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
  margin-bottom: 30px;
}

div.about_us_concept p {
  font-size: 24px;
}

div.about_prof_wrapper {
  background: #000000;
  padding: 9% 12% 9%;
}

div.prof_img {
  width: 47%;
}

div.prof_img img {
  width: 100%;
}

div.prof_detail {
  width: 47%;
  color: #ffffff;
}

div.prof_detail h3 {
  font-size: 60px;
  text-align: center;
  margin-bottom: 22px;
}

.owner {
  font-size: 14px;
  margin-top: 15px;
}

.name {
  font-size: 22px;
}
@media only screen and (max-width: 767px) {
  .name {
    font-size: 18px;
  }
}

.name_eng {
  font-size: 14px;
  margin-left: 1em;
}

p.profile {
  font-size: 14px;
  margin-top: 15px;
}

div.order_top {
  padding-top: 91px;
  padding-left: 6%;
  padding-right: 6%;
}
@media only screen and (max-width: 767px) {
  div.order_top {
    padding-top: 5%;
  }
}

div.order_top h2 {
  margin-top: 70px;
  text-align: center;
  font-size: 60px;
  color: #000000;
}

div.order_top p.h2_sub {
  margin-top: 10px;
  text-align: center;
  font-size: 18px;
  color: #000000;
  font-weight: bold;
}

div.order_top p {
  text-align: center;
  margin-top: 30px;
  margin-bottom: 30px;
}

div.order_contact {
  margin-top: 35px;
  width: 960px;
  background: #147f39;
  margin: 0 auto;
  padding: 4px 20px 20px;
}

div.order_contact div div img {
  display: block;
}

div.order_top div.order_contact p {
  color: #ffffff;
  margin-bottom: 10px;
}

div.form {
  border: 3px solid #ffffff;
  margin-top: 20px;
}
@media only screen and (max-width: 767px) {
  div.form {
    padding: 5%;
  }
}

div.form img {
  float: left;
}

div.form p {
  float: left;
  width: 580px;
  margin-top: 15px;
  text-align: left;
  margin-left: 20px;
}

div.form img {
  width: 37px;
  margin-top: 30px;
  margin-left: 20px;
}
@media only screen and (max-width: 767px) {
  div.form img {
    width: 19px;
    margin-top: 0;
    margin-left: 5px;
  }
}

div.form img.form_title {
  width: 250px;
  margin-top: 10px;
  margin-left: 10px;
  margin-bottom: 10px;
}
@media only screen and (max-width: 767px) {
  div.form img.form_title {
    width: 190px;
  }
}

p.order_note {
  margin-top: 30px;
  background: #eeeeee;
  padding: 20px;
}
@media only screen and (max-width: 767px) {
  p.order_note {
    font-size: 14px;
  }
}

div.order_form {
  background-color: #f7f7f7;
  padding: 3% 6%;
  margin-top: 5%;
  padding-top: 10%;
}
@media only screen and (max-width: 767px) {
  div.order_form {
    padding: 9% 3%;
  }
}

div.order_form_bk {
  background-color: #ffffff;
  padding: 4%;
}

div.order_form_bk h2 {
  margin-top: 60px;
  text-align: center;
  font-size: 32px;
  color: #000000;
  line-height: 1.4;
}

div.order_form_bk table {
  width: 70%;
  margin: 0 auto;
  margin-top: 40px;
  border-collapse: collapse;
  border-top: 1px solid #dddddd;
}

div.order_form_bk table tr {
  border-bottom: 1px solid #dddddd;
}

div.order_form_bk table tr th {
  width: 20%;
  text-align: left;
  padding: 25px 0px;
  margin-top: 7px;
  vertical-align: middle;
}
@media only screen and (max-width: 767px) {
  div.order_form_bk table tr th {
    margin-top: 15px;
  }
}

div.order_form_bk table tr td {
  padding: 25px 0px;
}

div.order_form_bk table tr td.mark {
  width: 10%;
  padding: 25px 10px;
  vertical-align: middle;
}

div.order_form_bk table tr td.form_area {
  width: 70%;
  padding: 25px 0px;
}

div.order_form_bk table tr td.form_area input {
  background: #f2f3f3;
  border: none;
  width: 100%;
  padding: 20px 10px;
}

div.order_form_bk table tr td select {
  background: #f2f3f3;
  padding: 7px;
  border: none;
}

div.order_form_bk table tr td textarea {
  background: #f2f3f3;
  padding: 7px;
  border: none;
  width: 100%;
}

td.shikiri p {
  background-color: #58a635;
  color: #ffffff;
  text-align: center;
  padding: 7px;
}

div.order_form_bk table tr td p {
  text-align: center;
}

div.haiso {
  margin-top: 30px;
  background: #f0efee;
  padding: 30px;
  color: #000000;
}

div.haiso h3 {
  font-size: 22px;
  margin-bottom: 15px;
  text-align: center;
}

div.haiso p {
  text-align: center;
}

div.shopinfo_top {
  padding-top: 91px;
  padding-left: 6%;
  padding-right: 6%;
}

div.shopinfo_top p.h2_sub {
  margin-top: 10px;
  text-align: center;
  font-size: 18px;
  color: #000000;
  font-weight: bold;
}

img.shopinfo_center {
  display: block;
  margin: 0 auto;
  margin-top: 40px;
}

div.shop_info_bk {
  margin-top: 60px;
}

div.shop_info_bk div.left,
div.shop_info_bk div.right {
  width: 48%;
}

div.shop_info_bk div.left img {
  float: right;
}
@media only screen and (max-width: 767px) {
  div.shop_info_bk div.left img {
    float: none;
  }
}

div.shop_info_bk div.right {
  font-size: 16px;
  text-align: left;
  margin-top: 40px;
}

div.shop_info_img {
  margin-top: 100px;
  margin-bottom: 100px;
}

div.shop_info_img div {
  width: 48%;
}

div.shop_info_img div img {
  width: 80%;
}

div.shop_info_img div.right img {
  padding-top: 30px;
  position: absolute;
  right: 0px;
  width: 60%;
}

div.contact_top div.form {
  max-width: 930px;
  background: #147f39;
  color: #ffffff;
  display: block;
  margin: 0 auto;
}

div.contact_top div.form img.form_title {
  width: 250px;
  margin-top: 10px;
  margin-left: 10px;
  margin-bottom: 10px;
}

div.contact_top div.form img {
  width: 19px;
  margin-top: 25px;
}

div.contact_top div.form img {
  width: 19px;
}

div.contact_top div.form p {
  color: #ffffff;
}

div.contact_top h2 {
  margin-top: 70px;
  text-align: center;
  font-size: 60px;
  color: #ffffff;
}

div.contact_top p.h2_sub {
  margin-top: 10px;
  text-align: center;
  font-size: 18px;
  color: #ffffff;
  font-weight: bold;
}

div.contact_top div.h2_line {
  width: 100px;
  height: 5px;
  display: block;
  margin: 0 auto;
  margin-top: 16px;
  background: #ffffff;
}

div.contact_bg_w {
  background: #ffffff;
  padding: 30px;
  margin-top: 60px;
}

div.contact_bg_w table {
  width: 70%;
  margin: 0 auto;
  margin-top: 40px;
  border-collapse: collapse;
  border-top: 1px solid #dddddd;
}

div.contact_bg_w table tr {
  border-bottom: 1px solid #dddddd;
}

div.contact_bg_w table tr th {
  width: 20%;
  text-align: left;
  padding: 25px 0px;
  margin-top: 7px;
  vertical-align: middle;
}

div.contact_bg_w table tr td {
  padding: 25px 0px;
}

div.contact_bg_w table tr td.mark {
  width: 10%;
  padding: 25px 0px;
  vertical-align: middle;
}

div.contact_bg_w table tr td.form_area {
  width: 70%;
  padding: 25px 0px;
}

div.contact_bg_w table tr td.form_area input {
  background: #f2f3f3;
  border: none;
  width: 100%;
  padding: 20px 10px;
}

div.contact_bg_w table tr td select {
  background: #f2f3f3;
  padding: 7px;
  border: none;
}

div.contact_bg_w table tr td textarea {
  background: #f2f3f3;
  padding: 7px;
  border: none;
  width: 100%;
}

p.contact_p {
  text-align: center;
}

div.contact_bg_w h2 {
  font-size: 32px;
  color: #000000;
}

div.contact_bg_w div.h2_line {
  width: 100px;
  height: 5px;
  display: block;
  margin: 0 auto;
  margin-top: 16px;
  background: #000000;
}

div.contact_bg_w table {
  margin-bottom: 60px;
}

input.submit_btn {
  margin: 0 auto;
  display: block;
}

span.pick span span label input {
  float: left;
}

div.order_form_bk table tr td.form_area input {
  margin-bottom: 10px;
}

dl.news_bk {
  margin-top: 80px;
  margin-bottom: 120px;
}

dl.news_bk dt {
  padding-top: 20px;
  width: 15%;
  float: left;
  border-bottom: 1px dotted #147f39;
  padding-bottom: 20px;
}

dl.news_bk dd {
  padding-top: 20px;
  width: 85%;
  float: left;
  border-bottom: 1px dotted #147f39;
  padding-bottom: 20px;
}

article {
  margin-top: 50px;
}

article h1 {
  text-align: center;
  font-size: 24px;
  padding-bottom: 20px;
  border-bottom: 2px solid #147f39;
  margin-bottom: 20px;
}

aside.meta {
  text-align: center;
}

span.date {
  margin-right: 10px;
}

span.comments {
  display: none;
}

div.wrap {
  margin-top: 30px;
  background: #147f39;
  padding: 2% 5%;
  margin-bottom: 60px;
}

div.entry-box {
  background: #ffffff;
  padding: 3% 5%;
  line-height: 2;
  font-size: 16px;
}

p.back_news {
  text-align: center;
  color: #ffffff;
  margin-bottom: 60px !important;
}

p.back_news a {
  padding: 10px 20px;
  background: #147f39;
  color: #ffffff;
}

#sb_instagram #sbi_images {
  float: none;
}

#sb_instagram #sbi_load {
  float: none;
}

.pc_only {
  display: block;
}

.sp_only {
  display: none;
}

td.privacy_cheack {
  text-align: center;
}

div.top_blog div.img_area {
  height: 460px;
  overflow: hidden;
}

div.order_top div.img_area {
  height: 460px;
  overflow: hidden;
}

div.order_form_bk h3 {
  margin-top: 50px;
  font-size: 30px;
  text-align: center;
  padding: 14px 7px 10px;
  background: #147f39;
  color: #ffffff;
}
@media only screen and (max-width: 767px) {
  div.order_form_bk h3 {
    font-size: 18px;
  }
}

p.blog_description {
  margin-top: 15px !important;
}

p.blog_date {
  font-size: 16px;
  color: #727171;
  text-align: center;
  margin-top: 10px;
}

p.blog_title {
  text-align: center;
  font-size: 16px;
  font-weight: bold;
  margin: 10px 0px;
}

div.order_top p.blog_date {
  font-size: 16px;
  color: #727171;
  text-align: center;
  margin-top: 10px;
  margin-bottom: 0px;
}

.wpcf7-list-item {
  padding: 15px;
  margin: 0 10px 10px 0;
  border: dashed 1px #cccccc;
  vertical-align: middle;
  line-height: 1;
  font-weight: 500;
  background: #fff;
  box-sizing: border-box;
}

td.form_area span img {
  margin-top: 20px;
  display: block;
}

td.shiharai_area span img {
  margin-top: 20px;
  display: block;
  width: 100%;
}

div.shop_info_img div {
  position: relative;
}

div.shop_info_img div img.free_left {
  width: auto;
  position: absolute;
  right: -113px;
  top: -30px;
}

div.shop_info_img div img.free_right {
  width: auto;
  position: absolute;
  left: 60px;
  top: 120px;
}

div.hojin {
  padding: 3% 8%;
}

div.hojin a {
  padding: 5px;
  border: 1px solid #ffffff;
  background-color: #147f39;
  color: #ffffff;
  display: block;
  padding: 3%;
  font-size: 26px;
}

div.hojin_border {
  background-color: #147f39;
  width: 50%;
  margin: 0 auto;
  text-align: center;
  padding: 0.5%;
}

#sb_instagram.sbi_col_2 #sbi_images .sbi_item {
  width: 16.666666% !important;
}

#sb_instagram.sbi_fixed_height {
  overflow: inherit;
  overflow-y: visible;
}

#sb_instagram #sbi_load {
  padding-top: 20px;
}

@media screen and (max-width: 780px) {
  .left,
  .right {
    float: none;
  }
  p.top_h2 img {
    width: 100%;
  }
  div.header_link {
    display: none;
  }
  div.bottom_contact_bk {
    width: 100%;
    float: none;
  }
  div.top_shop_head {
    padding: 10px;
  }
  div.top_news dl dt {
    float: none;
    width: 100%;
    margin-bottom: 5px;
  }
  header div.header_logo img {
    width: 86px;
  }
  .menu {
    top: 15px;
  }
  header div.header_logo {
    width: auto;
  }
  div.main_img img {
    margin-top: 50px;
  }
  div.top_link_bk div {
    width: 100%;
    margin-bottom: 30px;
    margin-top: 30px;
  }
  div.top_news,
  div.top_blog,
  div.top_shop {
    padding: 4%;
  }
  div.main_img {
    padding: 0px;
  }
  div.top_link_bk div {
    padding: 0px;
  }
  div.top_news dl dd {
    float: none;
    width: 100%;
  }
  div.top_news dl {
    padding: 1em;
  }
  div.top_shop_head {
    padding: 40px 10px;
  }
  div.top_about {
    padding: 12% 5%;
  }
  div.top_about h2,
  div.top_blog h2,
  div.top_news h2 {
    font-size: 30px;
  }
  div.bottom_tel_bk {
    width: 80%;
    float: none;
    margin-top: 30px;
  }
  div.bottom_tel_bk ul li a img {
    width: 100%;
  }
  div.bottom_contact_bk p {
    padding-left: 0px;
    margin-top: 15px;
    text-align: center;
  }
  div.bottom_contact_bk h2 {
    font-size: 30px;
  }
  div.footer_bk div.left {
    width: 96%;
    text-align: center;
    float: none;
    padding: 2%;
    padding-top: 90px;
  }
  div.footer_bk div.center {
    width: 90%;
    float: none;
    padding: 5%;
    margin-top: 20px;
  }
  div.footer_bk div.center img {
    width: 100%;
  }
  div.footer_bk div.right {
    width: 96%;
    text-align: center;
    padding: 2%;
    margin-top: 30px;
  }
  div.about_us_concept img.concept_bg {
    display: none;
  }
  div.about_us_concept p {
    font-size: 14px;
  }
  div.about_prof_wrapper,
  div.about_us_concept {
    padding: 4%;
  }
  div.about_us_top_img {
    overflow: hidden;
  }
  div.about_us_top_img img {
    width: 50%;
  }
  div.about_us_top_img img.about_img05 {
    right: 46%;
  }
  div.about_us_top_img img.about_img02 {
    z-index: 50;
    top: 39%;
    left: 45%;
  }
  div.about_us_top_img img.about_img04 {
    top: 28%;
    left: 51%;
  }
  div.prof_img,
  div.prof_detail {
    width: 100%;
  }
  div.prof_detail p {
    font-size: 14px;
  }
  div.prof_detail h3 {
    font-size: 40px;
    margin-top: 15px;
    text-align: left;
  }
  div.order_contact {
    width: 94%;
    padding: 3%;
  }
  div.order_contact div div img {
    width: 100%;
  }
  div.form p {
    width: 100%;
  }
  div.order_form_bk h2 {
    font-size: 21px;
  }
  div.form img.form_title {
    display: block;
    margin: 0 auto;
  }
  div.about_us_img_bk {
    padding: 10px;
  }
  div.about_us_concept h3 {
    margin-top: 20px;
  }
  div.about_us_top_img img {
    width: 100%;
  }
  div.about_us_top_img img {
    position: relative;
  }
  div.about_us_top_img img.about_img02,
  div.about_us_top_img img.about_img04,
  div.about_us_top_img img.about_img06 {
    display: none;
  }
  div.about_us_top_img img.about_img01,
  div.about_us_top_img img.about_img03,
  div.about_us_top_img img.about_img05 {
    width: 100%;
    transform: none;
    margin-top: 10px;
    top: 0px;
    left: 0px;
    right: 0px;
  }
  div.about_us_top_img img.about_img01 {
    margin-top: 30px;
  }
  div.about_us_top_img h2,
  div.order_top h2 {
    margin-top: 30px;
    font-size: 40px;
  }
  div.order_form_bk table tr th,
  div.order_form_bk table tr td.form_area,
  div.order_form_bk table tr td.mark {
    display: block;
    width: 100%;
    padding: 7px 7px 7px 0px;
  }
  div.order_form_bk table {
    width: 100%;
  }
  div.form p {
    width: 100%;
    margin-left: 0px;
  }
  div.top_news_contents {
    width: 48%;
    float: left;
    margin: 1%;
    margin-bottom: 20px;
  }
  div.img_area {
    height: 180px;
    overflow: hidden;
  }
  div.top_blog div.img_area {
    height: 180px;
    overflow: hidden;
  }
  dl.news_bk {
    margin-top: 40px;
  }
  div.order_top p.blog_date {
    font-size: 16px;
    color: #727171;
    text-align: center;
    margin-top: 10px;
    margin-bottom: 0px;
  }
  .pc_only {
    display: none;
  }
  .sp_only {
    display: block;
  }
  div.insta_bk img {
    width: 50%;
  }
  div.order_form_bk table tr td.form_area input {
    width: 95%;
  }
  div.order_form_bk table tr {
    width: 100%;
  }
  div.order_form_bk table tr td textarea {
    width: 100%;
    box-sizing: border-box;
  }
  tr.privacy_check th {
    display: none;
  }
  input.submit_btn {
    width: 100%;
  }
  .wpcf7-list-item {
    display: block;
    width: 100%;
    margin-bottom: 15px;
  }
  div.order_form_bk table tr td.form_area input {
    width: 95%;
  }
  span.wpcf7-list-item label input {
    width: 15% !important;
  }
  div.shop_info_img div {
    width: 100%;
  }
  div.shop_info_img div img {
    width: 100%;
  }
  div.shop_info_img div img.free_left {
    width: 1005;
    position: relative;
    right: 0px;
    top: 0px;
  }
  div.shop_info_img div.right img {
    position: relative;
    right: 0px;
    width: 100%;
    top: 0px;
  }
  div.shop_info_img div img.free_right {
    left: 0px;
    right: 0px;
  }
  div.shop_info_bk div.left,
  div.shop_info_bk div.right {
    width: 100%;
  }
  div.shop_info_bk div.right {
    width: 100%;
  }
  div.shop_info_bk div img {
    width: 100%;
  }
  div.shop_info_bk div.right p {
    font-size: 16px;
  }
  div.footer_bk div.center {
    display: none;
  }
  #sb_instagram.sbi_col_2 #sbi_images .sbi_item {
    width: 33.3333% !important;
  }
  div.bottom_insta_btn_bg p {
    padding: 80px 0px 50px;
  }
}
@media screen and (min-width: 781px) and (max-width: 1050px) {
  div.bottom_tel_bk ul li img {
    width: 100%;
  }
  div.order_contact {
    width: 100%;
  }
  div.order_contact div.left {
    width: 48%;
  }
  div.order_contact div.right {
    width: 48%;
  }
  div.order_contact div div img {
    width: 100%;
  }
  div.form img.form_title {
    width: 20%;
  }
  div.order_top div.order_contact p {
    width: 63%;
  }
  div.form img {
    width: 5%;
  }
  header div.header_logo {
    width: 110px;
  }
  div.top_news dl dt {
    width: 18%;
  }
  div.top_news dl dd {
    float: left;
    width: 80%;
    margin-top: 40px;
  }
}
div.entry-box a {
  color: #222;
}

div.entry-box a:hover {
  color: #936;
}

div.entry-box p {
  padding: 0 0 1em 0;
}

div.entry-box p:last-child {
  padding-bottom: 0;
}

div.entry-box h1,
div.entry-box h2,
div.entry-box h3,
div.entry-box h4,
div.entry-box h5,
div.entry-box h6,
.wtitle,
.title {
  margin: 0;
  padding: 0 0 0.5em;
  line-height: 110%;
  font-family: "PT Serif", TimesNewRoman, "Times New Roman", Times, Baskerville, Georgia, serif;
  font-weight: bold;
}

div.entry-box h1 {
  font-size: 36px;
  padding: 0;
}

div.entry-box h2 {
  font-size: 30px;
}

div.entry-box h3 {
  font-size: 24px;
}

div.entry-box h4 {
  font-size: 20px;
}

div.entry-box h5,
div.entry-box h6 {
  font-size: 18px;
}

div.entry-box h1 a,
div.entry-box h2 a,
div.entry-box h3 a,
div.entry-box h4 a,
div.entry-box h5 a,
div.entry-box h6 a {
  text-decoration: none;
}

div.entry-box blockquote,
div.entry-box q {
  position: relative;
  padding: 30px 30px 30px 80px;
  margin: 10px 0 20px 30px;
  color: #444;
  font: normal 1em/120% "PT Serif", TimesNewRoman, "Times New Roman", Times, Baskerville, Georgia, serif;
  background: #efefef;
  border-left: 3px solid #936;
  border-radius: 3px;
  display: block;
}

div.entry-box blockquote:after {
  content: "”";
  position: absolute;
  top: 10px;
  left: 20px;
  font-size: 4em;
  line-height: 100%;
}

div.entry-box table th {
  background: #ddd;
  border-right: 1px solid #fff;
  padding: 10px 20px;
}

div.entry-box table tr th:last-child {
  border-right: 1px solid #ddd;
}

div.entry-box table td {
  padding: 5px 20px;
  border: 1px solid #ddd;
}

div.entry-box pre {
  background: #f5f5f5;
  border: 1px solid #ddd;
  padding: 10px;
  text-shadow: 1px 1px rgba(255, 255, 255, 0.4);
  font-size: 12px;
  line-height: 15px;
  margin: 0 0 1em 0;
}

div.entry-box sup,
div.entry-box sub {
  font-size: 75%;
  height: 0;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

div.entry-box sup {
  bottom: 1ex;
}

div.entry-box sub {
  top: 0.5ex;
}

div.entry-box small {
  font-size: 75%;
}

div.entry-box big {
  font-size: 125%;
}

div.entry-box input,
div.entry-box textarea {
  padding: 10px 10px 10px 0;
  border-color: #ddd;
  border-radius: 5px;
  font: 300 16px/140% "Open Sans", Tahoma, Verdana, Segoe, sans-serif;
  color: #222;
}

div.entry-box textarea {
  min-height: 90px;
  max-width: 100%;
  box-sizing: border-box;
}

div.entry-box textarea,
div.entry-box input[type=text],
div.entry-box input[type=password],
div.entry-box input[type=email],
input[type=url],
input[type=tel],
input[type=date],
input[type=datetime],
input[type=datetime-local],
input[type=time],
input[type=month],
input[type=week],
input[type=number],
input[type=search] {
  padding: 9px 10px;
  border-width: 1px;
  border-style: solid;
  height: 20px;
}

input[type=search] {
  height: 40px;
}

input[type=color] {
  padding: 0;
  border: 0;
  background: #fff;
}

input:focus,
textarea:focus {
  outline: none;
  border-color: #936;
  box-shadow: inset 0 0 8px rgba(0, 0, 0, 0.08);
}

input[type=submit],
input[type=button] {
  padding: 10px 20px;
  height: 40px;
  line-height: 20px;
  border: 0;
  background-color: #936;
  color: #fff;
  cursor: pointer;
}

input[type=submit]:hover,
input[type=button]:hover {
  opacity: 0.9;
}

div.entry-box ul {
  margin: 0.5em 0 1em 30px;
}

div.entry-box ol {
  margin: 0.5em 0 1em 50px;
  list-style: decimal;
}

div.entry-box ul ul,
div.entry-box ul ol,
div.entry-box ol ol,
div.entry-box ol ul {
  margin-top: 0;
  margin-bottom: 0;
}

div.entry-box li {
  padding-top: 5px;
}

div.entry-box h1,
div.entry-box h2,
div.entry-box h3,
div.entry-box h4,
div.entry-box h5,
div.entry-box h6 {
  padding-top: 30px;
  padding-bottom: 10px;
}

div.entry-box iframe {
  max-width: 100%;
}

div.entry-box img {
  max-width: 100%;
  height: auto;
  margin-bottom: 10px;
  margin-top: 8px;
}

.alignleft {
  float: left;
}

.alignright {
  float: right;
}

div.entry-box img.alignleft,
img.alignleft,
.alignleft img {
  margin-right: 30px;
  margin-left: 0;
}

div.entry-box img.alignright,
img.alignright,
.alignright img {
  margin-left: 30px;
  margin-right: 0;
}

.aligncenter,
div.aligncenter,
img.centered {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.anons img {
  margin-bottom: 15px;
  margin-top: 5px;
  max-width: 100%;
  height: auto;
}

.wp-caption,
.attachment img {
  text-align: center;
  max-width: 100%;
}

.wp-caption p.wp-caption-text {
  font-size: 10px;
  color: #222;
  margin: 0;
}

.attachment,
.caption {
  text-align: center;
}

.attachment .navigation {
  height: 150px;
}

.wp-smiley {
  margin: 0;
  padding: 0;
  border: 0;
}

/*==================================================
 * 独自クラス（どのサイトでも）
 *================================================*/
.clearfix:after {
  content: "";
  clear: both;
  display: block;
}

.remove {
  text-indent: -9999px;
  overflow: hidden;
  display: block;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  height: 0;
}

.relative {
  position: relative;
}

.absolute {
  position: absolute;
}

.fixed {
  position: fixed;
}

.relapadding {
  padding-right: 80px;
}

.inline {
  display: inline;
}

.block {
  display: block;
}

.inlineBlock {
  display: inline-block;
}

.inlineBlockUl li {
  display: inline-block;
}

.disNone {
  display: none !important;
}

.bgCenter {
  background-position: center center;
  background-size: cover;
}

.opa {
  transition: 0.3s;
  opacity: 1;
}

a:hover .opa {
  transition: 0.3s;
  opacity: 0.7;
}

.tra,
.tra:hover {
  transition: 0.3s;
}

.verticalMiddle {
  vertical-align: middle;
}

.verticalBottom {
  vertical-align: bottom;
}

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

.text-right {
  text-align: right;
}

.text-left {
  text-align: left;
}

@media only screen and (max-width: 767px) {
  .text-center-sp {
    text-align: center;
  }
}

@media only screen and (max-width: 767px) {
  .text-right-sp {
    text-align: right;
  }
}

@media only screen and (max-width: 767px) {
  .text-left-sp {
    text-align: left;
  }
}

.linkA {
  text-decoration: underline;
  transition: 0.3s;
  color: #147F39;
}
.linkA:hover {
  color: #147F39;
  text-decoration: underline;
}

@media screen and (min-width: 768px) {
  .sp {
    display: none !important;
  }
}
@media screen and (max-width: 767px) {
  .pc {
    display: none !important;
  }
}
@media screen and (min-width: 768px) and (max-width: 959px) {
  .notTab {
    display: none !important;
  }
  .tab {
    display: block !important;
  }
}
/*余白*/
.m0 {
  margin: 0;
}

.p0 {
  padding: 0;
}

.mb0 {
  margin-bottom: 0;
}

.mb10 {
  margin-bottom: 10px;
}

.mb20 {
  margin-bottom: 20px;
}

.mb30 {
  margin-bottom: 30px;
}
@media only screen and (max-width: 767px) {
  .mb30 {
    margin-bottom: 20px;
  }
}

.mb40 {
  margin-bottom: 40px;
}
@media only screen and (max-width: 767px) {
  .mb40 {
    margin-bottom: 30px;
  }
}

.mb50 {
  margin-bottom: 50px;
}
@media only screen and (max-width: 767px) {
  .mb50 {
    margin-bottom: 30px;
  }
}

.mb60 {
  margin-bottom: 60px;
}
@media only screen and (max-width: 767px) {
  .mb60 {
    margin-bottom: 40px;
  }
}

.mb70 {
  margin-bottom: 70px;
}
@media only screen and (max-width: 767px) {
  .mb70 {
    margin-bottom: 40px;
  }
}

.mb80 {
  margin-bottom: 80px;
}
@media only screen and (max-width: 767px) {
  .mb80 {
    margin-bottom: 40px;
  }
}

.mb80 {
  margin-bottom: 90px;
}
@media only screen and (max-width: 767px) {
  .mb80 {
    margin-bottom: 50px;
  }
}

.mb100 {
  margin-bottom: 100px;
}
@media only screen and (max-width: 767px) {
  .mb100 {
    margin-bottom: 50px;
  }
}

.mb200 {
  margin-bottom: 200px;
}
@media only screen and (max-width: 767px) {
  .mb200 {
    margin-bottom: 70px;
  }
}

.ml0 {
  margin-left: 0;
}

.mbL {
  margin-bottom: 30%;
}

.mbL2 {
  margin-bottom: 25%;
}

.mbL3 {
  margin-bottom: 20%;
}

.mbL4 {
  margin-bottom: 15%;
}

.mbM {
  margin-bottom: 10%;
}

.mbM2 {
  margin-bottom: 7.5%;
}

.mbM3 {
  margin-bottom: 5%;
}

.mbS {
  margin-bottom: 3.5%;
}

.mbS2 {
  margin-bottom: 2%;
}

.mbS3 {
  margin-bottom: 1%;
}

@media only screen and (max-width: 767px) {
  .mbSpL {
    margin-bottom: 30%;
  }
  .mbSpL2 {
    margin-bottom: 25%;
  }
  .mbSpL3 {
    margin-bottom: 20%;
  }
  .mbSpL4 {
    margin-bottom: 15%;
  }
  .mbSpM {
    margin-bottom: 10%;
  }
  .mbSpM2 {
    margin-bottom: 7.5%;
  }
  .mbSpM3 {
    margin-bottom: 5%;
  }
  .mbSpS {
    margin-bottom: 3.5%;
  }
  .mbSpS2 {
    margin-bottom: 2%;
  }
  .mbSpS3 {
    margin-bottom: 1%;
  }
}
/*flex・グリッド系*/
.flex {
  display: flex;
}

.justCenter {
  justify-content: center;
}

.justEnd {
  justify-content: flex-end;
}

.justBetween {
  justify-content: space-between;
}

.alignCenter {
  align-items: center;
}

.alignStart {
  align-items: flex-start;
}

.alignEnd {
  align-items: flex-end;
}

.flexReverse {
  flex-flow: row-reverse;
}

.flexWrap {
  flex-wrap: wrap;
}

.col {
  padding-left: 15px;
  padding-right: 15px;
}

.flexCol {
  width: 100%;
}

.col1 {
  width: 100%;
}

.col2 {
  width: 50%;
}

.col3 {
  width: 33.3333%;
}

.col-3 {
  width: 66.6666%;
}

.col4 {
  width: 25%;
}

.col-4 {
  width: 75%;
}

.col5 {
  width: 20%;
}

.col-5 {
  width: 80%;
}

.col6 {
  width: 16.666%;
}

.col-6 {
  width: 83.333%;
}

.col3-2 {
  width: 60%;
}

.col-3-2 {
  width: 40%;
}

@media screen and (max-width: 767px) {
  .flexSplit {
    width: 100%;
  }
  .flexPc {
    display: block;
  }
  .flexWrapSp {
    flex-wrap: wrap;
  }
  .bgFixed {
    background-attachment: unset;
  }
  .flexReverse {
    flex-flow: row;
  }
  .flexSp {
    display: flex;
  }
  .colSp1 {
    width: 100%;
  }
  .colSp2 {
    width: 50%;
  }
  .colSp3 {
    width: 33.3333%;
  }
  .colSp-3 {
    width: 66.6666%;
  }
  .colSp4 {
    width: 25%;
  }
  .colSp-4 {
    width: 75%;
  }
  .colSp5 {
    width: 20%;
  }
  .colSp-5 {
    width: 80%;
  }
  .colSp6 {
    width: 16.666%;
  }
  .colSp-6 {
    width: 83.333%;
  }
  .colSp3-2 {
    width: 60%;
  }
  .colSp-3-2 {
    width: 40%;
  }
}
@media screen and (min-width: 768px) and (max-width: 959px) {
  .colMd1 {
    width: 100%;
  }
  .colMd2 {
    width: 50%;
  }
  .colMd3 {
    width: 33.3333%;
  }
  .colMd-3 {
    width: 66.6666%;
  }
  .colMd4 {
    width: 25%;
  }
  .colMd-4 {
    width: 75%;
  }
  .colMd5 {
    width: 20%;
  }
  .colMd-5 {
    width: 80%;
  }
  .colMd6 {
    width: 16.666%;
  }
  .colMd-6 {
    width: 83.333%;
  }
  .colMd3-2 {
    width: 60%;
  }
  .colMd-3-2 {
    width: 40%;
  }
}
/*横幅*/
.cnt {
  width: auto;
  max-width: 1170px;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media screen and (min-width: 1441px) {
  .cnt {
    max-width: 1440px;
    margin-right: auto;
    margin-left: auto;
  }
}

.w100 {
  width: 100%;
}

.cntS {
  max-width: 720px;
  margin-right: auto;
  margin-left: auto;
}

.cntM {
  max-width: 840px;
  margin-right: auto;
  margin-left: auto;
}

.cntL {
  max-width: 980px;
  margin-right: auto;
  margin-left: auto;
}

.cntXl {
  max-width: 1740px;
  margin-right: 2%;
  margin-left: 2%;
}
@media screen and (min-width: 1740px) {
  .cntXl {
    margin-right: auto;
    margin-left: auto;
  }
}

.rw {
  margin-left: -15px;
  margin-right: -15px;
}

.padding {
  padding-top: 10vw;
  padding-bottom: 10vw;
}
@media only screen and (max-width: 767px) {
  .padding {
    padding-top: 20vw;
    padding-bottom: 20vw;
  }
}

.paddingW {
  padding-top: 20vw;
  padding-bottom: 20vw;
}

.margin {
  margin-top: 10vw;
  margin-bottom: 10vw;
}
@media only screen and (max-width: 767px) {
  .margin {
    margin-top: 20vw;
    margin-bottom: 20vw;
  }
}

.marginW {
  margin-top: 14vw;
  margin-bottom: 14vw;
}

/*背景系*/
.bgImg {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}

.bgImgHeight {
  padding-bottom: 67%;
}

.bgFixed {
  background-attachment: fixed;
}
@media only screen and (max-width: 767px) {
  .bgFixed {
    background-attachment: inherit;
  }
}

.bgImgCircle {
  border-radius: 50%;
  padding-bottom: 100%;
}

.bgBlur {
  position: relative;
  z-index: 0;
  overflow: hidden;
}

.bgBlur:before {
  content: "";
  background: inherit;
  -moz-filter: blur(5px);
  -o-filter: blur(5px);
  -ms-filter: blur(5px);
  filter: blur(5px);
  position: absolute;
  top: -5px;
  left: -5px;
  right: -5px;
  bottom: -5px;
  z-index: -1;
}

.bgWhite {
  background-color: #ffffff;
}

.bgZoom {
  position: relative;
  overflow: hidden;
  width: 100%;
}

.bgZoomImg {
  position: absolute;
  width: 100%;
  transition: all 0.5s ease-out;
  transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  will-change: transform;
  height: 100%;
  top: 0;
  left: 0;
}

a:hover .bgZoomImg {
  transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0.9);
}

.bgZoomText {
  position: relative;
  pointer-events: none;
  width: 100%;
  z-index: 1;
}

.ml0 {
  margin-left: 0;
}

.mbL {
  margin-bottom: 30%;
}

.mbL2 {
  margin-bottom: 25%;
}

.mbL3 {
  margin-bottom: 20%;
}

.mbL4 {
  margin-bottom: 15%;
}

.mbM {
  margin-bottom: 10%;
}

.mbM2 {
  margin-bottom: 7.5%;
}

.mbM3 {
  margin-bottom: 5%;
}

.mbS {
  margin-bottom: 3.5%;
}

.mbS2 {
  margin-bottom: 2%;
}

.mbS3 {
  margin-bottom: 1%;
}

@media only screen and (max-width: 767px) {
  .mbSpL {
    margin-bottom: 30%;
  }
  .mbSpL2 {
    margin-bottom: 25%;
  }
  .mbSpL3 {
    margin-bottom: 20%;
  }
  .mbSpL4 {
    margin-bottom: 15%;
  }
  .mbSpM {
    margin-bottom: 10%;
  }
  .mbSpM2 {
    margin-bottom: 7.5%;
  }
  .mbSpM3 {
    margin-bottom: 5%;
  }
  .mbSpS {
    margin-bottom: 3.5%;
  }
  .mbSpS2 {
    margin-bottom: 2%;
  }
  .mbSpS3 {
    margin-bottom: 1%;
  }
}
.entry {
  line-height: 1.8;
  letter-spacing: 0.15em;
  float: none;
  max-width: 870px;
  margin-left: auto;
  margin-right: auto;
}
.entry figcaption {
  font-size: 13px;
  color: gray;
}
.entry a {
  display: inline;
  text-decoration: underline;
  word-break: break-all;
  word-wrap: break-word;
  color: #33bad4;
}
.entry blockquote {
  padding: 2em 4em;
  box-sizing: border-box;
  border: 1px solid #e6e6e6;
  color: #7b7b7b;
  background-color: #f6f7f9;
  font-style: italic;
  margin-bottom: 1.5em;
}
.entry blockquote p {
  font-size: 14px;
}
.entry strong {
  font-style: normal;
  font-weight: bold;
  background: linear-gradient(transparent 40%, #fff7c0 40%);
}
.entry p {
  margin: 0.5em 0 1.3em 0;
  line-height: 1.7;
  letter-spacing: 0.1em;
  font-size: 16px;
}
.entry h2 span,
.entry h3 span,
.entry h4 span,
.entry h5 span {
  font-weight: bold;
}
.entry h2 {
  font-size: 32px;
  font-family: "FOT-くろかね Std EB";
  color: #147F39;
  margin: 8% auto 3%;
  font-weight: bold;
}
@media only screen and (max-width: 767px) {
  .entry h2 {
    font-size: 21px;
    margin: 12% auto 6%;
  }
}
.entry h3 {
  border-left: 4px solid #147F39;
  font-size: 21px;
  margin: 4% auto 3%;
  font-weight: bold;
  padding-left: 0.5em;
  line-height: 1.7;
}
@media only screen and (max-width: 767px) {
  .entry h3 {
    font-size: 18px;
    margin: 12% auto 6%;
  }
}
.entry h4 {
  margin: 3% auto 3%;
  border-bottom: 1px solid #147F39;
  padding-bottom: 0.4em;
  color: #147F39;
  font-weight: bold;
  font-size: 18px;
  padding-left: 0.5em;
}
@media only screen and (max-width: 767px) {
  .entry h4 {
    margin: 15% auto 8%;
  }
}
.entry table td {
  border-right: 1px solid #d2d3d3;
  border-bottom: 1px solid #d2d3d3;
}
.entry table td:first-child {
  background-color: #f7f8f8;
  color: #515151;
  font-weight: bold;
  border-left: 1px solid #147F39;
}
.entry table td:last-child {
  border-right: 1px solid #147F39;
}
.entry table th,
.entry table td {
  padding: 1.5rem 2rem;
  font-size: 16px;
  letter-spacing: 0.01em;
  line-height: 1.4;
}
.entry table tr:first-child td,
.entry table tr:first-child th {
  background-color: #147F39;
  color: #fff;
  font-weight: bold;
  border-top: 1px solid #147F39;
}
.entry table tr:last-child td {
  border-bottom: 1px solid #147F39;
}
@media only screen and (max-width: 767px) {
  .entry table th,
  .entry table td {
    padding: 1rem 1.5rem;
    font-size: 14px;
  }
}
.entry ul {
  margin-bottom: 2%;
}
.entry li {
  list-style-type: none;
  line-height: 1.7;
  font-weight: normal;
  margin-bottom: 0.3em;
  position: relative;
  padding-left: 1.5em;
  font-weight: bold;
}
.entry li:before {
  font-family: "Font Awesome 5 Pro";
  content: "\f14a";
  color: #147F39;
  position: absolute;
  left: 0;
  font-weight: 400;
}

.entry h5 {
  font-weight: bold;
  margin-bottom: 10px;
}

/* ==========================================================================
   Author's custom styles
   ========================================================================== */
/*==================================================
 * 共通
 *================================================*/
/*共通部分*/
body {
  color: #333;
  padding-top: 90px;
}
@media only screen and (max-width: 767px) {
  body {
    padding-top: 70px;
  }
}

/*
html,body{
    overflow-x: hidden;
    width: 100%;
}
*/
.white {
  color: #fff;
}

.commonTitleJp {
  font-weight: bold;
  font-size: 21px;
  letter-spacing: 0.07em;
  line-height: 1.4;
}
.commonTitleJp.large {
  font-size: 32px;
}
@media only screen and (max-width: 767px) {
  .commonTitleJp {
    font-size: 18px;
  }
  .commonTitleJp.large {
    font-size: 24px;
  }
}

.commonTitleEn {
  font-weight: normal;
  font-size: 48px;
  color: #dbdbdb;
  letter-spacing: 0.03em;
  line-height: 1.3;
  margin-bottom: 0.1em;
}
.commonTitleEn.large {
  font-size: 84px;
}
@media only screen and (max-width: 767px) {
  .commonTitleEn {
    font-size: 34px;
  }
  .commonTitleEn.large {
    font-size: 42px;
  }
}

.textBox p {
  line-height: 1.7;
  letter-spacing: 0.07em;
  margin-bottom: 0.5em;
}

.textBoxLarge p {
  line-height: 2.3;
  letter-spacing: 0.1em;
  margin-bottom: 1em;
}
@media only screen and (max-width: 767px) {
  .textBoxLarge p {
    font-size: 14px;
  }
}

/*==================================================
 * ヘッダー
 *================================================*/
/*==================================================
 * フッター
 *================================================*/
.footerInner {
  background-color: rgba(0, 0, 0, 0.3);
  padding: 12% 0 0;
}
@media only screen and (max-width: 767px) {
  .footerInner {
    padding: 24% 0 0;
  }
}

.footerInfoUnit {
  display: flex;
}
@media only screen and (max-width: 767px) {
  .footerInfoUnit {
    display: block;
  }
}

@media print, screen and (min-width: 768px) {
  .footerInfoCard {
    width: 50%;
  }
  .footerInfoCard:nth-child(odd) {
    padding-right: 2%;
  }
  .footerInfoCard:nth-child(even) {
    padding-left: 2%;
  }
}

.footerCopy {
  margin-top: 5%;
  padding-bottom: 5px;
}
@media only screen and (max-width: 767px) {
  .footerCopy {
    font-size: 13px;
  }
}

/*==================================================
 * トップページ
 *================================================*/
/*FVスライダー(CSS)*/
.mainImgBox,
.mainImg {
  padding-bottom: 42vw;
}
@media only screen and (max-width: 767px) {
  .mainImgBox,
  .mainImg {
    padding-bottom: 100vw;
  }
}
@media only screen and (min-width: 767px) and (max-width: 959px) {
  .mainImgBox,
  .mainImg {
    padding-bottom: 65vw;
  }
}

.mainImgBox {
  overflow: hidden;
  position: relative;
  z-index: -1;
}

.mainImg {
  z-index: 10;
  opacity: 0;
  width: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  left: 0;
  top: 0;
  /*1枚6秒で×枚数*/
  animation: anime 30s 0s infinite;
}

/*2枚目以降6秒遅れてアニメーションスタート*/
.mainImg:nth-of-type(2) {
  animation-delay: 6s;
}

.mainImg:nth-of-type(3) {
  animation-delay: 12s;
}

.mainImg:nth-of-type(4) {
  animation-delay: 18s;
}

.mainImg:nth-of-type(5) {
  animation-delay: 24s;
}

.mainImg:nth-of-type(6) {
  animation-delay: 30s;
}

@keyframes anime {
  0% {
    opacity: 0;
  }
  /*3秒：フェードイン.3/alls*/
  10% {
    opacity: 1;
  }
  /*6秒：次のスライド再生.6/alls*/
  20% {
    opacity: 1;
  }
  /*9秒：フェードアウト&次のスライドフェードイン*/
  30% {
    opacity: 0;
    transform: scale(1.2);
    z-index: 9;
  }
  100% {
    opacity: 0;
  }
}
/*FVスライダー(CSS)ここまで*/
.topFv_text {
  position: absolute;
  bottom: -10%;
  right: 5%;
}
@media only screen and (max-width: 767px) {
  .topFv_text {
    right: auto;
    left: 7%;
    bottom: -6%;
  }
}

.topFv {
  margin-left: 15px;
  width: calc(100% - 30px);
  margin-bottom: 5%;
}

.topLinkTitle {
  margin-bottom: 1em;
}

.topLinkTitleEn {
  margin-bottom: 0.3em;
  margin-top: -0.5em;
}
@media print, screen and (min-width: 768px) {
  .topMenuCard__wide .topLinkTitleEn {
    margin-top: 0;
  }
}

.topMainTitleEn {
  font-size: 64px;
  margin-bottom: 0.2em;
  color: #bfbfbf;
}
@media only screen and (max-width: 767px) {
  .topMainTitleEn {
    font-size: 32px;
  }
}

.topShopInner {
  background-color: rgba(255, 255, 255, 0.2);
  padding: 12% 5%;
}
@media only screen and (max-width: 767px) {
  .topShopInner {
    padding: 24% 5%;
  }
}

.topBlogUnit {
  display: flex;
  flex-wrap: wrap;
}

.topBlogCard {
  padding: 1.5%;
  width: 25%;
  box-sizing: border-box;
}
.topBlogCard a {
  display: block;
}
.topBlogCard a:hover {
  opacity: 0.7;
}
@media only screen and (max-width: 767px) {
  .topBlogCard {
    width: 50%;
    margin-bottom: 5%;
  }
}

.topBlogImgCard .bgImg {
  padding-bottom: 60%;
  width: 100%;
  border-radius: 10px;
}

.topBlogDescri {
  font-size: 14px;
  color: #333;
}

.topBlogTitle {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 0.4em;
  color: #333;
}
@media only screen and (max-width: 767px) {
  .topBlogTitle {
    font-size: 16px;
  }
}

.topBlogDate {
  color: #bfbfbf;
  text-align: right;
  margin-top: 0.2em;
}

.topMenuUnit {
  display: flex;
}
@media only screen and (max-width: 767px) {
  .topMenuUnit {
    display: block;
  }
}

.topMenuImg {
  padding-bottom: 45%;
}
@media print, screen and (min-width: 768px) {
  .topMenuCard__wide .topMenuImg {
    width: 42%;
    padding-bottom: 22%;
    margin-right: 3%;
  }
}

.footerContactDescri {
  margin-top: 2em;
}

.topMenuCard {
  margin-bottom: 5%;
}
@media print, screen and (min-width: 768px) {
  .topMenuCard {
    width: 50%;
  }
  .topMenuCard:nth-child(odd) {
    padding-right: 1%;
  }
  .topMenuCard:nth-child(even) {
    padding-left: 1%;
  }
  .topMenuCard.topMenuCard__wide {
    display: flex;
    width: 100%;
    padding: 3%;
    background: #f3f3f3;
    border: 1px solid #d8d8d8;
  }
}
@media only screen and (max-width: 767px) {
  .topMenuCard {
    margin-bottom: 12%;
  }
}

@media print, screen and (min-width: 768px) {
  .topMenuCard__wide .topMenuText {
    width: 60%;
  }
}
@media only screen and (max-width: 767px) {
  .topMenuCard__wide .topMenuText {
    text-align: center;
  }
}

/*==================================================
 * 下層ページ
 *================================================*/
/*共通部分------------------------------------*/
/*パンくず*/
.pageHeaderBg {
  width: 85%;
  padding-bottom: 25%;
}
@media only screen and (max-width: 767px) {
  .pageHeaderBg {
    padding-bottom: 35%;
  }
}

.pageHeaderText {
  text-align: right;
  margin-right: 7%;
  margin-top: -2em;
}
@media only screen and (max-width: 767px) {
  .pageHeaderText {
    margin-top: -1.5em;
    margin-right: 0;
  }
}

/*会社案内------------------------------------*/
.aboutProfUnit {
  display: flex;
}
@media only screen and (max-width: 767px) {
  .aboutProfUnit {
    display: block;
  }
}

.aboutProfImgCard img {
  width: 100%;
}
@media print, screen and (min-width: 768px) {
  .aboutProfImgCard {
    width: 45%;
  }
}
@media only screen and (max-width: 767px) {
  .aboutProfImgCard {
    margin-bottom: -6%;
  }
}

@media print, screen and (min-width: 768px) {
  .aboutProfTextCard {
    width: 55%;
    padding-left: 4%;
  }
}

.googlemap iframe {
  width: 100%;
  height: 400px;
}

.aboutShopInfoUlBlock ul {
  width: 100%;
  display: flex;
  margin-bottom: 1.3em;
}
.aboutShopInfoUlBlock ul li {
  line-height: 1.4;
  letter-spacing: 0.07em;
}
.aboutShopInfoUlBlock ul li:nth-child(1) {
  width: 15%;
}
.aboutShopInfoUlBlock ul li:nth-child(2) {
  width: 85%;
  padding-left: 5%;
}
@media only screen and (max-width: 767px) {
  .aboutShopInfoUlBlock ul {
    margin-bottom: 1.3em;
  }
  .aboutShopInfoUlBlock ul li {
    font-size: 14px;
  }
  .aboutShopInfoUlBlock ul li:nth-child(1) {
    width: 30%;
  }
  .aboutShopInfoUlBlock ul li:nth-child(2) {
    width: 70%;
    padding-left: 5%;
  }
}

.aboutShopInfoUnit {
  display: flex;
}

.aboutShopInfoImgCard {
  width: 50%;
}

.aboutShopInfoTextCard {
  width: 50%;
}

.aboutShopInfoWideImg {
  padding-bottom: 40%;
  width: 100%;
}

.aboutGalUnit {
  display: flex;
  flex-wrap: wrap;
}

.aboutGalCard {
  width: 50%;
  padding: 1.5%;
  box-sizing: border-box;
}
.aboutGalCard:nth-child(odd) {
  margin-top: 2%;
}
.aboutGalCard:nth-child(even) {
  margin-top: -2%;
}

.aboutGalImg {
  padding-bottom: 65%;
}

.singleEyeImg {
  width: 100%;
  max-width: 720px;
  margin: auto;
  margin-bottom: 5%;
  text-align: center;
  display: block;
}

/*フォーム------------------------------------*/
.faxOrderLink {
  transition: 0.3s;
  display: block;
}
.faxOrderLink:hover {
  opacity: 0.7;
}

.order_form table .notice {
  font-size: 14px;
}
.order_form table .text-left {
  text-align: left;
}
.order_form table .shopBlock,
.order_form table .shippingBlock {
  display: none;
}
.order_form table .shopBlock.display,
.order_form table .shippingBlock.display {
  display: table-row;
}
@media only screen and (max-width: 767px) {
  .order_form table .mark img {
    width: 40px;
  }
  .order_form table .form_area img {
    width: 100%;
  }
}

/*ギャラリー-----------------------------------*/
.galleryUnit {
  display: flex;
  flex-wrap: wrap;
}

.galleryCard {
  width: 33%;
  padding: 0.8%;
  box-sizing: border-box;
}
@media only screen and (max-width: 767px) {
  .galleryCard {
    width: 50%;
  }
}

.galleryImgCardImg {
  padding-bottom: 80%;
}

.galleryImgCard {
  position: relative;
}
.galleryImgCard::before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: block;
  content: "";
  transition: 0.3s;
  background-color: rgba(0, 0, 0, 0);
}
a:hover .galleryImgCard::before {
  background-color: rgba(0, 0, 0, 0.3);
}

.galleryImgCatdTitle {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  right: 0;
  text-align: center;
  color: #fff;
  transition: 0.3s;
  opacity: 0;
  font-size: 18px;
}
a:hover .galleryImgCatdTitle {
  opacity: 1;
}

.galleryCateUl {
  display: flex;
  flex-wrap: wrap;
  text-align: center;
  justify-content: center;
  margin-bottom: 3%;
}
.galleryCateUl li {
  margin: 1em;
}
.galleryCateUl li a {
  color: #787878;
  border-bottom: 1px solid #787878;
  padding-bottom: 0.3em;
}
.galleryCateUl li a:hover {
  color: #147F39;
  border-bottom: 1px solid #147F39;
}
@media only screen and (max-width: 767px) {
  .galleryCateUl {
    margin-bottom: 10%;
  }
  .galleryCateUl li {
    margin: 0.6em 1em;
  }
  .galleryCateUl li a {
    font-size: 13px;
  }
}

/*Pagenation*/
.pagenation {
  margin: 1em 0;
}
.pagenation ul {
  display: flex;
  justify-content: center;
}
.pagenation li {
  font-family: "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  font-size: 1.5em;
  color: #147F39;
}
.pagenation li.active {
  cursor: not-allowed;
  padding: 10px 20px;
  color: #bfbfbf;
}
.pagenation li a {
  font-family: "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  display: block;
  padding: 10px 20px;
}
.pagenation li a:hover {
  transition-duration: 500ms;
  transition-property: all;
  transition-timing-function: ease;
  color: rgba(20, 127, 57, 0.7);
}

/*ページャー、ページネーション------------------------------------*/
.page-numbers {
  padding: 0.7% 1%;
}

span.page-numbers {
  color: #147F39;
  font-weight: bold;
}

a.page-numbers {
  color: #c5c5c5;
}

/*お知らせ詳細------------------------------------*/
.singleTitle {
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 5%;
}
.singleTitle.singleTitle__gallery {
  text-align: center;
}

/* ==========================================================================
   印刷用
   ========================================================================== */
/* -------------------------------------------------------------- 
 
 Hartija CSS Print Framework -MIT License
   * Version:   1.0
 
-------------------------------------------------------------- */
@media print {
  body {
    -webkit-print-color-adjust: exact;
    /*chrome用*/
    zoom: 0.8;
    border-top: none;
  }
  .bgImg {
    display: list-item; /* 該当箇所の表示方法をlist-itemに */
    list-style-image: url(print_bg.png); /* 表示させたい画像 */
    list-style-position: inside; /* マーカーの位置を内側に */
  }
  header {
    display: none;
  }
  footer {
    display: none;
  }
  .footerTelSp {
    display: none;
  }
  .menu-btn {
    display: none;
  }
  .fixBar {
    display: none !important;
  }
  .parallax-mirror {
    display: none;
    height: 0 !important;
  }
  .rellax {
    transform: none !important;
  }
  .PrintHidden {
    display: none;
  }
  .printArea {
    margin: 0;
    padding: 0;
  }
}/*# sourceMappingURL=import.css.map */