@charset "UTF-8";
/* =================================================================
 License : e-TRUST Inc.
 File name : common.css
 Style : common
================================================================= */
@import url("https://fonts.googleapis.com/css?family=Noto+Sans+JP:100,300,400,500,700,900&display=swap&subset=japanese");
@import url("https://fonts.googleapis.com/css?family=Noto+Serif+JP:400,700&display=swap&subset=japanese");
@import url("https://fonts.googleapis.com/css?family=Kosugi+Maru&display=swap");
@import url("https://fonts.googleapis.com/css?family=Noto+Serif+JP:200,300,400,500,600,700,900&display=swap&subset=japanese");
@media screen and (max-width: 468px) {
  img.imgL {
    max-width: 100%;
  }
}
header, footer {
  min-width: auto !important;
}

@media screen and (max-width: 768px) {
  .kaigyou {
    display: block;
  }
}

@media screen and (min-width: 768px) {
  .tel00 {
    pointer-events: none;
    cursor: default;
    text-decoration: none;
  }
}

.sp {
  display: none;
}
@media screen and (max-width: 834px) {
  .sp {
    display: block;
  }
}

@media screen and (max-width: 834px) {
  .pc {
    display: none;
  }
}

* {
  -webkit-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}

html {
  font-size: 14px !important;
  line-height: 1.3em;
  overflow: visible !important;
}

body {
  font-weight: 400;
  letter-spacing: 0.6;
  color: #333333;
  font-family: "Noto Sans JP", sans-serif, "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 14px;
  word-wrap: break-word;
  background-position: left center;
  overflow-x: hidden;
  background: #fff;
}

a {
  color: #1111cc !important;
  text-decoration: none;
}

.inner {
  width: 1120px;
  max-width: 100%;
  margin: 0 auto;
}
@media screen and (max-width: 834px) {
  .inner {
    width: 100%;
    max-width: 100%;
  }
}
@media screen and (max-width: 834px) {
  .inner {
    width: 100%;
    margin: 0 auto;
  }
}

#main, #main #col_main {
  width: 100% !important;
  max-width: 100% !important;
  float: none !important;
}

#contents_wrap {
  position: relative;
  z-index: 1;
  width: 1120px;
  max-width: 100%;
  margin: 0 auto;
  min-width: auto !important;
}
@media screen and (max-width: 834px) {
  #contents_wrap {
    width: 100%;
    max-width: 100%;
  }
}
@media screen and (max-width: 1120px) {
  #contents_wrap {
    width: 100% !important;
    min-width: 100%;
  }
}

#contents {
  padding: 0;
  background: none !important;
  width: 100%;
}

@media screen and (max-width: 100%) {
  #main {
    width: 100%;
  }
}

@media screen and (max-width: 100%) {
  #main #col_main {
    width: 100%;
  }
}

@media screen and (max-width: 100%) {
  #side {
    width: 18.75000%;
  }
}

@media screen and (max-width: 100%) {
  #side aside {
    width: 100% !important;
  }
}

aside div#form_calendar {
  min-width: auto !important;
}

.blog #contents article .detail {
  margin-top: 20px;
}

@media screen and (max-width: 768px) {
  .blog #contents {
    padding: 0;
  }

  .blog #contents article {
    padding: 30px 10px 10px;
  }
  .blog #contents article .detail {
    margin-top: 20px;
  }
}
.map {
  margin: 56px auto 120px;
  padding: 60px 0;
}
@media screen and (max-width: 834px) {
  .map {
    width: 90%;
  }
}

.map li {
  border-left: 5px solid #CCCCCC;
  list-style: none;
  margin: 0 0 15px;
  padding: 0 0 0 10px;
  text-align: left;
}
@media screen and (max-width: 834px) {
  .map li {
    text-align: center;
  }
}
.map li:last-child {
  display: none;
}

.map li a {
  color: #333 !important;
}

