@charset "UTF-8";
/*note: INDEXの表示は、コメントの「 index: 」でハイライト表示してください。*/
/*━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━*/
/*index: 外部ファイルの読み込み */
/*note: INDEXの表示は、コメントの「 index: 」でハイライト表示してください。*/
/*━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━*/
/*index: 外部フォントCSSファイルの読み込み*/
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100;300;400;500;700;900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Oswald:wght@200;300;400;500;600;700&display=swap");
/*━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━*/
/*index: リセットCSS と body要素の文字（色・書体）と背景色*/
/* Body要素の背景色 */
/* Body要素の文字色 */
/* Body要素の書体 */
/* リセット用のプレイスフォルダ */
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
font,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td, body, html {
  border: 0;
  font-family: inherit;
  font-size: 100%;
  font-weight: inherit;
  font-style: inherit;
  margin: 0;
  outline: 0;
  padding: 0;
  vertical-align: baseline;
}

body {
  line-height: 1;
}

body, html {
  text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}

body {
  background-color: #fff;
  color: #4d4d4d;
}
body a {
  color: #000000;
}

body {
  font-family: Noto Sans JP, YuGothic, -apple-system, BlinkMacSystemFont, "Helvetica Neue", "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
  font-size: 0.9375em;
  font-weight: 400;
  letter-spacing: 0.05em;
  line-height: 1.6;
}

/* リセット処理関数 */
/*━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━*/
/*index: メディアクエリー*/
/* 切り替えポイントの設定 */
/* 処理 */
/*━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━*/
/*index: クリアフィックス*/
/* Class と ステークホルダー の名称設定 */
/* 処理 */
body:after, html:after, .clearfix:after {
  content: "";
  display: block;
  clear: both;
}

/*━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━*/
/*index: スクリーンリーダー*/
/* スクリーンリーダーテキスト の名称設定 */
/* 処理 */
.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute;
}

/*
WYSIWYGエディタに関わる部分の設定し、ステークホルダーにてサイトの随所で再利用します。
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
NOTE

・ リセットCSS適用後に再設定するための定義です。

━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
INDEX

#01 要素の基本定義

	#01-01 Colors
		font-color
		background-color
		background-image
		border-color（ top, right, bottom, left ）

	#01-02 font-family
		font-family
		@include (WebFontの読み込み)

	#01-03 border-style
		border-style

	#01-04 Fonts ( font-color font-family 以外を定義 ) 
		font
		line-height
		…

	#01-03 Box Model (梱包される親の横幅を100％使った時の定義)
		margin
		border-size
		padding
		…

	#01-05 layout
		display
		width
		height
		float
		…

#02 WYSIWYG部分の設定

/*
┌─────────────────────────────
│ #01 要素の基本定義
│ 
*/
table, .wysiwyg table,
#tinymce table, .wysiwyg dl,
#tinymce dl, .wysiwyg ol,
#tinymce ol, .wysiwyg ul,
#tinymce ul, .wysiwyg p,
#tinymce p, .wysiwyg h6,
#tinymce h6, .wysiwyg h5,
#tinymce h5, .wysiwyg h4,
#tinymce h4, .wysiwyg h3,
#tinymce h3, .wysiwyg h2,
#tinymce h2, .wysiwyg h1,
#tinymce h1 {
  margin-left: auto;
  margin-right: auto;
}

table, .wysiwyg table,
#tinymce table, .wysiwyg dl,
#tinymce dl, .wysiwyg ol,
#tinymce ol, .wysiwyg ul,
#tinymce ul, .wysiwyg p,
#tinymce p, .wysiwyg h6,
#tinymce h6, .wysiwyg h5,
#tinymce h5, .wysiwyg h4,
#tinymce h4, .wysiwyg h3,
#tinymce h3, .wysiwyg h2,
#tinymce h2, .wysiwyg h1,
#tinymce h1 {
  margin-bottom: 2rem;
}
@media only screen and (max-width: 768px) {
  table, .wysiwyg table,
  #tinymce table, .wysiwyg dl,
  #tinymce dl, .wysiwyg ol,
  #tinymce ol, .wysiwyg ul,
  #tinymce ul, .wysiwyg p,
  #tinymce p, .wysiwyg h6,
  #tinymce h6, .wysiwyg h5,
  #tinymce h5, .wysiwyg h4,
  #tinymce h4, .wysiwyg h3,
  #tinymce h3, .wysiwyg h2,
  #tinymce h2, .wysiwyg h1,
  #tinymce h1 {
    margin-bottom: 3vw;
  }
}

.wysiwyg span,
#tinymce span {
  display: inline;
}

.wysiwyg h1,
#tinymce h1 {
  font-size: 2.5em;
}

.wysiwyg h2,
#tinymce h2 {
  font-size: 2em;
}

.wysiwyg h3,
#tinymce h3 {
  font-size: 1.75em;
}

.wysiwyg h4,
#tinymce h4 {
  font-size: 1.5em;
}

.wysiwyg h5,
#tinymce h5 {
  font-size: 1.25em;
}

.wysiwyg h6,
#tinymce h6 {
  font-size: 1em;
}

.wysiwyg strong,
#tinymce strong {
  font-weight: bold;
}

.wysiwyg img,
#tinymce img {
  max-width: 100%;
}

.wysiwyg ul,
#tinymce ul {
  list-style: disc;
}
.wysiwyg ul ul,
#tinymce ul ul,
.wysiwyg ul ol,
#tinymce ul ol {
  width: auto;
  margin-bottom: 0;
}

.wysiwyg ol,
#tinymce ol {
  list-style: decimal;
}
.wysiwyg ol ul,
#tinymce ol ul,
.wysiwyg ol ol,
#tinymce ol ol {
  width: auto;
  margin-bottom: 0;
}

.wysiwyg li,
#tinymce li {
  margin-left: 1.5em;
}

/*
┌─────────────────────────────
│ #02 WYSIWYG部分の設定
│ 
*/
/*━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━*/
/*index: リセットCSS と サイトの初期設定 */
html * {
  box-sizing: border-box;
}

@media only screen and (max-width: 1024px) {
  body {
    font-size: 0.9333333333em;
  }
}
@media only screen and (max-width: 768px) {
  body {
    font-size: 0.8em;
  }
}

:focus {
  outline: 0;
}

ol,
ul {
  list-style: none;
}

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

caption,
th,
td {
  font-weight: normal;
  text-align: left;
}

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

blockquote,
q {
  quotes: "" "";
}

a img {
  border: 0;
}

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

.sans-serif {
  font-family: 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", "Hiragino Mincho Pro", HGS明朝E, メイリオ, Meiryo, serif;
}

small {
  font-size: 0.8em;
}

img {
  max-width: 100%;
  width: auto;
  height: auto;
  vertical-align: middle;
}

dl {
  margin-bottom: 1rem;
}

dt {
  color: #000000;
}

@media only screen and (max-width: 768px) {
  .nosp {
    display: none !important;
  }
}

.nopc {
  display: none !important;
}
@media only screen and (max-width: 768px) {
  .nopc {
    display: block !important;
  }
}

.flex-box {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
}

#contents {
  overflow: hidden;
  clear: both;
}

.container {
  max-width: 1120px;
  width: 90%;
  margin: 0 auto;
  padding: 4rem 0;
}
@media only screen and (max-width: 768px) {
  .container {
    padding: 2rem 0;
  }
}

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

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

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

.red {
  color: #ff0000;
}

/*━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━*/
/*index: サイドバーありスタイル */
#sidebar-wrapper {
  width: 250px;
}
@media only screen and (max-width: 1024px) {
  #sidebar-wrapper {
    width: 100%;
  }
}

/*━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━*/
/*index: WYSIWYGエディタ「 TinyMCE 」の記事の表示設定 */
.wysiwyg,
#tinymce {
  max-width: 740px;
  margin: auto;
  overflow: hidden;
  min-height: 300px;
}
.wysiwyg table,
#tinymce table {
  word-break: break-all;
}
.wysiwyg .entry-header,
#tinymce .entry-header {
  margin-bottom: 1rem;
}
.wysiwyg .entry-header .meta,
#tinymce .entry-header .meta {
  color: #808080;
  font-size: 1.0666666667em;
  margin: 0;
  width: 100%;
  box-sizing: border-box;
  padding-left: 1.5em;
  background: url(../images/icon-date.png) no-repeat left center/16px 16px;
}
.wysiwyg .entry-header .title,
#tinymce .entry-header .title {
  background: none;
  border-bottom: 1px dotted #299646;
  font-size: 1.6em;
  font-weight: bold;
  margin-bottom: 2.5rem;
  padding: 10px 0;
}
@media only screen and (max-width: 768px) {
  .wysiwyg .entry-header .title,
  #tinymce .entry-header .title {
    margin-bottom: 1.5rem;
  }
}
.wysiwyg .img,
#tinymce .img {
  margin-bottom: 2em;
}
.wysiwyg .img img,
#tinymce .img img {
  width: 100%;
}
@media only screen and (max-width: 768px) {
  .wysiwyg .img,
  #tinymce .img {
    margin-bottom: 1em;
  }
}
.wysiwyg .back-button-wrapper,
#tinymce .back-button-wrapper {
  margin: 2em auto;
}
.wysiwyg .alignleft,
#tinymce .alignleft {
  display: inline;
  float: left;
  margin-right: 1.5em;
  margin-bottom: 0.5em;
}
@media only screen and (max-width: 768px) {
  .wysiwyg .alignleft,
  #tinymce .alignleft {
    float: none;
    margin-right: 0;
    margin-bottom: 3vw;
    width: 100%;
  }
}
.wysiwyg .alignright,
#tinymce .alignright {
  display: inline;
  float: right;
  margin-left: 1.5em;
  margin-bottom: 0.5em;
}
@media only screen and (max-width: 768px) {
  .wysiwyg .alignright,
  #tinymce .alignright {
    float: none;
    margin-left: 0;
    margin-bottom: 3vw;
    width: 100%;
  }
}
.wysiwyg .aligncenter,
#tinymce .aligncenter {
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
@media only screen and (max-width: 768px) {
  .wysiwyg .aligncenter,
  #tinymce .aligncenter {
    width: 100%;
  }
}
.wysiwyg h1,
#tinymce h1 {
  font-size: 2em;
}
.wysiwyg h2,
#tinymce h2 {
  font-size: 1.3em;
  font-weight: bold;
  padding-left: 1rem;
  position: relative;
  margin-bottom: 1.3rem;
}
@media only screen and (max-width: 768px) {
  .wysiwyg h2,
  #tinymce h2 {
    font-size: 1em;
    padding-left: 1rem;
  }
}
.wysiwyg h2:after,
#tinymce h2:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  margin: auto;
  width: 5px;
  background-color: #000000;
}
@media only screen and (max-width: 768px) {
  .wysiwyg h2:after,
  #tinymce h2:after {
    width: 4px;
    margin-bottom: 8px;
  }
}
.wysiwyg h3,
#tinymce h3 {
  background: #f4f6f1;
  font-size: 1.2em;
  font-weight: bold;
  margin-bottom: 1.3rem;
  padding: 10px;
}
@media only screen and (max-width: 768px) {
  .wysiwyg h3,
  #tinymce h3 {
    font-size: 1em;
  }
}
.wysiwyg h4,
#tinymce h4 {
  font-size: 1em;
  font-weight: bold;
  margin-bottom: 1.3rem;
}
.wysiwyg h5,
#tinymce h5 {
  font-size: 1em;
  font-weight: bold;
  margin-bottom: 1.3rem;
}
.wysiwyg h6,
#tinymce h6 {
  font-size: 1em;
  font-weight: bold;
  margin-bottom: 1.3rem;
}
.wysiwyg p,
#tinymce p {
  line-height: 1.75;
  margin-bottom: 1.3rem;
}

