@charset "UTF-8";
a.itext {
  width: auto !important;
  height: auto !important;
}

.annot {
  display: none !important;
}

::selection {
  background-color: #aed3f1;
}

.pcnone {
  display: none;
}

@media screen and (max-width: 834px) {
  .pcnone {
    display: block;
  }
}

@media screen and (max-width: 640px) {
  .spnone {
    display: none;
  }
}

@media only screen and (max-width: 1200px) {
  .bp1200none {
    display: none;
  }
}

@media screen and (max-width: 834px) {
  .bp1200none {
    display: block;
  }
}

@media only screen and (max-width: 1000px) {
  .bp1000none {
    display: none;
  }
}

@media screen and (max-width: 834px) {
  .bp1000none {
    display: block;
  }
}

* {
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}

li {
  list-style: none;
}

html {
  font-size: 65.5% !important;
}

html, 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, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  font-weight: 400;
}

body {
  counter-reset: number 0;
  line-height: 1.9em;
  letter-spacing: 0.05em;
  font-weight: 400;
  color: #423215;
  word-wrap: break-word;
  overflow: hidden;
  font-size: 1.7rem;
  font-family: "fot-tsukubrdgothic-std", "Noto Sans JP", "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

@media screen and (max-width: 640px) {
  body {
    font-size: 1.3rem;
  }
}

.inner {
  margin: 0 auto;
  max-width: 1200px;
}

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

#contents_wrap {
  width: 100%;
  min-width: 100%;
  background-color: #fff;
}

#contents {
  width: 100%;
  max-width: 1220px;
  padding: 0 10px;
  margin-top: 80px;
  padding-bottom: 100px;
  background-color: #fff;
}

@media only screen and (max-width: 1200px) {
  #contents {
    padding-left: 10px;
    padding-right: 10px;
  }
}

@media screen and (max-width: 834px) {
  #contents {
    padding: 0 30px 50px;
    margin-top: 20px;
  }
}

@media screen and (max-width: 640px) {
  #contents {
    padding: 0 10px 50px;
  }
}

#main {
  width: 100%;
}

#main #col_main {
  width: 100%;
}

#side {
  width: 18.75000%;
}

.map {
  margin: 56px 20px 0;
}

.map li {
  border-left: 5px solid #CCCCCC;
  list-style: none;
  margin: 0 0 15px;
  padding: 0 0 0 10px;
  text-align: left;
}

table {
  table-layout: auto;
}

@media screen and (-ms-high-contrast: active), screen and (-ms-high-contrast: none) {
  table {
    table-layout: fixed;
  }
}

.tlfix table {
  table-layout: fixed;
}

table td img {
  height: auto !important;
}

.tdpd10 td {
  padding: 10px !important;
}

pre {
  margin: 0;
  padding: 0;
  white-space: pre-line;
}

b, strong {
  font-weight: bold;
}

u {
  text-decoration: line-through;
}

img {
  max-width: 100%;
  height: auto !important;
}

small {
  font-size: 80%;
}

hr {
  border: none;
  height: 0;
  border-bottom: 1px dashed #B3B3B3;
}

span {
  font-weight: inherit;
}

u {
  text-decoration: underline;
}

input[type="button"] {
  cursor: pointer;
  padding: 5px 10px;
}

a {
  color: #17e012;
  transition: 1s;
  text-decoration: none;
}

a:hover {
  opacity: 0.6;
  transition: 0.5s;
}

@media screen and (max-width: 834px) {
  .imgR, .imgL {
    max-width: 100% !important;
  }
}

@media screen and (max-width: 640px) {
  .imgR, .imgL {
    display: block;
    float: none;
    margin: 0 auto 10px;
    max-width: 100% !important;
    text-align: center;
  }
}

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

.gothic {
  font-family: "fot-tsukubrdgothic-std", "Noto Sans JP", "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

@media screen and (max-width: 640px) {
  .fltL {
    float: none;
    width: 100% !important;
  }
  .fltR {
    float: none;
    width: 100% !important;
  }
  .sptal {
    text-align: left !important;
  }
  .sptar {
    text-align: right !important;
  }
  .sptac {
    text-align: center !important;
  }
  .spcenter {
    text-align: center;
    display: block;
    margin-top: 10px;
  }
}

header#global_header {
  min-width: auto;
}

footer#global_footer {
  min-width: auto;
}

/* section div.form_wrap dl dt {
  @media screen and (max-width: $sp-width){
  width:50%!important;

  }
} */
header#global_header {
  max-width: 100%;
  width: 100%;
  min-width: 100%;
  height: auto;
  text-align: center;
}

header#global_header button {
  display: none !important;
}

@media screen and (max-width: 834px) {
  header#global_header button {
    display: block !important;
  }
}

.fixed {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 500;
  background-color: #333 !important;
}

.h_logo {
  width: 40%;
  z-index: 999;
  text-align: left;
  padding: 10px 0;
}

@media screen and (max-width: 834px) {
  .h_logo {
    padding: 5px 0;
    position: fixed;
    width: 40%;
    left: 2%;
    z-index: 9999;
    margin-top: 0px;
    display: flex;
    flex-direction: row-reverse;
    align-items: center;
  }
}

@media screen and (max-width: 640px) {
  .h_logo {
    width: 45%;
    left: 2%;
    top: 1%;
  }
}

@media only screen and (max-width: 430px) {
  .h_logo {
    width: 45%;
  }
}

@media only screen and (max-width: 414px) {
  .h_logo {
    width: 50%;
    left: 2%;
  }
}

.h_logo h1 {
  font-size: 13px;
  padding-bottom: 10px;
}

@media screen and (max-width: 834px) {
  .h_logo h1 {
    padding-bottom: 0px;
  }
}

@media screen and (max-width: 640px) {
  .h_logo h1 {
    font-size: 11px;
    width: 100%;
    text-align: left;
  }
}

.col_01 {
  width: 100%;
  display: flex;
  justify-content: space-between;
}

@media screen and (max-width: 834px) {
  .col_01 {
    display: block;
    position: relative;
    height: auto;
    width: 100%;
  }
}

.col_02 {
  width: 100%;
  right: 0;
  display: flex;
  align-items: center;
  padding: 10px 0;
}

.tel01 {
  font-size: 1.5em;
  margin-left: 20px;
  font-family: fot-tsukubrdgothic-std, sans-serif !important;
  line-height: 1.0em;
  background-color: #a3cd2f;
  color: #fff;
  border-radius: 0 0 10px 10px;
  padding: 0 1% 1% 1%;
}

@media only screen and (max-width: 1190px) {
  .tel01 {
    font-size: 1.0em;
  }
}

@media screen and (max-width: 834px) {
  .tel01 {
    z-index: 7;
    position: fixed;
    font-size: 1.0em;
    padding-top: 0.7%;
    width: 34%;
    right: 8%;
  }
}

@media screen and (max-width: 640px) {
  .tel01 {
    position: static;
    margin-left: 0px;
    width: 100%;
    margin: 0 auto;
    text-align: center;
    font-size: 1.7em;
    z-index: 0;
    margin-top: 8%;
    border-radius: 0;
    padding: 3% 0;
  }
}

@media only screen and (max-width: 455px) {
  .tel01 {
    margin-top: 13%;
  }
}

.tel01 span {
  font-size: 0.5em;
  letter-spacing: 0px;
  display: inline-block;
  background-color: #eb8808;
  width: 100%;
  text-align: center;
}

.tel01 a {
  color: #fff !important;
}

#header {
  position: fixed;
  border-top: 5px solid #a3cd2f;
  top: 0;
  right: 0;
  left: 0;
  transition: all .5s;
  padding: 0 15px;
  z-index: 10;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  background-color: #fff;
  align-items: center;
}

@media screen and (max-width: 834px) {
  #header {
    height: 52px;
    z-index: 5;
    position: static;
    border-top: none;
    transition: all .0s;
    padding: 0px;
  }
}