.policy h2 {
  border-bottom: 1px solid #BBBBBB;
  font-size: 18px;
  font-weight: bold;
  padding: 0 0 5px;
}

.policy p {
  margin: 0 0 50px;
}

table {
  table-layout: fixed;
}

table td {
  margin-bottom: -1px !important;
  padding: 20px !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 {
  font-size: 80%;
}

hr {
  border: none;
  height: 0;
  border-bottom: 1px dashed #B3B3B3;
}

span {
  font-weight: inherit;
}

@media screen and (max-width: 834px) {
  .youtube {
    position: relative;
    width: 100%;
    padding-top: 56.25%;
  }

  .youtube iframe {
    position: absolute;
    top: 0;
    right: 0;
    width: 100% !important;
    height: 100% !important;
  }
}
u {
  text-decoration: underline;
}

.borB {
  border-bottom: 1px dashed #333;
}

.b {
  font-weight: bold;
}

b {
  font-weight: bold;
}

input[type="button"] {
  cursor: pointer;
  padding: 5px 10px;
}

a:hover {
  opacity: 0.6;
  -webkit-transition: 0.7s;
  transition: 0.7s;
}

.tacenter {
  text-align: center !important;
}

.ColLeft {
  float: left;
}

.ColRight {
  float: right;
}

.flexleft {
  display: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  overflow: hidden;
}

.flexcenter {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  overflow: hidden;
}

.mincho {
  font-family: "Noto Serif JP", serif, "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
}

.gothic {
  font-family: "Noto Sans JP", sans-serif, "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

.br {
  display: block;
}

.br_pc {
  display: block;
}
@media screen and (max-width: 768px) {
  .br_pc {
    display: inline;
  }
}

.br_sp {
  display: inline;
}
@media screen and (max-width: 768px) {
  .br_sp {
    display: block;
  }
}

.br_tab {
  display: inline;
}
@media screen and (max-width: 834px) {
  .br_tab {
    display: block;
  }
}

/*********PANKUZU *********/
/* table td padding */
.tdpd0 td {
  padding: 0 !important;
}

.tdpd05 td {
  padding: 5px !important;
}

.tdpd10 td {
  padding: 10px !important;
}

.tdpd15 td {
  padding: 15px !important;
}

.tdpd20 td {
  padding: 20px !important;
}

.tdpd25 td {
  padding: 25px !important;
}

.tdpd30 td {
  padding: 30px !important;
}

.tdpd35 td {
  padding: 35px !important;
}

.tdpd40 td {
  padding: 40px !important;
}

.tdpd45 td {
  padding: 45px !important;
}

.tdpd50 td {
  padding: 50px !important;
}

td.pdT10 {
  padding-top: 10px !important;
}

/* padding */
.pd0 {
  padding: 0px !important;
}

.pd10 {
  padding: 10px !important;
}

/********* Google Map &youtube *********/
/* small.css */
/* googlemap for single.php */
iframe[src^="https://www.google.com/maps/"] {
  width: 100%;
  height: 100%;
}

.ggmap {
  position: relative;
  padding-bottom: 26.25%;
  padding-top: 30px;
  height: 0;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .ggmap {
    padding-bottom: 55%;
  }
}

.ggmap iframe,
.ggmap object,
.ggmap embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

@media screen and (max-width: 834px) {
  .youtube iframe {
    width: 100%;
  }
}

#builingual {
  position: fixed;
  bottom: 0;
  right: 0;
  z-index: 6999999;
  padding: 5px 20px !important;
}
@media screen and (max-width: 768px) {
  #builingual {
    width: 100%;
  }
}

.switch {
  float: right;
  padding-top: 3px !important;
  position: relative;
}
.switch:after {
  content: "OFF";
  position: absolute;
  right: 8px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  font-size: 8px;
  z-index: 1;
}
.switch:before {
  content: "ON";
  position: absolute;
  left: 9px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  font-size: 8px;
  z-index: 1;
}

.cmn-toggle {
  position: absolute;
  margin-left: -9999px;
  visibility: hidden;
}

