@charset "UTF-8";
/* =================================================================
 License : e-TRUST Inc.
 File name : common.css
 Style : common
================================================================= */
@media screen and (max-width: 468px) {
  img.imgL {
    max-width: 100%;
  }
}
header, footer {
  min-width: auto !important;
}

@media screen and (min-width: 641px) {
  .tel00 {
    pointer-events: none;
    cursor: default;
    text-decoration: none;
  }
}

.sp00 {
  display: none;
}
@media screen and (max-width: 641px) {
  .sp00 {
    display: block;
  }
}

.tab00 {
  display: none;
}
@media screen and (max-width: 834px) {
  .tab00 {
    display: block;
  }
}

.pc00 {
  display: block;
}
@media screen and (max-width: 834px) {
  .pc00 {
    display: none;
  }
}

.no_link {
  pointer-events: 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: 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: 641px) {
  .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: 641px) {
  .br_pc {
    display: inline;
  }
}

.br_sp {
  display: inline;
}
@media screen and (max-width: 641px) {
  .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: 641px) {
  .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: 641px) {
  #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;
  }
}
.flex_01 {
  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: 641px) {
  .flex_01 {
    display: block;
  }
}

.text001 > article {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.text001 > article > h2 {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}
.text001 > article > img {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}
.text001 > article > div {
  -webkit-box-ordinal-group: 4;
      -ms-flex-order: 3;
          order: 3;
}

.text002 > article {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 834px) {
  .text002 > article {
    display: block;
  }
}
.text002 > article > img {
  float: none !important;
  width: 40% !important;
  margin-right: 0;
  -o-object-fit: cover;
     object-fit: cover;
  font-family: "object-fit: cover;";
}
@media screen and (max-width: 834px) {
  .text002 > article > img {
    width: 100% !important;
    margin-bottom: 20px;
  }
}
.text002 > article > .text002in {
  width: 60%;
  padding-left: 50px;
  padding-right: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (max-width: 834px) {
  .text002 > article > .text002in {
    width: 100% !important;
    padding-left: 0px;
    padding-right: 0px;
  }
}

.text003 > article {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 834px) {
  .text003 > article {
    display: block;
  }
}
.text003 > article > img {
  float: none !important;
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
  width: 40% !important;
  margin-right: 0;
  -o-object-fit: cover;
     object-fit: cover;
  font-family: "object-fit: cover;";
}
@media screen and (max-width: 834px) {
  .text003 > article > img {
    width: 100% !important;
    margin-bottom: 20px;
  }
}
.text003 > article > .text003in {
  width: 60%;
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
  padding-right: 50px;
  padding-left: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (max-width: 834px) {
  .text003 > article > .text003in {
    width: 100% !important;
    padding-left: 0px;
    padding-right: 0px;
  }
}

.text004 > article {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.text004 > article h2 {
  border-bottom: 2px solid #cf554f;
  padding-bottom: 3px;
  padding-left: 3px;
  margin-bottom: 20px;
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
  width: 100% !important;
}
.text004 > article > img {
  -webkit-box-ordinal-group: 4;
      -ms-flex-order: 3;
          order: 3;
  float: none !important;
  width: 40% !important;
  margin-right: 0;
  -o-object-fit: cover;
     object-fit: cover;
  font-family: "object-fit: cover;";
}
@media screen and (max-width: 834px) {
  .text004 > article > img {
    width: 100% !important;
    margin-bottom: 20px;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
}
.text004 > article > div {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
  padding-right: 30px;
  width: 60%;
}
@media screen and (max-width: 834px) {
  .text004 > article > div {
    padding-right: 0px;
    width: 100% !important;
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }
}

.banner_01 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
@media screen and (max-width: 641px) {
  .banner_01 {
    display: block;
  }
}
.banner_01 > div {
  width: 48%;
}
@media screen and (max-width: 641px) {
  .banner_01 > div {
    width: 95% !important;
    margin-left: auto !important;
    margin-right: auto !important;
  }
}
.banner_01 > div img {
  width: 100% !important;
}
@media screen and (max-width: 641px) {
  .banner_01 > div:first-child {
    margin-bottom: 20px;
  }
}

.bg_01 {
  margin: 0;
  padding: 0;
  margin-left: calc(((100vw - 100%) / 2) * -1) !important;
  margin-right: calc(((100vw - 100%) / 2) * -1) !important;
  background-size: cover;
}

.news_01 {
  padding: 30px;
  background-color: #fff;
}
.news_01 .newinner {
  height: 300px;
  overflow-y: scroll;
}
.news_01 dl {
  display: block !important;
}
.news_01 dl dt {
  width: auto !important;
}
.news_01 dl dd {
  width: auto !important;
}

@media screen and (max-width: 834px) {
  .map001 {
    width: 95% !important;
    margin-left: auto !important;
    margin-right: auto !important;
  }
}
.map001 iframe {
  height: 350px;
}
@media screen and (max-width: 641px) {
  .map001 iframe {
    height: 200px;
  }
}

.color002 {
  color: #b3ae2e !important;
  border-bottom: 1px solid #b3ae2e;
}

@media screen and (max-width: 1000px) {
  #contents_wrap {
    width: 95% !important;
    margin-left: auto !important;
    margin-right: auto !important;
  }
}

header {
  position: relative;
  z-index: 2;
}

.header {
  height: 120px;
}

.hdright {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  position: fixed;
  top: 0px;
  right: 0px;
  z-index: 4;
}
@media screen and (max-width: 834px) {
  .hdright {
    width: 100%;
  }
}
.hdright .hdcontact01 {
  background: #cf554f;
  display: block;
  color: #fff !important;
  line-height: 50px;
  padding: 0 20px;
  font-size: 1.14286rem;
}
@media screen and (max-width: 1100px) {
  .hdright .hdcontact01 {
    display: none;
  }
}
.hdright .sphdtel {
  display: none;
}
@media screen and (max-width: 641px) {
  .hdright .sphdtel {
    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;
    background-color: #20be20;
    color: #fff !important;
    width: 80%;
    height: 50px;
    font-size: 1.42857rem;
  }
}
.hdright .hdtel {
  display: block;
  color: #342913 !important;
  font-size: 26px;
  font-weight: 500;
  position: relative;
  line-height: 1;
  height: 50px;
  text-align: left;
  padding: 5px 15px 0px 55px;
  background: rgba(255, 255, 255, 0.7);
}
@media screen and (max-width: 834px) {
  .hdright .hdtel {
    width: 80%;
    background-color: #fffcf5;
    padding-left: 75px;
  }
}
@media screen and (max-width: 641px) {
  .hdright .hdtel {
    display: none;
  }
}
.hdright .hdtel:before {
  content: "";
  width: 45px;
  height: 50px;
  background-image: url(../images/home/telicon.png);
  display: block;
  background-position: center;
  position: absolute;
  top: 1px;
  left: 3px;
  background-repeat: no-repeat;
}
@media screen and (max-width: 834px) {
  .hdright .hdtel:before {
    left: 23px;
  }
}
.hdright .hdtel p {
  font-size: 0.857142857rem;
  font-weight: bold;
  line-height: 1;
  margin-bottom: 3px;
}

.hdcontact {
  background: #cf554f;
  display: block;
  color: #fff !important;
  line-height: 50px;
  font-size: 1.14286rem;
}
@media screen and (max-width: 1100px) {
  .hdcontact {
    display: none;
  }
}

.dropul li a {
  color: #fff !important;
  display: block;
  width: 100%;
  height: 100%;
}

.spcontact {
  display: none;
}
@media screen and (max-width: 1100px) {
  .spcontact {
    height: 50px;
    width: 50px;
    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;
    background-color: #cf554f;
    color: #fff !important;
    font-size: 1.42857rem;
  }
}
@media screen and (max-width: 834px) {
  .spcontact {
    width: 40%;
  }
}

@media screen and (max-width: 834px) {
  .hdnav {
    padding-top: 140px;
    overflow: scroll;
  }
}
.hdnav ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
@media screen and (max-width: 834px) {
  .hdnav ul {
    display: block;
    width: 90%;
    overflow-y: scroll;
  }
}
.hdnav ul .navcontact {
  background-color: #cf554f;
}
@media screen and (max-width: 834px) {
  .hdnav ul .navcontact a {
    color: #fff !important;
    text-align: center;
    margin-top: 20px;
    text-align: center !important;
  }
}
@media screen and (max-width: 834px) {
  .hdnav ul > li:first-child {
    border-top: 1px solid #ccc;
  }
}
.hdnav ul li {
  width: 18%;
}
@media screen and (max-width: 834px) {
  .hdnav ul li {
    width: 100%;
  }
}
.hdnav ul li a {
  color: #333 !important;
  font-size: 1.14286rem;
  font-weight: 500;
  display: inline-block;
  position: relative;
}
@media screen and (max-width: 834px) {
  .hdnav ul li a {
    text-align: left !important;
    display: block;
    font-weight: normal;
    border-bottom: 1px solid #ccc;
    padding: 10px 3px 10px 0;
  }
}
.hdnav ul li a:after {
  content: "";
  width: 70px;
  height: 70px;
  background: #fff0df;
  position: absolute;
  margin: auto;
  border-radius: 100px;
  top: 0;
  bottom: 0;
  right: 50%;
  -webkit-transform: translateX(50%);
          transform: translateX(50%);
  z-index: -1;
  display: none;
}
.hdnav ul li a:hover {
  opacity: 1 !important;
}
.hdnav ul li a:hover:after {
  display: block;
  opacity: 1 !important;
}
@media screen and (max-width: 834px) {
  .hdnav ul li a:hover:after {
    display: none;
  }
}
.hdnav ul li:first-child {
  margin-bottom: 10px;
}
@media screen and (max-width: 834px) {
  .hdnav ul li:first-child {
    margin-bottom: 0;
  }
}
.hdnav ul .mb10 {
  margin-bottom: 10px;
}
@media screen and (max-width: 834px) {
  .hdnav ul .mb10 {
    margin-bottom: 0px;
  }
}

.hdlogo {
  -webkit-transform: translateY(28px);
          transform: translateY(28px);
  width: 28% !important;
}
@media screen and (max-width: 834px) {
  .hdlogo {
    display: none;
  }
}
.hdlogo img {
  width: 170px !important;
}

@media screen and (max-width: 834px) {
  .navbt {
    width: 20%;
    line-height: 50px;
    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;
    background-color: #f7f7f7;
  }
}

.splogo {
  display: none;
}
@media screen and (max-width: 834px) {
  .splogo {
    display: block;
    width: 120px;
    margin-left: auto;
    margin-right: auto;
    -webkit-transform: translateY(58px);
            transform: translateY(58px);
  }
}
@media screen and (max-width: 641px) {
  .splogo {
    width: 90px;
  }
}

#link01, #link02, #link03 {
  -webkit-transform: translateY(-100px);
          transform: translateY(-100px);
}

#footer {
  background: #fffcf5;
  padding-top: 50px;
}
#footer address {
  display: block;
  text-align: center;
  margin-bottom: 20px;
}
#footer small {
  display: block;
  margin: 0;
  padding: 0;
  margin-left: calc(((100vw - 100%) / 2) * -1) !important;
  margin-right: calc(((100vw - 100%) / 2) * -1) !important;
  background: #f0d8bd;
  line-height: 35px;
}