@media screen and (max-width: 640px) {
  #header {
    display: flex;
    flex-direction: column;
  }
}

#header .inner {
  width: 100%;
}

#nav_global {
  width: 100%;
}

#nav_global ul {
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

#nav_global ul li {
  flex-grow: 1;
  position: relative;
  text-align: center;
  border-right: 1px solid #d4d0c5;
}

#nav_global ul li:nth-child(2) {
  border-left: 1px solid #d4d0c5;
}

#nav_global ul li a {
  position: relative;
  display: block;
  text-decoration: none;
  color: #333 !important;
  padding: 5px 0 5px 0;
  font-size: 1.0em;
  font-weight: bold;
  margin: 0 auto;
  line-height: 1.3em;
}

@media only screen and (max-width: 1190px) {
  #nav_global ul li a {
    font-size: 1.0em;
  }
}

@media only screen and (max-width: 1062px) {
  #nav_global ul li a {
    font-size: 0.9em;
  }
}

#nav_global ul li a:hover {
  color: #a3cd2f !important;
}

#nav_global ul li ul {
  position: absolute;
  left: 50%;
  margin: auto;
  z-index: 99999;
  display: flex;
  flex-flow: column;
  background-color: #a3cd2f;
  transform: translateX(-50%);
  width: 200px;
}

#nav_global ul li ul li {
  text-align: center;
  color: #fff !important;
  border-bottom: 1px solid #b5d462;
  width: 100%;
}

#nav_global ul li ul li a {
  display: inline-block;
  color: #fff !important;
  padding: 10px 0px !important;
  font-size: 0.8em;
  width: 100%;
}

#nav_global ul li ul li a:hover {
  transition: 0.5s;
  color: #fff !important;
  background-color: #5c8e15;
}

#nav_global ul li ul li a a:hover::after {
  display: none;
  background: #477900;
}

#mainArea {
  position: relative;
  margin-top: 125px;
  animation: fadeIn 1.5s ease 0s 1 normal;
}

@media screen and (max-width: 834px) {
  #mainArea {
    height: auto;
    margin: 0 auto;
  }
}

@media screen and (max-width: 640px) {
  #mainArea {
    margin-top: 80px;
  }
}

@media only screen and (max-width: 500px) {
  #mainArea {
    margin-top: 66px;
  }
}

@media only screen and (max-width: 414px) {
  #mainArea {
    margin-top: 68px;
  }
}

#mainArea img {
  object-fit: cover;
  font-family: "object-fit:cover;";
  width: 100%;
}

@media screen and (max-width: 834px) {
  #mainArea img {
    max-height: auto;
    min-height: auto;
    width: 100% !important;
    height: auto !important;
  }
}

@media screen and (max-width: 640px) {
  #mainArea img {
    width: 100% !important;
    margin-top: 0px;
    height: auto !important;
  }
}

#mainArea .katch {
  position: absolute;
  left: 10%;
  top: 30%;
  font-size: 3.0em;
  letter-spacing: 1px;
  font-family: "Times New Roman", "Noto Serif JP", "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  line-height: 1.8em;
  color: #fff;
  text-shadow: black 0 -2px;
}

@media screen and (max-width: 834px) {
  #mainArea .katch {
    font-size: 2.0em;
    line-height: 2.0em;
    top: 35%;
  }
}

@media screen and (max-width: 640px) {
  #mainArea .katch {
    font-size: 1.5em;
    top: 33%;
    text-shadow: 1px 1px 2px #f2f0e0;
    line-height: 2.0em;
  }
}

/*-----------------------------------------------------------------------------------------*/
/*-----------------------------------------------------------------------------------------*/
.mean-container a.meanmenu-reveal span {
  background: #fff !important;
}

.mean-container a.meanmenu-reveal {
  color: #fff !important;
  top: 0px !important;
  background-color: #a3cd2f;
}

.mean-container .mean-bar {
  background: #ffffff !important;
  position: fixed !important;
  z-index: 7 !important;
  padding: 0px 0 !important;
  top: 0;
}

.mean-container .mean-nav {
  background: #9ac524 !important;
  margin-top: 54px !important;
  z-index: 9 !important;
}

.mean-container .mean-nav ul li {
  z-index: 99999 !important;
}

.mean-container .mean-nav ul li ul {
  background: #88b116 !important;
  z-index: 9 !important;
}

.mean-container .mean-nav ul li a {
  border-top: 1px solid #c1e855 !important;
  height: 24px !important;
  z-index: 999 !important;
  width: 100%;
  color: #fff !important;
}

.mean-container .mean-nav ul li a li {
  margin-right: 15px;
  font-size: 16px;
}

.mean-container .mean-nav ul li a.mean-expand:hover {
  background: #a3cd2f !important;
  z-index: 999 !important;
  height: 27px !important;
}

.mean-container .mean-nav ul li a.mean-expand {
  padding: 0.8em 5% !important;
}

.mean-bar .inner {
  margin: 0px !important;
  padding-left: 0px !important;
  padding-right: 0px !important;
}

#global_footer {
  position: relative;
  background-color: #fff !important;
  bottom: 0 !important;
  background-repeat: repeat;
}

@media screen and (max-width: 640px) {
  #global_footer {
    margin-top: 0px !important;
  }
}

#footer {
  bottom: 0 !important;
  background-color: #fff;
}

@media screen and (max-width: 640px) {
  #footer {
    padding: 0px 0;
  }
}

#footer .inner {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  align-items: flex-start;
  justify-content: space-between;
  max-width: 1200px;
  width: 100%;
}

@media screen and (max-width: 640px) {
  #footer .inner {
    flex-direction: column;
  }
}

#footer .inner .footer_container {
  width: 100%;
  display: flex;
  justify-content: center;
  margin: 0 auto;
  text-align: center;
  align-items: center;
  justify-content: space-between;
}

@media screen and (max-width: 834px) {
  #footer .inner .footer_container {
    flex-wrap: wrap;
    justify-content: center;
  }
}

.col_2 {
  width: 50%;
  display: flex;
  flex-direction: column;
  align-content: flex-end;
}

@media screen and (max-width: 834px) {
  .col_2 {
    display: none;
  }
}

.col_2 a {
  color: #333 !important;
}

.col_2 .nav_footer {
  color: #333 !important;
  display: flex;
  width: 100%;
  flex-flow: wrap;
  justify-content: flex-end;
}

.col_2 .nav_footer li {
  padding: 0px;
  color: #333;
  font-size: 0.9em;
  padding: 0 0 0 20px;
}

@media only screen and (max-width: 1085px) {
  .col_2 .nav_footer li {
    padding: 0 5px;
    font-size: 0.8em;
  }
}

@media screen and (max-width: 640px) {
  .col_2 .nav_footer li {
    width: 100%;
    text-align: center;
  }
}

.col_2 .nav_footer li a {
  color: #423215 !important;
  font-weight: 600;
}

.col_2 .nav_footer li a:hover {
  transition: 0.5s;
}

.col_001 {
  display: flex;
  flex-direction: column;
  color: #333;
  text-align: left;
  width: 40%;
  font-size: 0.9em;
  line-height: 1.5em;
}

@media screen and (max-width: 834px) {
  .col_001 {
    flex-direction: column;
    align-items: center;
    text-align: center;
    width: 100%;
    padding-bottom: 50px;
  }
}

@media screen and (max-width: 640px) {
  .col_001 {
    padding-bottom: 0px;
    font-size: 0.7em;
    line-height: 20px;
  }
}

.col_001 img {
  margin-bottom: 20px;
}

@media screen and (max-width: 834px) {
  .col_001 img {
    width: 70%;
  }
}

.col_001 .add {
  text-align: left;
  color: #333;
}