.cmn-toggle + label {
  display: block;
  position: relative;
  cursor: pointer;
  outline: none;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

input.cmn-toggle-round + label {
  padding: 2px;
  width: 60px;
  height: 30px;
  background-color: #dddddd;
  border-radius: 60px;
}

input.cmn-toggle-round + label:before,
input.cmn-toggle-round + label:after {
  display: block;
  position: absolute;
  top: 1px;
  left: 1px;
  bottom: 1px;
  content: "";
}

input.cmn-toggle-round + label:before {
  right: 1px;
  background-color: #f1f1f1;
  border-radius: 60px;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

input.cmn-toggle-round + label:after {
  width: 28px;
  background-color: #fff;
  border-radius: 100%;
  -webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.3);
          box-shadow: 0 2px 5px rgba(0, 0, 0, 0.3);
  -webkit-transition: 0.4s;
  transition: 0.4s;
  z-index: 2;
}

input.cmn-toggle-round:checked + label:before {
  background-color: #8ce196;
}

input.cmn-toggle-round:checked + label:after {
  margin-left: 28px;
}

@media only screen and (max-width: 768px) {
  .switch {
    float: right;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    padding-top: 0px !important;
  }

  #builingual {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
}
/********* Other *********/
.header {
  background: rgba(0, 0, 0, 0.5);
  position: fixed;
  top: 0px;
  left: 0px;
  z-index: 999;
  width: 100%;
  height: 100px;
}
@media screen and (max-width: 834px) {
  .header {
    position: static;
    padding-top: 44px;
    height: 65px;
  }
}

.logo {
  padding-left: 20px;
}
@media screen and (max-width: 834px) {
  .logo {
    position: fixed;
    top: 10px;
    left: 10px;
    z-index: 999999;
  }
}
@media screen and (max-width: 834px) {
  .logo img {
    height: 50px !important;
    width: auto !important;
    -o-object-fit: cover;
       object-fit: cover;
    font-family: "object-fit: cover;";
  }
}

.hdflex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 834px) {
  .hdflex {
    display: block;
  }
}

.hdnav ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.hdnav ul li {
  line-height: 100px;
  margin-right: 40px;
  font-size: 18px;
}
@media screen and (max-width: 1120px) {
  .hdnav ul li {
    margin-right: 15px;
    font-size: 14px;
  }
}
@media screen and (max-width: 834px) {
  .hdnav ul li {
    margin-right: 0px;
  }
}
.hdnav ul li a {
  color: #fff !important;
  font-family: "Noto Serif JP", serif, "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  font-weight: bold;
}
.hdnav ul .mgin {
  margin-right: 0px;
}

.hdtel a {
  border-left: 2px solid #fff;
  padding-left: 40px;
}

.mean-bar {
  background-color: #3e342b !important;
  padding: 0px !important;
  position: fixed !important;
}
@media screen and (max-width: 834px) {
  .mean-bar min
  li {
    border-bottom: 1px solid #3e342b !important;
  }
}

.mean-nav {
  background: #fff !important;
  height: 100% !important;
}

.mean-nav ul li a {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: black !important;
  line-height: 40px;
}

.meanmenu-reveal {
  color: #fff !important;
  width: 20px !important;
  height: 20px !important;
}

#footer {
  background-color: #3e342b;
  padding-top: 80px;
}

.ftflex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 80px;
}
@media screen and (max-width: 834px) {
  .ftflex {
    display: block;
  }
}

@media screen and (max-width: 834px) {
  .fttext {
    margin-top: 20px;
  }
}
.fttext address {
  color: #fff;
  text-align: left;
  font-size: 16px;
}
@media screen and (max-width: 834px) {
  .fttext address {
    text-align: center;
  }
}

.copy {
  margin: 0;
  padding: 0;
  margin-left: calc(((100vw - 100%) / 2) * -1) !important;
  margin-right: calc(((100vw - 100%) / 2) * -1) !important;
  color: #fff;
  background-color: #2c2218;
  line-height: 50px;
}

