@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");
@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;
  }
}

* {
  -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 {
  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;
  -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) {
  #header {
    padding-top: 55px;
    display: block;
  }
}

.toplogo {
  margin-left: 20px;
  margin-right: 20px;
}
@media screen and (max-width: 834px) {
  .toplogo {
    width: 100%;
    margin: 0;
  }
}
.toplogo 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;
}

.hdtel 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;
}

.rehd {
  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;
}

.hdright {
  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;
  width: 70%;
}
@media screen and (max-width: 834px) {
  .hdright {
    width: 100%;
    display: block;
    margin: 20px auto;
    width: 90% !important;
    margin-left: auto !important;
    margin-right: auto !important;
  }
}
.hdright .hdtime {
  margin-right: 20px;
}
@media screen and (max-width: 834px) {
  .hdright .hdtime {
    margin-right: 0;
    margin-bottom: 10px;
    border-bottom: 1px solid #ffa351;
    padding-bottom: 10px;
  }
}
.hdright .hdtel {
  margin-right: 20px;
}
@media screen and (max-width: 834px) {
  .hdright .hdtel {
    width: auto;
  }
}
.hdright .hdmail {
  height: 100% !important;
  text-align: right !important;
}
@media screen and (max-width: 834px) {
  .hdright .hdmail {
    text-align: center !important;
  }
}
.hdright .hdmail img {
  width: auto !important;
  height: 100% !important;
}
@media screen and (max-width: 834px) {
  .hdright .hdmail img {
    height: 50px !important;
  }
}

.hdtime P {
  font-size: 14px;
}
.hdtime span {
  display: block;
  color: #ffa351;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 16px;
  font-family: "Kosugi Maru", sans-serif !important;
}
.hdtime span:before, .hdtime span:after {
  border-top: 1px solid;
  content: "";
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
.hdtime span:before {
  margin-right: 1rem;
}
.hdtime span:after {
  margin-left: 1rem;
}

.rsmail {
  display: none;
}
@media screen and (max-width: 834px) {
  .rsmail {
    display: block;
  }
}

.page_top {
  position: fixed;
  bottom: 20px;
  right: 20px;
  z-index: 9999;
}

#footer {
  padding-top: 80px;
  border-top: solid 2px #ffa351;
}
@media screen and (max-width: 834px) {
  #footer {
    padding-top: 40px;
  }
}

.ftlogo {
  margin-bottom: 30px;
}

.ftp {
  color: #ffa351;
}

.ftnav {
  margin: 30px 0 80px 0;
  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) {
  .ftnav {
    display: block;
    margin: 30px 0 40px 0;
  }
}
.ftnav li a {
  color: #ffa351 !important;
  font-size: 16px;
}
@media screen and (max-width: 834px) {
  .ftnav li a {
    display: block;
    width: 80%;
    line-height: 50px;
    background-color: #ffa351;
    color: #fff !important;
    margin: 0 auto 5px auto;
    border-radius: 3px;
  }
}