@media screen and (max-width: 640px) {
  .col_001 .add {
    text-align: center;
    font-size: 13px;
  }
}

.f_logo {
  width: 76%;
}

@media screen and (max-width: 640px) {
  .f_logo {
    width: 100%;
    margin-bottom: 20px;
  }
}

#copy {
  color: #333;
  background-color: #fff;
  z-index: 3;
  padding: 1%;
}

#copy a {
  color: #333 !important;
}

#global_footer {
  bottom: 0px !important;
  margin-top: 0px !important;
  min-width: 0px !important;
}

/*-----------------------------------------------------------------------------------------*/
.contact01 {
  background-color: #f0900a;
  border: 20px solid #fabb5c;
  width: 80%;
  margin: 0 auto;
}

@media screen and (max-width: 834px) {
  .contact01 {
    width: 100%;
  }
}

.contact01 td {
  padding: 20px !important;
}

@media screen and (max-width: 834px) {
  .contact01 td {
    padding: 10px !important;
  }
}

@media screen and (max-width: 834px) {
  .contact01 tr {
    display: flex;
    flex-direction: column !important;
  }
}

@media only screen and (max-width: 1150px) {
  .contact01 .left {
    width: 40%;
  }
}

@media screen and (max-width: 834px) {
  .contact01 .left {
    width: 100%;
  }
}

@media screen and (max-width: 834px) {
  .contact01 .righttxt {
    text-align: center !important;
  }
}

.contact01 .lefttxt {
  padding: 20px !important;
}

@media screen and (max-width: 834px) {
  .contact01 .lefttxt {
    padding: 5px !important;
  }
}

.contact01 .lefttxt div {
  font-size: 1.5em;
}

@media only screen and (max-width: 1150px) {
  .contact01 .lefttxt div {
    font-size: 1.0em;
  }
}

.contact01 .tel02 {
  padding: 20px !important;
}

@media screen and (max-width: 834px) {
  .contact01 .tel02 {
    padding: 15px !important;
  }
}

.contact01 .tel02 div {
  font-size: 2.5em;
  color: #423215 !important;
  font-weight: bold;
}

@media only screen and (max-width: 1150px) {
  .contact01 .tel02 div {
    font-size: 1.8em;
  }
}

@media screen and (max-width: 834px) {
  .contact01 .tel02 div {
    font-size: 2.0em;
  }
}

.h2title_01 {
  margin-top: 100px;
}

@media screen and (max-width: 640px) {
  .h2title_01 {
    margin-top: 20px;
  }
}

.h2title_01 h2 {
  font-size: 2.0em;
  font-weight: bold;
  display: flex;
  align-items: center;
}

.h2title_01 h2:before {
  content: "";
  display: block;
  height: 67px;
  width: 61px;
  background: url(../images/home/ttl01.png);
  margin-right: 10px;
  margin-bottom: 10px;
}

.cont_1 {
  background-color: #edffd7;
  margin-top: 100px;
}

.h2title_02 h2 {
  font-size: 2.0em;
  padding-top: 100px;
  position: relative;
  line-height: 1.5em;
  z-index: 2;
  font-weight: bold;
}

@media screen and (max-width: 640px) {
  .h2title_02 h2 {
    font-size: 1.8em;
    padding-top: 80px;
  }
}

.h2title_02 h2:after {
  position: absolute;
  right: 0;
  left: 0;
  bottom: -25px;
  background-size: contain;
  z-index: -1;
  content: "";
  display: block;
  height: 190px;
  width: 170px;
  background: url(../images/home/ttl02.png);
  margin: 0 auto;
}

@media screen and (max-width: 640px) {
  .h2title_02 h2:after {
    bottom: -53px;
  }
}

.flexbox {
  margin-top: 80px;
}

@media screen and (max-width: 640px) {
  .flexbox {
    margin-top: 50px;
  }
}

.flexbox .inner {
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
}

@media screen and (max-width: 640px) {
  .flexbox .inner {
    flex-direction: column;
  }
}

.flexmenu {
  margin-top: 30px;
  flex-direction: column;
  justify-content: center;
  position: relative;
  width: 33%;
}

@media screen and (max-width: 640px) {
  .flexmenu {
    width: 100%;
  }
}

.flexmenu img {
  display: flex;
  margin: 0 auto;
}

.flexmenu .box {
  width: 100%;
  margin: 0 15px 30px 15px;
  display: flex;
  flex-direction: column;
}

.flexmenu .box article h3 {
  display: none;
}

.flexmenu .box > div {
  margin-top: 10px;
}

.flexmenu .box:last-child {
  display: flex;
  align-items: flex-end;
  width: 100%;
  display: grid;
}

@media screen and (max-width: 834px) {
  .flexmenu .box:last-child {
    padding: 10px;
  }
}

@media all and (-ms-high-contrast: none) {
  .flexmenu .box:last-child {
    align-items: stretch;
  }
}

.flexmenu .box:last-child > div {
  margin-top: 0px;
}

.flexmenu a {
  background-color: #fff;
  border: 1px solid #a3cd2f;
  padding: 2%;
  color: #423215;
  width: 100%;
  text-align: center;
  border-radius: 3px;
  display: inline-block;
  opacity: 10;
  font-weight: 600;
}

.flexmenu a:after {
  font-family: "Font Awesome 5 Pro";
  content: "\f138";
  display: inline-block;
  padding-left: 8px;
  font-weight: bold;
  padding-left: 10px;
  color: #a3cd2f;
}

.flexmenu a:hover {
  background-color: #a3cd2f;
  border: 1px solid #fff;
  color: #fff !important;
}

.flexmenu a:hover:after {
  color: #fff !important;
}

.h2title_03 h2 {
  font-size: 2.0em;
  padding-top: 150px;
  position: relative;
  font-weight: bold;
  line-height: 1.5em;
  z-index: 2;
}

@media screen and (max-width: 834px) {
  .h2title_03 h2 {
    padding-top: 100px;
    font-size: 1.8em;
  }
}

.h2title_03 h2:after {
  position: absolute;
  right: 0;
  left: 0;
  bottom: -30px;
  background-size: contain;
  z-index: -1;
  content: "";
  display: block;
  height: 190px;
  width: 170px;
  background: url(../images/home/ttl03.png);
  margin: 0 auto;
}

@media screen and (max-width: 640px) {
  .h2title_03 h2:after {
    bottom: -53px;
  }
}

.listbox {
  background-color: #ffe79c;
  border: 10px solid #eda01a;
  padding: 3%;
  margin-top: 100px;
  display: flex;
  justify-content: space-between;
}

@media screen and (max-width: 834px) {
  .listbox {
    flex-direction: column;
    flex-flow: row wrap;
    margin-top: 80px;
    padding: 1%;
  }
}

.listbox .list {
  width: 25%;
}

@media screen and (max-width: 834px) {
  .listbox .list {
    width: 50%;
  }
}

.listbox ul {
  display: flex;
  flex-direction: column;
}

@media screen and (max-width: 834px) {
  .listbox ul {
    margin-bottom: 20px;
  }
}

.listbox ul li {
  font-weight: 600;
}

@media screen and (max-width: 640px) {
  .listbox ul li {
    font-size: 0.9em;
    letter-spacing: 0px;
  }
}

.listbox ul li:before {
  font-family: "Font Awesome 5 Pro";
  content: "\f138";
  display: inline-block;
  padding-left: 8px;
  font-weight: bold;
  padding-left: 10px;
  color: #eda01a;
}

.listbox ul li a {
  color: #333 !important;
  text-decoration: underline;
  font-weight: 600;
}

.cont_2 {
  background-color: #edffd7;
  margin-top: 100px;
  margin-bottom: -100px;
}

.cont_2 .inner {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}

@media screen and (max-width: 834px) {
  .cont_2 .inner {
    flex-direction: column;
    padding: 0 10px;
  }
}

