@charset "UTF-8";
/*
 *
 * CSSの目次
 *
 * reset...............リセットCSS
 *
 *
 * 設定
 * flame...............フレームワーク
 *
 * common...............ページで共通するパーツやヘッダー・フッターなど
 *
 * thema...............色違いなど別テーマが必要な場合
 *
*/
/*!
 * ress.css • v1.1.2
 * MIT License
 * github.com/filipelinhares/ress
 */
/* # =================================================================
   # Global selectors
   # ================================================================= */
html {
  box-sizing: border-box;
  overflow-y: scroll;
  /* All browsers without overlaying scrollbars */
  -webkit-text-size-adjust: 100%;
  /* iOS 8+ */
}

*,
::before,
::after {
  box-sizing: inherit;
}

::before,
::after {
  text-decoration: inherit;
  /* Inherit text-decoration and vertical align to ::before and ::after pseudo elements */
  vertical-align: inherit;
}

/* Remove margin, padding of all elements and set background-no-repeat as default */
* {
  background-repeat: no-repeat;
  /* Set `background-repeat: no-repeat` to all elements */
  padding: 0;
  /* Reset `padding` and `margin` of all elements */
  margin: 0;
}

/* # =================================================================
   # General elements
   # ================================================================= */
/* Add the correct display in iOS 4-7.*/
audio:not([controls]) {
  display: none;
  height: 0;
}

hr {
  overflow: visible;
  /* Show the overflow in Edge and IE */
}

/*
* Correct `block` display not defined for any HTML5 element in IE 8/9
* Correct `block` display not defined for `details` or `summary` in IE 10/11
* and Firefox
* Correct `block` display not defined for `main` in IE 11
*/
article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
  display: block;
}

summary {
  display: list-item;
  /* Add the correct display in all browsers */
}

small {
  font-size: 80%;
  /* Set font-size to 80% in `small` elements */
}

[hidden],
template {
  display: none;
  /* Add the correct display in IE */
}

abbr[title] {
  border-bottom: 1px dotted;
  /* Add a bordered underline effect in all browsers */
  text-decoration: none;
  /* Remove text decoration in Firefox 40+ */
}

a {
  background-color: transparent;
  /* Remove the gray background on active links in IE 10 */
  -webkit-text-decoration-skip: objects;
  /* Remove gaps in links underline in iOS 8+ and Safari 8+ */
}

a:active,
a:hover {
  outline-width: 0;
  /* Remove the outline when hovering in all browsers */
}

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  /* Specify the font family of code elements */
}

b,
strong {
  font-weight: bolder;
  /* Correct style set to `bold` in Edge 12+, Safari 6.2+, and Chrome 18+ */
}

dfn {
  font-style: italic;
  /* Address styling not present in Safari and Chrome */
}

/* Address styling not present in IE 8/9 */
mark {
  background-color: #ff0;
  color: #000;
}

/* https://gist.github.com/unruthless/413930 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* # =================================================================
   # Forms
   # ================================================================= */
input {
  border-radius: 0;
}

/* Apply cursor pointer to button elements */
button,
[type="button"],
[type="reset"],
[type="submit"],
[role="button"] {
  cursor: pointer;
}

/* Replace pointer cursor in disabled elements */
[disabled] {
  cursor: default;
}

[type="number"] {
  width: auto;
  /* Firefox 36+ */
}

[type="search"] {
  -webkit-appearance: textfield;
  /* Safari 8+ */
}

[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
  /* Safari 8 */
}

textarea {
  overflow: auto;
  /* Internet Explorer 11+ */
  resize: vertical;
  /* Specify textarea resizability */
}

button,
input,
optgroup,
select,
textarea {
  font: inherit;
  /* Specify font inheritance of form elements */
}

optgroup {
  font-weight: bold;
  /* Restore the font weight unset by the previous rule. */
}

button {
  overflow: visible;
  /* Address `overflow` set to `hidden` in IE 8/9/10/11 */
}

/* Remove inner padding and border in Firefox 4+ */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: 0;
  padding: 0;
}

/* Replace focus style removed in the border reset above */
button:-moz-focusring,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  outline: 1px dotted ButtonText;
}

button,
html [type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
  /* Correct the inability to style clickable types in iOS */
}

button,
select {
  text-transform: none;
  /* Firefox 40+, Internet Explorer 11- */
}

/* Remove the default button styling in all browsers */
button,
input,
select,
textarea {
  background-color: transparent;
  border-style: none;
  color: inherit;
}

/* Style select like a standard input */
select {
  -moz-appearance: none;
  /* Firefox 36+ */
  -webkit-appearance: none;
  /* Chrome 41+ */
}

select::-ms-expand {
  display: none;
  /* Internet Explorer 11+ */
}

select::-ms-value {
  color: currentColor;
  /* Internet Explorer 11+ */
}

legend {
  border: 0;
  /* Correct `color` not being inherited in IE 8/9/10/11 */
  color: inherit;
  /* Correct the color inheritance from `fieldset` elements in IE */
  display: table;
  /* Correct the text wrapping in Edge and IE */
  max-width: 100%;
  /* Correct the text wrapping in Edge and IE */
  white-space: normal;
  /* Correct the text wrapping in Edge and IE */
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* Correct the inability to style clickable types in iOS and Safari */
  font: inherit;
  /* Change font properties to `inherit` in Chrome and Safari */
}

[type="search"] {
  -webkit-appearance: textfield;
  /* Correct the odd appearance in Chrome and Safari */
  outline-offset: -2px;
  /* Correct the outline style in Safari */
}

/* # =================================================================
   # Specify media element style
   # ================================================================= */
img {
  border-style: none;
  /* Remove border when inside `a` element in IE 8/9/10 */
}

/* Add the correct vertical alignment in Chrome, Firefox, and Opera */
progress {
  vertical-align: baseline;
}

svg:not(:root) {
  overflow: hidden;
  /* Internet Explorer 11- */
}

audio,
canvas,
progress,
video {
  display: inline-block;
  /* Internet Explorer 11+, Windows Phone 8.1+ */
}

/* # =================================================================
   # Accessibility
   # ================================================================= */
/* Hide content from screens but not screenreaders */
@media screen {
  [hidden~="screen"] {
    display: inherit;
  }
  [hidden~="screen"]:not(:active):not(:focus):not(:target) {
    position: absolute !important;
    clip: rect(0 0 0 0) !important;
  }
}

/* Specify the progress cursor of updating elements */
[aria-busy="true"] {
  cursor: progress;
}

/* Specify the pointer cursor of trigger elements */
[aria-controls] {
  cursor: pointer;
}

/* Specify the unstyled cursor of disabled, not-editable, or otherwise inoperable elements */
[aria-disabled] {
  cursor: default;
}

/* # =================================================================
   # Selection
   # ================================================================= */
/* Specify text selection background color and omit drop shadow */
::-moz-selection {
  background-color: #b3d4fc;
  /* Required when declaring ::selection */
  color: #000;
  text-shadow: none;
}

::selection {
  background-color: #b3d4fc;
  /* Required when declaring ::selection */
  color: #000;
  text-shadow: none;
}

/*
	*
	* 目次
	*
	*
	* Base...............設定やベース
	*
	* mixin...............ミックスイン。
	*
	* layout...............レイアウト
	*
	* module...............パーツ。
	*
	* thema...............フォントの設定やカラー系の見た目を設定。
	*
*/
html {
  font-size: 14px;
  word-wrap: break-word;
  font-family: arial, sans-serif;
}

div,
section,
article,
nav,
aside {
  box-sizing: border-box;
}

h1,
h2,
h3,
h4,
h5 {
  font-size: 1rem;
  font-weight: normal;
  margin: 0;
  display: block;
}

ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