/*━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━*/
/*index: ボタンのスタイル */
/*note: INDEXの表示は、コメントの「 index: 」でハイライト表示してください。*/
.more a, .back-button-wrapper .back-button, .button {
  display: inline-block;
  background-color: #fff;
  border-radius: 50px;
  border: 2px solid #299646;
  background: #299646;
  color: #fff;
  text-decoration: none;
  font-size: 0.9375em;
  font-weight: bold;
  line-height: 1.2;
  text-align: center;
  min-width: 200px;
  transition-duration: 0.1s;
  padding: 1em;
}
@media only screen and (max-width: 768px) {
  .more a, .back-button-wrapper .back-button, .button {
    min-width: 180px;
    font-size: 0.9285714286em;
  }
}
.more a:hover, .back-button-wrapper .back-button:hover, .button:hover {
  opacity: 0.7;
}

.button-works {
  display: inline-block;
  background-color: #fff;
  border-radius: 0;
  color: #000 !important;
  text-decoration: none;
  font-size: 0.9375em;
  font-weight: bold;
  line-height: 1.2;
  text-align: center;
  min-width: 230px;
  transition-duration: 0.3s;
  padding: 1em;
}
@media only screen and (max-width: 768px) {
  .button-works {
    font-size: 0.9285714286em;
  }
}

#sidebar ul li a, .button-arrow-right, .button-arrow-left {
  position: relative;
}
#sidebar ul li a:before, .button-arrow-right:before, .button-arrow-left:before, #sidebar ul li a:after, .button-arrow-right:after, .button-arrow-left:after {
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 5px 0 5px 8px;
  border-color: transparent transparent transparent #fff;
}

.button-arrow-left:before {
  content: "";
  transform: rotate(180deg);
  left: 20px;
  transition-duration: 0.3s;
}

.button-arrow-right:after {
  content: "";
  right: 45px;
  transition-duration: 0.3s;
}

.button-large {
  padding: 0.5em 1.75em;
  font-size: 1.25em;
  line-height: 1.5;
  border-radius: 0.3em;
}

.button-small {
  padding: 0.25em 1.25em;
  font-size: 0.875em;
  line-height: 1.5;
  border-radius: 0.2em;
}

.button-block {
  display: block;
  width: 100%;
  margin: auto;
  text-align: center;
}

.button-contact {
  background-color: #000000;
  color: #fff;
  text-align: center;
  max-width: 200px;
}
.button-contact:hover {
  color: #fff;
}
.button-contact:visited {
  color: #fff;
}

.button-download {
  position: relative;
}
.button-download:after {
  content: "";
  position: absolute;
  width: 20px;
  height: 27px;
  top: 0;
  bottom: 0;
  right: 20px;
  margin: auto;
  background: url(../images/download.svg) no-repeat left center/cover;
}
@media only screen and (max-width: 768px) {
  .button-download:after {
    width: 15px;
    height: 22px;
    right: 15px;
  }
}

.back-button-wrapper {
  text-align: center;
}
.more {
  text-align: center;
}
/*━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━*/
/*index: アイコンスタイル */
.icon-login, .icon-signup, .icon-mail {
  display: inline-block;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  vertical-align: middle;
}

.icon-mail {
  background-image: url(../images/icon_03.svg);
  width: 18px;
  height: 14px;
  vertical-align: -2px;
}

.icon-signup {
  background-image: url(../images/icon_02.svg);
  width: 40px;
  height: 40px;
}

.icon-login {
  background-image: url(../images/icon_01.svg);
  width: 40px;
  height: 40px;
}

/*━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━*/
/*index: セクションタイトル */
.title {
  margin-bottom: 1rem;
}

.text {
  margin-bottom: 1rem;
}

/*━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━*/
/*index: テーブルスタイル */
table, .wysiwyg table,
#tinymce table {
  border-collapse: collapse;
  width: 100%;
}
table th, .wysiwyg table th,
#tinymce table th, table td, .wysiwyg table td,
#tinymce table td {
  vertical-align: middle;
  padding: 10px;
}
@media only screen and (max-width: 768px) {
  table th, .wysiwyg table th,
  #tinymce table th, table td, .wysiwyg table td,
  #tinymce table td {
    padding: 5px;
    font-size: 0.8em;
  }
}
table th, .wysiwyg table th,
#tinymce table th {
  background-color: #f4f6f1;
  border: 1px solid #231815;
  font-weight: bold;
  white-space: nowrap;
}
table td, .wysiwyg table td,
#tinymce table td {
  border-bottom: 1px dashed #000;
  border-left: 1px solid #fff;
  border-right: 1px solid #fff;
  border: 1px solid #231815;
}
/*━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━*/
/*index: 背景スタイル */
.background-right, .background {
  background-color: #f8faf2;
}

.background-right:after {
  background-image: url(../images/background-02.png);
  background-repeat: no-repeat;
  background-position: right top;
  background-size: 100% 100%;
}

.background-gray {
  background: #666;
}

.background-section {
  background-color: #f4f6f0;
}

/*━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━*/
/*index: 番号ありリスト */
/*━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━*/
/*index: 番号ありリスト */
.disc-list {
  list-style: disc;
}
.disc-list ul,
.disc-list ol {
  width: auto;
  margin-bottom: 0;
}
.disc-list li {
  margin-left: 2em;
}

.disc-list {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  flex-wrap: wrap;
}
.disc-list li {
  width: calc(33.333% - 2em);
  line-height: 2;
}
@media only screen and (max-width: 768px) {
  .disc-list li {
    width: calc(100% - 2em);
  }
}

/*━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━*/
/*index: 投稿がない場合 */
.no-post {
  font-size: 2.5em;
  font-weight: bold;
  text-align: center;
  width: 100%;
  margin: 2rem auto 4rem;
}
@media only screen and (max-width: 768px) {
  .no-post {
    font-size: 2em;
    margin: 2rem auto;
  }
}

/*━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━*/
/*index: 店長コラム一覧 */
#column {
  background-image: url(../images/bg-04.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: left center;
  position: relative;
  margin-top: 100px;
}
#column-wrapper {
  overflow: hidden;
  clear: both;
}
@media screen and (max-width: 1180px) {
  #column {
    margin-top: 90px;
  }
}
@media only screen and (max-width: 768px) {
  #column {
    margin-top: 70px;
  }
}
#column .container {
  padding-top: 0;
}

/*━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━*/
/*index: parts用の外部ファイル読み込み */
/*━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━*/
/*index: header　ヘッダー */
#header {
  z-index: 99;
  position: relative;
}
#header #header-nav {
  width: 100%;
  height: 100px;
  position: fixed;
  background: #fff;
}
@media screen and (max-width: 1180px) {
  #header #header-nav {
    height: 90px;
  }
}
@media only screen and (max-width: 768px) {
  #header #header-nav {
    height: 70px;
  }
}
#header .logo {
  float: left;
  box-sizing: border-box;
  padding-top: 15px;
  padding-left: 15px;
}
@media screen and (max-width: 1180px) {
  #header .logo {
    padding-top: 10px;
    padding-left: 10px;
  }
}
@media only screen and (max-width: 768px) {
  #header .logo {
    padding-top: 5px;
    padding-left: 5px;
    line-height: 55px;
    width: calc(100% - 130px);
  }
}
#header .logo a {
  display: block;
}
#header .logo a:hover {
  opacity: 0.8;
}
#header .logo img {
  width: 200px;
  height: auto;
  vertical-align: middle;
}
@media only screen and (max-width: 768px) {
  #header .logo img {
    width: 170px;
  }
}
#header .flex-box {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}