.ftlogo {
  margin-bottom: 20px;
}
.ftlogo img {
  width: 190px !important;
}

.topbt {
  background-color: #cf554f;
  color: #fff !important;
  text-align: center;
  display: block;
  border-radius: 100px;
  width: 70px;
  height: 70px;
  letter-spacing: 0.1rem;
  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;
  font-weight: 500;
  position: fixed;
  font-size: 2.14286rem;
  line-height: 1.4;
  bottom: 20px;
  right: 20px;
  z-index: 9999;
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
}
@media screen and (max-width: 641px) {
  .topbt {
    bottom: 20px;
    right: 20px;
    width: 55px;
    height: 55px;
    font-size: 14px;
  }
}

.ftul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 50px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media screen and (max-width: 641px) {
  .ftul {
    display: block;
  }
}
.ftul li {
  margin-bottom: 10px;
}
.ftul li:last-child a {
  border-right: none;
}
.ftul li a {
  padding: 0 20px;
  border-right: 1px solid #333;
  color: #333 !important;
}
@media screen and (max-width: 641px) {
  .ftul li a {
    border-right: none;
  }
}
@media screen and (max-width: 641px) {
  .ftul li a {
    display: block;
    width: 90%;
    margin-left: auto;
    margin-right: auto;
    background-color: #cf554f;
    color: #fff !important;
    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;
}

@media screen and (max-width: 641px) {
  .homelist_01 {
    border-bottom: 2px solid #cf554f;
  }
}
.homelist_01 ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media screen and (max-width: 834px) {
  .homelist_01 ul {
    -webkit-transform: translateY(0%);
            transform: translateY(0%);
  }
}
.homelist_01 ul li {
  -webkit-box-shadow: 0 0 7px #aaa;
          box-shadow: 0 0 7px #aaa;
  border-radius: 3px;
}
@media screen and (max-width: 834px) {
  .homelist_01 ul li {
    -webkit-box-shadow: 0 0 0 #fff;
            box-shadow: 0 0 0 #fff;
  }
}
.homelist_01 ul li a {
  display: block;
}
.homelist_01 ul li a:hover {
  opacity: 1 !important;
}
.homelist_01 ul li a:hover img {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
  -webkit-transition-duration: 1s;
          transition-duration: 1s;
}
.homelist_01 ul li img {
  width: 250px !important;
  height: auto !important;
  opacity: 1 !important;
}

.home_01 {
  margin: 0;
  padding: 0;
  margin-left: calc(((100vw - 100%) / 2) * -1) !important;
  margin-right: calc(((100vw - 100%) / 2) * -1) !important;
  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: 900px) {
  .home_01 {
    display: block;
  }
}

.homepic_01 {
  width: 40%;
}
@media screen and (max-width: 900px) {
  .homepic_01 {
    width: 100%;
  }
}
.homepic_01 img {
  height: 370px !important;
  width: 70% !important;
  -o-object-fit: cover;
     object-fit: cover;
  font-family: "object-fit: cover;";
}
@media screen and (max-width: 1400px) {
  .homepic_01 img {
    height: 450px !important;
    width: 100% !important;
  }
}
@media screen and (max-width: 900px) {
  .homepic_01 img {
    width: 100% !important;
    padding-left: 10px;
    padding-right: 10px;
    height: auto !important;
  }
}

.hometext_01 {
  width: 60%;
  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;
  padding-right: 50px;
  letter-spacing: 0.03rem;
  padding-left: 30px;
}
@media screen and (max-width: 900px) {
  .hometext_01 {
    width: 100%;
    margin-bottom: 30px;
    padding-right: 10px;
    padding-left: 10px;
  }
}
.hometext_01 h1 {
  font-size: 1.71429rem;
  font-weight: 500;
  font-family: "Noto Serif JP", serif, "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  line-height: 32px;
  margin-bottom: 30px;
}
@media screen and (max-width: 834px) {
  .hometext_01 h1 {
    margin-bottom: 15px;
  }
}
@media screen and (max-width: 641px) {
  .hometext_01 h1 {
    font-size: 1.42857rem;
    line-height: 1.5;
  }
}
@media screen and (max-width: 641px) {
  .hometext_01 h1 br {
    display: none;
  }
}
.hometext_01 h1 span {
  font-size: 28px;
  color: #cf554f;
  margin-left: 3px;
}
@media screen and (max-width: 641px) {
  .hometext_01 h1 span {
    display: block;
    font-size: 1.42857rem;
    margin-left: 0px;
  }
}
.hometext_01 div {
  line-height: 2;
  letter-spacing: 0.03rem;
  font-size: 1.14286rem;
}
@media screen and (max-width: 641px) {
  .hometext_01 div {
    font-size: 1rem;
    line-height: 1.8;
  }
}
.hometext_01 div a {
  display: table;
  line-height: 50px;
  width: 240px;
  background: #cf554f;
  color: #fff !important;
  font-size: 1.14286rem;
  border-radius: 100px;
  text-align: center;
  margin-top: 35px;
}
@media screen and (max-width: 834px) {
  .hometext_01 div a {
    margin-top: 20px;
  }
}

.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: cover;
}
@media screen and (max-width: 1366px) {
  .home_02 {
    background-size: contain;
  }
}
@media screen and (max-width: 641px) {
  .home_02 {
    padding: 50px 0 !important;
  }
}

