@charset "UTF-8";
.flex-2cl {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
}
.flex-2cl .box {
  width: 48%;
}
@media only screen and (max-width: 600px) {
  .flex-2cl {
    width: 90%;
    margin: 0 auto 25px;
  }
}

.flex-3cl {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  position: relative;
}
.flex-3cl::after {
  display: block;
  content: "";
  width: 31%;
}
@media only screen and (max-width: 800px) {
  .flex-3cl::after {
    display: none;
  }
}
.flex-3cl .box {
  width: 31%;
  margin-bottom: 40px;
}
@media only screen and (max-width: 800px) {
  .flex-3cl .box {
    width: 48%;
  }
}
@media only screen and (max-width: 600px) {
  .flex-3cl .box {
    width: 90%;
    margin: 0 auto 25px;
  }
}

@layer base, special;
@layer special {}
@layer base {}
.container-wrap {
  container-type: inline-size;
  container-name: card-container;
}

@container card-container (max-width: 600px) {
  .containe-inner {
    background: #000;
  }
}
a.itext {
  width: auto !important;
  height: auto !important;
}

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

::-moz-selection {
  background-color: #d0d0ff;
}

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

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

li {
  list-style: none;
}

html {
  font-size: 62.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.6;
  letter-spacing: 0.05em;
  font-weight: 400;
  color: #000;
  word-wrap: break-word;
  font-size: 1.4rem;
  font-family: "Noto Sans JP", "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

.inner {
  width: min(100% - 4rem, var(--width,1000px));
  margin-inline: auto;
}
.inner._large {
  --width: 1200px;
}

#contents_wrap {
  width: 100%;
  min-width: 100%;
  overflow: hidden;
}

#contents {
  width: min(100% - 4rem, var(--width,1000px));
  margin-inline: auto;
  padding-bottom: 100px;
}
@media screen and (max-width: 834px) {
  #contents {
    padding: 0 30px 50px;
  }
}
@media screen and (max-width: 640px) {
  #contents {
    padding: 0 30px 50px;
  }
}

#main {
  width: 100%;
}

#main #col_main {
  width: 100%;
}

#side {
  width: 18.75%;
}

.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 {
  margin-bottom: -1px !important;
}
table td img {
  height: auto !important;
}

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

b, strong {
  font-weight: bold;
}

u {
  text-decoration: line-through;
}

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

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;
  text-decoration: none;
}

a:hover {
  opacity: 0.6;
}

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

.gothic {
  font-family: "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;
}