#global-nav {
  align-items: center;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  max-width: 1000px;
  margin: 0 0 0 auto;
}
@media screen and (min-width: 1260px) {
  #global-nav {
    width: 100%;
  }
}
#global-nav .tel {
  max-width: 240px;
  margin: 0 10px;
}
#global-nav .tel a {
  display: block;
}
#global-nav .tel a:hover {
  opacity: 0.7;
}
#global-nav .tel a img {
  width: 100%;
}
@media screen and (max-width: 1260px) {
  #global-nav .tel {
    max-width: 200px;
    margin: 0 5px;
  }
}
@media only screen and (max-width: 1024px) {
  #global-nav .tel {
    display: none;
  }
}
#global-nav .contact {
  background-color: #f7931e;
}
#global-nav .contact a {
  background-color: #f7931e;
  box-shadow: 0 5px 0 #f15a24;
  color: #ffffff;
  display: block;
  font-weight: 500;
  line-height: 1.25;
  text-align: center;
  text-decoration: none;
  padding: 23px 0;
  width: 125px;
}
#global-nav .contact a:hover {
  box-shadow: none;
  transform: translate3d(0, 5px, 0);
}
@media screen and (max-width: 1180px) {
  #global-nav .contact a {
    width: 110px;
    padding: 20px 0;
  }
}
#global-nav .contact img {
  width: 35px;
}
@media screen and (max-width: 1180px) {
  #global-nav .contact img {
    width: 30px;
  }
}
#global-nav .contact span {
  font-size: 15px;
  margin-top: 5px;
  display: block;
}
@media screen and (max-width: 1180px) {
  #global-nav .contact span {
    font-size: 14px;
  }
}
@media only screen and (max-width: 1024px) {
  #global-nav .contact {
    display: none;
  }
}
#global-nav .clearfix {
  width: 100%;
  align-items: center;
  list-style: none;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: flex-end;
  height: 79px;
}
@media only screen and (max-width: 1024px) {
  #global-nav .clearfix {
    display: block;
    height: auto;
  }
}
#global-nav .clearfix li {
  box-sizing: border-box;
  position: relative;
}
#global-nav .clearfix li a {
  border-right: 1px solid #e6e6e6;
  color: #4d4d4d;
  display: block;
  font-size: 0.9333333333em;
  font-weight: bold;
  line-height: 1.2;
  padding: 0 0.5em;
  text-align: center;
  text-decoration: none;
  width: 100%;
}
#global-nav .clearfix li a:hover {
  text-decoration: underline;
}
@media screen and (min-width: 1200px) {
  #global-nav .clearfix li a {
    font-size: 1.0666666667em;
  }
}
@media screen and (max-width: 1180px) {
  #global-nav .clearfix li a {
    font-size: 0.9333333333em;
    padding: 0 0.25em;
  }
}
@media only screen and (max-width: 1024px) {
  #global-nav .clearfix li a {
    font-size: 1.2em;
    padding: 0.5em 0;
  }
}
@media only screen and (max-width: 768px) {
  #global-nav .clearfix li a {
    padding: 0.5em 0;
  }
}
#global-nav .clearfix li:last-child a {
  border-right: none;
}
#global-nav .clearfix:after {
  display: none;
}

#nav-toggle span:nth-child(4) {
  display: none;
}

@media only screen and (max-width: 1024px) {
  /* Fixed reset */
  #mobile-head {
    background: #fff;
    position: relative;
    width: 80px;
    height: 80px;
    padding: 25px 23px;
  }
  /* Toggle Button */
}
@media only screen and (max-width: 1024px) and (max-width: 768px) {
  #mobile-head {
    width: 70px;
    height: 70px;
    padding: 15px;
  }
}
@media only screen and (max-width: 1024px) {
  #global-nav {
    position: absolute;
    top: 90px;
    width: 100%;
    max-width: 100%;
    opacity: 0;
    padding: 0;
    text-align: center;
    transition: opacity 0.25s, visibility 0s ease 0.25s;
    visibility: hidden;
    z-index: -1;
  }
}
@media only screen and (max-width: 1024px) and (max-width: 768px) {
  #global-nav {
    top: 70px;
  }
}
@media only screen and (max-width: 1024px) {
  #global-nav ul {
    background-color: #f2f2f2;
    display: block;
    float: none;
    max-width: 100%;
    width: 100%;
    padding: 0.75em 0;
  }
  #global-nav ul li {
    width: 100% !important;
    border: 0 !important;
    margin-left: 0;
    padding: 0;
  }
  #nav-toggle {
    position: absolute;
    display: inline-block;
    transition: all 0.4s;
    box-sizing: border-box;
    width: 35px;
    height: 30px;
  }
}
@media only screen and (max-width: 1024px) and (max-width: 768px) {
  #nav-toggle {
    width: 40px;
    height: 25px;
  }
}
@media only screen and (max-width: 1024px) {
  #nav-toggle span {
    display: inline-block;
    transition: all 0.4s;
    box-sizing: border-box;
    position: absolute;
    left: 0;
    width: 100%;
    height: 4px;
    background-color: #299646;
    border-radius: 5px;
  }
}
@media only screen and (max-width: 1024px) and (max-width: 768px) {
  #nav-toggle span {
    border-radius: 8px;
    height: 3px;
  }
}
@media only screen and (max-width: 1024px) {
  #nav-toggle span:nth-child(1) {
    top: 0;
  }
  #nav-toggle span:nth-child(2) {
    margin: auto;
    top: 0;
    bottom: 0;
  }
  #nav-toggle span:nth-child(3) {
    bottom: 0;
  }
  #nav-toggle span:nth-child(4) {
    display: inline-block;
    background: none;
    color: #299646;
    right: 0;
    height: 1em;
    bottom: -1.25em;
    font-size: 0.75em;
  }
}
@media only screen and (max-width: 1024px) and (max-width: 768px) {
  #nav-toggle span:nth-child(4) {
    font-size: 1em;
  }
}
@media only screen and (max-width: 1024px) {
  .open {
    /* #global-nav スライドアニメーション */
  }
  .open #nav-toggle span:nth-child(1) {
    -webkit-transform: translateY(11px) rotate(-45deg);
    transform: translateY(11px) rotate(-45deg);
  }
  .open #nav-toggle span:nth-child(2) {
    opacity: 0;
  }
  .open #nav-toggle span:nth-child(3) {
    -webkit-transform: translateY(-14px) rotate(45deg);
    transform: translateY(-14px) rotate(45deg);
  }
  .open #nav-toggle span:nth-child(4) {
    bottom: -1.35em;
  }
}
@media only screen and (max-width: 1024px) and (max-width: 768px) {
  .open #nav-toggle span:nth-child(1) {
    -webkit-transform: translateY(12px) rotate(-45deg);
    transform: translateY(16px) rotate(-45deg);
  }
  .open #nav-toggle span:nth-child(3) {
    -webkit-transform: translateY(-7px) rotate(45deg);
    transform: translateY(-7px) rotate(45deg);
  }
  .open #nav-toggle span:nth-child(4) {
    bottom: -1.5em;
  }
}
@media only screen and (max-width: 1024px) {
  .open #global-nav {
    transition-delay: 0s;
    opacity: 1;
    visibility: visible;
    z-index: 99;
  }
}
/*━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━*/
/*index: パンくずリスト*/
#header-breadcrumb {
  max-width: 1000px;
  width: 90%;
  margin: 1em auto;
  font-size: 1em;
}
@media only screen and (max-width: 768px) {
  #header-breadcrumb {
    margin: 1em auto;
  }
}
#header-breadcrumb li {
  display: inline-block;
}
#header-breadcrumb li + li:before {
  content: ">";
  padding: 0 0.5em;
}
/*━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━*/
/*index: サイドバー */
#sidebar {
  box-sizing: border-box;
  margin-left: 1.8em;
  padding: 1em;
}
@media only screen and (max-width: 1024px) {
  #sidebar {
    margin-left: 0;
    padding: 0;
  }
}
#sidebar h3 {
  border-bottom: 2px solid #000000;
  font-weight: bold;
  padding-bottom: 0.2em;
  margin-bottom: 0.4em;
}
#sidebar ul {
  margin-bottom: 0.8em;
}
#sidebar ul li a {
  color: #4d4d4d;
  display: inline-block;
  font-size: 0.9375em;
  padding: 0.4em 0.2em 0.4em 0.8em;
  text-decoration: none;
}
#sidebar ul li a:hover {
  text-decoration: underline;
}
#sidebar ul li a:before {
  border: 6px solid transparent;
  border-left: 6px solid #000000;
  left: 0;
}
#sidebar ul li a:after {
  display: none;
}

/*━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━*/
/*index: 共通フッター*/
#line a {
  width: 100px;
  height: 100px;
  position: fixed;
  z-index: 99;
  right: 0.5vw;
  bottom: 43%;
  display: block;
}
#line a:hover {
  cursor: pointer;
  opacity: 0.7;
}
@media only screen and (max-width: 768px) {
  #line a {
    right: 2vw;
    bottom: 33%;
    width: 45px;
    height: 45px;
  }
}
#line a img {
  width: 100px;
  height: 100px;
}
@media only screen and (max-width: 768px) {
  #line a img {
    width: 100%;
    height: auto;
  }
}

#recruit a {
  position: fixed;
  right: 0.5vw;
  bottom: 32%;
  z-index: 99;
}
#recruit a:hover {
  cursor: pointer;
  opacity: 0.7;
}
#recruit a img {
  width: 250px;
  height: 64px;
}
@media only screen and (max-width: 768px) {
  #recruit a {
    bottom: 27%;
    width: 125px;
    height: auto;
  }
  #recruit a img {
    width: 100%;
    height: auto;
  }
}

#kouking a {
  position: fixed;
  z-index: 99;
  right: 0;
  bottom: 16%;
}
#kouking a:hover {
  cursor: pointer;
  opacity: 0.7;
}
@media only screen and (max-width: 768px) {
  #kouking a {
    bottom: 18%;
    width: 130px;
    height: auto;
  }
}
#kouking a img {
  width: 260px;
  height: 110px;
}
@media only screen and (max-width: 768px) {
  #kouking a img {
    width: 100%;
    height: auto;
  }
}