.toppic {
  margin: 0;
  padding: 0;
  margin-left: calc(((100vw - 100%) / 2) * -1) !important;
  margin-right: calc(((100vw - 100%) / 2) * -1) !important;
}
.toppic img {
  width: 100% !important;
  height: auto;
}

.home_01 {
  margin: 0;
  padding: 0;
  margin-left: calc(((100vw - 100%) / 2) * -1) !important;
  margin-right: calc(((100vw - 100%) / 2) * -1) !important;
  background-size: cover;
}
.home_01 h1 {
  font-size: 35px;
  font-weight: bold;
  font-family: "Noto Serif JP", serif, "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  color: #fff;
  margin-bottom: 50px;
}
@media screen and (max-width: 834px) {
  .home_01 h1 {
    font-size: 24px;
    width: 90% !important;
    margin-left: auto !important;
    margin-right: auto !important;
  }
}
.home_01 div {
  line-height: 2rem;
  font-size: 16px;
  color: #fff;
}
@media screen and (max-width: 834px) {
  .home_01 div {
    width: 90% !important;
    margin-left: auto !important;
    margin-right: auto !important;
  }
}

.home_02title h2 {
  font-family: "Noto Serif JP", serif, "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  font-size: 36px;
  font-weight: bold;
}
@media screen and (max-width: 834px) {
  .home_02title h2 {
    font-size: 24px;
  }
}

@media screen and (max-width: 834px) {
  .home_02list {
    width: 90% !important;
    margin-left: auto !important;
    margin-right: auto !important;
  }
}
.home_02list ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 834px) {
  .home_02list ul {
    -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important;
  }
}
.home_02list ul li {
  float: none !important;
  width: 23% !important;
  -webkit-box-shadow: 0 0 20px #ccc;
          box-shadow: 0 0 20px #ccc;
}
@media screen and (max-width: 834px) {
  .home_02list ul li {
    width: 48% !important;
    margin-bottom: 20px;
  }
}
.home_02list ul li img {
  width: 100% !important;
  height: auto;
}

.syousai_bt a {
  display: block;
  width: 580px;
  color: #f27f20 !important;
  font-size: 20px;
  font-weight: bold;
  border: solid 2px #f27f20;
  line-height: 70px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 834px) {
  .syousai_bt a {
    width: 50%;
    font-size: 16px;
  }
}
.syousai_bt a:hover {
  background-color: #f27f20 !important;
  color: #fff !important;
  opacity: 1;
}

.home_03 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0;
  padding: 0;
  margin-left: calc(((100vw - 100%) / 2) * -1) !important;
  margin-right: calc(((100vw - 100%) / 2) * -1) !important;
}
@media screen and (max-width: 834px) {
  .home_03 {
    display: block;
  }
}
.home_03 > .box {
  width: 50%;
  font-size: 16px;
}
@media screen and (max-width: 834px) {
  .home_03 > .box {
    width: 90% !important;
    margin-left: auto !important;
    margin-right: auto !important;
    font-size: 14px;
  }
}
.home_03 > .box img {
  width: 100% !important;
  height: auto;
}
.home_03 > .box:last-child {
  padding-left: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #3e342b;
}
@media screen and (max-width: 834px) {
  .home_03 > .box:last-child {
    padding: 10px;
    margin-top: 20px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    text-align: center;
  }
}
.home_03 > .box:last-child h2 {
  color: #fff;
  font-family: "Noto Serif JP", serif, "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  font-weight: bold;
  margin-bottom: 20px;
  font-size: 30px;
}
@media screen and (max-width: 834px) {
  .home_03 > .box:last-child h2 {
    font-size: 20px;
  }
}
.home_03 > .box:last-child P {
  color: #fff;
  font-size: 16px;
  margin-bottom: 20px;
}
@media screen and (max-width: 834px) {
  .home_03 > .box:last-child P {
    width: 90% !important;
    margin-left: auto !important;
    margin-right: auto !important;
  }
}
.home_03 > .box:last-child a {
  display: block;
  width: 300px;
  text-align: center;
  color: #f27f20 !important;
  border: solid 1px #f27f20;
  font-size: 20px;
  font-family: "Noto Serif JP", serif, "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  line-height: 60px;
}
@media screen and (max-width: 834px) {
  .home_03 > .box:last-child a {
    margin-right: auto;
    margin-left: auto;
    width: 50%;
  }
}
.home_03 > .box:last-child a:hover {
  background-color: #f27f20 !important;
  color: #fff !important;
  opacity: 1;
}