.hometitle_02 h2 {
  font-size: 1.71429rem;
  font-family: "Noto Serif JP", serif, "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  font-weight: 500;
}

.homenews {
  height: 210px;
  overflow-y: scroll;
}
@media screen and (max-width: 641px) {
  .homenews {
    border-top: solid 1px #ccc;
    height: 300px;
  }
}

.homenews_text tr {
  border-bottom: 1px dashed #ccc;
}
@media screen and (max-width: 641px) {
  .homenews_text tr {
    display: block;
    width: 100% !important;
    padding-bottom: 10px;
    padding-top: 10px;
  }
}
.homenews_text td {
  border: none !important;
  padding: 15px !important;
}
@media screen and (max-width: 641px) {
  .homenews_text td {
    display: block;
  }
}
.homenews_text td:first-child {
  width: 15% !important;
  text-align: center !important;
  padding-right: 0px !important;
  padding-left: 0px !important;
  font-size: 1.14286rem;
}
@media screen and (max-width: 641px) {
  .homenews_text td:first-child {
    width: 100% !important;
    text-align: left !important;
    padding: 0 0 5px 20px !important;
  }
}
.homenews_text td:nth-child(2) {
  width: 18% !important;
  padding-left: 0px !important;
}
@media screen and (max-width: 641px) {
  .homenews_text td:nth-child(2) {
    width: 100% !important;
    padding: 0 20px !important;
  }
}
@media screen and (max-width: 641px) {
  .homenews_text td:last-child {
    padding: 5px 20px !important;
  }
}
.homenews_text td .pianolist {
  background: #ef5cdf;
  line-height: 30px;
  display: block;
  text-align: center;
  color: #fff;
}
@media screen and (max-width: 641px) {
  .homenews_text td .pianolist {
    text-align: left;
    padding: 0 20px 0 20px !important;
  }
}
.homenews_text td .guitarlist {
  background: #f0774c;
  color: #fff;
  text-align: center;
  line-height: 30px;
  display: block;
}
@media screen and (max-width: 641px) {
  .homenews_text td .guitarlist {
    text-align: left;
    padding: 0 20px 0 20px !important;
  }
}
.homenews_text td .spainlist {
  color: #fff;
  background: #e0963f;
  text-align: center;
  line-height: 30px;
  display: block;
}
@media screen and (max-width: 641px) {
  .homenews_text td .spainlist {
    text-align: left;
    padding: 0 20px 0 20px !important;
  }
}