.cont_2 .h2title_04 h2 {
  font-size: 1.5em;
  padding-top: 100px;
  position: relative;
  z-index: 2;
  font-weight: bold;
  display: flex;
  align-items: center;
  padding-left: 60px;
  margin: 30px 0;
}

@media screen and (max-width: 834px) {
  .cont_2 .h2title_04 h2 {
    padding-top: 20px;
  }
}

.cont_2 .h2title_04 h2:before {
  position: absolute;
  left: 0;
  background-size: contain;
  z-index: -1;
  content: "";
  display: block;
  height: 49px;
  width: 39px;
  background: url(../images/home/ttl04.png);
  margin: 0 auto;
}

.cont_2 .time {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  width: 48%;
}

@media screen and (max-width: 834px) {
  .cont_2 .time {
    width: 100%;
  }
}

.cont_2 .time .yoyaku {
  background-color: #f0900a;
  color: #fff;
  display: inline-block;
  width: 100%;
  text-align: center;
  font-size: 2.5em;
  padding: 4%;
}

.cont_2 .time .yoyaku div {
  font-weight: bold !important;
}

.cont_2 .calender {
  margin-top: 30px;
  width: 100%;
}

.cont_2 .calender td {
  padding: 15px !important;
}

@media screen and (max-width: 834px) {
  .cont_2 .calender td {
    padding: 8px !important;
  }
}

@media screen and (max-width: 640px) {
  .cont_2 .calender .left {
    width: 40% !important;
  }
}

.cont_3 {
  padding: 10% 0;
  background-repeat: no-repeat;
  background-size: cover;
}

.cont_3 h2 {
  font-size: 2.5em;
  font-weight: bold;
}

.cont_3 h2 span {
  font-size: 1.0em;
}

.cont_3 .yoyaku {
  margin-top: 100px;
}

@media screen and (max-width: 834px) {
  .cont_3 .yoyaku {
    margin-top: 40px;
    width: 80%;
  }
}

.cont_3 .yoyaku td {
  padding: 30px !important;
}

@media screen and (max-width: 640px) {
  .cont_3 .yoyaku td {
    padding: 15px !important;
  }
}

.cont_3 .yoyaku .tel03 {
  padding-top: 60px !important;
}

@media screen and (max-width: 640px) {
  .cont_3 .yoyaku .tel03 {
    padding-top: 30px !important;
  }
}

.cont_3 .yoyaku .tel03 div {
  font-size: 3.0em;
  font-weight: 600;
}

@media screen and (max-width: 834px) {
  .cont_3 .yoyaku .tel03 div {
    font-size: 2.0em;
  }
}

.cont_3 .yoyaku .tel03 a {
  color: #423215;
}

.cont_3 .yoyaku .txt div {
  font-size: 1.3em;
  line-height: 2.0em;
}