/* CSS Document */
/* http://meyerweb.com/eric/tools/css/reset/
02
   v2.0 | 20110126
03
   License: none (public domain)
04
*/
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,
b, 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 {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

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

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

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

html {
  font-size: 16px;
}

/* CSS Document */
/* http://meyerweb.com/eric/tools/css/reset/
02
   v2.0 | 20110126
03
   License: none (public domain)
04
*/
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,
b, 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 {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

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

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

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

html {
  font-size: 16px;
}

.header {
  background-color: #fff;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 99;
  width: 100%;
}
.header-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 20px;
}
@media only screen and (max-width: 1000px) {
  .header-inner {
    padding: 0;
  }
}
.header-logo {
  color: #cbbbac !important;
  font-size: 30px;
  font-weight: 700;
}
@media only screen and (max-width: 1200px) {
  .header-logo {
    font-size: 22px;
  }
}
@media only screen and (max-width: 1000px) {
  .header-logo {
    font-size: 20px;
    margin-left: 15px;
  }
}
.header-right {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
@media only screen and (max-width: 1000px) {
  .header-nav {
    width: 100vw;
    height: 100vh;
    background-color: #fff;
    position: fixed;
    top: 70px;
    left: 0;
    overflow-y: scroll;
    display: none;
  }
}
.header-nav ul {
  display: flex;
}
@media only screen and (max-width: 1000px) {
  .header-nav ul {
    flex-direction: column;
  }
}
.header-nav ul li a {
  display: block;
  color: #333;
  margin-right: 35px;
}
@media only screen and (max-width: 1000px) {
  .header-nav ul li a {
    margin-right: 0;
    margin-bottom: 35px;
  }
}
.header-nav ul li a span {
  display: block;
  color: #cbbbac;
  font-size: 13px;
  text-align: center;
}
.header-btn {
  display: block;
  color: #fff !important;
  width: 220px;
  height: 55px;
  text-align: center;
  line-height: 55px;
  background-color: #b7b7b7;
  border-radius: 30px;
}
@media only screen and (max-width: 1000px) {
  .header-btn {
    width: 70px;
    height: 70px;
    line-height: 70px;
    border-radius: 0;
  }
}
@media only screen and (max-width: 600px) {
  .header-btn {
    width: 55px;
    height: 55px;
    line-height: 55px;
  }
}
@media only screen and (max-width: 1000px) {
  .header-btn span {
    display: none;
  }
}
.header-btn i {
  margin-right: 6px;
}
@media only screen and (max-width: 1000px) {
  .header-btn i {
    margin-right: 0;
  }
}

.fv {
  margin-top: 95px;
  position: relative;
}
@media only screen and (max-width: 1000px) {
  .fv {
    margin-top: 70px;
  }
}
@media only screen and (max-width: 600px) {
  .fv {
    margin-top: 55px;
  }
}
.fv-inner {
  padding: 0 40px;
}
@media only screen and (max-width: 600px) {
  .fv-inner {
    padding: 0 15px;
  }
}
.fv-img img {
  min-height: 600px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 15px;
}
@media only screen and (max-width: 600px) {
  .fv-img img {
    min-height: 500px;
  }
}
.fv-h1 {
  position: absolute;
  background-color: #fff;
  padding: 20px 30px;
  color: #cbbbac;
  font-size: 56px;
  left: 40px;
  bottom: 100px;
  z-index: 3;
  line-height: 1;
  border-radius: 0 10px 10px 0;
}
@media only screen and (max-width: 1000px) {
  .fv-h1 {
    font-size: 40px;
  }
}
@media only screen and (max-width: 600px) {
  .fv-h1 {
    left: 15px;
    font-size: 24px;
    bottom: 60px;
  }
}

.res-menu {
  position: fixed;
  top: 0;
  right: 70px;
  background-color: #fff;
  width: 70px;
  height: 70px;
  z-index: 100;
  display: none;
}
@media only screen and (max-width: 1000px) {
  .res-menu {
    display: block;
  }
}
@media only screen and (max-width: 600px) {
  .res-menu {
    height: 55px;
    width: 55px;
    right: 55px;
  }
}
.res-menu span {
  position: absolute;
  display: block;
  content: "";
  background-color: #cbbbac;
  width: 30px;
  height: 1px;
  top: 50%;
  left: 0;
  right: 0;
  margin: auto;
  transition: 0.2s;
}
.res-menu span:first-child {
  transform: translateY(-6px);
}
.res-menu span:last-child {
  transform: translateY(6px);
}
.res-menu.active span:first-child {
  transform: rotate(45deg);
}
.res-menu.active span:nth-child(2) {
  opacity: 0;
}
.res-menu.active span:last-child {
  transform: rotate(-45deg);
}

.pull-down {
  position: relative;
  cursor: pointer;
}

.pull-down-wrap {
  position: absolute;
  top: 0px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 101;
  display: none;
  margin-top: 20px;
}

@media only screen and (max-width: 1000px) {
  .pull-down-wrap {
    position: static;
    top: auto;
    left: auto;
    transform: translateX(0);
    display: block;
  }
}
.pull-down-wrap > ul {
  flex-direction: column;
  background-color: #fff;
  margin-top: 34px;
  width: 240px;
  padding: 10px;
}

@media only screen and (max-width: 1000px) {
  .pull-down-wrap > ul {
    width: 100%;
    background-color: rgba(20, 186, 203, 0);
    margin-top: 0;
  }
}
.pull-down-wrap > ul li a {
  padding: 20px 0;
  border-bottom: 1px solid #cbbbac;
  display: block;
  margin-right: 0;
}
@media only screen and (max-width: 1000px) {
  .pull-down-wrap > ul li a {
    padding: 0;
    border-bottom: none;
    margin-bottom: 30px;
  }
}

.footer {
  background-color: #cbbbac;
  padding: 80px 20px 60px;
  color: #fff;
  text-align: center;
}
.footer2 {
  margin-top: 80px;
}
.footer-logo {
  font-size: 22px;
  font-weight: 700;
}
.footer-info {
  font-size: 13px;
  line-height: 2;
}
.footer-nav {
  margin-top: 30px;
}
.footer-nav ul {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
.footer-nav ul li {
  margin-left: 10px;
  margin-right: 10px;
  margin-bottom: 15px;
}
.footer-nav ul li a {
  color: #fff !important;
  font-size: 13px;
}
.footer-nav ul li a span {
  display: block;
  font-size: 12px;
}
.footer-copy {
  text-align: center;
  margin-top: 60px;
  font-size: 12px;
}
.footer2 {
  margin-top: 80px;
}

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;
}

.p2-fv {
  padding: 100px 20px;
  background-image: url(../images/main/p2-main.png);
  background-size: cover;
  background-repeat: no-repeat;
  margin-top: 135px;
  margin-bottom: 60px;
}
@media only screen and (max-width: 1000px) {
  .p2-fv {
    margin-top: 70px;
  }
}
@media only screen and (max-width: 600px) {
  .p2-fv {
    margin-top: 55px;
    padding: 60px 10px;
  }
}
.p2-fv-h1 {
  font-size: 44px;
  text-align: center;
  font-weight: 700;
  color: #cbbbac;
}
@media only screen and (max-width: 600px) {
  .p2-fv-h1 {
    font-size: 26px;
  }
}
.p2-content {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}
.p2-h2 {
  font-size: 34px;
  text-align: center;
  font-weight: 700;
  position: relative;
  padding-left: 60px;
  padding-bottom: 10px;
  border-bottom: 1px solid #cbbbac;
}
@media only screen and (max-width: 600px) {
  .p2-h2 {
    font-size: 26px;
    padding-left: 40px;
  }
}
.p2-h2:before {
  position: absolute;
  content: "";
  background-image: url(../images/main/tooth.png);
  width: 50px;
  height: 40px;
  background-repeat: no-repeat;
  background-size: cover;
  left: 0;
  bottom: 20px;
}
@media only screen and (max-width: 600px) {
  .p2-h2:before {
    height: 32px;
    width: 40px;
  }
}
.p2-flex {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 80px;
}
@media only screen and (max-width: 600px) {
  .p2-flex {
    flex-direction: column;
  }
}
.p2-flex-img {
  width: 40%;
  margin-right: 60px;
}
@media only screen and (max-width: 600px) {
  .p2-flex-img {
    margin-right: 0;
    width: 90%;
    margin: 0 auto 20px;
  }
}
.p2-flex-textbox {
  width: 60%;
}
@media only screen and (max-width: 600px) {
  .p2-flex-textbox {
    width: 100%;
  }
}
.p2-flex-textbox h2 {
  position: relative;
  padding-left: 60px;
  font-size: 24px;
  padding-bottom: 10px;
  border-bottom: 1px solid #cbbbac;
  margin-bottom: 20px;
}
@media only screen and (max-width: 600px) {
  .p2-flex-textbox h2 {
    font-size: 18px;
    padding-left: 40px;
  }
}
.p2-flex-textbox h2:before {
  position: absolute;
  content: "";
  background-image: url(../images/main/tooth.png);
  width: 50px;
  height: 40px;
  background-repeat: no-repeat;
  background-size: cover;
  left: 0;
  bottom: 10px;
}
@media only screen and (max-width: 600px) {
  .p2-flex-textbox h2:before {
    height: 32px;
    width: 40px;
  }
}
.p2-flex2 {
  flex-direction: row-reverse;
}
@media only screen and (max-width: 600px) {
  .p2-flex2 {
    flex-direction: column;
  }
}
.p2-flex2 .p2-flex-img {
  margin-right: 0;
  margin-left: 60px;
}
@media only screen and (max-width: 600px) {
  .p2-flex2 .p2-flex-img {
    margin-left: 0;
  }
}
.p2-text h2 {
  position: relative;
  padding-left: 60px;
  font-size: 24px;
  padding-bottom: 10px;
  border-bottom: 1px solid #cbbbac;
  margin-bottom: 20px;
}
@media only screen and (max-width: 600px) {
  .p2-text h2 {
    font-size: 18px;
    padding-left: 40px;
  }
}
.p2-text h2:before {
  position: absolute;
  content: "";
  background-image: url(../images/main/tooth.png);
  width: 50px;
  height: 40px;
  background-repeat: no-repeat;
  background-size: cover;
  left: 0;
  bottom: 10px;
}
@media only screen and (max-width: 600px) {
  .p2-text h2:before {
    height: 32px;
    width: 40px;
  }
}

.column-blog .blog_list {
  display: flex;
  justify-content: space-between;
  flex-direction: row;
  flex-wrap: wrap;
  border: none;
}
.column-blog .blog_list > div {
  width: 49%;
  border: 1px solid #ddd;
  margin-bottom: 20px;
  align-items: center;
  padding: 10px;
}
@media only screen and (max-width: 600px) {
  .column-blog .blog_list > div {
    width: 100%;
  }
}
.column-blog .blog_photo {
  padding: 0 !important;
  width: 140px !important;
  height: 140px !important;
}
@media only screen and (max-width: 768px) {
  .column-blog .blog_photo {
    margin-bottom: 10px;
  }
}
.column-blog .blog_photo img {
  width: 140px !important;
  height: 140px !important;
  -o-object-fit: cover;
     object-fit: cover;
}
.column-blog .blog_text {
  padding: 0 !important;
  width: calc(100% - 150px);
  margin-left: 20px;
}
.column-blog .blog_text h3 a {
  color: #333 !important;
}
.column-blog .blog_date {
  color: #cbbbac !important;
  margin-bottom: 5px;
}
.column-blog .detail {
  margin-top: 5px;
}

.info-map iframe {
  width: 100% !important;
  height: 350px !important;
}

.staff-box {
  display: flex;
  align-items: flex-start;
  margin-bottom: 80px;
}
@media only screen and (max-width: 600px) {
  .staff-box {
    flex-direction: column;
  }
}
.staff-img {
  width: 40%;
}
@media only screen and (max-width: 600px) {
  .staff-img {
    width: 80%;
    margin: 0 auto 20px;
  }
}
.staff-title {
  margin-bottom: 20px;
}
.staff-title article {
  display: flex;
  flex-direction: column-reverse;
}
.staff-title h2 {
  font-size: 30px;
}
.staff-title div {
  font-size: 18px;
  color: #cbbbac;
  margin-bottom: 0px;
}
.staff-textbox {
  width: 60%;
  margin-left: 40px;
}
@media only screen and (max-width: 600px) {
  .staff-textbox {
    width: 100%;
    margin-left: 0;
  }
}
.staff-textbox h3 {
  position: relative;
  font-size: 24px;
  padding-left: 50px;
  padding-bottom: 10px;
  border-bottom: 1px solid #cbbbac;
  margin-bottom: 20px;
}
.staff-textbox h3:before {
  position: absolute;
  content: "";
  background-image: url(../images/main/tooth.png);
  width: 40px;
  height: 32px;
  background-repeat: no-repeat;
  background-size: cover;
  left: 0;
  bottom: 15px;
}
@media only screen and (max-width: 600px) {
  .staff-textbox h3:before {
    height: 32px;
    width: 40px;
  }
}

.enkaku_box {
  margin-top: 50px;
  position: relative;
  padding-bottom: 20px;
  padding-left: 60px;
}
@media only screen and (max-width: 600px) {
  .enkaku_box {
    padding-left: 45px;
  }
}
.enkaku_box:after {
  position: absolute;
  top: 0;
  left: 15px;
  width: 3px;
  height: 100%;
  content: "";
  background: #cbbbac;
}
@media only screen and (max-width: 600px) {
  .enkaku_box:after {
    left: 0;
  }
}
.enkaku_box dl {
  margin-bottom: 20px;
  padding-bottom: 20px !important;
  border-bottom: 1px dotted #999 !important;
}
.enkaku_box dt {
  width: 120px !important;
  position: relative;
  color: #cbbbac;
  background-color: #fff !important;
  border: none !important;
}
@media only screen and (max-width: 600px) {
  .enkaku_box dt {
    width: 80px;
  }
}
.enkaku_box dt:before {
  position: absolute;
  z-index: 0;
  top: 0;
  bottom: 0;
  left: -52px;
  display: block;
  width: 15px;
  height: 15px;
  margin: auto;
  content: "";
  border-radius: 10px;
  background: #cbbbac;
}
.enkaku_box dt:after {
  position: absolute;
  z-index: 0;
  top: 0;
  bottom: 0;
  left: -40px;
  display: block;
  width: 15%;
  height: 1px;
  margin: auto;
  content: "";
  background: #666;
}
.enkaku_box dd {
  border: 1px solid #ccc;
  border-bottom: none;
  background-color: #fff;
  padding: 8px;
  border: none !important;
  box-sizing: border-box;
}

section div.form_wrap dl:last-of-type dd {
  border-bottom: none !important;
}

.faq-01 {
  display: flex;
  flex-direction: column;
}
.faq-01 .box {
  margin-bottom: 10px;
}
.faq-01 .box:first-child {
  background-color: #eee;
  padding: 16px 56px 16px 16px;
  cursor: pointer;
  position: relative;
}
@media only screen and (max-width: 600px) {
  .faq-01 .box:first-child {
    padding: 16px 44px 16px 6px;
  }
}
.faq-01 .box:first-child div:before {
  content: "Q";
}
.faq-01 .box:first-child::before {
  width: 16px;
  height: 2px;
  right: 20px;
  top: 27px;
  content: "";
  background-color: #cbbbac;
  position: absolute;
  transition: 0.4s;
}
.faq-01 .box:first-child:after {
  width: 2px;
  height: 16px;
  right: 27px;
  top: 20px;
  content: "";
  background-color: #cbbbac;
  position: absolute;
  transition: 0.4s;
}
.faq-01 .box:last-child {
  padding: 16px;
  display: none;
}
@media only screen and (max-width: 600px) {
  .faq-01 .box:last-child {
    padding: 16px 16px 16px 6px;
  }
}
.faq-01 .box:last-child div:before {
  content: "A";
  color: #cbbbac;
}
.faq-01 .box div {
  position: relative;
  padding-left: 40px;
}
.faq-01 .box div::before {
  position: absolute;
  top: 0px;
  left: 0;
  width: 32px;
  height: 24px;
  line-height: 1.4;
  font-size: 2rem;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
  font-family: "Quicksand", "Zen Maru Gothic", "Noto Sans JP", "游ゴシック", YuGothic, "Lato", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: 700;
}

.company-table td {
  padding: 30px 10px !important;
  border: none;
}
@media only screen and (max-width: 600px) {
  .company-table tr {
    display: flex;
    flex-direction: column;
  }
}
.company-table-left {
  width: 200px;
  background-color: #fff;
  color: #cbbbac;
  border-bottom: 2px solid #cbbbac !important;
}
@media only screen and (max-width: 600px) {
  .company-table-left {
    width: 200px;
  }
}
.company-table-right {
  width: calc(100% - 200px);
  border-bottom: 2px solid #eee !important;
}
@media only screen and (max-width: 600px) {
  .company-table-right {
    width: 100%;
  }
}

.contact-form {
  max-width: 1000px;
  margin: 30px auto 0;
}
.contact-form dd, .contact-form dt {
  padding: 20px 10px !important;
}
.contact-form dt {
  display: flex;
  flex-direction: row !important;
  align-items: center !important;
  justify-content: flex-start !important;
  background-color: #cbbbac !important;
  color: #fff !important;
  width: 150px;
}
.contact-form dd {
  width: calc(100% - 150px);
}
.contact-form dd input {
  width: 100% !important;
  height: 45px;
}
.contact-form dd textarea {
  height: 150px;
}
.contact-text {
  margin-top: 30px;
}

button {
  text-indent: 1px !important;
}

.submit button {
  display: block;
  width: 320px;
  border-radius: 5px;
  height: 70px;
  line-height: 70px;
  text-align: center;
  margin: 40px auto 0;
  color: #fff !important;
  background: #cbbbac;
  border: none;
  font-weight: bold;
}
@media only screen and (max-width: 400px) {
  .submit button {
    width: 100%;
  }
}

.error, .confirm, .message {
  margin-top: 100px !important;
}

.message {
  line-height: 1.8;
}
.message a {
  display: block;
  width: 320px;
  border-radius: 5px;
  height: 70px;
  line-height: 70px;
  text-align: center;
  margin: 40px auto 0;
  color: #fff !important;
  background: #cbbbac;
  box-shadow: #0d6d95 2px 2px 0px;
  border: none;
  font-weight: bold;
}
@media only screen and (max-width: 400px) {
  .message a {
    width: 100%;
  }
}

div.blog_list > div:last-child {
  border-bottom: 1px solid #ddd !important;
}

.blog {
  margin-top: 120px !important;
}
.blog .date {
  background-color: #cbbbac !important;
  color: #fff !important;
}
.blog-h1 {
  font-size: 24px;
}
@media only screen and (max-width: 600px) {
  .blog-h1 {
    font-size: 18px;
  }
}
.blog h1 {
  font-size: 24px;
  margin-top: 20px;
  margin-bottom: 10px;
}
.blog .flex_text {
  margin-top: 20px;
}

ul.pages a {
  color: #333 !important;
}

a {
  text-decoration: none;
}

ul {
  list-style: none;
}

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

body {
  font-size: 16px;
  color: #333;
  font-family: "Noto Sans JP", sans-serif;
  font-family: "fot-tsukuardgothic-std", sans-serif;
  font-weight: 700;
  font-style: normal;
  line-height: 1.5;
}
@media only screen and (max-width: 600px) {
  body {
    font-size: 14px;
  }
}

i {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
}

.disnone {
  display: none;
}

.clearfix:after {
  visibility: visible;
}

.flex-R, .flex-L {
  width: 50%;
}

.flex-L {
  margin-right: 60px;
}
@media only screen and (max-width: 800px) {
  .flex-L {
    width: 80%;
    margin: 0 auto 30px;
  }
}
@media only screen and (max-width: 600px) {
  .flex-L {
    width: 90%;
  }
}

@media only screen and (max-width: 800px) {
  .flex-R {
    width: 100%;
  }
}

.imgL {
  float: none;
  margin: 0;
}

#contents_wrap {
  overflow: visible;
}

#contents {
  width: 100%;
  margin: 0;
  padding: 0;
}