.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-position: center;
}
@media screen and (max-width: 641px) {
  .home_03 {
    padding: 50px 0 !important;
  }
}

.hometitle_03 h2 {
  font-size: 2.14286rem;
  color: #aa5029;
  font-family: "Noto Serif JP", serif, "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  text-shadow: 0px 1px 0px #fff, 0px -1px 0px #fff, -1px 0px 0px #fff, 1px 0px 0px #fff;
  font-weight: 500;
  line-height: 1.3;
}
@media screen and (max-width: 641px) {
  .hometitle_03 h2 {
    font-size: 1.71429rem;
    line-height: 1.5;
  }
}

.homelist_03 ul {
  background-color: #fff9f2;
  padding: 50px;
  width: 680px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 834px) {
  .homelist_03 ul {
    width: 95%;
  }
}
@media screen and (max-width: 641px) {
  .homelist_03 ul {
    padding: 30px 20px;
  }
}
.homelist_03 ul li {
  float: none !important;
  font-size: 1.14286rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-bottom: 1px dashed #c4936c;
  padding-bottom: 15px;
  padding-top: 15px;
}
@media screen and (max-width: 641px) {
  .homelist_03 ul li {
    font-size: 1rem;
  }
}
.homelist_03 ul li:first-child {
  padding-top: 0px;
}
.homelist_03 ul li:before {
  width: 36px;
  height: 21px;
  content: "";
  margin-right: 10px;
  background-image: url(../images/home/hiomechiclk.png);
  display: inline-block;
  background-repeat: no-repeat;
}