#pagetop a {
  width: 80px;
  height: 80px;
  position: fixed;
  z-index: 99;
  right: 2.5vw;
  bottom: 2.5vw;
  display: block;
}
@media only screen and (max-width: 768px) {
  #pagetop a {
    right: 2vw;
    bottom: 10%;
    width: 45px;
    height: 45px;
  }
}
#pagetop a img {
  width: 80px;
  height: 80px;
}
@media only screen and (max-width: 768px) {
  #pagetop a img {
    width: 100%;
    height: auto;
  }
}

#footer {
  clear: both;
}
@media only screen and (max-width: 768px) {
  #footer {
    border-top: 5px solid #299646;
  }
}
#footer .footer-1 {
  align-items: center;
  display: flex;
  max-width: 650px;
  margin: 3rem auto 0;
  justify-content: space-between;
}
#footer .footer-1 .logo {
  max-width: 280px;
}
#footer .footer-1 .txt {
  width: 340px;
}
#footer .footer-1 .txt p {
  font-size: 0.9375em;
}
#footer .footer-1 .txt p.head {
  font-size: 1.0625em;
  font-weight: bold;
  margin-bottom: 5px;
}
@media only screen and (max-width: 768px) {
  #footer .footer-1 {
    display: block;
  }
  #footer .footer-1 .logo {
    margin: auto;
  }
  #footer .footer-1 .txt {
    margin: 1.5em auto 0;
    text-align: center;
  }
}
#footer .footer-2 {
  background: #299646;
  padding: 1.5em 0;
}
#footer .footer-2 ul {
  text-align: center;
}
#footer .footer-2 ul li {
  display: inline;
  padding: 0 1em;
}
#footer .footer-2 ul li a {
  color: #fff;
  font-size: 1.0666666667em;
  font-weight: bold;
  text-decoration: none;
}
#footer .footer-2 ul li a:hover {
  text-decoration: underline;
}
@media only screen and (max-width: 768px) {
  #footer .footer-2 {
    display: none;
  }
}
@media only screen and (max-width: 1024px) {
  #footer .address .nopc {
    display: block !important;
  }
}
#footer .copyright {
  color: #999999;
  font-size: 13px;
  line-height: 2;
  margin: 3rem auto;
  text-align: center;
}
@media only screen and (max-width: 768px) {
  #footer .copyright {
    margin: 2rem auto 25vw;
  }
}
#footer .fixed {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  z-index: 999;
}
#footer .fixed ul {
  width: 95%;
  margin: auto;
  max-width: 500px;
}
#footer .fixed ul li {
  margin: 0 2.5px;
  width: calc(50% - 5px);
}
#footer .fixed ul li a {
  display: block;
}

/*━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━*/
/*index: ページネーション*/
.pagination .nav-links {
  margin: 40px 0;
  text-align: center;
}
.pagination .nav-links a,
.pagination .nav-links span {
  display: inline-block;
  width: 53px;
  line-height: 48px;
  border: 2px solid #299646;
  border-radius: 100px;
  margin: 0 5px;
  font-size: 1.1em;
  font-weight: 500;
  color: #299646;
  text-decoration: none;
}
@media only screen and (max-width: 768px) {
  .pagination .nav-links a,
  .pagination .nav-links span {
    border: 1px solid #299646;
    width: 35px;
    line-height: 33px;
    margin: 0;
    font-size: 0.8em;
  }
}
.pagination .nav-links a:hover,
.pagination .nav-links span:hover {
  background: #299646;
  border-color: #299646;
  color: #fff;
}
.pagination .nav-links .current {
  background: #299646;
  border-color: #299646;
  color: #fff;
}

.single-pagination {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  width: 100%;
  max-width: 1000px;
  margin: 2em auto 5em;
}
@media only screen and (max-width: 768px) {
  .single-pagination {
    margin: 2em auto;
  }
}
.single-pagination .back-button::after {
  display: none;
}
.single-pagination .single-back {
  color: #299646;
  width: 33.3333333333%;
  max-width: 240px;
  margin: auto;
}
.single-pagination .single-back a {
  color: #299646;
  font-size: 1.3333333333em;
  font-weight: 500;
  text-decoration: none;
}
.single-pagination .single-back a:hover {
  opacity: 0.8;
}
@media only screen and (max-width: 768px) {
  .single-pagination .single-back a {
    font-size: 1.2em;
  }
}
@media only screen and (max-width: 1024px) {
  .single-pagination .single-back {
    width: 50%;
    margin-bottom: 1.5em;
  }
}
.single-pagination .single-list-back {
  margin: auto;
}
@media only screen and (max-width: 768px) {
  .single-pagination .single-list-back {
    width: 33.3333333333%;
    max-width: 240px;
  }
}
@media only screen and (max-width: 768px) {
  .single-pagination .single-list-back {
    width: 100%;
    order: 3;
  }
}
.single-pagination .single-list-back .back-button-wrapper {
  text-align: center;
}
.single-pagination .single-list-back .back-button-wrapper a {
  color: #299646;
  font-size: 1.3333333333em;
  font-weight: 500;
  text-decoration: none;
  padding-left: 25px;
  position: relative;
}
@media only screen and (max-width: 768px) {
  .single-pagination .single-list-back .back-button-wrapper a {
    font-size: 1.2em;
  }
}
.single-pagination .single-list-back .back-button-wrapper a:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 18px;
  height: 15px;
  background: url(../images/icon-list.png) no-repeat left center/18px 15px;
}
.single-pagination .single-list-back .back-button-wrapper a:hover {
  opacity: 0.8;
}
.single-pagination .single-next {
  text-align: right;
  width: 33.3333333333%;
  max-width: 240px;
  margin: auto;
  color: #299646;
}
.single-pagination .single-next a {
  color: #299646;
  font-size: 1.3333333333em;
  font-weight: 500;
  text-decoration: none;
}
.single-pagination .single-next a:hover {
  opacity: 0.8;
}
@media only screen and (max-width: 768px) {
  .single-pagination .single-next a {
    font-size: 1.2em;
  }
}
@media only screen and (max-width: 1024px) {
  .single-pagination .single-next {
    width: 50%;
    margin-bottom: 1.5em;
  }
}

/*━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━*/
/*index: ページタイトル*/
#page-title .title {
  color: #299646;
  font-family: "Oswald", sans-serif;
  font-size: 2.6666666667em;
  font-weight: bold;
  line-height: 1;
  padding: 1.8em 1em;
  margin: auto;
  text-align: center;
}
@media only screen and (max-width: 768px) {
  #page-title .title {
    line-height: 1.15;
    padding: 1.5em 1em;
  }
}

/*━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━*/
/*index: フロントページ用の外部ファイル読み込み */
/*━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━*/
/*index: ヒーローイメージ*/
#hero {
  background-color: #fff;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: left center;
  position: relative;
  margin-top: 100px;
  margin-bottom: -5px;
}
@media screen and (max-width: 1180px) {
  #hero {
    margin-top: 90px;
  }
}
@media only screen and (max-width: 768px) {
  #hero {
    margin-top: 70px;
    background-position: center;
  }
}
#hero img {
  width: 100%;
}
#hero .container {
  padding: 0;
  max-width: 100%;
  width: 100%;
}
#hero .container a {
  display: block;
}
#hero .container a:hover {
  opacity: 0.8;
}
#hero .hero-slider {
  margin-bottom: 0;
}
#hero .hero-slider .slick-slide {
  position: relative;
  overflow: hidden;
}
#hero .hero-slider .slick-slide img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
#hero .hero-slider .slick-dots {
  top: inherit;
  bottom: 30px;
}
#hero .hero-slider .slick-dots li {
  display: inline-block;
  margin: 0 10px;
}
#hero .hero-slider .slick-dots li button {
  display: block;
  width: 100%;
  height: 100%;
  font-size: 0;
  padding: 0;
  border: 0;
  outline: none;
  cursor: pointer;
  background: #fff;
  border-radius: 50%;
}
#hero .hero-slider .slick-dots li button:before {
  content: none;
}
#hero .hero-slider .slick-dots li.slick-active button {
  background: #29ab38;
}
@media only screen and (max-width: 768px) {
  #hero .hero-slider .slick-dots {
    bottom: 20px;
  }
  #hero .hero-slider .slick-dots li {
    width: 15px;
    height: 15px;
  }
}

/*━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━*/
#button {
  position: relative;
}
#button:before {
  position: absolute;
  content: "";
  background: url(../images/before.png) no-repeat right center/cover;
  width: 50%;
  height: 50%;
  top: -50%;
  left: 0;
}
#button:after {
  position: absolute;
  content: "";
  background: url(../images/after.png) no-repeat left center/cover;
  width: 50%;
  height: 50%;
  top: -50%;
  right: 0;
}
@media only screen and (max-width: 768px) {
  #button.voiceafter:before {
    top: -45%;
  }
  #button.voiceafter:after {
    top: -45%;
  }
}
#button .container {
  position: relative;
}
@media only screen and (max-width: 1024px) {
  #button .container {
    padding: 2rem 0;
  }
}
#button .container .staff {
  position: absolute;
  width: 400px;
  height: 400px;
  bottom: 6%;
  left: -6%;
  z-index: 0;
}
@media only screen and (max-width: 1024px) {
  #button .container .staff {
    width: 300px;
    height: 300px;
  }
}
@media only screen and (max-width: 768px) {
  #button .container .staff {
    display: none;
  }
}
#button .container .photo {
  position: absolute;
  width: 300px;
  height: 355px;
  bottom: 0;
  right: 0;
  z-index: 0;
}
@media only screen and (max-width: 1024px) {
  #button .container .photo {
    width: 250px;
    height: 305px;
  }
}
@media only screen and (max-width: 768px) {
  #button .container .photo {
    display: none;
  }
}
#button ul {
  max-width: 450px;
  margin: auto;
  position: relative;
  z-index: 1;
}
@media only screen and (max-width: 1024px) {
  #button ul {
    max-width: 400px;
  }
}
@media only screen and (max-width: 768px) {
  #button ul {
    width: 90%;
  }
}
#button ul li {
  margin: 1em auto;
}
#button ul li a:hover {
  opacity: 0.7;
}
#button.bgnone:before, #button.bgnone:after {
  content: none;
}
#button.button2 .container .staff {
  left: -6%;
  bottom: 4%;
  width: 450px;
  height: 400px;
}
@media only screen and (max-width: 1024px) {
  #button.button2 .container .staff {
    width: 350px;
    height: 300px;
  }
}