ol {
  list-style: none;
  padding: 0;
  margin: 0;
}

li {
  margin: 0;
  padding: 0;
}

img {
  display: block;
  max-width: 100%;
  height: auto;
}

span {
  display: inline-block;
}

a {
  text-decoration: none;
}

.video {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}

.video iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
}

.GoogleMap {
  position: relative;
  width: 100%;
  padding-top: 75%;
}

.GoogleMap iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
}

@keyframes horizontal {
  0% {
    transform: translateX(-3px);
  }
  100% {
    transform: translateX(0px);
  }
}

@keyframes vertical {
  0% {
    transform: translateY(-5px);
  }
  100% {
    transform: translateY(0px);
  }
}

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

.grid > * {
  width: 61.66667px;
}

.column1 {
  width: 61.66667px;
}

.column2 {
  width: 123.33333px;
}

.column3 {
  width: 185px;
}

.column4 {
  width: 246.66667px;
}

.column5 {
  width: 308.33333px;
}

.column6 {
  width: 370px;
}

.column7 {
  width: 431.66667px;
}

.column8 {
  width: 493.33333px;
}

.column9 {
  width: 555px;
}

.column10 {
  width: 616.66667px;
}

.column11 {
  width: 678.33333px;
}

@media screen and (max-width: 767px) {
  .spNone {
    display: none;
  }
  .pcNone {
    display: block;
  }
  .container {
    width: 95%;
    margin: auto;
  }
  .brSp {
    display: block;
  }
}

@media screen and (min-width: 768px) {
  .spNone {
    display: block;
  }
  .pcNone {
    display: none;
  }
  .brSp {
    display: none;
  }
}

.container {
  max-width: 1100px;
  margin: auto;
}

.containerMini {
  max-width: 1000px;
  margin: auto;
}

.containerFll {
  padding: 20px 0;
}

.boxLayoutAlternate .boxItem img {
  margin: 0 auto;
}

@media screen and (min-width: 768px) {
  .boxLayoutAlternate .boxItem {
    display: flex;
  }
  .boxLayoutAlternate .boxItem img {
    margin: 0;
  }
  .boxLayoutAlternate .boxItem:nth-child(2n) img {
    margin-left: auto;
  }
  .boxLayoutAlternate .boxItem .alternateItem {
    width: 48%;
  }
  .boxLayoutAlternate .boxItem:nth-child(2n) .alternateItem:nth-child(2) {
    order: -1;
  }
}

.cover img {
  width: 100%;
}

.breadcrumbList {
  text-align: left;
  max-width: 1100px;
  margin: 1em auto;
  padding: 0 1em;
  color: #666;
}

.breadcrumbList .ListItem {
  display: inline-block;
  margin-right: 1em;
}

.breadcrumbList .ListItem:before {
  content: "\f105";
  font-family: FontAwesome;
  margin-right: 1em;
}

.breadcrumbList .ListItem:first-child:before {
  content: "";
  display: none;
}

.breadcrumbList a {
  display: inline-block;
  color: #666;
}

.pager {
  padding: 3px 1em;
  max-width: 1100px;
  margin: 1em auto;
}

.pager li {
  display: inline-block;
  text-align: center;
  margin: 0 0.5em;
}

.pager a,
.pager span {
  border: solid 1px #333;
  display: block;
  padding: 5px 5px;
  width: 27px;
  color: #333;
  border-radius: 50%;
}

.pager a {
  background-color: #ddd;
}

.pager .prev a,
.pager .next a {
  border-radius: 0;
  width: auto;
}

.listStyleDisk {
  margin: 20px 0;
  padding: 0 0 0 2em;
}

.listStyleDisk li {
  list-style-type: disc;
}

.listStyleCircle {
  margin: 20px 0;
  padding: 0 0 0 2em;
}

.listStyleCircle li {
  list-style-type: circle;
}

.listStyleNumber0 {
  margin: 20px 0;
  padding: 0 0 0 2em;
}

.listStyleNumber0 li {
  list-style-type: decimal;
}

.listStyleNumber1 {
  margin: 20px 0;
  padding: 0 0 0 2em;
}

.listStyleNumber1 li {
  list-style-type: decimal-leading-zero;
}

.listStyleNumber2 {
  margin: 20px 0;
  padding: 0 0 0 2em;
}

.listStyleNumber2 li {
  list-style-type: upper-roman;
}

.listStyleNumber3 {
  margin: 20px 0;
  padding: 0 0 0 2em;
}

.listStyleNumber3 li {
  list-style-type: cjk-ideographic;
}

.comingSoon {
  min-height: 250px;
  width: 100%;
}

.comingSoon .comingSoonInner {
  text-align: center;
  font-size: 2rem;
  max-width: 600px;
  margin: 60px auto;
}

.btnGhost {
  padding: 5px 0;
  display: inline-block;
  text-align: center;
  text-decoration: none;
  border: solid 1px #bbb;
  color: #999;
  width: 200px;
  transition-duration: 0.1s;
}

.btnGhost:hover {
  background-color: #7fb519;
  color: #fff;
}

.btnFlat {
  padding: 5px 0;
  display: inline-block;
  text-align: center;
  text-decoration: none;
  width: 200px;
  background-color: #333;
  color: #fff;
}

.btnFlat:hover {
  background-color: #fff;
  color: #333;
}

.controlLabel {
  display: block;
}

.labelDanger {
  color: red;
  font-size: 0.8em;
}

.formControl {
  padding: 5px;
  border: solid 1px #7fb519;
  background-color: #fff;
  width: 80%;
}

.formTextarea {
  padding: 5px;
  border: solid 1px #7fb519;
  background-color: #fff;
  width: 100%;
  min-height: 220px;
}

.helpBlock {
  font-size: 0.8em;
  color: #999;
}

.checkbox {
  display: none;
}

.checkbox + .checkboxIcon {
  position: relative;
  vertical-align: middle;
}

.checkbox + .checkboxIcon:before {
  content: "\f372";
  font-family: FontAwesome;
  color: #ccc;
  font-size: 22px;
}

.checkbox:checked + .checkboxIcon:before {
  content: "\f374";
  color: #17bcdf;
}

.fileWap {
  color: red;
  padding: 3px 6px;
  border: solid 1px red;
}

.fileWap input[type="file"] {
  display: none;
}

.radio {
  margin-right: 1em;
}

.radio input[type="radio"] {
  display: none;
}

.radio .radioIcon {
  vertical-align: bottom;
}

.radio input[type="radio"] + .radioIcon:before {
  content: "\f10c";
  font-family: FontAwesome;
  color: #ccc;
  font-size: 22px;
  margin-right: 0.3em;
}

.radio input[type="radio"]:checked + .radioIcon:before {
  content: "\f192";
  color: #7fb519;
}

table {
  border-collapse: collapse;
  width: 100%;
  max-width: 800px;
  margin: 0 auto;
}

table td,
table th {
  padding: 0.8em 1em;
}

table th {
  width: 30%;
  text-align: right;
  font-weight: normal;
}

@media screen and (max-width: 767px) {
  table {
    padding: 0 10px;
  }
  table td,
  table th {
    width: 100%;
    display: block;
  }
  table th {
    text-align: center;
  }
}

@media screen and (max-width: 767px) {
  .wrapper {
    padding-bottom: 60px;
  }
}

.header .storeBtnWap {
  max-width: 1100px;
  text-align: right;
  margin: 20px auto;
}

.header .storeBtn {
  padding: 5px 0;
  display: inline-block;
  text-align: center;
  text-decoration: none;
  padding: 5px 1em;
  background-color: #7fb519;
  border: solid 1px #7fb519;
  color: #fff;
  margin-left: auto;
  transition-duration: 0.1s;
}