.home_04 {
  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: 641px) {
  .home_04 {
    display: block;
    padding: 50px 0 !important;
  }
}

.homelist_04 {
  width: 32%;
}
@media screen and (max-width: 641px) {
  .homelist_04 {
    width: 100%;
    margin-bottom: 30px;
  }
}
.homelist_04 tr td {
  padding: 0px !important;
  border: none !important;
}
.homelist_04 tr td img {
  width: 100% !important;
}
.homelist_04 tr h2 a {
  background-color: #cf554f;
  display: block;
  color: #fff !important;
  font-family: "Noto Serif JP", serif, "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  text-align: center;
  font-size: 1.42857rem;
  line-height: 45px;
}
.homelist_04 tr div {
  text-align: center;
}
.homelist_04 tr:last-child div {
  margin-top: 20px;
}

.homelist_05 {
  margin: 0;
  padding: 0;
  margin-left: calc(((100vw - 100%) / 2) * -1) !important;
  margin-right: calc(((100vw - 100%) / 2) * -1) !important;
}
.homelist_05 ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (max-width: 834px) {
  .homelist_05 ul {
    display: block;
  }
}
.homelist_05 ul li {
  float: none !important;
  width: 33.3% !important;
  background: #ccc;
}
@media screen and (max-width: 834px) {
  .homelist_05 ul li {
    width: 100% !important;
  }
}
.homelist_05 ul li a {
  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;
  text-align: center !important;
  height: 130px;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}
@media screen and (max-width: 641px) {
  .homelist_05 ul li a {
    height: 100px;
  }
}
.homelist_05 ul li a img {
  height: 40px !important;
  width: auto !important;
  text-align: center;
}
@media screen and (max-width: 641px) {
  .homelist_05 ul li a img {
    height: 30px !important;
  }
}
.homelist_05 ul li:first-child a {
  background-image: url(../images/home/questionbg.png);
  background: #a89563;
}
.homelist_05 ul li:nth-child(2) a {
  background-image: url(../images/home/vice01bg.png);
  background: #a85d5d;
}
.homelist_05 ul li:last-child a {
  background-image: url(../images/home/accessbg.png);
  background: #9f7159;
}

.home_06 {
  margin: 0;
  padding: 0;
  margin-left: calc(((100vw - 100%) / 2) * -1) !important;
  margin-right: calc(((100vw - 100%) / 2) * -1) !important;
  background-size: cover;
  background-position: center;
}
@media screen and (max-width: 641px) {
  .home_06 {
    padding: 50px 0 !important;
  }
}