@media screen and (max-width: 834px) {
  .home_04 {
    width: 90% !important;
    margin-left: auto !important;
    margin-right: auto !important;
  }
}

.home_05bg {
  margin: 0;
  padding: 0;
  margin-left: calc(((100vw - 100%) / 2) * -1) !important;
  margin-right: calc(((100vw - 100%) / 2) * -1) !important;
  background-size: cover;
}

.home_05text h2 {
  font-size: 36px;
  font-weight: bold;
  font-family: "Noto Serif JP", serif, "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  color: #fff;
  margin-bottom: 20px;
}
@media screen and (max-width: 834px) {
  .home_05text h2 {
    width: 90% !important;
    margin-left: auto !important;
    margin-right: auto !important;
    font-size: 22px;
  }
}
.home_05text div {
  color: #fff;
}
@media screen and (max-width: 834px) {
  .home_05text div {
    width: 90% !important;
    margin-left: auto !important;
    margin-right: auto !important;
  }
}

.home_05flex {
  width: 80%;
  margin-left: auto;
  margin-right: auto;
  -ms-flex-pack: distribute;
      justify-content: space-around;
}
.home_05flex > .box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 834px) {
  .home_05flex > .box {
    margin-bottom: 20px;
  }
}
.home_05flex .tel00 {
  color: #fff !important;
  font-size: 24px;
  font-family: "Noto Serif JP", serif, "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
}
.home_05flex .tel00 > span {
  display: block;
  font-size: 35px;
  font-family: "Noto Serif JP", serif, "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  line-height: 35px;
}
.home_05flex .tel00 > span > span {
  font-size: 20px;
  font-family: "Noto Serif JP", serif, "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  font-weight: bold;
  margin-right: 10px;
}

.home_06title h2 {
  font-family: "Noto Serif JP", serif, "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  font-size: 30px;
  font-weight: bold;
}
@media screen and (max-width: 834px) {
  .home_06title h2 {
    font-size: 24px;
  }
}

.home_dl {
  padding: 20px;
  -webkit-box-shadow: 0 0 20px #ccc;
          box-shadow: 0 0 20px #ccc;
  max-height: 400px;
  overflow-y: scroll;
}
@media screen and (max-width: 834px) {
  .home_dl {
    width: 90% !important;
    margin-left: auto !important;
    margin-right: auto !important;
  }
}
.home_dl dl {
  display: block !important;
  border-bottom: 1px solid #333;
  padding: 20px 0 10px 0;
}
.home_dl dl dt {
  border: none !important;
  display: table !important;
  padding: 3px 15px !important;
  background-color: #f27f20 !important;
  width: auto !important;
  color: #fff;
  font-size: 16px;
  font-weight: 500;
}
.home_dl dl dd {
  border: none !important;
  font-size: 16px;
  font-weight: 500;
}

.subtop {
  margin: 0;
  padding: 0;
  margin-left: calc(((100vw - 100%) / 2) * -1) !important;
  margin-right: calc(((100vw - 100%) / 2) * -1) !important;
}
@media screen and (max-width: 834px) {
  .subtop {
    margin-top: 0px !important;
  }
}
.subtop h1 {
  line-height: 250px;
  font-size: 40px;
  font-weight: bold;
  color: #fff;
  letter-spacing: 0.5rem;
}
@media screen and (max-width: 834px) {
  .subtop h1 {
    line-height: 150px;
    font-size: 30px;
  }
}