/*index: 店長コメント*/
#home-about {
  background-image: url(../images/bg-01.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: left center;
  position: relative;
  font-family: Noto Sans JP, YuGothic, -apple-system, BlinkMacSystemFont, "Helvetica Neue", "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
}
#home-about img {
  width: 100%;
}
#home-about .container {
  background-image: url(../images/hokkaido.png);
  background-repeat: no-repeat;
  background-size: 760px 810px;
  background-position: left -1rem;
  padding-bottom: 0;
}
@media only screen and (max-width: 768px) {
  #home-about .container {
    background-size: contain;
    background-position: center 3rem;
    padding-bottom: 3rem;
  }
}
#home-about .section-title {
  max-width: 720px;
  margin: auto auto 2rem;
}
@media only screen and (max-width: 768px) {
  #home-about .section-title {
    margin: auto auto 1rem;
  }
}
#home-about ul {
  max-width: 1020px;
  margin: 0 auto;
}
#home-about ul li {
  font-size: 1.6em;
  font-weight: 500;
  line-height: 2;
  padding-left: 1.5em;
  background: url(../images/icon-moya.png) no-repeat left center/26px 30px;
}
#home-about ul li span {
  color: #bc3f3f;
  font-weight: 900;
}
@media only screen and (max-width: 768px) {
  #home-about ul li {
    font-size: 1.2em;
    line-height: 1.55;
    padding-left: 2em;
    margin: 0.75em auto;
  }
}
#home-about .flex-box {
  align-items: flex-end;
  max-width: 1020px;
  margin: -5em auto 0;
}
@media only screen and (max-width: 1024px) {
  #home-about .flex-box {
    margin-top: 0;
  }
}
@media only screen and (max-width: 768px) {
  #home-about .flex-box {
    display: block;
  }
}
#home-about .flex-box .img {
  max-width: 420px;
  width: 42%;
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 2;
  -webkit-order: 2;
  order: 2;
}
@media only screen and (max-width: 768px) {
  #home-about .flex-box .img {
    margin: -10% 0 -15% auto;
    width: 90%;
  }
}
#home-about .flex-box .text {
  background: #fff;
  box-sizing: border-box;
  border-radius: 15px;
  box-shadow: 0px 0px 20px -6px rgba(0, 0, 0, 0.5);
  margin-right: 40px;
  margin-bottom: 3rem;
  padding: 2rem;
  position: relative;
  width: calc(58% - 40px);
  -webkit-box-ordinal-group: 1;
  -ms-flex-order: 1;
  -webkit-order: 1;
  order: 1;
}
#home-about .flex-box .text:after {
  content: "";
  position: absolute;
  top: 50px;
  right: -35px;
  width: 0;
  height: 0;
  transform: rotate(-5deg);
  height: 0;
  border-style: solid;
  border-width: 25px 40px 0 0;
  border-color: #fff transparent transparent transparent;
}
@media only screen and (max-width: 768px) {
  #home-about .flex-box .text {
    margin-bottom: 0;
    padding: 1rem;
    width: 100%;
  }
  #home-about .flex-box .text:after {
    content: none;
  }
}
#home-about .flex-box .text .head {
  color: #299646;
  font-size: 1.7333333333em;
  font-weight: bold;
  line-height: 1.55;
}
@media only screen and (max-width: 768px) {
  #home-about .flex-box .text .head {
    font-size: 1.3333333333em;
  }
}
#home-about .flex-box .text .txt {
  font-size: 1.0666666667em;
  line-height: 1.75;
  margin-top: 1rem;
}
@media only screen and (max-width: 768px) {
  #home-about .flex-box .text .txt {
    font-size: 1em;
    margin-top: 0.5rem;
  }
}

/*index: 農家さんの味方が選ばれる理由*/
#home-reason {
  background-image: url(../images/bg-02.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: left center;
  position: relative;
  font-family: Noto Sans JP, YuGothic, -apple-system, BlinkMacSystemFont, "Helvetica Neue", "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
}
@media only screen and (max-width: 768px) {
  #home-reason {
    background-repeat: repeat;
    background-size: contain;
  }
}
#home-reason img {
  width: 100%;
}
#home-reason .container {
  padding: 4rem 0;
  position: relative;
}
@media only screen and (max-width: 768px) {
  #home-reason .container {
    padding: 2rem 0;
  }
}
#home-reason .container .staff {
  position: absolute;
  width: 340px;
  right: -2em;
  top: 2em;
  z-index: 0;
}
@media only screen and (max-width: 1024px) {
  #home-reason .container .staff {
    top: 0;
    left: 0;
    right: 0;
    margin: auto;
    max-width: 290px;
  }
}
@media only screen and (max-width: 768px) {
  #home-reason .container .staff {
    display: none;
  }
}
#home-reason .section-title {
  max-width: 460px;
  margin: auto auto 3rem;
  position: relative;
  z-index: 1;
}
@media only screen and (max-width: 1024px) {
  #home-reason .section-title {
    margin-top: 6em;
  }
}
@media only screen and (max-width: 768px) {
  #home-reason .section-title {
    margin-top: 0;
    width: 90%;
  }
}
#home-reason .flex-box {
  flex-wrap: wrap;
}
#home-reason .flex-box .box3 {
  margin: 0 15px 5em;
  position: relative;
  width: calc(33.3333333333% - 30px);
}
#home-reason .flex-box .box3 .icon {
  position: absolute;
  width: 70px;
  height: 70px;
  left: -5px;
  top: -50px;
}
#home-reason .flex-box .box3 .head {
  color: #299646;
  font-size: 1.4666666667em;
  font-weight: bold;
  line-height: 1.3;
  margin: 0.75em auto 0.5em;
  text-align: center;
}
#home-reason .flex-box .box3 .text {
  line-height: 1.75;
  margin-bottom: 0;
}
@media only screen and (max-width: 768px) {
  #home-reason .flex-box .box3 .text {
    line-height: 1.55;
  }
}
@media only screen and (max-width: 768px) {
  #home-reason .flex-box .box3 {
    margin: 2rem auto;
    width: 100%;
  }
}
#home-reason .flex-box .box2 {
  display: flex;
  flex-wrap: wrap;
  margin: 0 15px;
  position: relative;
  width: calc(50% - 30px);
}
#home-reason .flex-box .box2 .icon {
  position: absolute;
  width: 70px;
  height: 70px;
  left: -5px;
  top: -50px;
}
#home-reason .flex-box .box2 .img {
  width: calc(50% - 20px);
}
@media only screen and (max-width: 768px) {
  #home-reason .flex-box .box2 .img {
    width: 100%;
  }
}
#home-reason .flex-box .box2 .text {
  margin-left: 20px;
  width: 50%;
}
@media only screen and (max-width: 768px) {
  #home-reason .flex-box .box2 .text {
    margin: auto;
    width: 100%;
  }
}
#home-reason .flex-box .box2 .head {
  color: #299646;
  font-size: 1.4666666667em;
  font-weight: bold;
  line-height: 1.25;
  margin: 0 auto 0.5em;
}
@media only screen and (max-width: 768px) {
  #home-reason .flex-box .box2 .head {
    line-height: 1.3;
    margin: 0.75em auto 0.5em;
    text-align: center;
  }
}
#home-reason .flex-box .box2 .txt {
  line-height: 1.75;
}
@media only screen and (max-width: 768px) {
  #home-reason .flex-box .box2 .txt {
    line-height: 1.55;
  }
}
@media only screen and (max-width: 768px) {
  #home-reason .flex-box .box2 {
    display: block;
    margin: 2rem auto;
    width: 100%;
  }
}

/*index: お客様の声*/
#home-voice {
  background-image: url(../images/bg-03.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  position: relative;
  font-family: Noto Sans JP, YuGothic, -apple-system, BlinkMacSystemFont, "Helvetica Neue", "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
}
#home-voice img {
  width: 100%;
}
#home-voice .container {
  padding: 4rem 0 10rem;
  position: relative;
}
@media only screen and (max-width: 768px) {
  #home-voice .container {
    margin-bottom: -0.95em;
    padding: 2rem 0 10rem;
  }
}
@media screen and (max-width: 500px) {
  #home-voice .container {
    padding: 2rem 0 4rem;
  }
}
#home-voice .container .staff {
  position: absolute;
  width: 340px;
  left: -2em;
  top: 1em;
  z-index: 0;
}
@media only screen and (max-width: 1024px) {
  #home-voice .container .staff {
    top: 0;
    left: 0;
    right: 0;
    margin: auto;
  }
}
@media only screen and (max-width: 768px) {
  #home-voice .container .staff {
    display: none;
  }
}
#home-voice .section-title {
  max-width: 720px;
  margin: auto auto 2rem;
  position: relative;
  z-index: 1;
}
@media only screen and (max-width: 1024px) {
  #home-voice .section-title {
    margin-top: 7rem;
  }
}
@media only screen and (max-width: 768px) {
  #home-voice .section-title {
    margin-top: 0;
    margin-bottom: 0;
  }
}
#home-voice .flex-box {
  flex-wrap: wrap;
  position: relative;
  z-index: 1;
}
#home-voice .flex-box .box3 {
  background: #fff;
  border-radius: 20px;
  box-sizing: border-box;
  box-shadow: 0px 0px 20px -6px rgba(0, 0, 0, 0.5);
  margin: 0 15px;
  padding: 1.5rem 2rem;
  width: calc(33.3333333333% - 30px);
}
@media only screen and (max-width: 768px) {
  #home-voice .flex-box .box3 {
    border-radius: 10px;
    margin: 10px 0;
    padding: 1rem 0.75rem;
    width: 100%;
  }
}
#home-voice .flex-box .head {
  border-bottom: 1px solid #299646;
  margin-bottom: 1em;
  padding: 0 0.25em 0.5em;
}
#home-voice .flex-box .head img {
  max-width: 300px;
}
@media only screen and (max-width: 768px) {
  #home-voice .flex-box .head img {
    max-width: 250px;
  }
}
#home-voice .flex-box .text {
  font-size: 1.0666666667em;
}
@media only screen and (max-width: 768px) {
  #home-voice .flex-box .text {
    font-size: 14px;
    margin-bottom: 0.5em;
  }
}
#home-voice .flex-box .name {
  color: #808080;
}