.hometext_06 h2 {
  font-size: 1.71429rem;
  font-weight: 500;
  font-family: "Noto Serif JP", serif, "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  color: #fff;
  text-shadow: 0 0 10px #ccc;
  margin-bottom: 30px;
}
@media screen and (max-width: 641px) {
  .hometext_06 h2 {
    font-size: 1.42857rem;
    font-weight: normal;
    margin-bottom: 15px;
  }
}
.hometext_06 div {
  color: #fff;
  text-shadow: 0 0 10px #ccc;
}
@media screen and (max-width: 641px) {
  .hometext_06 div {
    text-align: left !important;
    width: 95%;
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (max-width: 641px) {
  .hometext_06 br {
    display: none;
  }
}

.homebt_06 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (max-width: 641px) {
  .homebt_06 {
    display: block !important;
  }
}
.homebt_06 .box {
  width: 45%;
  background: #fff;
}
@media screen and (max-width: 641px) {
  .homebt_06 .box {
    width: 95%;
    margin-left: auto;
    margin-right: auto;
  }
}
.homebt_06 .box h3 {
  color: #fff;
  text-align: center;
  line-height: 35px;
  font-size: 1.14286rem;
}
.homebt_06 .box div {
  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;
  padding: 20px 0;
}
@media screen and (max-width: 641px) {
  .homebt_06 .box div {
    padding: 15px 0;
  }
}
@media screen and (max-width: 834px) {
  .homebt_06 .box:first-child {
    margin-right: 20px;
  }
}
@media screen and (max-width: 641px) {
  .homebt_06 .box:first-child {
    margin-bottom: 30px;
    margin-right: auto;
    margin-left: auto;
  }
}
.homebt_06 .box:first-child h3 {
  background: #20be20;
}
.homebt_06 .box:first-child a {
  font-size: 2.14286rem;
  color: #342913 !important;
  position: relative;
  padding-left: 60px;
}
.homebt_06 .box:first-child a:before {
  content: "";
  width: 40px;
  height: 45px;
  background-size: contain;
  background-image: url(../images/home/telicon.png);
  display: block;
  background-position: center;
  position: absolute;
  top: 1px;
  left: 3px;
  background-repeat: no-repeat;
}
.homebt_06 .box:last-child {
  display: none;
}
.homebt_06 .box:last-child h3 {
  background: #cf554f;
}
.homebt_06 .box:last-child a {
  font-size: 1.71429rem;
  color: #333 !important;
  border-bottom: 1px solid #333;
}

.home_07 {
  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_07 {
    display: block;
  }
}

.hometitle_07 {
  width: 20%;
  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;
  font-size: 1.71429rem;
}
@media screen and (max-width: 834px) {
  .hometitle_07 {
    width: 100%;
    margin-bottom: 20px;
  }
}
.hometitle_07 h2 {
  color: #342913;
  font-family: "Noto Serif JP", serif, "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
}

.home_blog {
  width: 75%;
}
@media screen and (max-width: 834px) {
  .home_blog {
    width: 100%;
  }
}
.home_blog .blog_list {
  background-color: #fff !important;
  height: 230px;
  border: none !important;
  overflow-y: scroll;
  display: block !important;
}
@media screen and (max-width: 641px) {
  .home_blog .blog_list > div:first-child .blog_date {
    padding-top: 0px !important;
  }
}
.home_blog .blog_list .detail {
  display: none;
}
.home_blog .blog_list .blog_photo {
  display: none;
}
.home_blog .blog_list .blog_text {
  width: 100% !important;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0px !important;
}
@media screen and (max-width: 641px) {
  .home_blog .blog_list .blog_text {
    display: block;
  }
}
.home_blog .blog_list .blog_text .blog_date {
  width: 18% !important;
  background: none !important;
  border: 0px !important;
  display: block !important;
  padding: 20px 10px !important;
  font-size: 1.14286rem;
  color: #333 !important;
}
@media screen and (max-width: 641px) {
  .home_blog .blog_list .blog_text .blog_date {
    width: 100% !important;
    padding-bottom: 10px !important;
  }
}
.home_blog .blog_list .blog_text h3 {
  margin-bottom: 0px !important;
  padding: 20px 10px !important;
  width: 80% !important;
  font-size: 1.14286rem;
}
@media screen and (max-width: 641px) {
  .home_blog .blog_list .blog_text h3 {
    padding-top: 0px !important;
    width: 100% !important;
  }
}
.home_blog .blog_list .blog_text h3 a {
  color: #cf554f !important;
  border-bottom: 1px solid #cf554f;
  font-size: 1.14286rem;
}

.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;
    margin-top: 0px;
  }
}
@media screen and (max-width: 641px) {
  .blog #contents article {
    padding-top: 0px !important;
  }
}
.blog #contents article .flex .flex_images {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  display: block !important;
  text-align: left !important;
}
.blog #contents article .flex .flex_images img {
  margin: 0px;
  width: 60% !important;
}
@media screen and (max-width: 834px) {
  .blog #contents article .flex .flex_images img {
    width: 100% !important;
    height: auto !important;
  }
}
.blog #contents img {
  width: 60% !important;
}
@media screen and (max-width: 834px) {
  .blog #contents img {
    width: 100% !important;
    height: auto !important;
  }
}
.blog #contents .date {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  color: #333;
  font-weight: bold;
}
.blog #contents h2 {
  font-size: 1.71429rem;
  font-family: "Noto Serif JP", serif, "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  border-bottom: 1px solid #333;
  letter-spacing: 0.05rem;
  padding-bottom: 3px;
}
@media screen and (max-width: 641px) {
  .blog #contents h2 {
    font-size: 1.28571rem;
  }
}
.blog #contents ul li a {
  background-color: #cf554f;
  color: #fff !important;
  padding: 2px 10px;
  margin-top: 10px;
}

@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;
  }
}