.header .storeBtn .big {
  font-size: 1.2rem;
}

.header .storeBtn .small {
  font-size: 0.8em;
}

@media screen and (max-width: 767px) {
  .header .storeBtn {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 100;
  }
}

.header .storeBtn:hover {
  background-color: #fff;
  color: #7fb519;
}

.header .storeBtn:hover .icon-cart {
  fill: #7fb519;
}

.header .icon-cart {
  height: 1em !important;
  width: 1em !important;
  margin-right: 0.5em !important;
  fill: #fff;
}

.header .logo {
  max-width: 250px;
  margin-left: 1em;
}

@media screen and (max-width: 499px) {
  .header .logo {
    margin: auto;
  }
}

.header .globalNav {
  width: 100%;
  max-width: 280px;
}

@media screen and (max-width: 499px) {
  .header .globalNav {
    margin: 1em 0;
  }
}

.header .globalNav ul {
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
}

@media screen and (max-width: 499px) {
  .header .globalNav ul {
    flex-wrap: wrap;
  }
}

.header .globalNav .navItem a {
  display: block;
  padding: 5px 0.5em;
  color: #333;
  transition-duration: color 0.1s;
  line-height: 1em;
}

.header .globalNav .navItem a:hover {
  color: #7fb519;
}

@media screen and (min-width: 768px) {
  .header .navigationArea {
    display: flex;
    justify-content: space-between;
    margin-bottom: 20px;
    margin-top: 25px;
  }
}

.header .cover {
  margin-top: 20px;
}

.header .gNav {
  margin-bottom: 20px;
}

.header .gNav .gNavInner {
  max-width: 1100px;
  margin: 0 auto 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.header .gNav li {
  width: 33%;
  transition-duration: 0.6s;
  border-top: solid 5px #fff;
  padding-top: 3px;
}

@media screen and (min-width: 768px) {
  .header .gNav li {
    width: 33%;
  }
}

.header .gNav li:last-child a {
  border-right: solid 2px #eee;
}

.header .gNav li:hover, .header .gNav li.active {
  border-top: solid 5px #7fb519;
}

.header .gNav .gNavItem {
  display: block;
  padding: 1em 1em;
  width: 100%;
  text-align: center;
  position: relative;
  border-left: solid 2px #eee;
  font-size: 1.3rem;
  color: #333;
  transition-duration: 0.6s;
}


@media screen and (max-width: 768px) {
.header .gNav .gNavItem {
  display: block;
  font-size: 1.0rem;
    line-height: 1.6em;
        padding-top: 5px;
} 

.header .gNav .gNavItem .small {
    display: none!important;
}
}
 



.header .gNav .gNavItem:hover, .header .gNav .gNavItem.active {
  color: #7fb519;
}

.header .gNav .gNavItem:hover:after, .header .gNav .gNavItem.active:after {
  color: #333;
}

.header .gNav .gNavItem .small {
  position: absolute;
  top: 0.3em;
  left: 0;
  right: 0;
  margin: auto;
  display: block;
  font-size: 0.8rem;
}

.header .gNav .gNavItem:after {
  font-family: FontAwesome;
  content: "\f107";
  display: block;
  position: absolute;
  font-size: 1rem;
  bottom: 0.1em;
  left: 0;
  right: 0;
  margin: auto;
}

.header .gNav.pageNavigation {
  border-top: solid 5px #eee;
}

.header .gNav.pageNavigation .gNavInner {
  margin-top: -5px;
}

.header .gNav.pageNavigation li {
  border-top: solid 5px #eee;
  padding-top: 0;
}

.header .gNav.pageNavigation li:hover, .header .gNav.pageNavigation li.active {
  border-top: solid 5px #7fb519;
}

.pageTitle {
  max-width: 1100px;
  margin: auto;
  padding: 70px 20px 20px 65px;
  color: #fff;
  font-size: 1.8rem;
  text-shadow: 0 0 2px #666, 0 0 1px #666, 0 0 1px #666, 0 1px 1px #666;
  height: 170px;
  background-size: cover;
  position: relative;
}

.pageTitle span {
  z-index: 2;
  position: relative;
}

.pageTitle:before {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  max-width: 540px;
  width: 80%;
  display: block;
  content: "";
  background-image: url("../images/common/kasane.png");
  background-position: center right;
  z-index: 0;
}

.headline {
  text-align: center;
  color: #333;
  margin: 50px 0 30px;
}

.headline .en {
  font-size: 1.7em;
}

.headline .ja {
  font-size: 1.2;
}

.pageHeadline {
  position: relative;
  font-size: 1.4rem;
  text-align: center;
  margin: 50px auto 30px;
  max-width: 1100px;
}

.pageHeadline span {
  padding: 5px 1em;
  background-color: #fff;
  display: inline-block;
  z-index: 1;
  margin: auto;
}

.pageHeadline:after {
  content: "";
  height: 1px;
  width: 100%;
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: #333;
  margin: auto;
  z-index: -1;
}

.pageHeadline2 {
  margin: 30px 0 20px;
  text-align: center;
  font-size: 1.3rem;
  color: #666;
}

.greenTitle {
  margin-bottom: 1em;
  color: #7fb519;
  font-size: 1.5rem;
}

.newsList {
  font-size: 1.1rem;
  color: #666;
}

.newsList a {
  color: #666;
  transition-duration: 0.1s;
}

.newsList a:hover {
  color: #7fb519;
}

.newsList dt:before {
  content: "\f0da";
  font-family: FontAwesome;
  color: #7fbbfb;
  margin-right: 1em;
  display: inline;
  font-size: 0.8rem;
}

.newsList dd {
  border-bottom: dotted 2px #eee;
  margin-bottom: 1em;
  font-size: 0.9em;
}

@media screen and (min-width: 768px) {
  .newsList dt {
    padding: 10px;
    position: absolute;
    padding-left: 2em;
    line-height: 1em;
  }
  .newsList dd {
    padding: 10px;
    padding-left: 12em;
    line-height: 1em;
    margin-bottom: 0.5em;
  }
}

.historyList {
  max-width: 900px;
  margin: 20px auto;
  font-size: 1.1rem;
  color: #666;
}

.historyList a {
  color: #666;
  transition-duration: 0.1s;
}

.historyList a:hover {
  color: #7fb519;
}

.historyList dt {
  padding: 10px 0 5px;
  line-height: 1em;
}

.historyList dd {
  padding: 0 0 10px;
  line-height: 1em;
  border-bottom: dotted 2px #eee;
}

@media screen and (min-width: 768px) {
  .historyList dt {
    padding: 10px;
    position: absolute;
    padding-left: 4em;
  }
  .historyList dd {
    padding: 10px;
    padding-left: 11em;
    margin-bottom: 0.5em;
  }
    
    
}

.btnBox {
  margin: 50px auto;
  text-align: center;
}

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

.btnBox .btnEgoma {
  display: inline-block;
  margin: auto;
  transition-duration: 0.1s;
}

.btnBox .btnEgoma:hover {
  opacity: 0.6;
}

.btnBox .btn {
  padding: 5px 0;
  display: inline-block;
  text-align: center;
  text-decoration: none;
  width: 250px;
  border: solid 1px #fff;
  background-color: #fff;
  border: solid 1px #999;
  transition-duration: 0.1s;
}

.btnBox .btn:hover {
  background-color: #7fb519;
  color: #fff;
}

.btnBox .btnColor {
  padding: 5px 0;
  display: inline-block;
  text-align: center;
  text-decoration: none;
  width: 250px;
  border: solid 1px #7fb519;
  background-color: #7fb519;
  transition-duration: 0.1s;
  color: #fff;
}

.btnBox .btnColor:hover {
  background-color: #fff;
  color: #7fb519;
}

.tableStyle01 {
  color: #777;
  margin-bottom: 30px;
}

.tableStyle01 th {
  text-align: left;
}

@media screen and (max-width: 767px) {
  .tableStyle01 th {
    border-bottom: solid 3px #7fb519;
  }
}

@media screen and (min-width: 768px) {
  .tableStyle01 th {
    border-right: solid 3px #7fb519;
  }
}

@media screen and (min-width: 768px) {
  .tableStyle01 td {
    padding-left: 3em;
  }
}

.section {
  margin: 60px auto;
}

.contactArea {
  max-width: 1000px;
  margin: 30px auto;
  padding: 30px 0;
  border-top: solid 1px #ddd;
}

.contactArea .message {
  text-align: center;
  margin-bottom: 1em;
  padding: 0 20px;
}

.contactArea .contactBtnBox {
  display: flex;
  justify-content: center;
}

.contactBtnBox2 {
  display: flex;
  justify-content: center;
}

.ene{
    margin-right: 30px;
}

@media screen and (max-width: 767px) {
  .contactArea .contactBtnBox {
    flex-wrap: wrap;
  }
    
.contactBtnBox2 {
flex-wrap: wrap;
}
    
.ene{
    margin-right: 0px;
    margin-bottom: 20px;
    max-width: 90%!important;
    margin-right: auto;
    margin-left: auto;
}  
    
.kyousin{
    max-width: 90%!important;
    margin-right: auto;
    margin-left: auto;
}  


    
}


.contactArea .contactBtnBox .btnTel {
  padding: 15px 0;
  display: inline-block;
  text-align: center;
  text-decoration: none;
  color: #999;
  font-family: serif, arial, sans-serif, -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "游ゴシック  Medium", meiryo, sans-serif;
  display: block;
  width: 47%;
  max-width: 370px;
  min-width: 300px;
  border: solid 1px #ddd;
  margin: 15px 3%;
  transition-duration: 0.6s;
}

.contactArea .contactBtnBox .btnTel:hover {
  opacity: 0.7;
}

.contactArea .contactBtnBox .btnTel .fa {
  color: #999;
}

.contactArea .contactBtnBox .btnTel .tel {
  display: block;
  font-size: 1.4rem;
  color: #666;
  letter-spacing: 1px;
  line-height: 1em;
  margin-bottom: 0.3em;
}

.contactArea .contactBtnBox .btnTel .small {
  font-size: 1rem;
}

.contactArea .contactBtnBox .btnTel .date {
  font-size: 1rem;
  line-height: 1em;
}

.contactArea .contactBtnBox .btnContact {
  padding: 25px 0;
  display: inline-block;
  text-align: center;
  text-decoration: none;
  display: block;
  width: 47%;
  min-width: 300px;
  max-width: 370px;
  border: solid 1px #ddd;
  background-color: #7fb519;
  color: #fff;
  margin: 15px 3%;
  font-size: 1.4rem;
  transition-duration: 0.6s;
}

.contactArea .contactBtnBox .btnContact:hover {
  opacity: 0.7;
}

.footer {
  margin-top: 30px;
  background-color: #dce8d1;
}

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

.banner img {
  display: inline-block;
  margin: 30px 2%;
  transition-duration: 0.4s;
}




.footerInner .banner {
  display: inline-block;
  width: 100%;
  max-width: 300px;
  margin: 5px 0%;
  transition-duration: 0.4s;
}




.footer .bannerArea .banner:hover {
  opacity: 0.7;
}

.footer .footerInner {
  max-width: 1100px;
  margin: auto;
  border-top: solid 1px #fff;
  padding: 20px 20px 20px;
  justify-content: space-between;
}

.footer .footerInner .flogoArea .flogo {
  max-width: 248px;
  margin-bottom: 1em;
  display: block;
}

.footer .footerInner .flogoArea p {
  margin-bottom: 0.5em;
  color: #666;
}

.footer .footerInner .flogoArea .recruit {
  padding: 5px 0;
  display: inline-block;
  text-align: center;
  text-decoration: none;
  width: 220px;
  border: solid 1px #666;
  color: #666;
  margin: 5px auto 15px;
  transition: 0.5s;
}

.footer .footerInner .flogoArea .recruit:hover {
  background-color: #666;
  color: #fff;
}

.footer .footerInner .navi {
  display: flex;
  justify-content: space-around;
}

.footer .footerInner .footerNav {
  width: 33%;
  max-width: 200px;
}

.footer .footerInner .footerNav dt {
  padding: 8px 0 0 10%;
  border-left: 4px solid #7fb519;
  height: 35px;
  margin-bottom: 1em;
}

.footer .footerInner .footerNav dd {
  margin-bottom: 0.5em;
}

.footer .footerInner .footerNav dd a {
  color: #333;
  padding-left: 10%;
  transition-duration: 0.1s;
  display: inline-block;
}

.footer .footerInner .footerNav dd a:hover {
  color: #7fb519;
}

.footer .footerInner .footerNav .smalltext {
  font-size: 0.8rem;
}

@media screen and (min-width: 768px) {
  .footer .footerInner {
    display: flex;
  }
  .footer .footerInner .navi {
    width: 60%;
    max-width: 460px;
  }


}

.footer .bgWhite {
  background-color: #fff;
}

.footer .bgWhite .container {
  padding: 15px 0;
}

.footer .bgWhite .copyright a {
  color: #666;
}

.footer .bgWhite .privacyPolicy {
  display: block;
  margin-top: 10px;
  color: #777;
  transition-duration: 0.1s;
}

.footer .bgWhite .privacyPolicy:hover {
  color: #7fb519;
}

@media screen and (min-width: 768px) {
  .footer .bgWhite .privacyPolicy {
    margin-top: 0;
    float: right;
  }
}

.footer .bgWhite .privacyPolicy:before {
  content: ">";
  margin-right: 0.5em;
}

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

.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}