.cont {
  margin-top: 100px;
}
@media only screen and (max-width: 600px) {
  .cont {
    margin-top: 80px;
  }
}
.cont-h2 h2 {
  margin-bottom: 30px;
  position: relative;
  padding-bottom: 20px;
  font-size: 38px;
}
@media only screen and (max-width: 1000px) {
  .cont-h2 h2 {
    font-size: 32px;
  }
}
@media only screen and (max-width: 600px) {
  .cont-h2 h2 {
    font-size: 26px;
  }
}
.cont-h2 h2::before {
  position: absolute;
  content: "";
  background-color: #cbbbac;
  width: 50px;
  height: 4px;
  border-radius: 3px;
  left: 0;
  bottom: 0;
}
.cont-h2 h2 span {
  display: block;
  color: #cbbbac;
  font-size: 14px;
}

.cont1 {
  position: relative;
  padding-bottom: 100px;
  padding: 0 20px 100px;
}
.cont1::before {
  position: absolute;
  content: "";
  background-color: #cbbbac;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 65%;
  z-index: 0;
}
@media only screen and (max-width: 800px) {
  .cont1::before {
    height: 70%;
  }
}
.cont1-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  max-width: 1200px;
  margin: 0 auto;
  position: relative;
  z-index: 1;
}
@media only screen and (max-width: 600px) {
  .cont1-inner {
    flex-direction: column-reverse;
  }
}
.cont1-h2 {
  width: 50%;
  margin-right: 60px;
}
@media only screen and (max-width: 600px) {
  .cont1-h2 {
    width: 100%;
    margin-right: 0;
    margin-top: 20px;
  }
}
.cont1-h2 h2 {
  font-size: 30px;
  margin-bottom: 60px;
}
@media only screen and (max-width: 1000px) {
  .cont1-h2 h2 {
    font-size: 24px;
  }
}
@media only screen and (max-width: 600px) {
  .cont1-h2 h2 {
    font-size: 20px;
    color: #fff;
    margin-bottom: 30px;
  }
}
@media only screen and (max-width: 600px) {
  .cont1-h2 h2 span {
    color: #fff;
  }
}
@media only screen and (max-width: 600px) {
  .cont1-h2 h2::before {
    background-color: #fff;
  }
}
.cont1-h2 div {
  color: #fff;
}
.cont1-text1 {
  font-size: 20px;
  margin-bottom: 20px;
}
@media only screen and (max-width: 600px) {
  .cont1-text1 {
    font-size: 18px;
  }
}
.cont1-img {
  width: 50%;
}
@media only screen and (max-width: 600px) {
  .cont1-img {
    width: 80%;
    margin: 0 auto;
  }
}