.pages a {
  display: block;
  text-align: left !important;
  text-decoration: underline;
}
.pages span {
  display: block !important;
  text-align: left !important;
}

.subtop {
  margin: 0;
  padding: 0;
  margin-left: calc(((100vw - 100%) / 2) * -1) !important;
  margin-right: calc(((100vw - 100%) / 2) * -1) !important;
  background-image: url(../images/home/home_06bg.jpg);
  background-position: center;
  background-size: cover;
  padding: 80px 0 130px 0 !important;
  margin-top: 70px;
}
@media screen and (max-width: 834px) {
  .subtop {
    padding: 100px 0px !important;
    margin-top: 37px !important;
  }
}
@media screen and (max-width: 641px) {
  .subtop {
    padding: 50px 0px !important;
    margin-top: 18px !important;
  }
}
.subtop h1 {
  font-size: 2.428571428rem;
  display: table;
  background: #fff;
  margin-right: auto;
  margin-left: auto;
  padding: 5px 100px 5px 100px;
  font-family: "Noto Serif JP", serif, "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  border-left: 5px solid #cf554f;
  border-right: 5px solid #cf554f;
  line-height: 1.6;
}
@media screen and (max-width: 641px) {
  .subtop h1 {
    font-size: 1.71429rem;
    padding: 5px 30px;
    border-left: 3px solid #cf554f;
    border-right: 3px solid #cf554f;
  }
}

.pankuzu {
  margin: 0;
  padding: 0;
  margin-left: calc(((100vw - 100%) / 2) * -1) !important;
  margin-right: calc(((100vw - 100%) / 2) * -1) !important;
  background: #cf554f;
  padding: 3px 50px 3px 0;
  color: #fff;
}
@media screen and (max-width: 834px) {
  .pankuzu {
    text-align: center !important;
    padding-right: 0px;
  }
}
@media screen and (max-width: 641px) {
  .pankuzu {
    display: none;
  }
}
.pankuzu a {
  color: #fff !important;
}
@media screen and (max-width: 641px) {
  .pankuzu {
    text-align: center !important;
  }
}