.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {
  float: left;
}

.col-xs-12 {
  width: 100%;
}

.col-xs-11 {
  width: 91.66666667%;
}

.col-xs-10 {
  width: 83.33333333%;
}

.col-xs-9 {
  width: 75%;
}

.col-xs-8 {
  width: 66.66666667%;
}

.col-xs-7 {
  width: 58.33333333%;
}

.col-xs-6 {
  width: 50%;
}

.col-xs-5 {
  width: 41.66666667%;
}

.col-xs-4 {
  width: 33.33333333%;
}

.col-xs-3 {
  width: 25%;
}

.col-xs-2 {
  width: 16.66666667%;
}

.col-xs-1 {
  width: 8.33333333%;
}

.col-xs-pull-12 {
  right: 100%;
}

.col-xs-pull-11 {
  right: 91.66666667%;
}

.col-xs-pull-10 {
  right: 83.33333333%;
}

.col-xs-pull-9 {
  right: 75%;
}

.col-xs-pull-8 {
  right: 66.66666667%;
}

.col-xs-pull-7 {
  right: 58.33333333%;
}

.col-xs-pull-6 {
  right: 50%;
}

.col-xs-pull-5 {
  right: 41.66666667%;
}

.col-xs-pull-4 {
  right: 33.33333333%;
}

.col-xs-pull-3 {
  right: 25%;
}

.col-xs-pull-2 {
  right: 16.66666667%;
}

.col-xs-pull-1 {
  right: 8.33333333%;
}

.col-xs-pull-0 {
  right: auto;
}

.col-xs-push-12 {
  left: 100%;
}

.col-xs-push-11 {
  left: 91.66666667%;
}

.col-xs-push-10 {
  left: 83.33333333%;
}

.col-xs-push-9 {
  left: 75%;
}

.col-xs-push-8 {
  left: 66.66666667%;
}