.cont_3 .yoyaku .txt div span {
  color: #ee8d09;
  font-size: 1.7em;
  font-weight: 600;
  background: linear-gradient(transparent 77%, #ff6 77%);
}

@media screen and (max-width: 834px) {
  .cont_3 .yoyaku .txt div span {
    font-size: 1.3em;
  }
}

@media screen and (max-width: 640px) {
  .cont_3 .yoyaku .txt div span {
    font-size: 1.5em;
  }
}

.h2title_07 {
  margin: 30px 0 100px 0;
}

.h2title_07 h2 {
  font-size: 2.0em;
  padding-top: 100px;
  position: relative;
  z-index: 2;
  font-weight: bold;
}

.h2title_07 h2:after {
  position: absolute;
  right: 0;
  left: 0;
  bottom: -50px;
  background-size: contain;
  z-index: -1;
  content: "";
  display: block;
  height: 180px;
  width: 170px;
  background: url(../images/home/ttl03.png);
  margin: 0 auto;
}

.table02 td {
  padding: 20px !important;
}

.table02 tr {
  border-bottom: 1px solid #eee !important;
}

div.items > article a {
  color: #111;
  text-decoration: none !important;
  font-size: 16px;
}

div.under ul li a {
  font-weight: 400;
  font-family: "Times New Roman", "Noto Serif JP", "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  opacity: 1;
  border: 1px solid #333;
  color: #333 !important;
  padding: 10px;
}

div.under ul li a:hover {
  border: 1px solid #b0ddd9;
  background: #b0ddd9;
  color: #fff !important;
}

div.select > select {
  height: 100%;
}

div.search form input {
  padding: 10px 37px 10px 5px;
}

div.order ul li a {
  color: #111;
}

div.items > article p.price {
  color: red;
}

div.crumb {
  display: none;
}

div.item_view div.item_option {
  width: 100% !important;
}

div.item_option dl, button.addcart {
  width: 50% !important;
}

@media screen and (max-width: 834px) {
  div.item_option dl, button.addcart {
    margin: 0 auto;
  }
}

@media screen and (max-width: 834px) {
  .addcart {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
  }
}

div.item_view div.struct {
  display: block;
}

div.photo div.large {
  width: auto;
}

div.photo {
  margin-left: 0;
}

h2.title_h2 {
  background: none !important;
  border-top: none !important;
  border-bottom: 1px solid #CCCCCC;
  font-size: 20px !important;
  line-height: 1.3;
  margin: 65px 0 20px !important;
  padding: 10px !important;
}

h2.title_h2 span {
  border: none !important;
  padding: 0 !important;
}

ul.item_list li {
  margin-bottom: 10px !important;
}

ul.item_list li h3.title_h3 {
  font-size: 18px !important;
}

.btn_cart a {
  background: url(../images/common/ico_cart_w.png) no-repeat 10px 12px #000000 !important;
  background-size: 30px auto !important;
  color: #FFFFFF !important;
  display: block !important;
  padding: 10px 10px 10px 50px !important;
  width: 100% !important;
  border: 1px solid #ffffff;
}

.btn_cart a:hover {
  background: url(../images/common/ico_cart_w.png) no-repeat 10px 12px #CCCCCC !important;
  background-size: 30px auto !important;
}

.sort_catalog {
  overflow: hidden;
}

.sort_catalog ul {
  display: flex;
}

.item_title, .wishlist {
  margin: 0 !important;
}

.shop_cont h2.title_h2, .item_info h2.title_h2 {
  border-top: 2px solid #CCCCCC;
}

.shop_cont a, .item_info a {
  color: #CCCCCC;
}

.shop_cont a:hover, .item_info a:hover {
  text-decoration: none;
}

.item_title h2 {
  border-top: 2px solid #CCCCCC;
  border-bottom: 1px solid #CCCCCC;
}

.shop_cont table {
  table-layout: auto;
}

div.order ul li {
  margin: 5px 0 5px 20px;
}

@media screen and (max-width: 640px) {
  div.order ul li {
    margin: 5px 0 5px 8px;
  }
}

div.item_option dl, button.addcart {
  width: 100% !important;
}

@media screen and (max-width: 640px) {
  div.item_option dl, button.addcart {
    width: 100% !important;
  }
}

.addcart a {
  color: #333 !important;
}

.btn a {
  display: block;
  max-width: 300px;
  background: #a3cd2f;
  color: #fff;
  margin-top: 20px;
  padding: 15px 0;
  width: 100%;
  text-align: center;
  text-decoration: none;
}

@media screen and (max-width: 640px) {
  .btn a {
    margin-right: auto;
    margin-left: auto;
  }
}

.flex1 {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.flex1._top {
  align-items: flex-start;
}

.flex1._center {
  align-items: center;
}

.flex1:before {
  width: calc(100% / 1 - 1%);
  content: "";
  order: 1;
}

.flex1:before {
  width: calc(100% / 1 - 1%);
  content: "";
  order: 1;
}

.flex1:after {
  width: calc(100% / 1 - 1%);
  content: "";
  order: 2;
}

.flex1 .box {
  width: calc(100% / 1 - 1%);
  margin-bottom: 2%;
}

@media screen and (max-width: 834px) {
  ._tabwidth1 .box {
    width: 100%;
  }
  ._tabwidth2 .box {
    width: calc(100% / 2 - 1%);
  }
  ._tabwidth3 .box {
    width: calc(100% / 3 - 1%);
  }
}

@media screen and (max-width: 640px) {
  ._spwidth1 .box {
    width: 100%;
  }
  ._spwidth2 .box {
    width: calc(100% / 2 - 1%);
  }
  ._spwidth3 .box {
    width: calc(100% / 3 - 1%);
  }
}

.flex1 .box img {
  width: 100% !important;
}

.flex2 {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.flex2._top {
  align-items: flex-start;
}

.flex2._center {
  align-items: center;
}

.flex2:before {
  width: calc(100% / 2 - 1%);
  content: "";
  order: 1;
}

.flex2:before {
  width: calc(100% / 2 - 1%);
  content: "";
  order: 1;
}

.flex2:after {
  width: calc(100% / 2 - 1%);
  content: "";
  order: 2;
}

.flex2 .box {
  width: calc(100% / 2 - 1%);
  margin-bottom: 2%;
}

@media screen and (max-width: 834px) {
  ._tabwidth1 .box {
    width: 100%;
  }
  ._tabwidth2 .box {
    width: calc(100% / 2 - 1%);
  }
  ._tabwidth3 .box {
    width: calc(100% / 3 - 1%);
  }
}

@media screen and (max-width: 640px) {
  ._spwidth1 .box {
    width: 100%;
  }
  ._spwidth2 .box {
    width: calc(100% / 2 - 1%);
  }
  ._spwidth3 .box {
    width: calc(100% / 3 - 1%);
  }
}

.flex2 .box img {
  width: 100% !important;
}

.flex3 {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.flex3._top {
  align-items: flex-start;
}

.flex3._center {
  align-items: center;
}

.flex3:before {
  width: calc(100% / 3 - 1%);
  content: "";
  order: 1;
}

.flex3:before {
  width: calc(100% / 3 - 1%);
  content: "";
  order: 1;
}

.flex3:after {
  width: calc(100% / 3 - 1%);
  content: "";
  order: 2;
}

.flex3 .box {
  width: calc(100% / 3 - 1%);
  margin-bottom: 2%;
}

@media screen and (max-width: 834px) {
  ._tabwidth1 .box {
    width: 100%;
  }
  ._tabwidth2 .box {
    width: calc(100% / 2 - 1%);
  }
  ._tabwidth3 .box {
    width: calc(100% / 3 - 1%);
  }
}

@media screen and (max-width: 640px) {
  ._spwidth1 .box {
    width: 100%;
  }
  ._spwidth2 .box {
    width: calc(100% / 2 - 1%);
  }
  ._spwidth3 .box {
    width: calc(100% / 3 - 1%);
  }
}

.flex3 .box img {
  width: 100% !important;
}

.flex4 {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.flex4._top {
  align-items: flex-start;
}

.flex4._center {
  align-items: center;
}

.flex4:before {
  width: calc(100% / 4 - 1%);
  content: "";
  order: 1;
}

.flex4:before {
  width: calc(100% / 4 - 1%);
  content: "";
  order: 1;
}

.flex4:after {
  width: calc(100% / 4 - 1%);
  content: "";
  order: 2;
}

.flex4 .box {
  width: calc(100% / 4 - 1%);
  margin-bottom: 2%;
}

@media screen and (max-width: 834px) {
  ._tabwidth1 .box {
    width: 100%;
  }
  ._tabwidth2 .box {
    width: calc(100% / 2 - 1%);
  }
  ._tabwidth3 .box {
    width: calc(100% / 3 - 1%);
  }
}

@media screen and (max-width: 640px) {
  ._spwidth1 .box {
    width: 100%;
  }
  ._spwidth2 .box {
    width: calc(100% / 2 - 1%);
  }
  ._spwidth3 .box {
    width: calc(100% / 3 - 1%);
  }
}

.flex4 .box img {
  width: 100% !important;
}

.square._100 .square-inner:before {
  padding-top: 100%;
}

.square._75 .square-inner:before {
  padding-top: 75%;
}

.square._66 .square-inner:before {
  padding-top: 66%;
}

.square td .square-inner {
  display: block;
  position: relative;
}

.square td .square-inner:before {
  position: relative;
  z-index: 1;
  content: "";
  display: block;
  width: 100% !important;
}

.square td .square-inner img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  object-fit: cover;
  font-family: "object-fit:cover;";
  width: 100% !important;
  height: 100% !important;
}

.square > .square-inner {
  display: block;
  position: relative;
}

.square > .square-inner .itext {
  float: none !important;
  margin-right: 0 !important;
}

.square > .square-inner .itext img {
  float: none !important;
  margin-right: 0 !important;
}

.square > .square-inner:before {
  position: relative;
  z-index: 1;
  content: "";
  display: block;
  width: 100% !important;
}

.square > .square-inner img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  object-fit: cover;
  font-family: "object-fit:cover;";
  width: 100% !important;
  height: 100% !important;
}

.square > .box .itext {
  float: none !important;
  margin-right: 0 !important;
}

.square > .box .itext img {
  float: none !important;
  margin-right: 0 !important;
}

.square > .box .square-inner {
  display: block;
  position: relative;
}

.square > .box .square-inner:before {
  position: relative;
  z-index: 1;
  content: "";
  display: block;
  width: 100% !important;
}

.square > .box .square-inner img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  object-fit: cover;
  font-family: "object-fit:cover;";
  width: 100% !important;
  height: 100% !important;
}

.bg100 {
  margin-right: calc(((100vw - 100%) / 2) * -1) !important;
  margin-left: calc(((100vw - 100%) / 2) * -1) !important;
}

.flex2cl_01 {
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
}

@media screen and (max-width: 834px) {
  .flex2cl_01 {
    flex-direction: column-reverse;
  }
}

.flex2cl_01 .flxL {
  width: 57%;
}

@media screen and (max-width: 834px) {
  .flex2cl_01 .flxL {
    width: 100%;
  }
}

.flex2cl_01 .flxR {
  width: 40%;
}

@media screen and (max-width: 834px) {
  .flex2cl_01 .flxR {
    width: 100%;
    margin-bottom: 20px;
  }
}

.flex2cl_01 .flxR .img {
  width: 100%;
}

.flex2cl_01 .flxR .img img {
  width: 100% !important;
}

.flex2cl_02 {
  border: 0;
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  margin-left: -4%;
  margin-bottom: 50px;
}

@media screen and (max-width: 1200px) {
  .flex2cl_02 {
    margin-left: -2.4390%;
  }
}

@media screen and (max-width: 834px) {
  .flex2cl_02 {
    justify-content: space-between;
    margin-left: 0;
  }
}

.flex2cl_02 .box {
  position: relative;
  width: 46%;
  margin-left: 4%;
  margin-bottom: 20px;
}

@media screen and (max-width: 1200px) {
  .flex2cl_02 .box {
    width: 47.5609%;
    margin-left: 2.4390%;
    display: block;
  }
}

@media screen and (max-width: 834px) {
  .flex2cl_02 .box {
    width: 100%;
    margin-left: 0;
  }
}

.flex2cl_02 .box img {
  width: 100% !important;
}

.flex2cl_02 .box tr:nth-child(2) {
  font-size: 18px;
  font-weight: 700;
}

.flex2cl_02 .box tr td {
  padding: 0 !important;
  border: 0 !important;
}

.flex3cl {
  border: 0;
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
  flex-direction: row;
  margin-left: -2.43902%;
}

@media screen and (max-width: 1200px) {
  .flex3cl {
    margin-left: -2.4390%;
  }
}

@media screen and (max-width: 640px) {
  .flex3cl {
    justify-content: space-between;
    margin-left: 0;
  }
}

.flex3cl .box {
  position: relative;
  width: 30.89431%;
  margin-left: 2.43902%;
  margin-bottom: 30px;
}

@media screen and (max-width: 1200px) {
  .flex3cl .box {
    width: 47.5609%;
    margin-left: 2.4390%;
    display: block;
    margin-bottom: 15px;
  }
}

@media screen and (max-width: 640px) {
  .flex3cl .box {
    width: 100%;
    margin-left: 0;
    margin-bottom: 20px;
  }
}

.flex3cl .box img {
  width: 100% !important;
}

.flex3cl .box tr:nth-child(2) {
  font-size: 18px;
  font-weight: 700;
}

.flex3cl .box tr td {
  padding: 0 !important;
  border: 0 !important;
}

.flex4cl {
  border: 0;
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
  flex-direction: row;
  margin-left: -3.22581%;
}

@media screen and (max-width: 1200px) {
  .flex4cl {
    margin-left: -2.4390%;
  }
}

@media screen and (max-width: 640px) {
  .flex4cl {
    justify-content: space-between;
    margin-left: 0;
  }
}

.flex4cl .box {
  position: relative;
  width: 21.77419%;
  margin-left: 3.22581%;
  margin-bottom: 30px;
}

@media screen and (max-width: 1200px) {
  .flex4cl .box {
    width: 22.5609%;
    margin-left: 2.4390%;
    display: block;
    margin-bottom: 15px;
  }
}

@media screen and (max-width: 640px) {
  .flex4cl .box {
    width: 45%;
    margin-left: 0;
    margin-bottom: 20px;
  }
}

.flex4cl .box img {
  width: 100% !important;
}

.flex4cl .box tr:nth-child(2) {
  font-size: 18px;
  font-weight: 700;
}

.flex4cl .box tr td {
  padding: 0 !important;
  border: 0 !important;
}

/* ブログページ */
.blog .wrap {
  margin-top: 100px !important;
  display: flex !important;
  max-width: 1200px;
  margin: 0 auto;
}

@media screen and (max-width: 834px) {
  .blog .wrap {
    flex-direction: column;
    width: 95%;
  }
}

@media screen and (max-width: 834px) {
  .blog .wrap {
    flex-direction: column-reverse;
  }
}

/********* blog連動*********/
.blog_list {
  background-color: #fff;
  padding: 20px;
}

.blog_list div.blog_date {
  color: #333 !important;
}

.blog_text {
  width: 100% !important;
}

.blog_text h3 {
  background-color: #f2ab09;
  color: #fff;
  border-radius: 3px;
  display: inline-block;
  padding: 0 10px;
}

.blog_text .detail {
  color: #333 !important;
  margin-top: 0px !important;
}

div.blog_list div.blog_photo img {
  width: 100% _ !important;
  height: 200px !important;
  object-fit: cover !important;
}

/********* Instagram *********/
.event_Instagram01 {
  border: none !important;
  margin-top: 130px;
  margin-bottom: 50px;
  z-index: 10;
}

@media screen and (max-width: 640px) {
  .event_Instagram01 {
    margin-top: 50px;
  }
}

.event_Instagram01 .sns_list {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  border: none;
  justify-content: space-between;
}

@media screen and (max-width: 640px) {
  .event_Instagram01 .sns_list {
    flex-wrap: wrap;
  }
}

.event_Instagram01 .sns_text {
  display: none;
  width: 0% !important;
}

.event_Instagram01 .sns_photo {
  width: 100% !important;
  padding: 0 !important;
}

.event_Instagram01 .sns_photo img {
  width: 100% !important;
  height: 100% !important;
  object-fit: cover !important;
}

.event_Instagram01 div.sns_list > div {
  display: flex;
  border-bottom: 0px dashed #ccc;
  width: 15.5%;
  margin-bottom: 5px;
}

@media screen and (max-width: 640px) {
  .event_Instagram01 div.sns_list > div {
    width: 32.3333333%;
  }
}

/********* Instagram *********/
.event_Instagram11 {
  border: none !important;
}

.event_Instagram11 .sns_list {
  display: flex;
  border: none;
  flex-direction: row;
  width: 100%;
}

@media screen and (max-width: 640px) {
  .event_Instagram11 .sns_list {
    align-content: flex-start;
    width: 97%;
    flex-flow: row wrap !important;
  }
}

.event_Instagram11 .event_Instagram11 div.sns_list > div {
  display: flex;
  border-bottom: 0px dashed #ccc;
  width: 50% !important;
}

.event_Instagram11 .sns_text {
  display: none;
  width: 0% !important;
}

.event_Instagram11 .sns_photo {
  width: 100% !important;
}

.event_Instagram11 .sns_photo img {
  width: 400px !important;
  height: 200px !important;
  object-fit: cover;
  font-family: "object-fit: cover;";
}

@media screen and (max-width: 834px) {
  .event_Instagram11 .sns_photo img {
    width: auto !important;
    height: auto !important;
  }
}

@media screen and (max-width: 640px) {
  .event_Instagram11 .sns_photo img {
    width: auto !important;
    height: auto !important;
    object-fit: cover;
    font-family: "object-fit: cover;";
  }
}

.event_Instagram11 div.blog_list {
  display: flex;
  flex-direction: column;
  border: 1px solid #fff !important;
  box-sizing: border-box;
}

.event_Instagram11 div.sns_list div.sns_photo {
  width: 100% !important;
  padding-top: 10px;
  padding-right: 0px !important;
  box-sizing: border-box;
}

.event_Instagram11 div.sns_list > div {
  display: flex;
  border-bottom: 0px dashed #ccc;
  width: 32%;
}

@media screen and (max-width: 640px) {
  .event_Instagram11 div.sns_list > div {
    width: 30%;
    margin: 0 auto;
  }
}

/* 新着スクロール */
/********* sukuro-ruba- *********/
div::-webkit-scrollbar {
  width: 8px;
}

div::-webkit-scrollbar-track {
  background: #fff;
  border: none;
  border-radius: 10px;
  box-shadow: inset 0 0 5px #ccc;
}

div::-webkit-scrollbar-thumb {
  background: #87bc43;
  border-radius: 10px;
  box-shadow: none;
}

.scroll {
  padding: 20px;
  overflow-y: scroll;
  max-height: 250px;
  min-height: 200px;
  width: 100%;
  margin: 0 auto;
  font-size: 17px;
  background-color: #fff;
  margin-bottom: 100px;
}

.scroll a {
  color: #1ba1e6 !important;
}

@media screen and (max-width: 834px) {
  .scroll {
    width: 100%;
    max-height: 250px;
    min-height: 200px;
    margin-bottom: 50px;
  }
}

@media screen and (max-width: 640px) {
  .scroll {
    width: 100%;
    max-height: 250px;
    min-height: 200px;
    padding: 0px;
  }
}

.scroll .form_wrap dl dd {
  border: none !important;
  border-bottom: none;
  padding: 0px 8px;
  box-sizing: border-box;
  width: 95% !important;
  text-align: left !important;
  border: 1px solid #fff !important;
  font-size: 16px;
  background-color: #fff;
}

@media screen and (max-width: 834px) {
  .scroll .form_wrap dl dd {
    width: 100% !important;
    font-size: 13px;
    border: none !important;
    padding: 0px;
  }
}

.scroll .form_wrap a {
  color: #1ba1e6 !important;
  text-decoration: underline;
  text-decoration-color: #1ba1e6;
}

.scroll .form_wrap dl {
  border-bottom: none !important;
  padding: 20px 0 !important;
  border-bottom: 1px dashed #b3b3b3 !important;
  display: flex;
  align-items: flex-start;
}

@media screen and (max-width: 834px) {
  .scroll .form_wrap dl {
    padding: 10px !important;
  }
}

@media screen and (max-width: 834px) {
  .scroll .form_wrap dl {
    flex-direction: column;
    padding: 10px !important;
  }
}

.scroll .form_wrap dl dt {
  border: none !important;
  border-right: none;
  border-bottom: none;
  padding: 8px;
  width: 27% !important;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  box-sizing: border-box;
  font-size: 15px;
  text-align: center !important;
  background-color: #fff !important;
  display: inline-block;
  width: 150px;
  height: 27px;
  color: #333;
  border-radius: 3px;
  display: flex;
  align-items: center;
  justify-content: center;
}

@media screen and (max-width: 834px) {
  .scroll .form_wrap dl dt {
    width: 17% !important;
  }
}

@media screen and (max-width: 640px) {
  .scroll .form_wrap dl dt {
    width: 25% !important;
  }
}

.pankuzu {
  display: flex;
  flex-flow: wrap;
  margin: 0 auto;
  margin-top: 10px;
  font-size: 13px;
  text-align: center;
  display: flex;
}

.pankuzu a {
  color: #68be52;
}

.pankuzu a:hover {
  text-decoration: underline;
}

.error_link a {
  color: #fff;
}

.error_link a:hover {
  text-decoration: underline;
}

.map {
  margin: 56px 20px 0;
}

.map li {
  border-left: 5px solid #a3cd2f;
  list-style: none;
  margin: 0 0 15px;
  padding: 0 0 0 10px;
  text-align: left;
}

.map li:last-of-type {
  display: none;
}

.policy h2 {
  margin: 30px 0 15px;
  padding: 0 0 5px;
  border-bottom: 2px solid #BBBBBB;
  font-size: 18px;
  font-weight: bold;
}

.policy p {
  margin: 0 0 20px;
}

.smp h2 {
  margin: 100px auto 20px auto;
  padding-bottom: 5px;
  border-bottom: 2px solid #ccc;
  font-size: 24px;
  letter-spacing: 10px;
}

.smp h2:first-of-type {
  margin-top: 0;
}

.smp h3 {
  margin: 50px auto 10px auto;
  font-size: 20px;
}

.smp h3:first-of-type {
  margin-top: 20px;
}

.smp p {
  margin-bottom: 10px;
}

.smp ul {
  padding: 0 20px;
}

.smp li {
  margin-bottom: 10px;
}

table {
  table-layout: fixed;
}

table td {
  padding: 0 !important;
}

.tlauto table {
  table-layout: auto;
}

table td img {
  height: auto !important;
}

.pdtd10 td {
  padding: 10px !important;
}

pre {
  margin: 0;
  padding: 0;
  white-space: pre-line;
}

b, strong {
  font-weight: bold;
}

u {
  text-decoration: line-through;
}

img {
  max-width: 100%;
  height: auto !important;
}

small {
  display: block;
  font-size: 14px;
}

hr {
  border: none;
  height: 0;
  border-bottom: 1px dashed #B3B3B3;
}

span {
  font-weight: inherit;
}

u {
  text-decoration: underline;
}

b {
  font-weight: bold;
}

.mt {
  margin-top: 40px;
}

section form h2.mail.title {
  display: none !important;
}

/* ブログページ */
.blog #contents {
  margin-top: 0px;
}

@media screen and (max-width: 640px) {
  .blog .wrap {
    margin-top: 0px !important;
  }
}

.blog {
  max-width: 1200px;
  margin: 50px auto;
}

.blog h1 {
  display: flex;
  align-items: center;
  font-size: 1.5em;
  margin: 20px 0;
  background-color: #a3cd2f;
  color: #fff;
  padding: 1%;
}

.blog .pages li {
  border-bottom: 1px solid #ccc;
  padding: 20px 0;
  background-color: #eee;
  margin-bottom: 10px;
}

.blog .pages a {
  color: #f7597a !important;
  background-color: #eee;
}

.blog #contents {
  max-width: 1200px;
  padding-left: 10px !important;
  padding-right: 10px !important;
  width: 70%;
  overflow: hidden !important;
}