/*index: 買取の流れ*/
#home-flow {
  background-image: url(../images/bg-01.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: left center;
  position: relative;
  font-family: Noto Sans JP, YuGothic, -apple-system, BlinkMacSystemFont, "Helvetica Neue", "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
}
#home-flow img {
  width: 100%;
}
#home-flow .section-title {
  max-width: 600px;
  margin: auto auto 2rem;
  position: relative;
  z-index: 1;
}
#home-flow .flex-box {
  align-items: center;
  max-width: 1000px;
  margin: 0 auto 2em;
  position: relative;
  justify-content: space-between;
}
#home-flow .flex-box:after {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  left: 7em;
  bottom: -1em;
  border-style: solid;
  border-width: 15px 10px 0 10px;
  border-color: #299646 transparent transparent transparent;
}
@media only screen and (max-width: 768px) {
  #home-flow .flex-box:after {
    content: none;
  }
}
#home-flow .flex-box:last-child:after {
  content: none;
}
#home-flow .flex-box .icon {
  margin: 0 auto auto;
  width: 200px;
}
@media only screen and (max-width: 768px) {
  #home-flow .flex-box .icon {
    width: 25%;
  }
}
#home-flow .flex-box .text-box {
  margin: 0 2em;
  width: calc(100% - 455px - 4em);
}
@media only screen and (max-width: 768px) {
  #home-flow .flex-box .text-box {
    margin: 0 0 0 1em;
    width: calc(75% - 1em);
  }
}
#home-flow .flex-box .text-box .head {
  color: #299646;
  font-size: 2em;
  font-weight: bold;
  margin-bottom: 0.75rem;
}
@media only screen and (max-width: 768px) {
  #home-flow .flex-box .text-box .head {
    font-size: 1.6666666667em;
    margin-bottom: 0.35em;
  }
}
#home-flow .flex-box .text-box .txt {
  font-size: 1.3333333333em;
}
@media only screen and (max-width: 768px) {
  #home-flow .flex-box .text-box .txt {
    font-size: 1.0666666667em;
    margin-bottom: 2em;
  }
}
#home-flow .flex-box .img {
  width: 255px;
}
@media only screen and (max-width: 768px) {
  #home-flow .flex-box .img {
    width: 100%;
  }
}

/*index: 買取品目*/
#home-item {
  background-image: url(../images/bg-02.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: left center;
  position: relative;
  font-family: Noto Sans JP, YuGothic, -apple-system, BlinkMacSystemFont, "Helvetica Neue", "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
}
#home-item img {
  width: 100%;
}
#home-item .container {
  position: relative;
  padding: 7rem 0 10rem;
}
@media only screen and (max-width: 768px) {
  #home-item .container {
    padding: 2rem 0 8rem;
  }
}
#home-item .container .staff {
  position: absolute;
  width: 300px;
  left: 0;
  top: 1em;
  z-index: 0;
}
@media only screen and (max-width: 768px) {
  #home-item .container .staff {
    display: none;
  }
}
#home-item .container .photo {
  position: absolute;
  width: 300px;
  height: 260px;
  top: 0;
  right: 0;
  z-index: 1;
}
@media only screen and (max-width: 1024px) {
  #home-item .container .photo {
    width: 25%;
    top: 1em;
    right: -1em;
  }
}
@media only screen and (max-width: 768px) {
  #home-item .container .photo {
    top: inherit;
    bottom: 1em;
    right: 1em;
    width: 45%;
    height: 30%;
    max-width: 200px;
    max-height: 160px;
  }
}
#home-item .section-title {
  font-size: 1.3333333333em;
  font-weight: 500;
  margin-bottom: 3rem;
  text-align: center;
  position: relative;
  z-index: 1;
}
@media only screen and (max-width: 768px) {
  #home-item .section-title {
    text-align: left;
    margin-bottom: 1em;
  }
}
#home-item .box {
  background: #fff;
  box-sizing: border-box;
  padding: 2rem 3rem;
  position: relative;
  z-index: 1;
}
#home-item .box p {
  font-weight: 500;
}
@media only screen and (max-width: 768px) {
  #home-item .box {
    padding: 1rem;
  }
}

/*index: アクセス*/
#home-access {
  position: relative;
  font-family: Noto Sans JP, YuGothic, -apple-system, BlinkMacSystemFont, "Helvetica Neue", "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
}
#home-access img {
  width: 100%;
}
#home-access .section-title {
  color: #299646;
  font-size: 2.5333333333em;
  font-weight: bold;
  margin: 1.5rem auto;
  text-align: center;
}
@media only screen and (max-width: 768px) {
  #home-access .section-title {
    font-size: 2em;
    margin: 1rem auto;
  }
}
#home-access .flex-box {
  align-items: center;
  background: #f2f2f2;
  justify-content: space-between;
}
@media only screen and (max-width: 1024px) {
  #home-access .flex-box {
    padding: 2em 1em;
  }
}
@media only screen and (max-width: 768px) {
  #home-access .flex-box {
    display: block;
    padding: 0;
  }
}
#home-access .flex-box .img {
  width: 60%;
}
@media only screen and (max-width: 768px) {
  #home-access .flex-box .img {
    width: 100%;
  }
}
#home-access .flex-box .text-box {
  box-sizing: border-box;
  padding: 0 5%;
  width: 40%;
}
@media only screen and (max-width: 768px) {
  #home-access .flex-box .text-box {
    padding: 1rem;
    width: 100%;
  }
}
#home-access .flex-box .text-box .head {
  color: #299646;
  font-size: 2em;
  font-weight: bold;
  margin-bottom: 0.5em;
}
@media only screen and (max-width: 1024px) {
  #home-access .flex-box .text-box .head {
    font-size: 1.6666666667em;
    margin-bottom: 0.25em;
  }
}
#home-access .flex-box .text-box .text {
  font-size: 1.0666666667em;
}
@media only screen and (max-width: 1024px) {
  #home-access .flex-box .text-box .text {
    font-size: 0.9333333333em;
  }
}
#home-access .flex-box .text-box .button {
  border: 1px solid #299646;
  border-radius: 5px;
  background: none;
  position: relative;
  min-width: 230px;
}
#home-access .flex-box .text-box .button:before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 2.5em;
  margin: auto;
  width: 13px;
  height: 20px;
  background: url(../images/icon-pin.png) no-repeat left center/contain;
}
@media only screen and (max-width: 768px) {
  #home-access .flex-box .text-box .button {
    display: block;
    margin: auto;
    width: 80%;
  }
}
#home-access .flex-box .text-box .button a {
  color: #299646;
  font-size: 18px;
  font-weight: bold;
  text-decoration: none;
}
@media only screen and (max-width: 768px) {
  #home-access .flex-box .text-box .button a {
    font-size: 16px;
  }
}

#home-area {
  background-image: url(../images/bg-01.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  margin-bottom: 3rem;
}
@media only screen and (max-width: 1024px) {
  #home-area {
    margin-bottom: 2rem;
  }
}
@media only screen and (max-width: 768px) {
  #home-area {
    margin-bottom: 0;
  }
}
#home-area img {
  width: 100%;
}
#home-area .container {
  background-image: url(../images/area-bg.png);
  background-repeat: no-repeat;
  background-position: bottom right;
  background-size: 600px 610px;
  padding: 5rem 0;
}
@media only screen and (max-width: 1024px) {
  #home-area .container {
    background-size: 500px 510px;
    padding: 5rem 0 8rem;
  }
}
@media only screen and (max-width: 768px) {
  #home-area .container {
    background-size: 65%;
    background-position: bottom right;
    padding: 2.5rem 0 5rem;
    width: 100%;
    position: relative;
  }
  #home-area .container::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.5);
  }
}
#home-area .section-title {
  max-width: 585px;
  margin: auto auto 3rem;
  position: relative;
  z-index: 1;
}
@media only screen and (max-width: 768px) {
  #home-area .section-title {
    margin-bottom: 1.5rem;
    width: 85%;
  }
}
#home-area .txt {
  max-width: 650px;
  position: relative;
}
@media only screen and (max-width: 1024px) {
  #home-area .txt {
    width: 75%;
  }
}
@media only screen and (max-width: 768px) {
  #home-area .txt {
    width: 100%;
  }
}