.subtitle_01 h2 {
  border-bottom: 1px solid #cf554f;
  font-family: "Noto Serif JP", serif, "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  font-size: 1.71429rem;
  padding-left: 55px;
  padding-bottom: 5px;
  font-weight: 500;
  position: relative;
}
@media screen and (max-width: 641px) {
  .subtitle_01 h2 {
    font-size: 1.42857rem;
  }
}
.subtitle_01 h2:after {
  font-family: "Font Awesome 5 Pro";
  content: '\f001';
  font-weight: 900;
  position: absolute;
  color: #fff;
  padding: 0px 10px 0 7px;
  top: 0;
  bottom: 0;
  left: 0;
  background: #cf554f;
  line-height: 44px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.subflex_01 {
  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: 641px) {
  .subflex_01 {
    display: block;
  }
}

.subflexleft_01 {
  width: 38%;
}
@media screen and (max-width: 641px) {
  .subflexleft_01 {
    width: 100%;
  }
}
.subflexleft_01 img {
  width: 100% !important;
}
.subflexleft_01 ul li {
  margin-bottom: 20px;
}

.subflexright_01 {
  width: 60%;
  line-height: 2;
  background: #f7f7f7;
  padding: 30px;
}
@media screen and (max-width: 641px) {
  .subflexright_01 {
    width: 100%;
    padding-right: 10px;
    padding-left: 10px;
  }
}
.subflexright_01 a {
  display: table;
  line-height: 40px;
  width: 100%;
  margin-top: 20px;
  background: #cf554f;
  color: #fff !important;
  font-size: 1.14286rem;
  border-radius: 100px;
  text-align: center;
}

.subul_01 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: 641px) {
  .subul_01 ul {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.subul_01 ul li {
  width: 23%;
}
@media screen and (max-width: 641px) {
  .subul_01 ul li {
    width: 48%;
    margin-bottom: 15px;
  }
}

.subdl_01 dl dt {
  -webkit-box-align: center !important;
      -ms-flex-align: center !important;
          align-items: center !important;
  padding-top: 15px !important;
  padding-bottom: 15px !important;
}
@media screen and (max-width: 641px) {
  .subdl_01 dl dt {
    width: 30% !important;
  }
}
.subdl_01 dl dd {
  padding: 15px 10px 15px 30px !important;
}
@media screen and (max-width: 641px) {
  .subdl_01 dl dd {
    width: 70% !important;
    padding-left: 15px !important;
  }
}

.map_01 iframe {
  height: 400px;
}
@media screen and (max-width: 641px) {
  .map_01 iframe {
    height: 300px;
  }
}

.student_01 {
  padding: 30px;
  background: #f7f7f7;
}
@media screen and (max-width: 641px) {
  .student_01 {
    padding-left: 10px;
    padding-right: 10px;
  }
}
.student_01 h3 {
  font-size: 1.42857rem;
  font-family: "Noto Serif JP", serif, "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  border-bottom: 1px solid #333;
  margin-bottom: 10px;
}

.subdl_02 dl {
  display: block !important;
  margin-bottom: 30px;
  padding-bottom: 30px;
  border-bottom: 2px dotted #342913;
}
.subdl_02 dl dt {
  padding: 20px !important;
  font-size: 1.14286rem;
  border: 0 !important;
  margin-bottom: 5px;
  position: relative;
  padding-left: 60px !important;
  font-weight: 500;
}
@media screen and (max-width: 641px) {
  .subdl_02 dl dt {
    font-size: 1rem;
  }
}
.subdl_02 dl dt:before {
  content: "Q.";
  display: inline-block;
  position: absolute;
  left: 20px;
  top: 10px;
  font-size: 25px;
  font-family: "Noto Serif JP", serif, "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
}
.subdl_02 dl dd {
  padding: 20px 20px 0px 60px !important;
  font-size: 1.14286rem;
  border: 0 !important;
  position: relative;
  color: #342913;
}
@media screen and (max-width: 641px) {
  .subdl_02 dl dd {
    font-size: 1rem;
  }
}
.subdl_02 dl dd::before {
  content: "A.";
  display: inline-block;
  position: absolute;
  left: 20px;
  top: 10px;
  font-size: 25px;
  font-family: "Noto Serif JP", serif, "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  color: #342913;
}

.subpoint_01 {
  background-color: #f7f7f7;
  padding: 20px;
}
@media screen and (max-width: 641px) {
  .subpoint_01 {
    padding-left: 10px;
    padding-right: 10px;
  }
}
.subpoint_01 h3 {
  font-size: 1.42857rem;
  font-family: "Noto Serif JP", serif, "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  margin-bottom: 20px;
}
@media screen and (max-width: 641px) {
  .subpoint_01 h3 {
    text-align: center !important;
    font-size: 1.28571rem;
  }
}
.subpoint_01 .sp00 {
  width: 0px;
  margin-right: 0px;
}
.subpoint_01 span {
  width: 30px;
  line-height: 30px;
  margin-right: 10px;
  font-weight: bold;
  color: #fff;
  display: inline-block;
  text-align: center;
  background: #cf554f;
  border-radius: 100px;
}
@media screen and (max-width: 641px) {
  .subpoint_01 span {
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 5px;
  }
}

.subdl_03 dl dt {
  -webkit-box-align: center !important;
      -ms-flex-align: center !important;
          align-items: center !important;
  padding-top: 15px !important;
  padding-bottom: 15px !important;
}
@media screen and (max-width: 641px) {
  .subdl_03 dl dt {
    width: 50% !important;
  }
}
.subdl_03 dl dd {
  padding-top: 15px !important;
  padding-bottom: 15px !important;
  padding-right: 30px !important;
  text-align: right;
}
@media screen and (max-width: 641px) {
  .subdl_03 dl dd {
    width: 50% !important;
    padding-right: 15px !important;
  }
}

.subtext_01 {
  font-size: 1.14286rem;
  font-family: "Noto Serif JP", serif, "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
}
@media screen and (max-width: 641px) {
  .subtext_01 {
    font-size: 1rem;
  }
}
.subtext_01 a {
  color: #cf554f !important;
  border-bottom: 1px solid #cf554f;
}
@media screen and (max-width: 641px) {
  .subtext_01 div {
    text-align: left !important;
  }
}

.sublist_01 ul {
  background: #f7f7f7;
  padding: 30px;
}
@media screen and (max-width: 641px) {
  .sublist_01 ul {
    padding-left: 10px;
    padding-right: 10px;
  }
}
.sublist_01 ul li {
  float: none !important;
  position: relative;
  margin-bottom: 15px;
  padding-left: 25px;
}
.sublist_01 ul li:last-child {
  margin-bottom: 0px;
}
.sublist_01 ul li::before {
  font-family: 'Font Awesome 5 Pro';
  font-weight: 900;
  content: "\f058";
  position: absolute;
  left: 0px;
  top: 2px;
  color: #cf554f;
  font-size: 1.14286rem;
}

.subtext_02 h3 {
  font-size: 1.14286rem;
  border-bottom: 1px solid #342913;
  display: table;
  margin-bottom: 10px;
  padding-left: 3px;
}

.subtext_03 a {
  display: table;
  line-height: 40px;
  width: 300px;
  margin-top: 20px;
  margin-left: auto;
  margin-right: auto;
  background: #cf554f;
  color: #fff !important;
  font-size: 1.14286rem;
  text-align: center;
}

section form h2.mail.title {
  display: none;
}

.subform dt {
  -webkit-box-align: center !important;
      -ms-flex-align: center !important;
          align-items: center !important;
}

.form_wrap {
  margin-top: 30px;
}

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