@media screen and (max-width: 834px) {
  .pankuzu {
    text-align: center !important;
  }
}
.pankuzu a {
  color: #333 !important;
  text-decoration: underline;
}

@media screen and (max-width: 834px) {
  .text_01 {
    width: 90% !important;
    margin-left: auto !important;
    margin-right: auto !important;
  }
}

@media screen and (max-width: 834px) {
  .subtitle_01 {
    margin-bottom: 20px !important;
  }
}
.subtitle_01 h2 {
  font-size: 22px;
  background-color: #f27f20;
  line-height: 65px;
  color: #fff;
  padding-left: 20px;
  position: relative;
  font-weight: bold;
  font-family: "Noto Serif JP", serif, "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
}
@media screen and (max-width: 834px) {
  .subtitle_01 h2 {
    width: 90% !important;
    margin-left: auto !important;
    margin-right: auto !important;
    font-size: 20px;
  }
}
.subtitle_01 h2:before {
  border: solid 1px #fff;
  width: 99%;
  height: 55px;
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}
@media screen and (max-width: 834px) {
  .subtitle_01 h2:before {
    width: 97%;
  }
}

.item_01 {
  -ms-flex-pack: distribute;
      justify-content: space-around;
}
@media screen and (max-width: 834px) {
  .item_01 {
    display: block !important;
  }
}
@media screen and (max-width: 834px) {
  .item_01 > .box {
    width: 90% !important;
    margin-left: auto !important;
    margin-right: auto !important;
  }
}
.item_01 > .box a {
  display: block;
  width: 300px;
  text-align: center;
  color: #f27f20 !important;
  border: solid 1px #f27f20;
  font-size: 20px;
  font-family: "Noto Serif JP", serif, "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  line-height: 60px;
}
@media screen and (max-width: 834px) {
  .item_01 > .box a {
    margin-top: 20px;
    margin-left: auto;
    margin-right: auto;
  }
}
.item_01 > .box a:hover {
  background-color: #f27f20 !important;
  color: #fff !important;
  opacity: 1;
}

.item_02 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 834px) {
  .item_02 {
    display: block;
  }
}
.item_02 > .box {
  width: 50%;
  font-size: 16px;
}
@media screen and (max-width: 834px) {
  .item_02 > .box {
    width: 90% !important;
    margin-left: auto !important;
    margin-right: auto !important;
    font-size: 14px;
  }
}
@media screen and (max-width: 834px) {
  .item_02 > .box ul {
    padding-left: 10px;
    margin-bottom: 20px;
  }
}
.item_02 > .box ul li {
  font-size: 16px;
}
.item_02 > .box ul li:before {
  font-family: "Font Awesome 5 Pro";
  content: '\f329';
  font-weight: 900;
  color: #f27f20;
  margin-right: 10px;
  font-size: 16px;
}
.item_02 > .box img {
  width: 100% !important;
  height: auto;
}
.item_02 > .box:first-child {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-left: 30px;
}
@media screen and (max-width: 834px) {
  .item_02 > .box:first-child {
    padding-left: 0px;
  }
}

@media screen and (max-width: 834px) {
  .item_03 {
    display: block !important;
  }
}
.item_03 > .box {
  width: 50%;
}
@media screen and (max-width: 834px) {
  .item_03 > .box {
    width: 100%;
    margin-bottom: 30px;
  }
}
.item_03 > .box:first-child > div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap !important;
      flex-wrap: wrap !important;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.item_03 > .box:first-child img {
  width: auto !important;
  height: 220px !important;
  margin-bottom: 20px;
  -o-object-fit: cover;
     object-fit: cover;
  font-family: "object-fit: cover;";
}
@media screen and (max-width: 834px) {
  .item_03 > .box:first-child img {
    height: 180px !important;
    width: auto !important;
  }
}
.item_03 > .box:last-child {
  text-align: center;
}
.item_03 > .box:last-child img {
  width: auto !important;
  height: 480px !important;
}
.item_03 > .box a {
  display: block;
  width: 200px;
  text-align: center;
  color: #f27f20 !important;
  border: solid 1px #f27f20;
  font-size: 20px;
  font-family: "Noto Serif JP", serif, "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  line-height: 60px;
  margin-top: 30px;
  margin-left: auto;
  margin-right: auto;
}
.item_03 > .box a:hover {
  background-color: #f27f20 !important;
  color: #fff !important;
  opacity: 1;
}