@media screen and (max-width: 834px) {
  .blog #contents {
    margin-left: 0px;
    width: 100%;
  }
}

@media screen and (max-width: 640px) {
  .blog #contents {
    margin-left: 0px;
  }
}

.blog aside {
  width: 25%;
  overflow: hidden;
  padding: 0 10px;
}

@media screen and (max-width: 834px) {
  .blog aside {
    width: 100%;
  }
}

.blog .category li a {
  color: #fff !important;
  background-color: #ffffff;
  margin-bottom: 10px;
  padding: 10px;
  border-radius: 3px;
}

.blog .category li {
  background-color: #ffffff;
  margin-bottom: 10px;
  border-radius: 3px;
}

.hyo01 {
  margin-top: 30px;
  width: 48%;
}

@media screen and (max-width: 834px) {
  .hyo01 {
    width: 100%;
    margin-bottom: 20px;
  }
}

@media screen and (max-width: 640px) {
  .hyo01 {
    margin-bottom: 20px;
  }
}

.hyo01 td {
  padding: 5px !important;
}

.hyo01 td > div {
  font-size: 0.9em;
}

@media screen and (max-width: 834px) {
  .hyo01 td > div {
    font-size: 0.9em;
  }
}

@media screen and (max-width: 640px) {
  .hyo01 td > div {
    font-size: 0.9em;
  }
}

