@charset "UTF-8";
/* =================================================================
 License : e-TRUST Inc.
 File name : common.css
 Style : common
================================================================= */
@import url("https://fonts.googleapis.com/css?family=Noto+Sans+JP:400,700&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");
@media screen and (max-width: 468px) {
  img.imgL {
    max-width: 100%;
  }
}

@media screen and (max-width: 834px) {
  .reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: column-reverse !important;
            flex-direction: column-reverse !important;
  }
}

header, footer {
  min-width: auto !important;
}

* {
  -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: #683e03;
  font-family: "游ゴシック", 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: 960px;
  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: 960px;
  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: 960px) {
  #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: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
}

.gothic {
  font-family: "游ゴシック", 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_inner {
  width: 960px;
  max-width: 100%;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  height: 60px;
}

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

@media screen and (max-width: 834px) {
  .header_inner {
    height: auto;
    padding-top: 46px;
  }
}

.toplogo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

@media screen and (max-width: 834px) {
  .toplogo {
    width: 60%;
    position: fixed;
    z-index: 99999;
    top: 0;
    height: 46px;
    padding-left: 20px;
  }
}

.tel {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.topright {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

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

.time {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-left: 20px;
}

.time p {
  display: block;
  margin-bottom: 5px;
  font-weight: bold;
}

.time p:last-child {
  margin-bottom: 0;
}

.time p span {
  background-color: #f89303;
  color: #fff;
  border-radius: 5px;
  margin-right: 5px;
  width: 50px !important;
  display: inline-block;
  font-weight: bold;
}

nav {
  margin: 0;
  padding: 0;
  margin-left: calc(((100vw - 100%) / 2) * -1) !important;
  margin-right: calc(((100vw - 100%) / 2) * -1) !important;
  background: -webkit-gradient(linear, left bottom, left top, from(#fff), to(#eee));
  background: linear-gradient(0deg, #fff, #eee);
}

nav ul {
  width: 960px;
  max-width: 100%;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 45px;
}

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

@media screen and (max-width: 834px) {
  nav ul {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    height: auto;
  }
}

nav ul li {
  width: 17%;
}

nav ul li a {
  display: block;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.restel {
  display: none;
}

@media screen and (max-width: 834px) {
  .restel {
    display: block;
    position: fixed;
    top: 0;
    right: 48px;
    z-index: 99999 !important;
  }
}

.mean-bar {
  background-color: #fff !important;
  position: fixed !important;
  padding: 0 !important;
  z-index: 90000 !important;
}

.mean-container a {
  color: #fff !important;
}

.mean-nav {
  background: none !important;
  margin-top: 46px !important;
}

.mean-nav li a {
  text-align: center !important;
  width: 100% !important;
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  height: 50px;
  padding-left: 0 !important;
  background-color: #fff !important;
  border-top: 1px solid #f86b2d !important;
}

.mean-nav li:last-child {
  border-bottom: 1px solid #f86b2d !important;
}

footer {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: right;
}

@media screen and (max-width: 834px) {
  footer {
    background: none !important;
    border-top: 3px solid #f86b2d;
  }
}

#footer {
  padding-top: 80px;
}

@media screen and (max-width: 834px) {
  #footer {
    background: none !important;
    padding-top: 30px;
  }
}

#footer p {
  text-align: center;
  margin: 30px 0;
}

@media screen and (max-width: 834px) {
  #footer p {
    margin: 20px 0;
  }
}

#footer ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 70%;
  margin: 0 auto 50px auto;
}

@media screen and (max-width: 834px) {
  #footer ul {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    width: 80%;
  }
}

#footer ul li {
  width: 17%;
}

@media screen and (max-width: 834px) {
  #footer ul li {
    width: 100%;
  }
}

#footer ul li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  height: 100%;
  display: block;
  color: #000 !important;
}