.cont2-inner {
  max-width: 900px;
  margin: 0 auto;
  padding: 0 20px;
}
.cont2-flex {
  display: flex;
}
@media only screen and (max-width: 600px) {
  .cont2-flex {
    flex-direction: column !important;
  }
}
.cont2-flex .box {
  background-color: #fff;
  padding: 15px 15px 30px 15px;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px;
}
@media only screen and (max-width: 600px) {
  .cont2-flex .box {
    margin-bottom: 40px;
    width: 100% !important;
  }
}
.cont2-flex .box img {
  width: 100% !important;
}
.cont2-flex .box a {
  display: block;
  background-color: #cbbbac;
  width: 100%;
  max-width: 220px;
  height: 50px;
  line-height: 50px;
  position: relative;
  text-align: center;
  margin: 20px auto 0;
  color: #fff !important;
  border-radius: 5px;
}
.cont2-flex .box a::before {
  position: absolute;
  content: "";
  top: 50%;
  transform: translateY(-50%);
  right: 10px;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
}
.cont2-box-title {
  font-size: 20px;
  margin-top: 25px;
  margin-bottom: 10px;
}

.cont3 {
  background-image: url(../images/main/cont3-bg.png);
  padding: 80px 20px;
  background-repeat: no-repeat;
  background-size: cover;
  margin-top: 140px;
}
.cont3-inner {
  display: flex;
  align-items: center;
  text-align: center;
  justify-content: center;
}
.cont3-h2 h2::before {
  left: 0;
  right: 0;
  margin: auto;
}
.cont3-h2 div {
  line-height: 3;
}
@media only screen and (max-width: 1000px) {
  .cont3-h2 div br {
    display: none;
  }
}
.cont3-img1 {
  transform: translateY(-100px);
}
@media only screen and (max-width: 800px) {
  .cont3-img1 {
    display: none;
  }
}
.cont3-img2 {
  transform: translateY(140px);
}
@media only screen and (max-width: 800px) {
  .cont3-img2 {
    display: none;
  }
}