.hyo01 .left {
  width: 25%;
  border-bottom: 1px solid #aeccdc !important;
  text-align: center !important;
}

@media screen and (max-width: 640px) {
  .hyo01 .left {
    width: 30%;
  }
}

.hyo01 .right {
  border-bottom: 1px solid #ddd !important;
}

.bnone td {
  border: none !important;
}

@media screen and (max-width: 640px) {
  div.search {
    margin-top: 93px;
  }
}

.googlemap {
  width: 48%;
}

@media screen and (max-width: 834px) {
  .googlemap {
    width: 100%;
  }
}

.qa {
  flex-direction: column !important;
  margin-top: 30px;
}

.qa .box article {
  display: flex;
  display: flex;
  align-items: center;
  padding-bottom: 10px;
}

.qa .box article > div {
  width: 90%;
}

.qa .box:first-child h3 {
  margin-right: 20px;
  background-color: #1b89c1;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
}

.qa .box:last-child {
  border-bottom: 1px dotted #7d7d7d;
}

.qa .box:last-child h3 {
  margin-right: 20px;
  background-color: #f5722c;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
}

#anc1, #anc2, #anc3, #anc4 {
  margin-top: -200px;
  padding-top: 200px;
}

@media screen and (max-width: 834px) {
  #anc1, #anc2, #anc3, #anc4 {
    margin-top: -150px;
    padding-top: 150px;
  }
}

.h1title_02 {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  margin-top: 50px;
  padding: 8% 0;
  animation: fadeIn 1.5s ease 0s 1 normal;
}

@media screen and (max-width: 834px) {
  .h1title_02 {
    margin-top: 0px;
  }
}

@media screen and (max-width: 640px) {
  .h1title_02 {
    margin-top: 68px;
  }
}

.h1title_02 h1 {
  font-size: 2.5em;
  line-height: 1.8em;
  font-weight: 600;
}

@media screen and (max-width: 834px) {
  .h1title_02 h1 {
    font-size: 2.0em;
  }
}