@media screen and (max-width: 834px) {
  #footer ul li a {
    border-radius: 20px;
    line-height: 40px;
    background-color: #f86b2d;
    color: #fff !important;
    margin-bottom: 10px;
    font-weight: bold;
  }
}

.footer_inner {
  width: 960px;
  max-width: 100%;
  margin: 0 auto;
}

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

.footer_logo {
  text-align: center;
}

.top_bt {
  position: fixed;
  bottom: 20px;
  right: 20px;
  z-index: 99999;
}

.copyright {
  text-align: center;
  background-color: #f86b2d;
  margin: 0;
  padding: 0;
  margin-left: calc(((100vw - 100%) / 2) * -1) !important;
  margin-right: calc(((100vw - 100%) / 2) * -1) !important;
}

.copyright small {
  color: #fff;
  font-size: 14px;
}

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

.home_02 {
  margin: 0;
  padding: 0;
  margin-left: calc(((100vw - 100%) / 2) * -1) !important;
  margin-right: calc(((100vw - 100%) / 2) * -1) !important;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: bottom center;
}

@media screen and (max-width: 834px) {
  .home_02 {
    background: none !important;
    padding: 0 !important;
  }
}

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

.toptext h1 {
  font-family: "Kosugi Maru", sans-serif;
  font-size: 44px;
  color: #f86b2d;
}

@media screen and (max-width: 834px) {
  .toptext h1 {
    font-size: 22px;
  }
}

.home_02text > div {
  font-weight: bold;
  font-size: 18px;
}

@media screen and (max-width: 834px) {
  .home_02text > div {
    font-size: 14px;
    width: 90%;
    margin: 0 auto;
  }
}

.home_03 {
  margin: 0;
  padding: 0;
  margin-left: calc(((100vw - 100%) / 2) * -1) !important;
  margin-right: calc(((100vw - 100%) / 2) * -1) !important;
  background-size: cover;
  background-repeat: no-repeat;
}

@media screen and (max-width: 834px) {
  .home_03 {
    background: none !important;
    margin-bottom: 30px !important;
    padding-top: 50px !important;
  }
}