.cont4-inner {
  max-width: 900px;
  margin: 0 auto;
  padding: 0 20px;
  display: flex;
  align-items: center;
}
@media only screen and (max-width: 800px) {
  .cont4-inner {
    flex-direction: column;
  }
}
.cont4-h2 {
  width: 200px;
  margin-right: 40px;
}
@media only screen and (max-width: 800px) {
  .cont4-h2 {
    width: 100%;
    margin-right: 0;
  }
}
.cont4-h2 h2 {
  text-align: left !important;
}
@media only screen and (max-width: 800px) {
  .cont4-h2 h2 {
    margin-bottom: 0;
  }
}
.cont4-h2 h2::before {
  display: none;
}
.cont4-h2 h2 span {
  text-align: left;
}
.cont4-news {
  width: calc(100% - 240px);
}
@media only screen and (max-width: 800px) {
  .cont4-news {
    width: 100%;
  }
}
.cont4-news ul li {
  padding-bottom: 25px;
  border-bottom: 1px solid #ddd;
  width: 100%;
  margin-top: 25px;
}
.cont4-date {
  color: #cbbbac;
  margin-bottom: 10px;
}

.cont5-inner {
  max-width: 1000px;
  margin: 0 auto;
}
.cont5-flex {
  align-items: flex-start;
}
@media only screen and (max-width: 600px) {
  .cont5-flex {
    flex-direction: column;
  }
}
@media only screen and (max-width: 600px) {
  .cont5-flex .box {
    width: 100% !important;
  }
}
.cont5-flex .box:last-child {
  margin-top: 140px;
}
@media only screen and (max-width: 600px) {
  .cont5-flex .box:last-child {
    margin-top: 30px;
  }
}