.item_list ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap !important;
      flex-wrap: wrap !important;
}
.item_list ul li {
  float: none !important;
  width: 25%;
  padding: 10px 10px;
}
@media screen and (max-width: 834px) {
  .item_list ul li {
    width: 50%;
  }
}
.item_list ul li a {
  width: 100% !important;
  color: #fff !important;
  background-color: #3e342b;
  line-height: 50px;
  display: block;
  text-align: center;
  border-radius: 3px;
}

@media screen and (max-width: 834px) {
  .shop_01 {
    width: 90% !important;
    margin-left: auto !important;
    margin-right: auto !important;
  }
}
.shop_01 dl dt {
  -webkit-box-align: center !important;
      -ms-flex-align: center !important;
          align-items: center !important;
}
.shop_01 dl dt, .shop_01 dl dd {
  padding: 15px !important;
}
.shop_01 dl dt a, .shop_01 dl dd a {
  color: #333 !important;
  text-decoration: underline;
}

.shop_map {
  margin: 0;
  padding: 0;
  margin-left: calc(((100vw - 100%) / 2) * -1) !important;
  margin-right: calc(((100vw - 100%) / 2) * -1) !important;
  line-height: 1 !important;
}
.shop_map iframe {
  height: 400px;
}

.rope_01 {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 834px) {
  .rope_01 {
    width: 90% !important;
    margin-left: auto !important;
    margin-right: auto !important;
  }
}
.rope_01 > .box {
  width: 30%;
  text-align: center;
  margin-bottom: 50px;
}
@media screen and (max-width: 834px) {
  .rope_01 > .box {
    width: 45%;
  }
}
.rope_01 > .box img {
  width: 100% !important;
  height: auto;
  border: solid 5px #3e342b;
  padding: 20px;
  border-radius: 5px;
}
.rope_01 > .box h3 {
  margin: 10px 0;
  font-weight: bold;
  font-size: 18px;
}
.rope_01 > .box div {
  border-bottom: 1px solid red;
  color: red;
  display: table;
  margin: 0 auto;
  padding: 0 10px;
}
.rope_01::after {
  content: "";
  width: 30%;
  display: block;
  height: 0px;
}
@media screen and (max-width: 834px) {
  .rope_01::after {
    width: 45%;
  }
}

section div.form_wrap.error {
  margin-top: 150px !important;
}

.form_wrap.confirm.contact_form {
  margin-top: 150px !important;
}

.form_wrap.message {
  margin-top: 150px !important;
}

@media screen and (max-width: 834px) {
  .contact_form {
    width: 90% !important;
    margin-left: auto !important;
    margin-right: auto !important;
  }
}

@media screen and (max-width: 834px) {
  .contact_01 {
    width: 90% !important;
    margin-left: auto !important;
    margin-right: auto !important;
  }
}

@media screen and (max-width: 834px) {
  .text_404 {
    width: 90%;
    margin: 30px auto !important;
  }
}
.text_404 h2 {
  margin: 30px auto;
  display: table;
  border-bottom: 1px solid #000;
  padding-bottom: 5px;
  font-size: 1.71429rem;
}

.bt_404 a {
  display: block;
  width: 200px;
  line-height: 50px;
  border: solid 1px #000;
  border-radius: 3px;
  color: #000 !important;
  margin: 30px auto;
}

/*# sourceMappingURL=assets.css.map */