.home_03inner {
  width: 960px;
  max-width: 100%;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

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

@media screen and (max-width: 834px) {
  .home_03inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.home_03text {
  width: 50%;
  margin: auto;
}

@media screen and (max-width: 834px) {
  .home_03text {
    width: 90%;
    padding: 0 !important;
  }
}

.home_03text div {
  font-weight: bold;
  margin-top: 20px;
}

.home_03text h2 {
  font-family: "Kosugi Maru", sans-serif;
  font-size: 28px;
  color: #f86b2d;
}

.home_03text h2 span {
  border-bottom: dotted 4px #f89303;
  padding-bottom: 5px;
}

.syousai_bt > div {
  width: 200px;
  height: 50px;
}

@media screen and (max-width: 834px) {
  .syousai_bt > div {
    width: auto;
  }
}

.syousai_bt > div a {
  background-color: #f86b2d;
  color: #fff !important;
  border-radius: 30px;
  height: 100%;
  width: 100%;
  font-weight: bold;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.home_03pic {
  width: 50%;
}

@media screen and (max-width: 834px) {
  .home_03pic {
    width: 90%;
    margin: 0 auto;
  }
}

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

.pop {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media screen and (max-width: 834px) {
  .pop {
    margin: 30px auto !important;
  }
}

.pop .box {
  width: 30%;
}

@media screen and (max-width: 834px) {
  .pop .box {
    margin: 0 auto 20px auto;
    width: 90%;
    text-align: center !important;
  }
}

.home_05 {
  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_05 {
    padding: 30px !important;
  }
}

.home_05 h2 {
  font-family: "Kosugi Maru", sans-serif;
  font-size: 24px;
  color: #f86b2d;
  padding-bottom: 5px;
}

.home_05 h2::after {
  content: '';
  display: block;
  margin: 0 auto;
  width: 50px;
  border-bottom: dotted 4px #f89303;
}

@media screen and (max-width: 834px) {
  .news {
    margin-bottom: 10px !important;
  }
}

.news_text {
  border-radius: 20px;
  border: solid 3px #fde1ba;
  padding: 40px;
  background-color: #fff;
  overflow-y: scroll;
  height: 200px;
}

@media screen and (max-width: 834px) {
  .news_text {
    padding: 10px;
  }
}

.news_text dt, .news_text dd {
  font-weight: bold;
}

.news_text dt {
  width: 40% !important;
}

.home_06 {
  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_06 {
    margin: 20px auto !important;
  }
}

.home06_inner {
  width: 1200px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-left: auto;
  margin-right: auto;
}

@media screen and (max-width: 1200px) {
  .home06_inner {
    width: auto;
  }
}

@media screen and (max-width: 834px) {
  .home06_inner {
    width: auto !important;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}

.home_06pic {
  width: 50%;
}

@media screen and (max-width: 834px) {
  .home_06pic {
    width: 90%;
    margin: 0 auto 20px auto;
  }
}

.home_06pic img {
  height: 100% !important;
  -o-object-fit: cover;
     object-fit: cover;
}

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

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

@media screen and (max-width: 834px) {
  .home_06logo {
    margin: 10px auto 15px auto !important;
  }
}

.home_06text {
  width: 50%;
  background-color: #feefda;
}

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

.home_06text h3 {
  font-family: "Kosugi Maru", sans-serif;
  font-size: 30px;
  color: #f86b2d;
}

.home_06text .text div {
  font-weight: bold;
  font-size: 16px;
  width: 90%;
  margin: 0 auto !important;
}

@media screen and (max-width: 834px) {
  .home_06time {
    margin-bottom: 20px !important;
  }
}

.home_06time p {
  display: block;
  text-align: center;
  margin-bottom: 5px;
  font-weight: bold;
}

.home_06time p:last-child {
  margin-bottom: 0;
}

.home_06time p span {
  background-color: #f89303;
  color: #fff;
  border-radius: 5px;
  padding: 2px;
  margin-right: 8px;
  width: 50px !important;
  height: 25px !important;
  display: inline-block;
  font-weight: bold;
}

.h1_txt01 h1 {
  font-family: "Kosugi Maru", sans-serif;
  font-size: 30px;
  color: #f86b2d;
  padding-bottom: 5px;
}

.h1_txt01 h1::after {
  content: '';
  display: block;
  margin: 0 auto;
  width: 100px;
  border-bottom: dotted 4px #f89303;
}

.price_flex {
  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) {
  .price_flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}

.price_01 {
  width: 40%;
  margin: auto;
}

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

.price_01 > div {
  font-weight: bold;
}

.price_01 P {
  height: 50px;
  width: 50%;
  margin-left: auto;
  margin-right: auto;
  font-size: 16px;
}

.price_01 P a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  height: 100%;
  background-color: #f86b2d;
  color: #fff !important;
  border-radius: 20px;
  font-size: 16px;
  font-weight: bold;
}

@media screen and (max-width: 834px) {
  .price_left > div {
    text-align: left !important;
  }
}

@media screen and (max-width: 834px) {
  .price_text {
    width: 90%;
    margin-right: auto !important;
    margin-left: auto !important;
  }
}

.price_text > div {
  font-weight: bold;
}

.price_02 {
  width: 50%;
}

@media screen and (max-width: 834px) {
  .price_02 {
    width: 90%;
    margin: 0 auto;
  }
}

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

@media screen and (max-width: 834px) {
  .price_00 {
    margin-bottom: 0px !important;
  }
}

.price_00 h2 {
  font-size: 26px;
  padding: 5px 0;
  font-weight: bold;
  border-bottom: solid 2px #f86b2d;
  color: #000;
  padding-left: 30px;
}

@media screen and (max-width: 834px) {
  .price_00 h2 {
    width: 90%;
    margin: 15px auto !important;
    padding-left: 10px !important;
  }
}

.price_03 {
  margin: 30px 0;
}

@media screen and (max-width: 834px) {
  .price_03 {
    margin: 0 0 10px 0 !important;
  }
}

.price_03 h2 {
  font-size: 24px;
  padding: 5px 0;
  font-weight: bold;
}

.price_04 dl {
  line-height: 50px;
}

@media screen and (max-width: 834px) {
  .price_04 dl {
    display: block !important;
    width: 90%;
    margin: 0 auto 10px auto;
  }
}

.price_04 dt {
  font-weight: bold;
  -webkit-box-align: center !important;
      -ms-flex-align: center !important;
          align-items: center !important;
  font-size: 16px;
}

@media screen and (max-width: 834px) {
  .price_04 dt {
    width: 100% !important;
    border-right: 1px solid #ccc !important;
  }
}

.price_04 dd {
  font-weight: bold;
  padding-left: 50px !important;
  font-size: 16px;
}

@media screen and (max-width: 834px) {
  .price_04 dd {
    width: 100% !important;
    border-bottom: 1px solid #ccc !important;
    text-align: center;
    padding-left: 0 !important;
  }
}

.price_05 h3 {
  font-size: 16px;
  color: #f86b2d;
  font-weight: bold;
}

@media screen and (max-width: 834px) {
  .price_05 h3 {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
  }
}

@media screen and (max-width: 834px) {
  .price_06 {
    width: 90% !important;
    margin: 0 auto !important;
  }
}

@media screen and (max-width: 834px) {
  .price_06 tr {
    margin-bottom: 10px !important;
    display: block !important;
  }
}

.price_08 {
  width: 46% !important;
  text-align: center !important;
  background-color: #feefda;
}

@media screen and (max-width: 834px) {
  .price_08 {
    width: 100% !important;
    display: block !important;
  }
}

.price_08 > div {
  font-size: 16px !important;
  font-weight: bold !important;
}

.price_09 {
  width: 27%;
  text-align: center !important;
}

@media screen and (max-width: 834px) {
  .price_09 {
    display: block !important;
    width: 100% !important;
  }
}

.price_09 > div {
  font-size: 16px !important;
  font-weight: bold !important;
}

@media screen and (max-width: 834px) {
  .price_09 > div:before {
    content: "スタンダード";
    display: inline-block;
    margin-right: 30px;
  }
}

.price_10 {
  width: 27%;
  text-align: center !important;
}

@media screen and (max-width: 834px) {
  .price_10 {
    display: block !important;
    width: 100% !important;
  }
}

.price_10 > div {
  font-size: 16px !important;
  font-weight: bold !important;
}

@media screen and (max-width: 834px) {
  .price_10 > div:before {
    content: "デラックス";
    display: inline-block;
    margin-right: 30px;
  }
}

.price_none {
  background-color: #f7d5ae !important;
}

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

@media screen and (max-width: 834px) {
  .corporation_00 {
    margin: 0 !important;
  }
}

.corporation_00 h2 {
  font-weight: bold;
  font-size: 26px;
  text-align: center !important;
}

.corporation_01 {
  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) {
  .corporation_01 {
    padding: 20px 0 !important;
  }
}

.corporation_02 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 50px;
  border-radius: 30px;
  margin-top: 50px;
  margin-bottom: 50px;
}

@media screen and (max-width: 834px) {
  .corporation_02 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 10px;
    border-radius: 5px;
    width: 90%;
    margin: 20px auto;
  }
}

.corporation_03 {
  width: 30%;
}

.corporation_03 img {
  width: 100% !important;
}

@media screen and (max-width: 834px) {
  .corporation_03 {
    width: 90%;
    margin: 0 auto;
  }
}

.corporation_04 {
  width: 60%;
}

@media screen and (max-width: 834px) {
  .corporation_04 {
    width: 90%;
    margin: 0 auto;
  }
}

.corporation_04 h2 {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 30px;
  margin-top: 20px;
  padding-left: 10px;
  border-bottom: 2px solid #683e03;
  padding-bottom: 5px;
}

.corporation_04 a {
  color: #000 !important;
  border-radius: 30px;
  border: solid 1px #000;
  height: 40px;
  width: 200px;
  font-weight: bold;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 0 0 0 auto;
}

.corporation_04 a:hover {
  background-color: #f86b2d;
  color: #fff !important;
  border: none !important;
  opacity: 1 !important;
}

.tyuui > div {
  width: 90%;
  margin: 0 auto;
  font-weight: bold;
  color: #f86b2d;
}

.question_01 dl {
  display: block !important;
  margin-bottom: 40px;
  padding-bottom: 40px;
  border-bottom: 4px dotted #f86b2d;
}

@media screen and (max-width: 834px) {
  .question_01 dl {
    width: 90%;
    margin: 0 auto 20px auto;
    padding-bottom: 20px;
  }
}

.question_01 dl dt {
  padding: 20px !important;
  font-size: 16px;
  font-weight: bold;
  border: 0 !important;
  margin-bottom: 5px;
  position: relative;
  padding-left: 60px !important;
}

.question_01 dl dt:before {
  content: "Q.";
  display: inline-block;
  position: absolute;
  left: 20px;
  top: 10px;
  font-size: 25px;
}

.question_01 dl dd {
  padding: 20px 20px 20px 64px !important;
  font-size: 16px;
  font-weight: bold;
  border: 0 !important;
  position: relative;
  padding-left: 60px !important;
}

.question_01 dl dd::before {
  content: "A.";
  display: inline-block;
  position: absolute;
  left: 20px;
  top: 10px;
  font-size: 25px;
  color: #f86b2d;
}

@media screen and (max-width: 834px) {
  .shop_01 dl {
    width: 90%;
    margin: 0 auto;
    display: block !important;
  }
}

.shop_01 dl dt {
  padding: 20px !important;
  font-weight: bold;
  -webkit-box-pack: center !important;
      -ms-flex-pack: center !important;
          justify-content: center !important;
  -webkit-box-orient: inherit !important;
  -webkit-box-direction: inherit !important;
      -ms-flex-direction: inherit !important;
          flex-direction: inherit !important;
  background-color: #ffe9d2 !important;
  font-size: 16px;
}

@media screen and (max-width: 834px) {
  .shop_01 dl dt {
    width: 100% !important;
    border-right: 1px solid #ccc !important;
    text-align: left;
  }
}

.shop_01 dl dd {
  padding: 20px !important;
  font-size: 16px;
}

.shop_01 dl dd a {
  color: #683e03 !important;
}

@media screen and (max-width: 834px) {
  .shop_01 dl dd {
    width: 100% !important;
    border-bottom: 1px solid #ccc !important;
    text-align: left;
  }
}

.shop_02 iframe {
  height: 500px;
}

@media screen and (max-width: 834px) {
  .shop_02 iframe {
    height: 200px;
  }
}

.pan {
  background-color: #f86b2d;
  margin: 0;
  padding: 0;
  margin-left: calc(((100vw - 100%) / 2) * -1) !important;
  margin-right: calc(((100vw - 100%) / 2) * -1) !important;
}

.pan div {
  width: 960px;
  max-width: 100%;
  margin: 0 auto;
}

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

.pan .pankuzu {
  color: #fff !important;
  text-align: right !important;
}

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

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

.bt_404 a {
  display: block;
  width: 200px;
  line-height: 50px;
  border: solid 2px #f86b2d;
  border-radius: 40px;
  color: #f86b2d !important;
  margin: 30px auto;
  font-weight: bold;
}

.text_404 {
  width: 90%;
  margin: 0 auto;
}
/*# sourceMappingURL=assets.css.map */