.cont6 {
  background-image: url(../images/main/cont6-bg.png);
  background-repeat: no-repeat;
  background-size: cover;
  padding: 80px 20px;
}
@media only screen and (max-width: 600px) {
  .cont6 {
    padding: 60px 20px;
  }
}
.cont6-inner {
  max-width: 1000px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
}
@media only screen and (max-width: 1000px) {
  .cont6-inner {
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
}
.cont6-h2 h2 {
  text-align: left !important;
  padding-bottom: 0;
  margin-bottom: 0;
}
@media only screen and (max-width: 1000px) {
  .cont6-h2 h2 {
    text-align: center !important;
    margin-bottom: 30px;
  }
}
.cont6-h2 h2::before {
  display: none;
}
.cont6-h2 h2 span {
  text-align: left;
}
@media only screen and (max-width: 1000px) {
  .cont6-h2 h2 span {
    text-align: center;
  }
}
.cont6-btnwrap {
  display: flex;
  margin-left: 40px;
}
@media only screen and (max-width: 1000px) {
  .cont6-btnwrap {
    margin-left: 0;
  }
}
@media only screen and (max-width: 600px) {
  .cont6-btnwrap {
    flex-direction: column;
  }
}
.cont6-btnwrap a {
  display: block;
  width: 280px;
  height: 70px;
  line-height: 70px;
  text-align: center;
  color: #fff !important;
  margin-left: 5px;
  margin-right: 5px;
  border-radius: 35px;
}
@media only screen and (max-width: 600px) {
  .cont6-btnwrap a {
    margin-bottom: 10px;
  }
}
.cont6-btnwrap a i {
  margin-right: 5px;
}
.cont6-tel {
  background-color: #b7b7b7;
}
.cont6-mail {
  background-color: #cbbbac;
}

.cont7-inner {
  max-width: 1000px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 0 auto;
}
@media only screen and (max-width: 800px) {
  .cont7-inner {
    flex-direction: column;
  }
}
.cont7-info {
  width: 40%;
}
.cont7-info dl {
  display: flex;
  flex-direction: column;
}
@media only screen and (max-width: 800px) {
  .cont7-info dl {
    text-align: center !important;
  }
}
.cont7-info dt {
  width: 100% !important;
  background-color: #fff !important;
  color: #cbbbac;
  border: none !important;
}
@media only screen and (max-width: 800px) {
  .cont7-info dt {
    align-items: center !important;
    text-align: center;
  }
}
.cont7-info dd {
  width: 100% !important;
  border: none !important;
}

.m-schedule-wrap {
  width: 60%;
}
@media only screen and (max-width: 800px) {
  .m-schedule-wrap {
    width: 100%;
    margin-top: 40px;
    padding: 0 20px;
  }
}

.m-schedule {
  background-color: #fff;
}

@media only screen and (max-width: 800px) {
  .m-schedule {
    margin: 0 auto;
    box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.2);
    border-radius: 12px;
    max-width: 800px;
    padding: 16px 18px;
  }
}
.m-schedule table tr th:first-child {
  padding-right: 10px;
  width: 180px;
  color: #cbbbac;
}
@media only screen and (max-width: 600px) {
  .m-schedule table tr th:first-child {
    width: 120px;
  }
}

.m-schedule table {
  width: 100%;
}

.m-schedule table tr th {
  min-width: 40px;
  border: none;
  padding: 12px 0;
  text-align: center;
  font-size: 16px;
}
@media only screen and (max-width: 600px) {
  .m-schedule table tr th {
    min-width: 25px;
  }
}

.m-schedule table tr {
  border-bottom: 1px solid #ddd;
}

.m-schedule table tr th {
  font-size: 14px;
}
@media only screen and (max-width: 600px) {
  .m-schedule table tr th {
    font-size: 13px;
  }
}

.m-schedule table thead tr th {
  padding-top: 0;
}

.m-schedule table tr td {
  border: none;
  padding: 15px 0;
  text-align: center;
  font-size: 14px;
  color: #cbbbac;
}
@media only screen and (max-width: 600px) {
  .m-schedule table tr td {
    font-size: 13px;
  }
}

.g-map {
  margin-top: 100px;
  height: 350px;
}
@media only screen and (max-width: 600px) {
  .g-map {
    margin-top: 80px;
    height: 200px;
  }
}
.g-map iframe {
  width: 100%;
  height: 350px;
}
@media only screen and (max-width: 600px) {
  .g-map iframe {
    height: 200px;
  }
}