.col-xs-push-7 {
  left: 58.33333333%;
}

.col-xs-push-6 {
  left: 50%;
}

.col-xs-push-5 {
  left: 41.66666667%;
}

.col-xs-push-4 {
  left: 33.33333333%;
}

.col-xs-push-3 {
  left: 25%;
}

.col-xs-push-2 {
  left: 16.66666667%;
}

.col-xs-push-1 {
  left: 8.33333333%;
}

.col-xs-push-0 {
  left: auto;
}

.col-xs-offset-12 {
  margin-left: 100%;
}

.col-xs-offset-11 {
  margin-left: 91.66666667%;
}

.col-xs-offset-10 {
  margin-left: 83.33333333%;
}

.col-xs-offset-9 {
  margin-left: 75%;
}

.col-xs-offset-8 {
  margin-left: 66.66666667%;
}

.col-xs-offset-7 {
  margin-left: 58.33333333%;
}

.col-xs-offset-6 {
  margin-left: 50%;
}

.col-xs-offset-5 {
  margin-left: 41.66666667%;
}

.col-xs-offset-4 {
  margin-left: 33.33333333%;
}

.col-xs-offset-3 {
  margin-left: 25%;
}

.col-xs-offset-2 {
  margin-left: 16.66666667%;
}

.col-xs-offset-1 {
  margin-left: 8.33333333%;
}

.col-xs-offset-0 {
  margin-left: 0%;
}

@media (min-width: 768px) {
  .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
    float: left;
  }
  .col-sm-12 {
    width: 100%;
  }
  .col-sm-11 {
    width: 91.66666667%;
  }
  .col-sm-10 {
    width: 83.33333333%;
  }
  .col-sm-9 {
    width: 75%;
  }
  .col-sm-8 {
    width: 66.66666667%;
  }
  .col-sm-7 {
    width: 58.33333333%;
  }
  .col-sm-6 {
    width: 50%;
  }
  .col-sm-5 {
    width: 41.66666667%;
  }
  .col-sm-4 {
    width: 33.33333333%;
  }
  .col-sm-3 {
    width: 25%;
  }
  .col-sm-2 {
    width: 16.66666667%;
  }
  .col-sm-1 {
    width: 8.33333333%;
  }
  .col-sm-pull-12 {
    right: 100%;
  }
  .col-sm-pull-11 {
    right: 91.66666667%;
  }
  .col-sm-pull-10 {
    right: 83.33333333%;
  }
  .col-sm-pull-9 {
    right: 75%;
  }
  .col-sm-pull-8 {
    right: 66.66666667%;
  }
  .col-sm-pull-7 {
    right: 58.33333333%;
  }
  .col-sm-pull-6 {
    right: 50%;
  }
  .col-sm-pull-5 {
    right: 41.66666667%;
  }
  .col-sm-pull-4 {
    right: 33.33333333%;
  }
  .col-sm-pull-3 {
    right: 25%;
  }
  .col-sm-pull-2 {
    right: 16.66666667%;
  }
  .col-sm-pull-1 {
    right: 8.33333333%;
  }
  .col-sm-pull-0 {
    right: auto;
  }
  .col-sm-push-12 {
    left: 100%;
  }
  .col-sm-push-11 {
    left: 91.66666667%;
  }
  .col-sm-push-10 {
    left: 83.33333333%;
  }
  .col-sm-push-9 {
    left: 75%;
  }
  .col-sm-push-8 {
    left: 66.66666667%;
  }
  .col-sm-push-7 {
    left: 58.33333333%;
  }
  .col-sm-push-6 {
    left: 50%;
  }
  .col-sm-push-5 {
    left: 41.66666667%;
  }
  .col-sm-push-4 {
    left: 33.33333333%;
  }
  .col-sm-push-3 {
    left: 25%;
  }
  .col-sm-push-2 {
    left: 16.66666667%;
  }
  .col-sm-push-1 {
    left: 8.33333333%;
  }
  .col-sm-push-0 {
    left: auto;
  }
  .col-sm-offset-12 {
    margin-left: 100%;
  }
  .col-sm-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-sm-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-sm-offset-9 {
    margin-left: 75%;
  }
  .col-sm-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-sm-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-sm-offset-6 {
    margin-left: 50%;
  }
  .col-sm-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-sm-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-sm-offset-3 {
    margin-left: 25%;
  }
  .col-sm-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-sm-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-sm-offset-0 {
    margin-left: 0%;
  }
}

@media (min-width: 992px) {
  .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
    float: left;
  }
  .col-md-12 {
    width: 100%;
  }
  .col-md-11 {
    width: 91.66666667%;
  }
  .col-md-10 {
    width: 83.33333333%;
  }
  .col-md-9 {
    width: 75%;
  }
  .col-md-8 {
    width: 66.66666667%;
  }
  .col-md-7 {
    width: 58.33333333%;
  }
  .col-md-6 {
    width: 50%;
  }
  .col-md-5 {
    width: 41.66666667%;
  }
  .col-md-4 {
    width: 33.33333333%;
  }
  .col-md-3 {
    width: 25%;
  }
  .col-md-2 {
    width: 16.66666667%;
  }
  .col-md-1 {
    width: 8.33333333%;
  }
  .col-md-pull-12 {
    right: 100%;
  }
  .col-md-pull-11 {
    right: 91.66666667%;
  }
  .col-md-pull-10 {
    right: 83.33333333%;
  }
  .col-md-pull-9 {
    right: 75%;
  }
  .col-md-pull-8 {
    right: 66.66666667%;
  }
  .col-md-pull-7 {
    right: 58.33333333%;
  }
  .col-md-pull-6 {
    right: 50%;
  }
  .col-md-pull-5 {
    right: 41.66666667%;
  }
  .col-md-pull-4 {
    right: 33.33333333%;
  }
  .col-md-pull-3 {
    right: 25%;
  }
  .col-md-pull-2 {
    right: 16.66666667%;
  }
  .col-md-pull-1 {
    right: 8.33333333%;
  }
  .col-md-pull-0 {
    right: auto;
  }
  .col-md-push-12 {
    left: 100%;
  }
  .col-md-push-11 {
    left: 91.66666667%;
  }
  .col-md-push-10 {
    left: 83.33333333%;
  }
  .col-md-push-9 {
    left: 75%;
  }
  .col-md-push-8 {
    left: 66.66666667%;
  }
  .col-md-push-7 {
    left: 58.33333333%;
  }
  .col-md-push-6 {
    left: 50%;
  }
  .col-md-push-5 {
    left: 41.66666667%;
  }
  .col-md-push-4 {
    left: 33.33333333%;
  }
  .col-md-push-3 {
    left: 25%;
  }
  .col-md-push-2 {
    left: 16.66666667%;
  }
  .col-md-push-1 {
    left: 8.33333333%;
  }
  .col-md-push-0 {
    left: auto;
  }
  .col-md-offset-12 {
    margin-left: 100%;
  }
  .col-md-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-md-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-md-offset-9 {
    margin-left: 75%;
  }
  .col-md-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-md-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-md-offset-6 {
    margin-left: 50%;
  }
  .col-md-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-md-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-md-offset-3 {
    margin-left: 25%;
  }
  .col-md-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-md-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-md-offset-0 {
    margin-left: 0%;
  }
}