/*━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━*/
/*index: ホームのお知らせ一覧*/
#home-information {
  overflow: hidden;
  background-image: url(../images/bg-01.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: left center;
  position: relative;
  font-family: Noto Sans JP, YuGothic, -apple-system, BlinkMacSystemFont, "Helvetica Neue", "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
}
#home-information .container {
  position: relative;
}
#home-information .container .news-button {
  position: absolute;
  width: 280px;
  right: -1em;
  top: 1em;
  z-index: 0;
}
#home-information .container .news-button a {
  display: block;
}
#home-information .container .news-button a:hover {
  opacity: 0.7;
}
@media only screen and (max-width: 768px) {
  #home-information .container .news-button {
    position: relative;
    width: 80%;
    top: inherit;
    margin: 2rem auto -2rem;
  }
}
#home-information .home-news {
  margin-right: 35px;
  width: calc(100% - 350px);
}
@media only screen and (max-width: 1024px) {
  #home-information .home-news {
    margin: 0 auto 4rem;
    max-width: 650px;
    width: 100%;
  }
}
@media only screen and (max-width: 768px) {
  #home-information .home-news {
    margin-bottom: 0;
    padding: 2rem 0;
  }
}
#home-information .section-title {
  color: #299646;
  font-size: 2.5333333333em;
  font-weight: bold;
  margin: 1.5rem auto;
  text-align: center;
}
@media only screen and (max-width: 768px) {
  #home-information .section-title {
    font-size: 2em;
    margin: 0 auto 1rem;
  }
}
#home-information .button-wrapper {
  text-align: center;
  margin-top: 2.5em;
}
@media only screen and (max-width: 768px) {
  #home-information .button-wrapper {
    margin: 1em auto;
  }
}
#home-information .list {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -15px;
  position: relative;
  justify-content: center;
  z-index: 1;
}
@media only screen and (max-width: 768px) {
  #home-information .list {
    margin: auto;
  }
}
#home-information .list .news-box {
  margin: 0 15px;
  width: calc(33.3333333333% - 30px);
}
@media only screen and (max-width: 1024px) {
  #home-information .list .news-box {
    margin: 0 10px;
    width: calc(33.3333333333% - 20px);
  }
}
@media only screen and (max-width: 768px) {
  #home-information .list .news-box {
    margin: 1em auto;
    width: 100%;
  }
  #home-information .list .news-box a {
    align-items: center;
    display: flex;
  }
}
#home-information .list .flex-box {
  align-items: center;
}
#home-information .list .img-box {
  border: 1px solid #f2f2f2;
  border-radius: 10px;
  background-color: #fff;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  width: 100%;
  height: 220px;
}
@media only screen and (max-width: 1024px) {
  #home-information .list .img-box {
    height: 200px;
  }
}
@media only screen and (max-width: 768px) {
  #home-information .list .img-box {
    border-radius: 8px;
    margin: auto;
    width: 50%;
  }
}
@media screen and (max-width: 430px) {
  #home-information .list .img-box {
    height: 110px;
  }
}
#home-information .list .no-img-box {
  border: 1px solid #f2f2f2;
  border-radius: 10px;
  background-color: #fff;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 220px;
}
@media only screen and (max-width: 1024px) {
  #home-information .list .no-img-box {
    height: 200px;
  }
}
@media only screen and (max-width: 768px) {
  #home-information .list .no-img-box {
    border-radius: 8px;
    margin: auto;
    width: 50%;
  }
}
@media screen and (max-width: 430px) {
  #home-information .list .no-img-box {
    height: 110px;
  }
}
#home-information .list .new-post {
  position: relative;
}
#home-information .list .new-post:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 76px;
  height: 76px;
  background: url(../images/icon-new.png) no-repeat left center/76px 76px;
}
@media screen and (max-width: 400px) {
  #home-information .list .new-post:before {
    width: 50px;
    height: 50px;
    background: url(../images/icon-new.png) no-repeat left center/50px 50px;
  }
}
#home-information .list time {
  color: #808080;
  font-size: 1.0666666667em;
  font-weight: 500;
  margin-right: 0.5em;
}
@media screen and (max-width: 400px) {
  #home-information .list time {
    font-size: 1em;
  }
}
#home-information .list .category {
  background: #299646;
  border-radius: 5px;
  color: #fff;
  font-size: 0.9333333333em;
  font-weight: 500;
  padding: 0.25em 0.5em;
}
#home-information .list dl {
  width: 100%;
  margin-top: 0.75em;
  padding: 0.5em 0;
}
@media only screen and (max-width: 768px) {
  #home-information .list dl {
    width: calc(50% - 1em);
    margin: 0 0 0 1em;
  }
}
#home-information .list dt {
  font-size: 1.0666666667em;
  font-weight: bold;
  line-height: 1.5;
}
@media screen and (max-width: 400px) {
  #home-information .list dt {
    margin-bottom: 0.5em;
  }
}
#home-information .list dd {
  align-items: center;
  display: flex;
  justify-content: space-between;
  width: 100%;
}
#home-information .list a {
  display: block;
  text-decoration: none;
}
#home-information .list a:hover {
  opacity: 0.8;
}

/*note: INDEXの表示は、コメントの「 index: 」でハイライト表示してください。*/
#home-contact {
  position: relative;
  font-family: Noto Sans JP, YuGothic, -apple-system, BlinkMacSystemFont, "Helvetica Neue", "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
}
#home-contact img {
  width: 100%;
}
#home-contact .container {
  padding: 0 0 10rem;
}
@media only screen and (max-width: 768px) {
  #home-contact .container {
    padding: 0 0 3rem;
  }
}
#home-contact .section-title {
  color: #299646;
  font-size: 2.5333333333em;
  font-weight: bold;
  margin: 1.5rem auto 2.5rem;
  text-align: center;
}
@media only screen and (max-width: 768px) {
  #home-contact .section-title {
    font-size: 2em;
  }
}

.form .hissu,
.form .wpcf7-not-valid-tip {
  color: #ff0200;
}
.form .contact-top {
  text-align: center;
  margin-bottom: 4.5em;
}
@media only screen and (max-width: 768px) {
  .form .contact-top {
    text-align: left;
    margin-bottom: 2.5em;
  }
}
.form .contact-title {
  display: flex;
  font-weight: 500;
  justify-content: space-between;
}
.form .contact-title .check {
  background-color: #ed1c24;
  box-sizing: border-box;
  color: #fff;
  margin-right: 2em;
  padding: 0.05em 0.5em;
  display: inline-block;
  border-radius: 6px;
}
@media only screen and (max-width: 768px) {
  .form .contact-title {
    justify-content: end;
  }
  .form .contact-title .check {
    margin-left: 1em;
    margin-right: 0;
    font-size: 90%;
  }
}
.form dl,
.form dt,
.form dd {
  box-sizing: border-box;
}
.form dl {
  display: flex;
  align-items: center;
  width: 100%;
  margin: 1.5em 0;
}
.form dl.naiyou {
  align-items: flex-start;
  margin: 1.5em 0 4.5em;
}
@media only screen and (max-width: 768px) {
  .form dl {
    display: block;
  }
  .form dl.naiyou {
    margin: 1.5em 0 3em;
  }
}
.form form {
  max-width: 750px;
  margin: auto;
  width: 100%;
}
.form dt {
  width: 35%;
}
@media only screen and (max-width: 768px) {
  .form dt {
    width: 100%;
    margin-bottom: 5px;
  }
}
.form dd {
  width: 65%;
}
@media only screen and (max-width: 768px) {
  .form dd {
    width: 100%;
  }
}
.form input[type=text] {
  border: 1px solid #f0f0f0;
  background-color: #f9f9f9;
  font-size: 100%;
  width: 100%;
  height: 40px;
  -webkit-appearance: none;
  border-radius: 4px;
}
.form input[name=address] {
  width: 48%;
}
.form input[name=address]::placeholder {
  color: #ccc;
  padding-left: 5%;
}
.form input[name=address2] {
  margin-left: 2%;
  width: 50%;
}
.form input[name=address2]::placeholder {
  color: #ccc;
  padding-left: 5%;
}
.form label::before,
.form label::after {
  content: none;
}
.form input[type=email] {
  border: 1px solid #f0f0f0;
  background-color: #f9f9f9;
  font-size: 100%;
  width: 100%;
  height: 40px;
  -webkit-appearance: none;
  border-radius: 4px;
}
.form textarea {
  border: 1px solid #f0f0f0;
  background-color: #f9f9f9;
  font-size: 100%;
  width: 100%;
  height: 170px;
  max-width: 100%;
  max-height: 250px;
  min-height: 170px;
  min-width: 100%;
  -webkit-appearance: none;
  border-radius: 4px;
}
.form .button-wrapper {
  width: 100%;
  max-width: 500px;
  margin: 0 auto;
}
@media only screen and (max-width: 768px) {
  .form .button-wrapper {
    max-width: 240px;
  }
}
.form input[type=submit] {
  -webkit-box-sizing: content-box;
  -webkit-appearance: button;
  appearance: button;
  box-sizing: border-box;
  background-color: #f7931e;
  box-shadow: 0 5px 0 #f15a24;
  border: none;
  border-radius: 8px;
  color: #f4f6f1;
  cursor: pointer;
  display: block;
  font-size: 1.25em;
  padding: 0.3em 0.4em;
  width: 100%;
  height: 60px;
  margin: auto;
}
.form input[type=submit]::-webkit-search-decoration {
  display: none;
}
.form input[type=submit]:focus {
  outline-offset: -2px;
}
.form input[type=submit]:hover {
  box-shadow: none;
  transform: translate3d(0, 5px, 0);
}
@media only screen and (max-width: 768px) {
  .form input[type=submit] {
    height: 50px;
  }
}
.form .soushin {
  text-align: center;
  height: 60px;
  margin-bottom: 0;
}
@media only screen and (max-width: 768px) {
  .form .soushin {
    height: 50px;
  }
}
.form .scroll {
  border: 1px solid #f0f0f0;
  background-color: #f9f9f9;
  width: 100%;
  height: 300px;
  margin: auto;
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
  padding: 1.5em 2em;
}
.form .scroll dl {
  display: block;
}
.form .scroll dl dt {
  color: #299646;
  font-size: 1.3333333333em;
  font-weight: 500;
  padding-bottom: 0.25em;
  width: 100%;
}
@media only screen and (max-width: 768px) {
  .form .scroll dl dt {
    font-size: 1.2em;
  }
}
.form .scroll dl dd {
  width: 100%;
}
.form .scroll dl dd ol {
  list-style: decimal;
  margin-left: 1.25em;
}
@media only screen and (max-width: 768px) {
  .form .scroll {
    padding: 1em;
  }
}
.form .doui {
  width: 100%;
  text-align: center;
  margin: 2em auto 4em;
}
.form .doui a {
  color: #299646;
}
@media only screen and (max-width: 768px) {
  .form .doui {
    margin: 2em auto;
  }
}
.form .privacy {
  color: #299646;
  font-size: 1.6em;
  font-weight: bold;
  margin: 0;
  padding: 0 0 0.5em;
}
@media only screen and (max-width: 768px) {
  .form .privacy {
    font-size: 1.4666666667em;
  }
}
.form .privacy-message {
  margin: 0;
}