.copy {
  margin: 0;
  padding: 0;
  margin-left: calc(((100vw - 100%) / 2) * -1) !important;
  margin-right: calc(((100vw - 100%) / 2) * -1) !important;
  background-color: #ffa351;
}
.copy small {
  color: #fff;
  line-height: 50px;
  font-size: 16px;
}
@media screen and (max-width: 834px) {
  .copy small {
    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 ul li img {
  width: 100%;
}

@media screen and (max-width: 834px) {
  .home_01 {
    width: 90% !important;
    margin-left: auto !important;
    margin-right: auto !important;
    padding: 50px 0 !important;
  }
}
.home_01 > div {
  font-size: 18px;
}
@media screen and (max-width: 834px) {
  .home_01 > div {
    font-size: 14px;
    text-align: left !important;
  }
}
.home_01 > div h1 {
  margin-bottom: 30px;
}
@media screen and (max-width: 834px) {
  .home_01 > div h1 {
    margin-bottom: 10px;
  }
}

@media screen and (max-width: 834px) {
  .home_02title {
    width: 90% !important;
    margin-left: auto !important;
    margin-right: auto !important;
  }
}
.home_02title h2 {
  font-size: 34px;
  display: table;
  padding: 0 20px;
  margin: 0 auto;
  background: -webkit-gradient(linear, left top, left bottom, from(transparent), color-stop(70%, #ffd1a8));
  background: linear-gradient(transparent 0% 70%, #ffd1a8 70% 100%);
}
@media screen and (max-width: 834px) {
  .home_02title h2 {
    font-size: 18px;
  }
}

.home_02list {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 834px) {
  .home_02list {
    width: 90% !important;
    margin-left: auto !important;
    margin-right: auto !important;
    display: block !important;
  }
}
.home_02list > .box {
  width: 30%;
}
@media screen and (max-width: 834px) {
  .home_02list > .box {
    width: 90% !important;
    margin-left: auto !important;
    margin-right: auto !important;
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 834px) {
  .home_02list > .box img {
    width: 100% !important;
    height: auto;
  }
}
.home_02list > .box h3 {
  font-size: 20px;
  border-bottom: 1px solid #ffa351;
  margin-bottom: 20px;
  margin-top: 20px;
}
@media screen and (max-width: 834px) {
  .home_02list > .box h3 {
    font-size: 18px;
  }
}

.home_02bt a {
  color: #fff !important;
  background-color: #f0d72c;
  width: 400px;
  display: block;
  line-height: 80px;
  margin: 30px auto 0 auto;
  font-size: 24px;
  letter-spacing: 0.5rem;
}
@media screen and (max-width: 834px) {
  .home_02bt a {
    width: 80%;
    line-height: 50px;
    font-size: 20px;
  }
}

.home_02bg {
  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_02bg {
    padding: 50px 0 !important;
  }
}

.home_03flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 834px) {
  .home_03flex {
    display: block !important;
    margin: 50px 0 !important;
  }
}
.home_03flex > div {
  width: 50%;
}
@media screen and (max-width: 834px) {
  .home_03flex > div {
    width: 90% !important;
    margin-left: auto !important;
    margin-right: auto !important;
  }
}
.home_03flex > div img {
  width: 100% !important;
  height: auto;
}
.home_03flex > div:last-child {
  padding-left: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 834px) {
  .home_03flex > div:last-child {
    padding-left: 0;
  }
}
.home_03flex > div h2 {
  font-size: 36px;
  background: -webkit-gradient(linear, left top, left bottom, from(transparent), color-stop(70%, #ffd1a8));
  background: linear-gradient(transparent 0% 70%, #ffd1a8 70% 100%);
  display: inline-block;
  margin-bottom: 30px;
  margin-top: 30px;
}
@media screen and (max-width: 834px) {
  .home_03flex > div h2 {
    font-size: 22px;
    margin: 20px auto;
    text-align: center;
  }
}
.home_03flex > div p {
  font-size: 18px;
}
@media screen and (max-width: 834px) {
  .home_03flex > div p {
    font-size: 14px;
  }
}
.home_03flex > div a {
  font-size: 22px;
  margin-top: 10px;
  color: #ffa351 !important;
  border: solid 2px #ffa351;
  line-height: 50px;
  width: 300px;
  display: block;
  text-align: center;
}
@media screen and (max-width: 834px) {
  .home_03flex > div a {
    font-size: 16px;
    border: 1px solid #ffa351;
  }
}
.home_03flex > div a:hover {
  background-color: #ffa351;
  color: #fff !important;
  opacity: 1;
}

.home_04flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 834px) {
  .home_04flex {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: column-reverse !important;
            flex-direction: column-reverse !important;
  }
}
.home_04flex > div {
  width: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 834px) {
  .home_04flex > div {
    width: 90% !important;
    margin-left: auto !important;
    margin-right: auto !important;
  }
}
.home_04flex > div img {
  width: 100% !important;
  height: auto;
}
.home_04flex > div:first-child {
  padding-right: 50px;
}
@media screen and (max-width: 834px) {
  .home_04flex > div:first-child {
    padding-right: 0;
  }
}
.home_04flex > div h2 {
  font-size: 36px;
  background: -webkit-gradient(linear, left top, left bottom, from(transparent), color-stop(70%, #ffd1a8));
  background: linear-gradient(transparent 0% 70%, #ffd1a8 70% 100%);
  display: inline-block;
  margin-bottom: 30px;
  margin-top: 30px;
}
@media screen and (max-width: 834px) {
  .home_04flex > div h2 {
    font-size: 22px;
    margin: 20px auto;
    text-align: center;
  }
}
.home_04flex > div p {
  font-size: 18px;
}
@media screen and (max-width: 834px) {
  .home_04flex > div p {
    font-size: 14px;
  }
}
.home_04flex > div a {
  font-size: 22px;
  margin-top: 10px;
  color: #ffa351 !important;
  border: solid 2px #ffa351;
  line-height: 50px;
  width: 300px;
  display: block;
  text-align: center;
}
@media screen and (max-width: 834px) {
  .home_04flex > div a {
    font-size: 16px;
    border: 1px solid #ffa351;
  }
}
.home_04flex > div a:hover {
  background-color: #ffa351;
  color: #fff !important;
  opacity: 1;
}

.home_05bg {
  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_05bg {
    padding: 50px 0 !important;
  }
}

.home_05flex {
  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_05flex {
    display: block !important;
    width: 90% !important;
    margin-left: auto !important;
    margin-right: auto !important;
  }
}
.home_05flex > .box {
  text-align: center;
  margin-bottom: 20px;
  width: 30%;
}
@media screen and (max-width: 834px) {
  .home_05flex > .box {
    width: 100%;
  }
}

@media screen and (max-width: 834px) {
  .home_05banner {
    width: 90% !important;
    margin-left: auto !important;
    margin-right: auto !important;
  }
}

.home_06bg {
  margin: 0;
  padding: 0;
  margin-left: calc(((100vw - 100%) / 2) * -1) !important;
  margin-right: calc(((100vw - 100%) / 2) * -1) !important;
  padding: 50px 0 !important;
}

.home_06inbg {
  background-color: #fff !important;
  padding: 80px 0;
  background-size: cover;
}
@media screen and (max-width: 834px) {
  .home_06inbg {
    width: 90% !important;
    margin-left: auto !important;
    margin-right: auto !important;
    padding: 40px 0;
  }
}

.home_06title {
  padding: 0 20px;
}
.home_06title h2 {
  font-size: 30px;
  border-bottom: 2px solid #ffa351;
  display: table;
  padding: 0 20px;
  margin: 0 auto 30px auto;
}
@media screen and (max-width: 834px) {
  .home_06title h2 {
    font-size: 20px;
  }
}
.home_06title div {
  font-size: 22px;
}
@media screen and (max-width: 834px) {
  .home_06title div {
    font-size: 16px;
  }
}

.home_06bt {
  -ms-flex-pack: distribute !important;
      justify-content: space-around !important;
}

.home_06tel a {
  background-color: #2ac343;
  color: #fff !important;
  display: block;
  text-align: center;
  width: 400px;
  position: relative;
  line-height: 80px;
  font-size: 31px;
  padding-left: 50px;
  letter-spacing: 0.2rem;
}
@media screen and (max-width: 834px) {
  .home_06tel a {
    width: 100%;
    margin: 0 auto 20px auto;
    padding: 0px 36px 0 79px;
    font-size: 24px;
    line-height: 50px;
  }
}
.home_06tel a::before {
  content: url(../images/contents/telllogo.png);
  display: block;
  position: absolute;
  top: 8px;
  left: 65px;
}
@media screen and (max-width: 834px) {
  .home_06tel a::before {
    left: 20px;
  }
}

.home_06mail a {
  background-color: #279cd2;
  color: #fff !important;
  display: block;
  text-align: center;
  width: 400px;
  position: relative;
  line-height: 80px;
  font-size: 24px;
  padding-left: 62px;
}
@media screen and (max-width: 834px) {
  .home_06mail a {
    width: 100%;
    margin: 0 auto;
    padding: 0px 23px 0 78px;
    font-size: 18px;
    line-height: 50px;
  }
}
.home_06mail a::before {
  content: url(../images/contents/maillogo.png);
  display: block;
  position: absolute;
  top: 8px;
  left: 34px;
}
@media screen and (max-width: 834px) {
  .home_06mail a::before {
    left: 20px;
  }
}

.home_07 {
  background-size: cover;
  margin: 0;
  padding: 0;
  margin-left: calc(((100vw - 100%) / 2) * -1) !important;
  margin-right: calc(((100vw - 100%) / 2) * -1) !important;
}
.home_07 h2 {
  font-size: 30px;
  background: -webkit-gradient(linear, left top, left bottom, from(transparent), color-stop(70%, #f0d72c));
  background: linear-gradient(transparent 0% 70%, #f0d72c 70% 100%);
  display: table;
  margin: 0 auto 30px auto;
  padding: 0 20px;
}
@media screen and (max-width: 834px) {
  .home_07 h2 {
    font-size: 20px;
  }
}
.home_07 div {
  font-size: 18px;
}
@media screen and (max-width: 834px) {
  .home_07 div {
    font-size: 16px;
    width: 90% !important;
    margin-left: auto !important;
    margin-right: auto !important;
  }
}
.home_07 div a {
  width: 400px;
  line-height: 80px;
  text-align: center;
  display: table;
  margin: 30px auto 0 auto;
  background-color: #f0d72c;
  color: #fff !important;
  font-size: 24px;
}
@media screen and (max-width: 834px) {
  .home_07 div a {
    width: 80%;
    line-height: 50px;
    font-size: 20px;
  }
}

.home_09bg {
  margin: 0;
  padding: 0;
  margin-left: calc(((100vw - 100%) / 2) * -1) !important;
  margin-right: calc(((100vw - 100%) / 2) * -1) !important;
  padding: 50px 0 !important;
}

.home_09flex {
  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_09flex {
    display: block;
  }
}

.home_09left {
  width: 45%;
}
@media screen and (max-width: 834px) {
  .home_09left {
    width: 90% !important;
    margin-left: auto !important;
    margin-right: auto !important;
  }
}

.home_09right {
  width: 45%;
}
@media screen and (max-width: 834px) {
  .home_09right {
    width: 90% !important;
    margin-left: auto !important;
    margin-right: auto !important;
  }
}

.home_blog {
  overflow-y: scroll;
  height: 450px;
  background-color: #fff;
  padding: 10px 20px 20px 20px;
}
.home_blog .blog_text {
  padding: 15px 10px;
}
.home_blog .blog_list {
  border: none !important;
  display: block !important;
}
.home_blog .blog_list > div {
  -webkit-box-orient: horizontal !important;
  -webkit-box-direction: reverse !important;
      -ms-flex-direction: row-reverse !important;
          flex-direction: row-reverse !important;
}
.home_blog .detail {
  display: none;
}
.home_blog .blog_photo {
  padding: 5px !important;
  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_blog .blog_photo img {
  width: 100% !important;
}
.home_blog .blog_date {
  color: #fff !important;
  font-size: 14px;
  background-color: #ffa351;
  padding-left: 5px;
  padding-right: 5px;
  display: inline-block;
  border-radius: 5px;
  margin-bottom: 5px;
  margin-top: 5px;
}
.home_blog h3 a {
  color: #333 !important;
}

.home_09title {
  background: -webkit-gradient(linear, left top, left bottom, from(transparent), color-stop(70%, #ffd1a8));
  background: linear-gradient(transparent 0% 70%, #ffd1a8 70% 100%);
  display: table;
  margin: 0 auto;
  font-size: 24px;
  padding: 0 20px;
  margin-bottom: 30px;
}

.home_news {
  padding: 10px 20px 20px 20px;
  background-color: #fff;
  height: 450px;
  overflow-y: scroll;
}
.home_news dl {
  padding: 10px 0;
  display: block !important;
  border-bottom: dashed 1px #333333 !important;
}
.home_news dt {
  padding-bottom: 0px !important;
  padding-top: 0px !important;
  background-color: #ffa351;
  padding-left: 5px;
  padding-right: 5px;
  display: inline-block !important;
  color: #fff !important;
  font-size: 14px;
  background-color: #ffa351 !important;
  border-radius: 5px;
}

.pankuzu {
  margin: 10px 20px 10px 0;
  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;
}
@media screen and (max-width: 834px) {
  .pankuzu {
    margin: 5px  5px 5px 0;
    font-size: 13px;
  }
}
.pankuzu a {
  color: #333 !important;
}

.sub_top {
  margin: 0;
  padding: 0;
  margin-left: calc(((100vw - 100%) / 2) * -1) !important;
  margin-right: calc(((100vw - 100%) / 2) * -1) !important;
  background-color: #ffa351;
}
@media screen and (max-width: 834px) {
  .sub_top {
    margin-bottom: 30px !important;
  }
}
.sub_top h1 {
  color: #fff !important;
  font-size: 30px;
  line-height: 150px;
}
@media screen and (max-width: 834px) {
  .sub_top h1 {
    line-height: 100px;
    font-size: 26px;
  }
}

.guide_01 h2 {
  border-top: 2px solid #ffa351;
  border-bottom: 2px solid #ffa351;
  font-size: 24px;
  padding: 10px 3px;
}
@media screen and (max-width: 834px) {
  .guide_01 h2 {
    width: 90% !important;
    margin-left: auto !important;
    margin-right: auto !important;
    font-size: 22px;
  }
}

.guide01_flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 834px) {
  .guide01_flex {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: column-reverse !important;
            flex-direction: column-reverse !important;
  }
}
.guide01_flex > .box {
  width: 50%;
  font-size: 16px;
}
@media screen and (max-width: 834px) {
  .guide01_flex > .box {
    width: 90% !important;
    margin-left: auto !important;
    margin-right: auto !important;
    font-size: 14px;
  }
}
.guide01_flex > .box img {
  width: 100% !important;
  height: auto;
}
.guide01_flex > .box:first-child {
  padding-right: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 834px) {
  .guide01_flex > .box:first-child {
    padding-right: 0;
    margin-top: 20px;
  }
}

.guide_02box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 834px) {
  .guide_02box {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: column-reverse !important;
            flex-direction: column-reverse !important;
  }
}
.guide_02box > .box {
  width: 40%;
  font-size: 16px;
}
@media screen and (max-width: 834px) {
  .guide_02box > .box {
    width: 90% !important;
    margin-left: auto !important;
    margin-right: auto !important;
    font-size: 14px;
  }
}
.guide_02box > .box img {
  width: 100% !important;
  height: auto;
}
.guide_02box > .box:first-child {
  padding-right: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 60%;
}
@media screen and (max-width: 834px) {
  .guide_02box > .box:first-child {
    padding-right: 0;
    width: 90% !important;
    margin-left: auto !important;
    margin-right: auto !important;
  }
}
.guide_02box h3 {
  font-size: 18px;
  margin-bottom: 30px;
  position: relative;
  padding-left: 50px;
}
@media screen and (max-width: 834px) {
  .guide_02box h3 {
    margin-top: 20px;
    font-size: 16px;
  }
}
.guide_02box h3::before {
  content: "1";
  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;
  background-color: #ffa351;
  color: #fff !important;
  height: 40px;
  width: 40px;
  border-radius: 30px;
  position: absolute;
  top: -6px;
  left: 0px;
}

.guide_03box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 834px) {
  .guide_03box {
    display: block;
  }
}
.guide_03box > .box {
  width: 40%;
  font-size: 16px;
}
@media screen and (max-width: 834px) {
  .guide_03box > .box {
    width: 90% !important;
    margin-left: auto !important;
    margin-right: auto !important;
    font-size: 14px;
  }
}
.guide_03box > .box img {
  width: 100% !important;
  height: auto;
}
.guide_03box > .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;
  width: 60%;
}
@media screen and (max-width: 834px) {
  .guide_03box > .box:last-child {
    padding-left: 0;
    width: 90% !important;
    margin-left: auto !important;
    margin-right: auto !important;
  }
}
.guide_03box h3 {
  font-size: 18px;
  margin-bottom: 30px;
  position: relative;
  padding-left: 50px;
}
@media screen and (max-width: 834px) {
  .guide_03box h3 {
    margin-top: 20px;
    font-size: 16px;
  }
}
.guide_03box h3::before {
  content: "2";
  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;
  background-color: #ffa351;
  color: #fff !important;
  height: 40px;
  width: 40px;
  border-radius: 30px;
  position: absolute;
  top: -6px;
  left: 0px;
}

.guide_04box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 834px) {
  .guide_04box {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: column-reverse !important;
            flex-direction: column-reverse !important;
  }
}
.guide_04box > .box {
  width: 40%;
  font-size: 16px;
}
@media screen and (max-width: 834px) {
  .guide_04box > .box {
    width: 90% !important;
    margin-left: auto !important;
    margin-right: auto !important;
    font-size: 14px;
  }
}
.guide_04box > .box img {
  width: 100% !important;
  height: auto;
}
.guide_04box > .box:first-child {
  padding-right: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 60%;
}
@media screen and (max-width: 834px) {
  .guide_04box > .box:first-child {
    padding-right: 0;
    width: 90% !important;
    margin-left: auto !important;
    margin-right: auto !important;
  }
}
.guide_04box h3 {
  font-size: 18px;
  margin-bottom: 30px;
  position: relative;
  padding-left: 50px;
}
@media screen and (max-width: 834px) {
  .guide_04box h3 {
    margin-top: 20px;
    font-size: 16px;
  }
}
.guide_04box h3::before {
  content: "3";
  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;
  background-color: #ffa351;
  color: #fff !important;
  height: 40px;
  width: 40px;
  border-radius: 30px;
  position: absolute;
  top: -6px;
  left: 0px;
}

.fas {
  color: #ffa351;
}

@media screen and (max-width: 768px) {
  .guide_list {
    width: 90% !important;
    margin-left: auto !important;
    margin-right: auto !important;
  }
}
.guide_list ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-pack: distribute;
      justify-content: space-around;
}
@media screen and (max-width: 768px) {
  .guide_list ul {
    display: block;
  }
}
.guide_list ul li {
  width: 40% !important;
  font-size: 20px;
  color: #ffa351;
  margin-bottom: 10px;
}
@media screen and (max-width: 768px) {
  .guide_list ul li {
    width: 90% !important;
    margin-left: auto !important;
    margin-right: auto !important;
  }
}
.guide_list ul .fas {
  color: #ffa351;
  margin-right: 20px;
}

@media screen and (max-width: 834px) {
  .guide_03 {
    width: 90% !important;
    margin-left: auto !important;
    margin-right: auto !important;
  }
}
.guide_03 dl dt {
  padding: 20px !important;
  -webkit-box-align: center !important;
      -ms-flex-align: center !important;
          align-items: center !important;
  background-color: rgba(255, 162, 81, 0.1) !important;
}
@media screen and (max-width: 834px) {
  .guide_03 dl dt {
    width: 35% !important;
  }
}
.guide_03 dl dd {
  padding: 20px !important;
}
.guide_03 dl dd a {
  color: #333 !important;
  border-bottom: 1px solid #333;
}

.schedule_flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 834px) {
  .schedule_flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}

.schedule_list {
  width: 80%;
  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;
}
@media screen and (max-width: 834px) {
  .schedule_list {
    width: 90% !important;
    margin-left: auto !important;
    margin-right: auto !important;
    margin-top: 30px;
  }
}
.schedule_list ul {
  width: 80%;
}
@media screen and (max-width: 834px) {
  .schedule_list ul {
    width: 100%;
  }
}
.schedule_list ul li {
  margin-bottom: 40px;
  width: 100%;
}
.schedule_list ul li span {
  display: block;
  background-color: #f3f3f3;
  font-size: 18px;
  padding-left: 10px;
  border-left: 5px solid #f0d72c;
  line-height: 40px;
  margin-bottom: 20px;
}

.schedule_pic {
  width: 30%;
}
@media screen and (max-width: 834px) {
  .schedule_pic {
    width: 90% !important;
    margin-left: auto !important;
    margin-right: auto !important;
  }
}
.schedule_pic ul li {
  margin-bottom: 30px;
  text-align: center;
}
.schedule_pic ul li img {
  width: 100% !important;
  height: auto;
}

.schedule_pic01 {
  width: 30%;
}
@media screen and (max-width: 834px) {
  .schedule_pic01 {
    width: 90% !important;
    margin-left: auto !important;
    margin-right: auto !important;
  }
}
.schedule_pic01 ul li {
  margin-bottom: 30px;
  text-align: center;
  float: none !important;
}
.schedule_pic01 ul li img {
  width: 100% !important;
  height: auto;
}

@media screen and (max-width: 834px) {
  .schedule_banner {
    width: 90% !important;
    margin-left: auto !important;
    margin-right: auto !important;
  }
}

.schedule_03 {
  margin: 0;
  padding: 0;
  margin-left: calc(((100vw - 100%) / 2) * -1) !important;
  margin-right: calc(((100vw - 100%) / 2) * -1) !important;
}
.schedule_03 > article {
  width: 1120px;
  max-width: 100%;
  margin: 0 auto;
  background-color: rgba(255, 255, 255, 0.5);
  padding: 30px;
}
@media screen and (max-width: 834px) {
  .schedule_03 > article {
    width: 100%;
    max-width: 100%;
  }
}
.schedule_03 > article h2 {
  font-size: 20px;
}
.schedule_03 > article p {
  font-size: 16px;
  margin: 30px 0 15px 0;
}
.schedule_03 > article a {
  background-color: #ffa351;
  color: #fff !important;
  line-height: 50px;
  display: block;
  width: 250px;
  margin: 0 auto;
  font-size: 18px;
}

.staff_01 > div {
  font-size: 18px;
}
@media screen and (max-width: 834px) {
  .staff_01 > div {
    font-size: 14px;
  }
}

.staff_02 {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 834px) {
  .staff_02 {
    width: 90% !important;
    margin-left: auto !important;
    margin-right: auto !important;
  }
}
.staff_02 > .box {
  width: 30%;
  text-align: center;
  margin-bottom: 50px;
}
@media screen and (max-width: 834px) {
  .staff_02 > .box {
    width: 45%;
  }
}
.staff_02 > .box img {
  width: 100% !important;
  height: auto;
  border: solid 5px #ffa351;
  border-radius: 30px;
}
.staff_02 > .box h3 {
  margin: 10px 0;
  font-weight: bold;
  font-size: 18px;
}
.staff_02::after {
  content: "";
  width: 30%;
  display: block;
  height: 0px;
}
@media screen and (max-width: 834px) {
  .staff_02::after {
    width: 45%;
  }
}

.photo_01 h3 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 20px;
  color: #ffa351;
  font-weight: 500;
}
@media screen and (max-width: 834px) {
  .photo_01 h3 {
    width: 90% !important;
    margin-left: auto !important;
    margin-right: auto !important;
    font-size: 16px;
  }
}
.photo_01 h3:before, .photo_01 h3:after {
  border-top: 2px solid;
  content: "";
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
.photo_01 h3:before {
  margin-right: 1rem;
}
.photo_01 h3:after {
  margin-left: 1rem;
}

.photo_02 {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 834px) {
  .photo_02 {
    width: 90% !important;
    margin-left: auto !important;
    margin-right: auto !important;
  }
}
.photo_02 > .box {
  width: 30%;
  text-align: center;
  margin-bottom: 50px;
}
@media screen and (max-width: 834px) {
  .photo_02 > .box {
    width: 47%;
  }
}
.photo_02 > .box img {
  width: auto;
  height: 336px !important;
  -o-object-fit: contain;
     object-fit: contain;
  font-family: "object-fit: contain;";
}
@media screen and (max-width: 834px) {
  .photo_02 > .box img {
    height: 150px !important;
  }
}
.photo_02::after {
  content: "";
  width: 30%;
  display: block;
  height: 0px;
}

@media screen and (max-width: 834px) {
  .question_01 {
    width: 90% !important;
    margin-left: auto !important;
    margin-right: auto !important;
  }
}
.question_01 dl {
  display: block !important;
  margin-bottom: 20px;
}
.question_01 dl dt {
  padding: 15px 15px 15px 40px !important;
  font-size: 18px;
  background-color: #ffa351 !important;
  border: none !important;
  color: #fff;
  cursor: pointer;
  cursor: hand;
  position: relative;
}
.question_01 dl dt::before {
  content: "Q";
  display: block;
  position: absolute;
  top: 10px;
  left: 10px;
  color: #fff;
  font-size: 22px;
}
.question_01 dl dt::after {
  content: ">";
  display: block;
  position: absolute;
  top: 10px;
  right: 30px;
  color: #fff;
  font-size: 22px;
}
@media screen and (max-width: 834px) {
  .question_01 dl dt::after {
    display: none;
  }
}
.question_01 dl dd {
  padding: 0 0 0 15px !important;
  border: none !important;
  display: none;
  margin-top: 20px;
  font-size: 16px;
}

@media screen and (max-width: 834px) {
  .question_02 {
    width: 90% !important;
    margin-left: auto !important;
    margin-right: auto !important;
  }
}
.question_02 h2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 22px;
  color: #ffa351;
  font-weight: 500;
  margin-bottom: 30px;
}
@media screen and (max-width: 834px) {
  .question_02 h2 {
    margin-bottom: 10px;
  }
}
.question_02 h2:before, .question_02 h2:after {
  border-top: 2px solid;
  content: "";
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
.question_02 h2:before {
  margin-right: 1rem;
}
.question_02 h2:after {
  margin-left: 1rem;
}

@media screen and (max-width: 834px) {
  .accessmap {
    width: 90% !important;
    margin-left: auto !important;
    margin-right: auto !important;
  }
}
.accessmap iframe {
  height: 400px;
}

@media screen and (max-width: 834px) {
  .access_01 {
    width: 90% !important;
    margin-left: auto !important;
    margin-right: auto !important;
  }
}
.access_01 h3 {
  font-size: 20px;
  border-left: 3px solid #ffa351;
  padding-left: 10px;
}

@media screen and (max-width: 834px) {
  .access_02 {
    width: 90% !important;
    margin-left: auto !important;
    margin-right: auto !important;
  }
}
.access_02 tr td {
  text-align: center !important;
  padding: 8px !important;
}
.access_02 tr td:first-child {
  background-color: rgba(255, 162, 81, 0.1) !important;
}
.access_02 tr td:first-child span {
  display: block;
  font-size: 12px;
}

@media screen and (max-width: 834px) {
  .access_03 {
    width: 90% !important;
    margin-left: auto !important;
    margin-right: auto !important;
  }
}

.contact_01 {
  width: 90% !important;
  margin-left: auto !important;
  margin-right: auto !important;
}

.annot {
  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;
}
.bt_404 a:hover {
  background-color: #ffa351;
  color: #fff !important;
  opacity: 1;
  border: none;
}

.blognv {
  position: static !important;
}

.blog #contents {
  margin-top: 30px;
  padding-left: 50px !important;
}
@media screen and (max-width: 834px) {
  .blog #contents {
    padding-left: 0px !important;
  }
}
.blog #contents .date {
  background-repeat: no-repeat;
  background-position: left center;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  color: #ffa351;
  font-size: 22px;
  font-weight: bold;
  padding-left: 5px;
  margin-bottom: 20px !important;
}
.blog #contents h2 {
  border-bottom: solid 2px #ffa351;
  padding-bottom: 10px !important;
  margin-bottom: 20px;
  padding-left: 3px;
  font-weight: bold;
}

@media screen and (max-width: 834px) {
  .blog .wrap {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: column-reverse !important;
            flex-direction: column-reverse !important;
  }
}
@media screen and (max-width: 834px) {
  .blog aside {
    width: 100% !important;
  }
}
.blog aside nav .pages a {
  color: #333 !important;
  border-bottom: 1px solid #333;
}
.blog aside nav a {
  color: #333 !important;
}

.hdnav {
  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 top, left bottom, from(#ffa654), to(#ffc273));
  background: linear-gradient(180deg, #ffa654, #ffc273);
}
.hdnav ul {
  width: 1120px;
  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;
}
@media screen and (max-width: 834px) {
  .hdnav ul {
    width: 100%;
    max-width: 100%;
  }
}
.hdnav ul li a {
  line-height: 60px;
  color: #fff !important;
  font-size: 16px;
}

.mean-bar {
  background-color: #ffa351 !important;
  padding: 0px !important;
  position: fixed !important;
}
@media screen and (max-width: 834px) {
  .mean-bar li {
    border-bottom: 1px solid #ffa351 !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;
  font-size: 16px !important;
}

.meanmenu-reveal {
  color: #fff !important;
  width: 20px !important;
  height: 20px !important;
}

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