@media (min-width: 1200px) {
  .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
    float: left;
  }
  .col-lg-12 {
    width: 100%;
  }
  .col-lg-11 {
    width: 91.66666667%;
  }
  .col-lg-10 {
    width: 83.33333333%;
  }
  .col-lg-9 {
    width: 75%;
  }
  .col-lg-8 {
    width: 66.66666667%;
  }
  .col-lg-7 {
    width: 58.33333333%;
  }
  .col-lg-6 {
    width: 50%;
  }
  .col-lg-5 {
    width: 41.66666667%;
  }
  .col-lg-4 {
    width: 33.33333333%;
  }
  .col-lg-3 {
    width: 25%;
  }
  .col-lg-2 {
    width: 16.66666667%;
  }
  .col-lg-1 {
    width: 8.33333333%;
  }
  .col-lg-pull-12 {
    right: 100%;
  }
  .col-lg-pull-11 {
    right: 91.66666667%;
  }
  .col-lg-pull-10 {
    right: 83.33333333%;
  }
  .col-lg-pull-9 {
    right: 75%;
  }
  .col-lg-pull-8 {
    right: 66.66666667%;
  }
  .col-lg-pull-7 {
    right: 58.33333333%;
  }
  .col-lg-pull-6 {
    right: 50%;
  }
  .col-lg-pull-5 {
    right: 41.66666667%;
  }
  .col-lg-pull-4 {
    right: 33.33333333%;
  }
  .col-lg-pull-3 {
    right: 25%;
  }
  .col-lg-pull-2 {
    right: 16.66666667%;
  }
  .col-lg-pull-1 {
    right: 8.33333333%;
  }
  .col-lg-pull-0 {
    right: auto;
  }
  .col-lg-push-12 {
    left: 100%;
  }
  .col-lg-push-11 {
    left: 91.66666667%;
  }
  .col-lg-push-10 {
    left: 83.33333333%;
  }
  .col-lg-push-9 {
    left: 75%;
  }
  .col-lg-push-8 {
    left: 66.66666667%;
  }
  .col-lg-push-7 {
    left: 58.33333333%;
  }
  .col-lg-push-6 {
    left: 50%;
  }
  .col-lg-push-5 {
    left: 41.66666667%;
  }
  .col-lg-push-4 {
    left: 33.33333333%;
  }
  .col-lg-push-3 {
    left: 25%;
  }
  .col-lg-push-2 {
    left: 16.66666667%;
  }
  .col-lg-push-1 {
    left: 8.33333333%;
  }
  .col-lg-push-0 {
    left: auto;
  }
  .col-lg-offset-12 {
    margin-left: 100%;
  }
  .col-lg-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-lg-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-lg-offset-9 {
    margin-left: 75%;
  }
  .col-lg-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-lg-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-lg-offset-6 {
    margin-left: 50%;
  }
  .col-lg-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-lg-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-lg-offset-3 {
    margin-left: 25%;
  }
  .col-lg-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-lg-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-lg-offset-0 {
    margin-left: 0%;
  }
}

.embed-responsive {
  position: relative;
  display: block;
  height: 0;
  padding: 0;
  overflow: hidden;
}

.embed-responsive .embed-responsive-item,
.embed-responsive iframe,
.embed-responsive embed,
.embed-responsive object,
.embed-responsive video {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
  border: 0;
}

.embed-responsive-16by9 {
  padding-bottom: 56.25%;
}

.embed-responsive-4by3 {
  padding-bottom: 75%;
}

.clearfix:before,
.clearfix:after,
.container:before,
.container:after,
.container-fluid:before,
.container-fluid:after,
.row:before,
.row:after {
  content: " ";
  display: table;
}

.clearfix:after,
.container:after,
.container-fluid:after,
.row:after {
  clear: both;
}

.center-block {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.pull-right {
  float: right !important;
}

.pull-left {
  float: left !important;
}

.hide {
  display: none !important;
}

.show {
  display: block !important;
}

.invisible {
  visibility: hidden;
}

.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}

.hidden {
  display: none !important;
}

.affix {
  position: fixed;
}

#loopslider {
  margin: 0 auto;
  width: 100%;
  height: 213px;
  text-align: left;
  position: relative;
  overflow: hidden;
}

#loopslider ul {
  height: 213px;
  float: left;
  display: inline;
  overflow: hidden;
}

#loopslider ul li {
  width: 290px;
  height: 213px;
  float: left;
  display: inline;
  overflow: hidden;
}

/* =======================================
    ClearFixElements
======================================= */
#loopslider ul {
  display: inline-block;
  overflow: hidden;
}

#loopslider ul:after {
  content: ".";
  height: 0;
  clear: both;
  display: block;
  visibility: hidden;
}

.modalWindow {
  display: none;
}

.photoflameContents {
  padding: 20px 30px;
  background-color: #fff;
}

.pageAboutUs .pageIdeaArea .catchCopy {
  font-size: 1.9rem;
  color: #7fb519;
  margin: 1.8em 0 0.5em;
  line-height: 1em;
  text-align: center;
}

.pageAboutUs .pageIdeaArea .message {
  text-align: center;
  margin-bottom: 1.5em;
  font-size: 1.2rem;
  color: #777;
}

.pageAboutUs .pageIdeaArea .companyImg {
  margin: 0 auto;
  max-width: 840px;
  width: 100%;
}

.pageAboutUs .pageIdeaArea .panel {
  max-width: 840px;
  padding: 1.5em;
  border: solid 2px #eee;
  margin: 10px auto 1.5em;
  font-size: 1.1rem;
}

.pageAboutUs .pageIdeaArea .panel .mottoList {
  max-width: 600px;
  margin: 0 auto;
}

.pageAboutUs .pageIdeaArea .panel .mottoList li:before {
  content: "一、";
  display: inline;
  margin-right: 0.5em;
}

.pageAboutUs .pageIdeaArea .textBox {
  max-width: 840px;
  margin: 1em auto;
}

.pageAboutUs .pageMessageArea .messageTitle {
  font-size: 1.3rem;
  margin-bottom: 1em;
}

.pageAboutUs .pageMessageArea .name {
  width: 200px;
  margin-left: auto;
  margin-top: 50px;
}

.pageAboutUs .pageMessageArea .boxlayout {
  margin: 30px auto;
  max-width: 1000px;
}

.pageAboutUs .pageMessageArea .boxlayout .img img {
  margin: 30px auto;
}

.pageAboutUs .pageMessageArea .boxlayout .text p {
  margin-bottom: 1em;
}

@media screen and (min-width: 768px) {
  .pageAboutUs .pageMessageArea .boxlayout {
    display: flex;
    flex-wrap: wrap;
  }
  .pageAboutUs .pageMessageArea .boxlayout .text {
    width: 60%;
  }
  .pageAboutUs .pageMessageArea .boxlayout .img {
    width: 40%;
  }
  .pageAboutUs .pageMessageArea .boxlayout .img img {
    margin: 0 0 0 auto;
  }
}

.pageAboutUs .pageAboutArea .boxlayout {
  margin: 50px 0 60px;
}

@media screen and (min-width: 768px) {
  .pageAboutUs .pageAboutArea .boxlayout {
    display: flex;
  }
  .pageAboutUs .pageAboutArea .boxlayout .boxItem {
    width: 50%;
  }
}

@media screen and (max-width: 767px) {
  .pageArchitecture .architectureArea .boxLayout .text {
    padding: 20px 0;
  }
}

@media screen and (min-width: 768px) {
  .pageArchitecture .architectureArea .boxLayout {
    display: flex;
    justify-content: space-around;
  }
  .pageArchitecture .architectureArea .boxLayout .boxItem {
    width: 50%;
  }
  .pageArchitecture .architectureArea .boxLayout .boxItem img {
    margin-left: auto;
  }
  .pageArchitecture .architectureArea .boxLayout .text {
    padding: 40px 50px 30px 20px;
  }
}

.pageArchitecture .technologyArea .technologyAreaCap {
  color: #7b9b4b;
  border-bottom: solid 2px #b6cac8;
  font-size: 1.3rem;
  padding: 0.5em 1em;
  max-width: 250px;
  margin: 1em auto 0.5em;
  text-align: center;
  line-height: 1em;
}