.wysiwyg .wpcf7-display-none {
  display: none;
}

/*━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━*/
/*index: jsライブラリ専用外部ファイル読み込み */
/*━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━*/
/*index: slickスライダーの共通設定*/
/* Slider */
.slick-loading .slick-list {
  background: #fff url("./../images/ajax-loader.gif") center center no-repeat;
}

/* Icons */
@font-face {
  font-family: "slick";
  src: url("./fonts/slick.eot");
  src: url("./fonts/slick.eot?#iefix") format("embedded-opentype"), url("./fonts/slick.woff") format("woff"), url("./fonts/slick.ttf") format("truetype"), url("./fonts/slick.svg#slick") format("svg");
  font-weight: normal;
  font-style: normal;
}
/* Arrows */
.slick-prev,
.slick-next {
  position: absolute;
  display: block;
  height: 30px;
  width: 30px;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  background: transparent;
  color: transparent;
  -webkit-transform: translate(0, 11%);
  -ms-transform: translate(0, 11%);
  transform: translate(0, 11%);
  padding: 0;
  border: none;
  outline: none;
  top: 0;
  bottom: 0;
  margin: auto;
}
@media only screen and (max-width: 1024px) {
  .slick-prev,
  .slick-next {
    -webkit-transform: translate(0, 14%);
    -ms-transform: translate(0, 14%);
    transform: translate(0, 14%);
  }
}
@media only screen and (max-width: 768px) {
  .slick-prev,
  .slick-next {
    -webkit-transform: translate(0, 20%);
    -ms-transform: translate(0, 20%);
    transform: translate(0, 20%);
  }
}
.slick-prev:hover, .slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
  outline: none;
  background: transparent;
  color: transparent;
}
.slick-prev:hover:before, .slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
  opacity: 1;
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  opacity: 0.25;
}
.slick-prev:before,
.slick-next:before {
  font-family: "slick";
  font-size: 30px;
  line-height: 0;
  color: #000000;
  opacity: 0.75;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-prev {
  left: -14px;
  z-index: 2;
}
[dir=rtl] .slick-prev {
  left: auto;
  right: -25px;
}
.slick-prev:before {
  content: "←";
}
[dir=rtl] .slick-prev:before {
  content: "→";
}

.slick-next {
  right: -14px;
  z-index: 2;
}
[dir=rtl] .slick-next {
  left: -25px;
  right: auto;
}
.slick-next:before {
  content: "→";
}
[dir=rtl] .slick-next:before {
  content: "←";
}

/* Dots */
.slick-dotted.slick-slider {
  margin-bottom: 20px;
}
@media only screen and (max-width: 1024px) {
  .slick-dotted.slick-slider {
    margin-bottom: 10px;
  }
}

.slick-dots {
  position: absolute;
  top: -30px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 0;
  width: 100%;
}
.slick-dots li {
  position: relative;
  display: inline-block;
  height: 20px;
  width: 20px;
  margin: 0 1px;
  padding: 0;
  cursor: pointer;
}
.slick-dots li button {
  border: 0;
  background: transparent;
  display: block;
  height: 20px;
  width: 20px;
  outline: none;
  line-height: 0px;
  font-size: 0px;
  color: transparent;
  padding: 5px;
  cursor: pointer;
}
.slick-dots li button:hover, .slick-dots li button:focus {
  outline: none;
}
.slick-dots li button:hover:before, .slick-dots li button:focus:before {
  color: #000000;
  opacity: 0.25;
}
.slick-dots li button:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "■";
  width: 20px;
  height: 20px;
  font-family: "slick";
  font-size: 12px;
  line-height: 20px;
  text-align: center;
  color: #fff;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before {
  color: #000000;
  opacity: 1;
}

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.slick-track:before, .slick-track:after {
  content: "";
  display: table;
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}
[dir=rtl] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

.slider {
  display: none;
}
.slider * {
  box-sizing: border-box;
  line-height: 0;
}
.slider.slick-slider {
  display: block;
}
.slider .slick-track .slick-slide a:hover {
  opacity: 0.8;
}
.slider .slick-track .slick-slide img {
  width: 100%;
  height: auto;
  margin: auto;
  vertical-align: middle;
  display: block;
}
.slider .slick-arrow {
  z-index: 9;
  width: 26px;
  height: 39px;
  margin: auto;
  top: 0;
  bottom: 0;
  transform: none;
}
.slider .slick-arrow:before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background-image: url(../images/slider-arrow.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  opacity: 1;
}
.slider .slick-arrow:hover {
  opacity: 0.8;
}
.slider .slick-arrow.slick-prev {
  left: 10px;
  transform: rotate(180deg);
}
@media only screen and (max-width: 768px) {
  .slider .slick-arrow.slick-prev {
    left: 0;
  }
}
.slider .slick-arrow.slick-next {
  right: 10px;
}
@media only screen and (max-width: 768px) {
  .slider .slick-arrow.slick-next {
    right: 0;
  }
}
.slider .slick-dots {
  bottom: 20px;
}
.slider .slick-dots li {
  width: 15px;
  height: 15px;
}
.slider .slick-dots li button {
  width: 15px;
  height: 15px;
  background: #fff;
  border: 1px solid #299646;
  border-radius: 50%;
}
.slider .slick-dots li button:before {
  content: none;
}
.slider .slick-dots li.slick-active button {
  background: #299646;
}
.slider.slick-dotted {
  margin-bottom: 0;
}

/*━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━*/
/*index: 固定ページ専用外部ファイル読み込み */
/*━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━*/
/*index: アーカイブページ専用外部ファイル読み込み */
/*━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━*/
/*index: お知らせのアーカイブ*/
#post-archive .list {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -15px;
  position: relative;
  z-index: 1;
}
@media only screen and (max-width: 768px) {
  #post-archive .list {
    margin: auto;
  }
}
#post-archive .list .news-box {
  margin: 0 15px;
  width: calc(33.3333333333% - 30px);
}
#post-archive .list .news-box:first-child .no-img-box,
#post-archive .list .news-box:first-child .img-box {
  position: relative;
}
#post-archive .list .news-box:first-child .no-img-box:before,
#post-archive .list .news-box:first-child .img-box:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 76px;
  height: 76px;
  background: url(../images/icon-new.png) no-repeat left center/76px 76px;
}
@media screen and (max-width: 400px) {
  #post-archive .list .news-box:first-child .no-img-box:before,
  #post-archive .list .news-box:first-child .img-box:before {
    width: 50px;
    height: 50px;
    background: url(../images/icon-new.png) no-repeat left center/50px 50px;
  }
}
@media only screen and (max-width: 1024px) {
  #post-archive .list .news-box {
    margin: 0 10px;
    width: calc(33.3333333333% - 20px);
  }
}
@media only screen and (max-width: 768px) {
  #post-archive .list .news-box {
    margin: 1em auto;
    width: 100%;
  }
  #post-archive .list .news-box a {
    align-items: center;
    display: flex;
  }
}
#post-archive .list .flex-box {
  align-items: center;
}
#post-archive .list .img-box {
  border: 1px solid #f2f2f2;
  border-radius: 10px;
  background-color: #fff;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  width: 100%;
  height: 220px;
}
@media only screen and (max-width: 1024px) {
  #post-archive .list .img-box {
    height: 200px;
  }
}
@media only screen and (max-width: 768px) {
  #post-archive .list .img-box {
    border-radius: 8px;
    margin: auto;
    width: 50%;
  }
}
@media screen and (max-width: 430px) {
  #post-archive .list .img-box {
    height: 110px;
  }
}
#post-archive .list .no-img-box {
  border: 1px solid #f2f2f2;
  border-radius: 10px;
  background-color: #fff;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 220px;
}
@media only screen and (max-width: 1024px) {
  #post-archive .list .no-img-box {
    height: 200px;
  }
}
@media only screen and (max-width: 768px) {
  #post-archive .list .no-img-box {
    border-radius: 8px;
    margin: auto;
    width: 50%;
  }
}
@media screen and (max-width: 430px) {
  #post-archive .list .no-img-box {
    height: 110px;
  }
}
#post-archive .list time {
  color: #808080;
  font-size: 1.0666666667em;
  font-weight: 500;
  margin-right: 0.5em;
}
@media screen and (max-width: 400px) {
  #post-archive .list time {
    font-size: 1em;
  }
}
#post-archive .list .category {
  background: #299646;
  border-radius: 5px;
  color: #fff;
  font-size: 0.9333333333em;
  font-weight: 500;
  padding: 0.25em 0.5em;
}
#post-archive .list dl {
  width: 100%;
  margin-top: 0.75em;
  margin-bottom: 2rem;
  padding: 0.5em 0;
}
@media only screen and (max-width: 768px) {
  #post-archive .list dl {
    width: calc(50% - 1em);
    margin: 0 0 0 1em;
  }
}
#post-archive .list dt {
  font-size: 1.0666666667em;
  font-weight: bold;
  line-height: 1.5;
}
@media screen and (max-width: 400px) {
  #post-archive .list dt {
    margin-bottom: 0.5em;
  }
}
#post-archive .list dd {
  align-items: center;
  display: flex;
  justify-content: space-between;
  width: 100%;
}
#post-archive .list a {
  display: block;
  text-decoration: none;
}
#post-archive .list a:hover {
  opacity: 0.8;
}

/*━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━*/
/*index: 投稿ページ専用外部ファイル読み込み */
/*━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━*/
/*index: お問い合わせ */
/*━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━*/
/*index: 個人情報保護方針 */