.h1title_03 {
  background-image: url(../images/contents/h1bg.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  margin-top: 100px;
  padding: 7% 0;
  animation: fadeIn 1.5s ease 0s 1 normal;
  font-size: 2.5em;
  line-height: 1.8em;
  font-weight: 600;
}

@media screen and (max-width: 834px) {
  .h1title_03 {
    margin-top: 20px;
  }
}

@media screen and (max-width: 640px) {
  .h1title_03 {
    margin-top: 68px;
  }
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

.h2title_06 {
  margin-top: 50px;
}

.h2title_06 h2 {
  font-size: 1.8em;
  font-weight: bold;
  display: flex;
  align-items: center;
  padding-bottom: 10px;
  border-bottom: 2px dashed #aed484;
}

@media screen and (max-width: 834px) {
  .h2title_06 h2 {
    font-size: 1.5em;
  }
}

.h2title_06 h2:before {
  content: "";
  display: block;
  height: 49px;
  width: 39px;
  background: url(../images/home/ttl04.png);
  margin-right: 10px;
}

@media screen and (max-width: 834px) {
  .h2title_06 h2:before {
    height: 40px;
    width: 52px;
    background-repeat: no-repeat;
  }
}

.flow {
  flex-direction: column !important;
  margin-top: 20px;
}

.flow:after {
  font-family: "Font Awesome 5 Pro";
  content: "\f063";
  display: inline-block;
  font-weight: bold;
  font-size: 4.0em;
  margin: 50px 0;
  color: #d2cdc4;
}

@media screen and (max-width: 640px) {
  .flow:after {
    margin: 20px 0;
  }
}

.flow .box:first-child article {
  display: flex;
  align-items: center;
  border-bottom: 1px solid #ddd;
}

.flow .box:first-child article h3 {
  background-color: #63a536;
  color: #fff;
  font-size: 2.0em;
  width: 50px;
  height: 50px;
  text-align: center;
  padding: 1%;
  margin-right: 10px;
}

.flow .box:first-child article div {
  font-size: 1.5em;
  font-weight: 600;
}

.flow .box:last-child {
  margin-top: 20px;
}

.flow .box:last-child div {
  font-size: 1.3em;
}

.arownone:after {
  display: none !important;
}

.hyo02 {
  margin-top: 40px;
}

.hyo02 td {
  padding: 10px !important;
}

.hyo02 .left {
  width: 20%;
}

@media screen and (max-width: 640px) {
  .hyo02 .left {
    width: 35%;
  }
}

.hyo02 .left div {
  font-weight: 600;
}

.hyo03 {
  margin-top: 40px;
}

@media screen and (max-width: 640px) {
  .hyo03 table {
    width: auto;
  }
}

.hyo03 td {
  padding: 8px !important;
}

.hyo03 .left {
  width: 35%;
}

.hyo03 .left div {
  text-align: center;
}

@media screen and (max-width: 640px) {
  .hyo03 .left {
    width: 35%;
  }
}

.hyo03 .left div {
  font-weight: 600;
}

.cont_3 {
  margin-top: 100px;
}

.txtbox {
  margin-top: 40px;
  background-color: #edffd7;
  padding: 2%;
  border: 1px solid #eee;
}

.h3title_01 {
  margin-top: 60px;
}

@media screen and (max-width: 640px) {
  .h3title_01 {
    margin-top: 20px;
  }
}

.h3title_01 h3 {
  background-color: #a3cd2f;
  font-size: 1.3em;
  padding: 0.8%;
  font-weight: 600;
  color: #fff;
}

.txtimg {
  margin-top: 30px;
  display: flex;
  flex-direction: row-reverse;
  justify-content: space-between;
  align-items: flex-start;
}

@media screen and (max-width: 834px) {
  .txtimg {
    flex-direction: column !important;
  }
}

.txtimg div {
  margin-right: 30px;
}

@media screen and (max-width: 834px) {
  .txtimg div {
    margin-right: 0px;
  }
}

.txtimg img {
  margin: 0 auto;
}

@media screen and (max-width: 640px) {
  .txtimg img {
    margin-bottom: 20px;
  }
}

.txtimg h3 {
  background-color: #eb8808;
  color: #fff;
  border-radius: 50px;
  padding: 10px 20px;
  display: inline-block;
}

.marker div {
  font-size: 2.5em;
  font-weight: 600;
  color: #ee8d09;
  font-weight: 600;
  font-style: italic;
  text-decoration: underline 5px;
  display: block;
  margin: 0  auto;
  text-align: center;
}

@media screen and (max-width: 640px) {
  .marker div {
    line-height: 1.7em;
  }
}

.ckecklist {
  border: 1px solid #a3cd2f;
  padding: 2%;
  margin-top: 40px;
}

.ckecklist ul {
  display: flex;
  flex-direction: column;
}

@media screen and (max-width: 834px) {
  .ckecklist ul {
    margin-bottom: 20px;
  }
}

.ckecklist ul li {
  font-weight: 600;
  line-height: 2.5em;
  letter-spacing: 0;
}

.ckecklist ul li:before {
  font-family: "Font Awesome 5 Pro";
  content: "\f138";
  display: inline-block;
  padding-left: 8px;
  font-weight: bold;
  padding-left: 10px;
  color: #eda01a;
}

.tel04 {
  font-size: 1.8em;
  margin-bottom: 40px;
  font-weight: 600;
  display: inline-block;
}

.tel04 a {
  color: #423215;
}

.tel05 {
  font-size: 1.8em;
  margin-bottom: 40px;
  font-weight: 600;
}

.tel05 a {
  color: #423215;
}

.voice {
  margin-top: 40px;
}

.voice .box {
  width: 100%;
}

.voice .box:first-child article {
  display: flex;
  justify-content: space-between;
  background-color: #698c0b;
  color: #fff;
  width: 100%;
  padding: 0.5% 1%;
}

.voice .box:first-child article h3 {
  font-size: 1.3em;
  color: #fff;
}

.voice .box:last-child {
  padding: 2%;
  background-color: #eee;
}

.txtflex {
  display: flex;
  justify-content: space-between;
  margin-top: 40px;
}

@media screen and (max-width: 640px) {
  .txtflex {
    flex-direction: column-reverse;
  }
}

.txtflex .txt {
  width: 50%;
}

@media screen and (max-width: 640px) {
  .txtflex .txt {
    width: 100%;
  }
}

.txtflex .txt article h3 {
  font-size: 2.0em;
  border-bottom: 1px solid #a3cd2f;
  margin-bottom: 20px;
}

.txtflex .txt article h3 span {
  font-size: 0.5em;
  margin-left: 20px;
}

.txtflex .image {
  width: 48%;
}

@media screen and (max-width: 640px) {
  .txtflex .image {
    width: 100%;
  }
}

.infotxt {
  margin-top: 40px;
}

.infotxt article h3 {
  font-size: 1.5em;
}

.redtxt {
  color: #ff0000;
  font-size: 1.7em;
  line-height: 1.7em;
}

.redtxt div {
  font-weight: 700;
}

@media screen and (max-width: 640px) {
  .redtxt {
    font-size: 1.2em;
  }
}

.rinen {
  font-size: 2.0em;
}

.rinen div {
  font-weight: 700;
}

@media screen and (max-width: 640px) {
  .rinen {
    font-size: 1.3em;
  }
}

.listbox02 {
  margin-top: 40px;
}

.listbox02 li {
  position: relative;
  overflow: initial !important;
  min-height: 100px;
  margin-bottom: 50px;
  display: flex;
  align-items: center;
  border-bottom: 1px solid #eee !important;
  padding-bottom: 20px;
}

.listbox02 article h5 {
  display: block;
  font-weight: 600;
  font-size: 1.3em;
}

.listbox02 h5:before {
  counter-increment: number 1;
  content: counter(number, decimal-leading-zero);
  top: -20px;
  left: 0;
  width: 50px;
  display: block;
  box-sizing: border-box;
  padding: 7.5px 10px;
  border-radius: 50%;
  background: #eb8808;
  font-size: 20px;
  font-weight: bold;
  text-align: center;
  display: inline-block;
  margin-right: 20px;
  color: #fff;
}

.table02 td {
  padding: 20px !important;
}

.table02 tr {
  border-bottom: 1px solid #eee !important;
}
/*# sourceMappingURL=common_style.css.map */