.pageArchitecture .technologyArea .technologyAreaText {
  max-width: 800px;
  margin: 30px auto;
}

.pageArchitecture .technologyArea .slider {
  max-width: 570px;
  margin: 80px auto 40px;
}

.pageArchitecture .technologyArea .sliderNav {
  max-width: 370px;
  margin: 10px auto;
}

.pageArchitecture .technologyArea .sliderTitle {
  font-size: 1.1rem;
  width: 180px;
  padding: 0.5em;
  line-height: 1em;
  margin: 0 auto 1em;
  color: #fff;
  text-align: center;
  background-color: #7b9b4b;
}

.pageArchitecture .technologyArea .slick-initialized .slick-slide {
  margin: 5px;
}

.pageArchitecture .performanceArea a {
  color: #666;
}

.pageArchitecture .performanceArea .boxLayout {
  display: flex;
  text-align: center;
  flex-wrap: wrap;
}

.pageArchitecture .performanceArea .boxLayout .boxItem {
  width: 33%;
}

.pageArchitecture .performanceArea .boxLayout .boxItem img {
  max-width: 315px;
}

.pageArchitecture .performanceArea img {
  margin: 0 auto;
}

.pageArchitecture .performanceArea .title {
  margin: 1em 0;
}

.pageBusiness .boxlayout {
  max-width: 1000px;
  margin: 30px auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.pageBusiness .boxlayout .boxItem {
  width: 100%;
}

.pageBusiness .boxlayout .boxItem img {
  margin: auto auto 8%;
}

@media screen and (min-width: 768px) {
  .pageBusiness .boxlayout .boxItem {
    width: 48%;
  }
}

.pageContact .contactForm {
  max-width: 700px;
  margin: 30px auto;
}

.pageContact table {
  border-top: solid 1px #7fb519;
  border-left: solid 1px #7fb519;
  border-right: solid 1px #7fb519;
  background-color: #f7fdf1;
}

.pageContact table tr {
  border-bottom: solid 1px #7fb519;
}

@media screen and (max-width: 767px) {
  .pageContact table th {
    border-right: none;
    border-bottom: solid 1px #7fb519;
  }
  .pageContact table .formControl {
    width: 100%;
  }
  .pageContact table .controlLabel {
    display: inline;
    margin-right: 0.5em;
  }
}

@media screen and (min-width: 768px) {
  .pageContact table th {
    border-right: solid 1px #7fb519;
  }
}

.pageContact .btnSubmit {
  padding: 5px 0;
  display: inline-block;
  text-align: center;
  text-decoration: none;
  margin: 30px 0;
  display: block;
  border: solid 1px #7fb519;
  width: 200px;
  color: #fff;
  background-color: #7fb519;
}

.pageContact .btnSubmit:hover {
  background-color: #fff;
  color: #7fb519;
}

.pageDispatch .pageDispatchCap {
  padding: 0.3em 20px 0.4em;
  border-bottom: 2px solid #999;
  margin: 0.6em -20px;
  width: 100%;
  color: #0079d8;
  font-size: 1.3rem;
  box-sizing: content-box;
}

.pageDispatch .unionArea .boxLayout {
  max-width: 970px;
  margin: auto;
}

@media screen and (max-width: 767px) {
  .pageDispatch .unionArea .boxLayout .img {
    margin: 30px auto;
  }
}

@media screen and (min-width: 768px) {
  .pageDispatch .unionArea .boxLayout {
    display: flex;
  }
  .pageDispatch .unionArea .boxLayout .img {
    width: 40%;
  }
  .pageDispatch .unionArea .boxLayout .text {
    width: 60%;
    padding-right: 20px;
  }
}

.pageDispatch .unionArea .boxLayout .boxItem li {
  margin-bottom: 0.5em;
}

.pageDispatch .unionArea .boxLayout .text {
  color: #666;
  padding: 20px;
}

.pageDispatch .unionArea .boxLayout .img img {
  margin: auto;
}

.pageDispatch .unionArea a {
  color: #0079d8;
}

.pageDispatch .unionArea .galleryWap {
  max-width: 780px;
  margin: 60px auto 0;
}

@media screen and (min-width: 768px) {
  .pageDispatch .unionArea .galleryWap {
    margin: 80px auto 30px;
  }
}

.pageDispatch .unionArea .gallery {
  display: flex;
  flex-wrap: wrap;
  overflow: hidden;
  margin-left: -10px;
}

.pageDispatch .unionArea .gallery .galleryItem {
  width: 50%;
  display: block;
  margin-bottom: 10px;
  text-align: center;
  padding-left: 10px;
}

@media screen and (min-width: 500px) {
  .pageDispatch .unionArea .gallery .galleryItem {
    width: 33%;
  }
}

@media screen and (min-width: 768px) {
  .pageDispatch .unionArea .gallery .galleryItem {
    width: 25%;
  }
}

.pageDispatch .unionArea .gallery .galleryItem a {
  display: inline-block;
}

.pageDispatch .dispatchArea a {
  color: #0079d8;
}

.pageDispatch .dispatchArea .description.boxLayout {
  max-width: 970px;
  margin: auto;
}

@media screen and (max-width: 767px) {
  .pageDispatch .dispatchArea .description.boxLayout .img {
    margin: 30px auto;
  }
}

@media screen and (min-width: 768px) {
  .pageDispatch .dispatchArea .description.boxLayout {
    display: flex;
  }
  .pageDispatch .dispatchArea .description.boxLayout .img {
    width: 40%;
  }
  .pageDispatch .dispatchArea .description.boxLayout .img img {
    margin-top: 30px;
  }
  .pageDispatch .dispatchArea .description.boxLayout .text {
    width: 60%;
    padding-right: 20px;
  }
}

.pageDispatch .dispatchArea .description.boxLayout .text {
  color: #666;
  padding: 20px;
}

.pageDispatch .dispatchArea .description.boxLayout .text li {
  margin-bottom: 0.5em;
}

.pageDispatch .dispatchArea .description.boxLayout .img img {
  margin: auto;
}

.pageDispatch .dispatchArea .photoArea {
  max-width: 600px;
  display: flex;
  margin: 30px auto;
}

.pageDispatch .dispatchArea .photoArea .boxItem {
  width: 33%;
  padding: 0 5px;
}

.pageDispatch .dispatchArea .photoArea .boxItem img {
  margin: auto;
}

.pageDispatch .dispatchArea .dispatchAreaBtn {
  padding: 15px 0;
  display: inline-block;
  text-align: center;
  text-decoration: none;
  padding: 15px 1em;
  border: solid 1px #0079d8;
  max-width: 600px;
  margin: auto;
  font-size: 1.3rem;
}

.pageDispatch .dispatchArea .dispatchAreaBtn:hover {
  background-color: #0079d8;
  color: #fff;
}

.pageDispatch .dispatchArea .message {
  text-align: center;
  color: #666;
}

.pageIkoma .boxLayoutAlternate {
  margin: auto;
}

@media screen and (max-width: 767px) {
  .pageIkoma .boxLayoutAlternate .alternateItem.text {
    padding: 15px 20px;
  }
}

@media screen and (min-width: 768px) {
  .pageIkoma .boxLayoutAlternate .boxItem {
    margin-bottom: 30px;
  }
  .pageIkoma .boxLayoutAlternate .boxItem:nth-child(2n) .alternateItem.text {
    padding: 40px 0 20px 30px;
  }
  .pageIkoma .boxLayoutAlternate .boxItem:nth-child(2n) img {
    margin: 0 auto 0 0;
  }
  .pageIkoma .boxLayoutAlternate .boxItem:nth-child(2n+1) img {
    margin: 0 0 0 auto;
  }
  .pageIkoma .boxLayoutAlternate .alternateItem {
    width: 50%;
  }
  .pageIkoma .boxLayoutAlternate .alternateItem.text {
    padding: 40px 30px 20px 0;
  }
}

.pageIkoma .btnBox {
  margin: 70px auto;
}

.index .catchCopyBox {
  background-image: url("../images/index/bg_philosophy.png");
  background-size: cover;
  color: #fff;
  text-shadow: 0 0 2px #666, 0 0 1px #666, 0 0 1px #666, 0 1px 1px #666;
  padding: 70px 50px 30px;
}

.index .catchCopyBox .catchCopyBoxInner {
  max-width: 600px;
  margin-left: auto;
}

.index .catchCopyBox .title {
  font-size: 1.4rem;
  margin-bottom: 0.3em;
}

.index .catchCopyBox .btnBox {
  margin: 20px auto;
  text-shadow: none;
}

.index .catchCopyBox .btnBox .btn {
  color: #666;
  width: 160px;
  font-size: 0.9rem;
}

.index .catchCopyBox .btnBox .btn:hover {
  color: #fff;
  border: solid 1px #7fb519;
}

.index .newsList {
  max-width: 650px;
  margin: auto;
}

.newsPostArea {
  max-width: 700px;
  margin: 30px auto;
}

.newsPostArea p {
  margin-bottom: 0.5em;
}

.pagePrivacy .policyArea {
  max-width: 850px;
  padding: 10px;
}

.pagePrivacy .pageHeadline2 {
  margin-top: 70px;
}

.pagePrivacy p {
  margin-bottom: 1em;
}

.pagePrivacy ul li {
  margin-bottom: 0.5em;
}

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

.pageThanks .thanksMessage {
  max-width: 500px;
  margin: 30px auto;
  text-align: center;
  font-size: 1.1rem;
}

.pageZen {
  color: #666;
}

@media screen and (max-width: 767px) {
  .pageZen .zenArea .boxLayout .boxItem {
    margin: 20px auto;
  }
}

@media screen and (min-width: 768px) {
  .pageZen .zenArea .boxLayout {
    justify-content: space-between;
    display: flex;
  }
  .pageZen .zenArea .boxLayout .boxItem {
    width: 46%;
  }
}

.pageZen .menuArea .boxLayout {
  justify-content: space-between;
  display: flex;
  margin: 30px 0;
}

.pageZen .menuArea .boxLayout .boxItem {
  width: 100%;
}

@media screen and (min-width: 768px) {
  .pageZen .menuArea .boxLayout .boxItem {
    width: 33%;
  }
  .pageZen .menuArea .boxLayout .boxItem img {
    margin: 0 auto;
  }
}

.pageZen .menuArea .textArea {
  text-align: center;
  margin: 60px 0 50px;
}

.pageZen .menuArea .textArea p {
  margin: 0 0 1em;
}

.pageZen .menuArea .subTitle {
  font-size: 2rem;
  color: #661200;
  margin: 1em 0;
  font-family: serif, arial, sans-serif, -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "游ゴシック  Medium", meiryo, sans-serif;
  letter-spacing: 2px;
}

.pageZen .menuArea .ramenBox {
  max-width: 840px;
  margin: auto;
  padding: 30px;
  background-image: url("../images/zen/bg.png");
  flex-wrap: wrap;
  background-size: cover;
}

.pageZen .menuArea .ramenBox .boxItem {
  width: 100%;
}

.pageZen .menuArea .ramenBox .boxItem img {
  margin-bottom: 2em;
}

.pageZen .menuArea .ramenBox .subTitle {
  font-size: 1.1rem;
  margin-bottom: 1em;
  display: block;
}

.pageZen .menuArea .ramenBox .name {
  font-family: serif, arial, sans-serif, -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "游ゴシック  Medium", meiryo, sans-serif;
  font-size: 1.8rem;
  margin: 0.5em 0 0.6em;
}

.pageZen .menuArea .ramenBox .name .time {
  padding: 3px 8px;
  background-color: #7fb519;
  color: #fff;
  font-size: 0.9rem;
  margin-left: 1em;
  display: inline-block;
  text-align: center;
  vertical-align: super;
}

@media screen and (min-width: 768px) {
  .pageZen .menuArea .ramenBox .img {
    width: 40%;
  }
  .pageZen .menuArea .ramenBox .text {
    width: 60%;
    padding-left: 5%;
  }
}

.pageZen .menuArea .ponsBox {
  max-width: 840px;
  margin: auto;
  padding: 30px;
  flex-wrap: wrap;
}

.pageZen .menuArea .ponsBox .ponsTitle {
  margin: 1.5em 0 1em;
  font-size: 1.5rem;
}

.pageZen .menuArea .ponsBox .img {
  text-align: center;
  margin-top: 30px;
}

.pageZen .menuArea .ponsBox .img img {
  display: inline-block;
  padding: 0 20px;
  width: 50%;
}

@media screen and (min-width: 768px) {
  .pageZen .menuArea .ponsBox {
    margin: 60px auto;
  }
  .pageZen .menuArea .ponsBox .text {
    width: 40%;
  }
  .pageZen .menuArea .ponsBox .img {
    width: 60%;
    margin-top: 0;
  }
}

.pageZen .storeArea .boxLayout {
  display: flex;
  justify-content: space-between;
  margin: 30px 0;
}

.pageZen .storeArea .boxLayout .boxItem {
  width: 100%;
}

@media screen and (min-width: 768px) {
  .pageZen .storeArea .boxLayout .boxItem {
    width: 33%;
  }
  .pageZen .storeArea .boxLayout .boxItem img {
    margin: 0 auto;
  }
}

.pageZen .storeArea .storeText {
  text-align: center;
  margin: 40px 0 20px;
}

.pageZen .addressArea .gmap {
  overflow: hidden;
  height: 300px;
  border: solid 1px #eee;
}

.pageZen .addressArea .gmap iframe {
  width: 100%;
  height: 300px;
}

.pageZen .addressArea .storeInfo {
  max-width: 840px;
  margin: 60px auto 50px;
  text-align: center;
  background-color: #5e8517;
  color: #fff;
  font-weight: normal;
  font-style: normal;
}

@media screen and (min-width: 768px) {
  .pageZen .addressArea .storeInfo {
    display: flex;
    flex-wrap: wrap;
  }
  .pageZen .addressArea .storeInfo .storeInfoItem {
    width: 50%;
  }
}

.pageZen .addressArea .storeInfo .storeInfoItem {
  padding: 20px 30px;
}

.pageZen .addressArea .storeInfo .storeInfoItem .storeName {
  font-size: 1.7rem;
}

.pageZen .addressArea .storeInfo .storeInfoItem .storeName .small {
  font-size: 1.4rem;
}

.pageZen .addressArea .storeInfo .storeInfoItem .address {
  font-size: 1.2rem;
  margin: 0.2em 0 0.2em;
}

.pageZen .addressArea .storeInfo .storeInfoItem .title,
.pageZen .addressArea .storeInfo .storeInfoItem .postalCode {
  font-size: 1.2rem;
  margin: 0.5em 0 0.2em;
}

.pageZen .addressArea .storeInfo .storeInfoItem .businessHours,
.pageZen .addressArea .storeInfo .storeInfoItem .regularHoliday,
.pageZen .addressArea .storeInfo .storeInfoItem .tel {
  font-size: 1.2rem;
}

.pageZen .addressArea .storeInfo .storeInfoItem .tel {
  font-family: serif, arial, sans-serif, -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "游ゴシック  Medium", meiryo, sans-serif;
}

.pageZen .addressArea .storeInfo .storeInfoItem .tel .small {
  font-size: 1rem;
}


