@charset "UTF-8";
html, body {
  border: 0;
  outline: 0;
  font-weight: inherit;
  font-style: inherit;
  font-size: 100%;
  font-family: -apple-system, BlinkMacSystemFont, "游ゴシック", "游ゴシック体", "Helvetica Neue", "Helvetica", "Arial", "Hiragino Sans", "ヒラギノ角ゴシック", "Yu Gothic", YuGothic, "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  vertical-align: baseline;
  margin: 0;
  padding: 0;
}
@media all and (-ms-high-contrast: none) {
  html, body {
    font-family: "メイリオ", Meiryo, "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  }
}

body {
  line-height: 1;
}

div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
  border: 0;
  outline: 0;
  font-weight: inherit;
  font-style: inherit;
  font-size: 100%;
  font-family: -apple-system, BlinkMacSystemFont, "游ゴシック", "游ゴシック体", "Helvetica Neue", "Helvetica", "Arial", "Hiragino Sans", "ヒラギノ角ゴシック", "Yu Gothic", YuGothic, "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  vertical-align: baseline;
  margin: 0;
  padding: 0;
}
@media all and (-ms-high-contrast: none) {
  div, span, applet, object, iframe,
  h1, h2, h3, h4, h5, h6, p, blockquote, pre,
  a, abbr, acronym, address, big, cite, code,
  del, dfn, em, font, img, ins, kbd, q, s, samp,
  small, strike, strong, sub, sup, tt, var,
  dl, dt, dd, ol, ul, li,
  fieldset, form, label, legend,
  table, caption, tbody, tfoot, thead, tr, th, td {
    font-family: "メイリオ", Meiryo, "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  }
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

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

table {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0px;
}

a {
  text-decoration: none;
  color: #000;
}
a.decoration {
  text-decoration: underline;
}
a.decoration:visited, a.decoration:focus, a.decoration:active {
  text-decoration: underline;
  outline: 0;
}
a:visited, a:focus, a:active {
  text-decoration: none;
  color: #000;
  outline: 0;
}

.clearfix:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0;
}

* html .clearfix {
  zoom: 1;
}

*:first-child + html .clearfix {
  zoom: 1;
}

html {
  font-size: 62.5%;
}

body {
  font-size: 14px;
  color: #333;
  -webkit-text-size-adjust: 100%;
}

#wrap {
  font-size: 14px;
}

a {
  color: #333;
}
a:visited, a:focus, a:active {
  color: #333;
}

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

.inner {
  max-width: 1024px;
  width: 86%;
  margin-left: auto;
  margin-right: auto;
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .inner {
    width: 90%;
  }
}
@media only screen and (max-width: 767px) {
  .inner {
    width: 90%;
  }
}

@media only screen and (min-width: 1024px) {
  .flL {
    float: left;
  }
  .flR {
    float: right;
  }
  .hoverOpacity {
    transition-property: opacity;
    transition-duration: 0.3s;
    transition-timing-function: ease;
    transition-delay: 0s;
  }
  .hoverOpacity:hover {
    opacity: 0.8;
  }
  .pcH {
    display: none !important;
  }
}
@media only screen and (max-width: 1023px) {
  .spTabH {
    display: none !important;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .tabH {
    display: none !important;
  }
}
@media only screen and (max-width: 767px) {
  .spH {
    display: none !important;
  }
}
.alignL {
  text-align: left;
}

.alignC {
  text-align: center;
}

.alignR {
  text-align: right;
}

@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .tabAlignL {
    text-align: left;
  }
  .tabAlignC {
    text-align: center;
  }
  .tabAlignR {
    text-align: right;
  }
}
@media only screen and (max-width: 767px) {
  .spAlignL {
    text-align: left;
  }
  .spAlignC {
    text-align: center;
  }
  .spAlignR {
    text-align: right;
  }
}
.required {
  color: #c00;
  font-size: 10px;
  font-weight: bold;
}

.bold {
  font-weight: bold;
}

.tabBox {
  width: 100%;
  display: none;
}
.tabBox.active {
  display: block;
}

body {
  font-size: 16px;
  line-height: 1.6;
  padding-top: 100px;
  background-color: #fbf9f3;
  /* ヘッダーの後ろに要素が隠れないようにするため */
}
@media only screen and (max-width: 1023px) {
  body {
    padding-top: 60px;
  }
}

section {
  padding: 6vh;
  border-bottom: 1px solid #eaeaea;
}
@media only screen and (max-width: 767px) {
  section {
    padding: 6vh 0;
  }
}
section:first-child {
  border-bottom: none;
}
section:last-child {
  border-bottom: none;
}

.inner {
  max-width: 1080px;
  margin: 0 auto;
}

.enTitle,
h2,
h3,
h4 {
  font-weight: bold;
  color: #21ae86;
  font-feature-settings: "pult";
}

.enTitle {
  letter-spacing: 0.2em;
  font-size: 12px;
  line-height: 12px;
}

h2 {
  font-size: 32px;
  line-height: 1.8;
  margin-bottom: 40px;
}
@media only screen and (max-width: 767px) {
  h2 {
    font-size: 6.2vw;
  }
}

h3 {
  line-height: 1.6;
  margin-top: 7vh;
  margin-bottom: 20px;
  font-size: 24px;
  letter-spacing: 0.1em;
}

h4 {
  margin-bottom: 10px;
}

.pageTitle {
  padding: 8vh 0;
  text-align: center;
  background-color: #f2f2f2;
  font-weight: bold;
}
.pageTitle h2 {
  font-size: 32px;
}

.fulColmn {
  width: 100%;
}

.thumnail {
  width: 100%;
  min-height: 240px;
  margin-bottom: 20px;
}
.thumnail.nomin {
  min-height: unset;
}
.thumnail figure {
  padding: 0;
  margin: 0;
  width: 100%;
}
@media only screen and (max-width: 767px) {
  .thumnail figure {
    background-color: #fff;
    border-radius: 15px;
  }
}
.thumnail figcaption {
  text-align: center;
}
.thumnail figcaption .subTitle {
  color: #333;
  font-size: 110%;
  font-weight: bold;
}
.thumnail figcaption .title {
  color: #333;
  font-size: 140%;
  font-weight: bold;
}
.thumnail figcaption .enTitle {
  color: #333;
  font-size: 80%;
  font-weight: bold;
}
.thumnail figcaption p {
  font-size: 80%;
  text-align: left;
  line-height: 1.3em;
}
@media only screen and (max-width: 767px) {
  .thumnail figcaption p {
    padding: 0.2em 1em;
  }
}
.thumnail img {
  width: 100%;
}
.thumnail img.obf {
  height: 250px;
  -o-object-fit: cover;
     object-fit: cover;
}

.flexRv {
  flex-direction: row-reverse;
}
@media only screen and (max-width: 767px) {
  .flexRv {
    flex-direction: column;
  }
}

.bgGray {
  background-color: #777;
}

.bgLightBrown {
  background-color: #cda16f;
}

.textWhite {
  color: #fff;
}

a {
  word-break: break-all;
}
a.textWhite {
  color: #fff;
}

.p0 {
  padding: 0px;
}

.p10 {
  padding: 10px;
}

.mt0 {
  margin-top: 0px;
}

.mt20 {
  margin-top: 20px;
}

.mt1e {
  margin-top: 1em;
}

.mt2e {
  margin-top: 2em;
}

.mb0 {
  margin-bottom: 0px;
}

.mb20 {
  margin-bottom: 20px;
}

.mb1e {
  margin-bottom: 1em;
}

.mb2e {
  margin-bottom: 2em;
}

.fs80 {
  font-size: 80%;
}

.fs70 {
  font-size: 70%;
}

.fs60 {
  font-size: 60%;
}

.dspn {
  display: none;
}

.textCenter {
  text-align: center;
}

.star::before {
  content: "※";
}

a img.listThum {
  width: 100px;
  margin-right: 10px;
}

.thumnailColmn {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.thumnailColmn.rev {
  flex-direction: row-reverse;
}
.thumnailColmn .thumnail {
  width: 40%;
}
.thumnailColmn .contents {
  width: 55%;
}

.twoColmn {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.twoColmn .box {
  width: 48%;
}
@media only screen and (max-width: 767px) {
  .twoColmn .box {
    width: 100%;
    margin-bottom: 32px;
  }
  .twoColmn .box:last-child {
    margin-bottom: 0;
  }
}
.twoColmn .box.w20 {
  width: 20%;
}
@media only screen and (max-width: 767px) {
  .twoColmn .box.w20 {
    width: 100%;
    margin-bottom: 0px;
  }
}
.twoColmn .box.w75 {
  width: 75%;
}
@media only screen and (max-width: 767px) {
  .twoColmn .box.w75 {
    width: 100%;
    margin-bottom: 2px;
  }
}
.twoColmn .box.w30 {
  width: 30%;
}
@media only screen and (max-width: 767px) {
  .twoColmn .box.w30 {
    width: 100%;
  }
}
.twoColmn .box.w65 {
  width: 65%;
}
@media only screen and (max-width: 767px) {
  .twoColmn .box.w65 {
    width: 100%;
  }
}

.threeColmn {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.threeColmn .box {
  width: 31%;
}
@media only screen and (max-width: 767px) {
  .threeColmn .box {
    width: 100%;
    margin-bottom: 32p;
  }
  .threeColmn .box:last-child {
    margin-bottom: 0;
  }
}

.whiteBox {
  padding: 32px;
  background-color: #fff;
  margin-top: 32px;
}
.whiteBox:first-child {
  margin-top: 0;
}

.arrow {
  position: relative;
  display: inline-block;
  padding: 0 0 0 16px;
  color: #333;
  vertical-align: middle;
  text-decoration: none;
  font-size: 15px;
}

.arrow::before,
.arrow::after {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  content: "";
  vertical-align: middle;
}

.ptn01::before {
  left: 4px;
  box-sizing: border-box;
  width: 4px;
  height: 4px;
  border: 4px solid transparent;
  border-left: 4px solid #7a0;
}

.ptn01:hover:before {
  left: 4px;
  box-sizing: border-box;
  width: 4px;
  height: 4px;
  border: 4px solid transparent;
  border-left: 4px solid #777;
}

.columns {
  /*分けたいリストの親要素に指定する。column-countはカラム数*/
  -moz-column-count: 2;
       column-count: 2;
  -moz-column-gap: 26px;
       column-gap: 26px;
  list-style: none;
  margin: 0;
  padding: 0;
}

p {
  margin-bottom: 1em;
}
p.caution {
  font-size: 80%;
  line-height: 1.5;
  color: #666;
  margin-top: 16px;
}
p.mt0 {
  margin-top: 0px;
}

.calendar {
  padding: 3vw;
  border: 1px solid #ccc;
  box-sizing: border-box;
}

.topics {
  margin-top: 48px;
  padding: 32px;
  box-sizing: border-box;
  border: 1px dotted #333;
  border-radius: 6px;
}
@media only screen and (max-width: 1023px) {
  .topics {
    margin-top: 1em;
  }
}
.topics .contents h3 {
  margin-top: 0;
}
.topics .contents p:last-child {
  margin-bottom: 0;
}

.profile {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-top: 60px;
}
.profile:first-child {
  margin-top: 0;
}
.profile .thumnail {
  width: 300px;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .profile .thumnail img {
    max-width: 70%;
    display: inline-block;
  }
}
@media only screen and (max-width: 767px) {
  .profile .thumnail {
    width: 100%;
  }
}
.profile .info {
  width: calc(100% - 360px);
}
@media only screen and (max-width: 767px) {
  .profile .info {
    width: 100%;
  }
}
.profile .info .cat {
  height: 18px;
  line-height: 18px;
  padding: 0 12px;
  border: 1px solid #000;
  display: inline-block;
  font-size: 12px;
  margin-top: 36px;
}
@media only screen and (max-width: 767px) {
  .profile .info .cat {
    margin-top: 20px;
  }
}
.profile .info .nameWrap {
  display: flex;
  justify-content: flex-start;
  margin-bottom: 20px;
}
.profile .info .nameWrap p {
  margin-bottom: 0;
}
.profile .info .nameWrap .name {
  align-items: center;
  padding-right: 16px;
  font-size: 130%;
  height: 35px;
  line-height: 35px;
  color: #21ae86;
  font-weight: bold;
}
.profile .info .nameWrap .nameEn {
  font-size: 10px;
  letter-spacing: 0.2em;
  height: 35px;
  line-height: 35px;
}

.nakama {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-top: 60px;
}
.nakama .profile {
  width: 50%;
}
@media only screen and (max-width: 767px) {
  .nakama .profile {
    width: 100%;
  }
}
@media only screen and (min-width: 1024px) {
  .nakama .profile:first-child, .nakama .profile:nth-child(2) {
    margin-top: 0;
  }
}
.nakama .profile .thumnail {
  width: 180px;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .nakama .profile .thumnail img {
    max-width: 70%;
    display: inline-block;
  }
}
@media only screen and (max-width: 767px) {
  .nakama .profile .thumnail {
    width: 100%;
  }
}
.nakama .profile .info {
  width: calc(100% - 210px);
  padding: 0 10px;
}
@media only screen and (max-width: 767px) {
  .nakama .profile .info {
    width: 100%;
  }
}
.nakama .profile .info .name {
  padding-right: 16px;
  font-size: 130%;
  line-height: 35px;
  color: #21ae86;
  font-weight: bold;
  margin-bottom: 0;
}
.nakama .profile .info .type {
  height: 18px;
  line-height: 18px;
  font-size: 90%;
  font-weight: bold;
  margin-top: 0;
}

.dfaq div {
  background-color: #fff;
  padding: 0.5em;
  margin-bottom: 1em;
}
.dfaq div div {
  border: 1px dashed #fdecba;
  background-color: #fff;
  padding: 0.5em;
  margin: 0.5em;
  box-sizing: border-box;
}
.dfaq div p {
  padding: 1em;
  margin-bottom: 0;
}
.dfaq div p:first-child {
  border-bottom: 1px dashed #21ae86;
  color: #864A2B;
  font-weight: bold;
  font-size: 110%;
}
.dfaq div p:first-child::before {
  content: "Q.";
  margin-right: 0.3em;
  color: #21ae86;
  font-size: 180%;
}
.dfaq div p:nth-child(2)::before {
  content: "A.";
  margin-right: 0.3em;
  color: #e95212;
  font-size: 180%;
}

.faq div {
  background-color: #fff;
  padding: 0.5em;
  margin-bottom: 1em;
}
.faq div div {
  border: 1px dashed #fdecba;
  background-color: #fff;
  padding: 0.5em;
  margin: 0.5em;
  box-sizing: border-box;
}
.faq div div:nth-child(2) {
  border: transparent;
}
.faq div div:nth-child(2) p {
  margin-bottom: 0;
  line-height: 2.5em;
}
.faq div div:nth-child(2) p:first-child::before {
  content: "A.";
  margin-right: 0.3em;
  color: #e95212;
  font-size: 180%;
}
.faq div div:nth-child(2) img {
  width: 50%;
  border-radius: 10px;
}
.faq div h3 {
  padding: 1em;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 0;
  font-size: 120%;
  border-bottom: 1px dashed #21ae86;
  color: #864A2B;
}
.faq div h3::before {
  content: "Q.";
  margin-right: 0.3em;
  color: #21ae86;
  font-size: 180%;
}

/*
.ptn01::after{
    left: 4px;
    width: 4px;
    height: 4px;
    border-top: 1px solid #7a0;
    border-right: 1px solid #7a0;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}
*/
.pageTitle {
  padding: 100px 0;
  text-align: center;
  background-color: #f2f2f2;
  font-weight: bold;
  background-image: url(../images/top_main.jpg);
  background-position: center center;
  background-size: cover;
  position: relative;
}
@media only screen and (max-width: 767px) {
  .pageTitle {
    padding: 10vh 0;
  }
}
.pageTitle:after {
  background-color: rgba(57, 172, 80, 0.78);
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.pageTitle h2 {
  font-size: 38px;
  margin-bottom: 0;
  position: relative;
  z-index: 1;
  color: #fff;
}
@media only screen and (max-width: 767px) {
  .pageTitle h2 {
    font-size: 6.5vw;
  }
}
.pageTitle p {
  font-size: 10px;
  letter-spacing: 0.5em;
  color: #554004;
  position: relative;
  z-index: 1;
}
@media only screen and (max-width: 767px) {
  .pageTitle p {
    font-size: 2.4vw;
  }
}

.breadClumbs {
  padding: 6px 0;
  background-color: #fff;
}
.breadClumbs ul {
  display: flex;
  justify-content: flex-start;
  font-size: 12px;
}
.breadClumbs ul li {
  color: #999;
}
.breadClumbs ul li a {
  color: #063931;
  padding-right: 20px;
  position: relative;
}
.breadClumbs ul li a:before {
  content: "";
  position: absolute;
  right: 8px;
  top: 4px;
  width: 6px;
  height: 6px;
  border-top: 1px solid #063931;
  border-right: 1px solid #063931;
  transform: rotate(45deg);
}

.pagenav {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}
.pagenav ul {
  display: flex;
  width: 100%;
  justify-content: flex-start;
  font-size: 12px;
}
.pagenav ul li {
  color: #999;
  padding-right: 20px;
}
.pagenav ul li:before {
  content: "";
  position: absolute;
  right: 8px;
  top: 4px;
  width: 6px;
  height: 6px;
}
.pagenav ul li a {
  color: #063931;
  position: relative;
}

table {
  border: 1px solid #e8e8e8;
  width: 100%;
  margin-bottom: 24px;
}
table th {
  border: 1px solid #e8e8e8;
  padding: 8px;
  background-color: #fff;
}
table td {
  border: 1px solid #e8e8e8;
  padding: 8px;
  background-color: #fff;
}
table.information th {
  background-color: #fff6dc;
}
table.information td {
  background-color: #fbf9f3;
}

dl {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 20px;
  border-left: 1px solid #E4E4E4;
  border-right: 1px solid #E4E4E4;
  border-top: 1px solid #E4E4E4;
}
@media only screen and (max-width: 767px) {
  dl {
    display: block;
    border-left: none;
    border-right: none;
    border-top: none;
  }
}

dt {
  text-align: center;
  width: 20%;
  padding: 1em;
  box-sizing: border-box;
  background-color: #fff6dc;
  border-right: 1px solid #E4E4E4;
  border-bottom: 1px solid #E4E4E4;
  font-size: 105%;
}
@media only screen and (max-width: 767px) {
  dt {
    text-align: left;
    width: 100%;
    border-right: none;
    border-bottom: none;
  }
}

dd {
  width: 80%;
  padding: 1em;
  box-sizing: border-box;
  border-bottom: 1px solid #E4E4E4;
}
@media only screen and (max-width: 767px) {
  dd {
    width: 100%;
    border-bottom: none;
  }
}
dd.cl1, dd.cl2 {
  border-right: 1px solid #E4E4E4;
  width: 22%;
}
dd.cl3 {
  width: 43%;
}

.rad5 {
  border-radius: 5px;
}

.rad10 {
  border-radius: 10px;
}

.rad15 {
  border-radius: 15px;
}

.rad5i img {
  border-radius: 5px;
}

.rad10i img {
  border-radius: 10px;
}

.rad15i img {
  border-radius: 15px;
}

.form .req {
  font-size: 60%;
  color: #900;
}
.form a {
  color: #00F;
  text-decoration: underline;
}
.form textarea, .form input {
  font-size: 16px;
  border: 1px solid #999999;
  box-shadow: 1px 1px 1px 1px rgba(0, 0, 0, 0.1) inset;
  border-radius: 3px;
  padding: 5px;
}
.form input[type=text],
.form input[type=email],
.form textarea {
  width: 90%;
}
.form textarea:focus, .form input:focus {
  box-shadow: 0px 0px 5px 2px #ccccee;
  outline-style: none;
}

.vac {
  display: flex;
}
.vac dt {
  width: 20%;
  color: #554004;
  font-size: 110%;
  font-weight: bold;
}
@media only screen and (max-width: 767px) {
  .vac dt {
    width: 100%;
  }
}
.vac dd {
  width: 80%;
}
@media only screen and (max-width: 767px) {
  .vac dd {
    width: 100%;
    border-bottom: none;
    padding-bottom: 0;
  }
}

ul.list {
  margin-bottom: 1em;
}
ul.list li {
  list-style: inside;
  margin-left: 1em;
  margin-bottom: 0.5em;
}
ul.list2 {
  margin-bottom: 1em;
}
ul.list2 li {
  color: #864A2B;
  list-style: inside;
  margin-left: 1em;
  margin-bottom: 0.5em;
}
ul.rank {
  margin-bottom: 1em;
}
ul.rank li::marker {
  font-size: 120%;
  font-weight: 600;
  color: #21ae86;
}
ul.rank li {
  list-style: decimal-leading-zero;
  margin-left: 2em;
}

dl.list {
  border: none;
  margin-bottom: 1em;
}
dl.list dt {
  border: none;
  width: 100%;
  text-align: left;
  background-color: transparent;
  padding: 0;
  font-size: 110%;
  color: #cda16f;
  margin-bottom: 0.5em;
}
dl.list dt span {
  color: #864A2B;
  font-weight: bold;
}
dl.list dd {
  padding: 0;
  margin-bottom: 1.5em;
  list-style: inside;
  margin-left: 1em;
  border: none;
}
dl.list dd::before {
  content: "・";
}
dl.list2 {
  border: none;
  margin-bottom: 1em;
  width: 100%;
}
dl.list2.num dt {
  box-sizing: border-box;
  display: list-item;
  list-style-type: decimal-leading-zero;
  margin-left: 2.5em;
}
dl.list2.num dt::marker {
  font-size: 120%;
  font-weight: 600;
  color: #21ae86;
}
@media only screen and (max-width: 767px) {
  dl.list2.num dt {
    width: calc(100% - 2em);
  }
}
dl.list2 dt {
  border: none;
  box-sizing: border-box;
  width: 100%;
  text-align: left;
  background-color: transparent;
  padding: 0;
  font-size: 110%;
  color: #864A2B;
  font-weight: bold;
  margin-bottom: 0.5em;
}
dl.list2 dd {
  padding: 0;
  margin-bottom: 1.5em;
  list-style: inside;
  margin-left: 1em;
  border: none;
}
dl.list2 dd .head {
  color: #cda16f;
}
dl.list2 dd .head span {
  color: #FFF;
  background-color: #cda16f;
  letter-spacing: 1em;
  margin-right: 0.5em;
  padding: 0.2em 0em 0.2em 1em;
  border-radius: 5px;
}
@media only screen and (max-width: 767px) {
  dl.list2 dd {
    width: calc(100% - 1em);
  }
}
dl.news {
  display: flex;
  border: none;
}
dl.news dt {
  margin: 0;
  width: 15%;
  background-color: transparent;
  text-align: left;
  border: none;
}
@media only screen and (max-width: 767px) {
  dl.news dt {
    width: 100%;
  }
}
dl.news dd {
  margin: 0;
  border: none;
  width: 85%;
}
@media only screen and (max-width: 767px) {
  dl.news dd {
    width: 100%;
    border-bottom: none;
    padding-bottom: 20px;
  }
}

.news ul li {
  display: flex;
  justify-content: flex-start;
  padding: 16px 0;
  border-bottom: 1px solid #e5e5e5;
}
.news ul li:first-child {
  padding-top: 0;
}
.news ul li p {
  margin-bottom: 0;
}
.news ul li .day {
  width: 100px;
}
.news ul li .newsTitle a {
  color: #1d94c4;
}
.news ul li .newsTitle a:hover {
  text-decoration: underline;
}

header {
  width: 100%;
  height: 100px;
  background: #FFF;
  z-index: 999;
  box-sizing: border-box;
  position: fixed;
  display: flex;
  top: 0;
  box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.4);
}
@media only screen and (max-width: 1023px) {
  header {
    height: 60px;
  }
}
header:before, header:after {
  content: "";
  display: table;
}
header .logo {
  width: 40%;
}
@media only screen and (max-width: 1023px) {
  header .logo {
    margin-left: 15px;
    width: 250px;
  }
}
header .logo a {
  display: block;
  width: 100%;
  height: 100%;
  padding: 16px;
  box-sizing: border-box;
}
header .logo a img {
  max-height: 100%;
}
header .logo span {
  display: none;
}
header .btn-reserve-sm {
  background: #00977f;
  display: flex;
  position: fixed;
  right: 120px;
  padding: 0;
  height: 60px;
  width: 60px;
  justify-content: center;
  align-items: center;
  flex-flow: column;
}
header .btn-reserve-sm img {
  width: 26px;
}
header .btn-reserve-sm span {
  text-align: center;
  line-height: 0.3em;
  font-size: 7px;
  margin-top: 0.2em;
  font-weight: 250;
  color: #fff;
  font-feature-settings: "palt";
}
header .btn-contact-sm {
  background: #00977f;
  display: flex;
  position: fixed;
  right: 60px;
  padding: 0;
  height: 60px;
  width: 60px;
  justify-content: center;
  align-items: center;
}
header .btn-contact-sm img {
  width: 26px;
}
header .btn-nav-sm {
  position: absolute;
  right: 0px;
  top: 0px;
  width: 60px;
  height: 60px;
  background: #18383b;
  z-index: 9;
}
header .btn-nav-sm .nav-sm-container {
  transition: all 0.3s cubic-bezier(0.4, 0.01, 0.165, 0.99);
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  -webkit-tap-highlight-color: transparent;
  margin: 15px auto 0;
  width: 30px;
}
header .btn-nav-sm .nav-sm-container span {
  background: #fff;
  height: 1px;
  border-radius: 4px;
  margin: 0 0 10px 0;
  display: block;
  transition: transform 0.3s, opacity 0.2s ease-out;
  transform: translate(0, 0) rotate(0deg);
  -webkit-transform: translate(0, 0) rotate(0deg);
  float: right;
}
header .btn-nav-sm .nav-sm-container span:nth-last-child(1) {
  margin-bottom: 0;
  width: 20px;
}
header .btn-nav-sm .nav-sm-container span:nth-last-child(2) {
  opacity: 1;
  width: 25px;
}
header .btn-nav-sm .nav-sm-container span:nth-last-child(3) {
  width: 30px;
}
header .btn-nav-sm:focus {
  outline: none;
}
@media only screen and (min-width: 1024px) {
  header .btn-nav-sm,
  header .btn-reserve-sm,
  header .btn-contact-sm {
    display: none;
  }
}
@media only screen and (max-width: 1023px) {
  header .btn-nav-sm,
  header .btn-reserve-sm,
  header .btn-contact-sm {
    display: flex;
  }
}
header .navigation {
  background: #18383b;
  width: 340px;
  height: 100vh;
  background: #18383b;
  position: fixed;
  top: 0;
  right: -100%;
  transition: all 0.5s ease-out, background 0.75s ease-out;
  transition-delay: 0.15s;
  padding: 0 0 0 40px;
  z-index: 8;
}
@media only screen and (min-width: 1024px) {
  header .navigation {
    width: auto;
    height: 100px;
    right: 0;
    padding: 0 0 0 25px;
    transition: all 0s ease-out, background 0s ease-out;
    transition-delay: 0.15s;
    opacity: 1;
    display: flex;
  }
}
@media only screen and (max-width: 1023px) {
  header .navigation {
    width: 100%;
    height: 100%;
    box-sizing: border-box;
    padding: 60px 32px 32px 32px;
    -webkit-overflow-scrolling: touch;
    overflow-y: scroll;
  }
}
header .navigation li {
  display: flex;
  border-bottom: 0;
  position: relative;
}
@media only screen and (max-width: 1023px) {
  header .navigation li {
    text-align: left;
    box-sizing: border-box;
  }
}
header .navigation li a {
  color: #fff;
  display: block;
  padding: 30px 20px;
  height: auto;
  text-align: center;
  font-feature-settings: "palt";
}
@media only screen and (max-width: 1023px) {
  header .navigation li a {
    text-align: left;
    height: 32px;
    line-height: 32px;
    padding: 0;
    font-size: 15px;
  }
}
header .navigation li a span {
  display: none;
}
@media only screen and (min-width: 1024px) {
  header .navigation li a span {
    display: block;
  }
}
header .navigation li.child {
  display: none;
}
@media only screen and (max-width: 1023px) {
  header .navigation li.child {
    display: block;
  }
}
header .navigation li.brand-sm {
  display: none;
}
header .navigation li.btn-reserve {
  background: #00977f;
  margin-left: 20px;
  display: none;
}
@media only screen and (min-width: 1024px) {
  header .navigation li.btn-reserve {
    display: block;
  }
}
header .navigation li.btn-reserve a {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0px 30px;
  height: 100%;
  text-align: center;
  flex-flow: column;
}
header .navigation li.btn-reserve a img {
  width: 42px;
}
header .navigation li.btn-reserve a span {
  margin-top: 0.2em;
  line-height: 0.3em;
  font-size: 12px;
  text-align: center;
}
header .navigation li.btn-contact {
  background: #00977f;
  display: none;
}
@media only screen and (min-width: 1024px) {
  header .navigation li.btn-contact {
    display: block;
  }
}
header .navigation li.btn-contact a {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0 30px;
  height: 100%;
}
header .navigation li.btn-contact a img {
  width: 42px;
}
header .navigation li.contact-nav-sm {
  display: none;
  margin-top: 0.5em;
  color: #fff;
  font-feature-settings: "palt";
  box-sizing: border-box;
  width: 300px;
}
@media only screen and (max-width: 1023px) {
  header .navigation li.contact-nav-sm {
    display: flex;
    flex-flow: column;
    margin-top: 20px;
    padding-top: 32px;
    border-top: 1px solid rgba(255, 255, 255, 0.3098039216);
  }
  header .navigation li.contact-nav-sm ul {
    display: flex;
    flex-wrap: wrap;
    box-sizing: border-box;
    justify-content: space-between;
  }
  header .navigation li.contact-nav-sm ul .reserve {
    background-color: transparent;
    justify-content: center;
    display: flex;
    width: calc(50% - 7px);
  }
  header .navigation li.contact-nav-sm ul .reserve a {
    display: flex;
    box-sizing: border-box;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 60px;
    border: 1px solid #fff;
    border-radius: 5px;
  }
  header .navigation li.contact-nav-sm ul .reserve a img {
    margin-top: -6px;
    height: 27px;
  }
  header .navigation li.contact-nav-sm ul .reserve a span {
    margin-left: 5px;
    display: flex;
    line-height: 1.5em;
    font-size: 15px;
    white-space: nowrap;
  }
  header .navigation li.contact-nav-sm ul .contact {
    background-color: transparent;
    justify-content: center;
    display: flex;
    width: calc(50% - 7px);
  }
  header .navigation li.contact-nav-sm ul .contact a {
    display: flex;
    box-sizing: border-box;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 60px;
    border: 1px solid #fff;
    border-radius: 5px;
  }
  header .navigation li.contact-nav-sm ul .contact a img {
    height: 20px;
  }
  header .navigation li.contact-nav-sm ul .contact a span {
    margin-left: 5px;
    display: flex;
    line-height: 1.5em;
    font-size: 15px;
    white-space: nowrap;
  }
  header .navigation li.contact-nav-sm ul .tel {
    background-color: transparent;
    justify-content: center;
    display: flex;
    width: 100%;
    box-sizing: border-box;
    margin-top: 16px;
  }
  header .navigation li.contact-nav-sm ul .tel a {
    display: flex;
    box-sizing: border-box;
    justify-content: center;
    align-items: center;
    height: 40px;
  }
  header .navigation li.contact-nav-sm ul .tel a img {
    height: 20px;
  }
  header .navigation li.contact-nav-sm ul .tel a span {
    display: flex;
    margin-left: 0px;
    line-height: 1.5em;
    font-size: 24px;
  }
}
@media only screen and (max-width: 1023px) {
  header .navigation li.drop-menu {
    display: block;
    height: auto;
  }
  header .navigation li.drop-menu .parent {
    display: none;
  }
}
@media only screen and (min-width: 1024px) {
  header .navigation li.drop-menu ul {
    transform: scaleY(0);
    transform-origin: center top;
    transition: all 0.3s;
    position: absolute;
    top: 100px;
    left: 0%;
  }
}
@media only screen and (max-width: 1023px) {
  header .navigation li.drop-menu ul {
    display: block;
    position: relative;
  }
}
@media only screen and (min-width: 1024px) {
  header .navigation li:hover ul {
    transform: scaleY(1);
  }
  header .navigation li:hover ul .child {
    display: block;
    background-color: #00977f;
    height: 60px;
    transition: all 0.3s;
    position: relative;
    white-space: nowrap;
  }
  header .navigation li:hover ul .child:not(:first-child)::before {
    content: "";
    width: 100%;
    height: 1px;
    background-color: #18383b;
    position: absolute;
    top: 0;
    left: 0;
  }
  header .navigation li:hover ul .child:hover {
    background-color: #18383b;
  }
}
@media only screen and (max-width: 1023px) {
  header .navigation {
    width: auto;
  }
}
header.open-nav:after {
  content: "";
  position: absolute;
  background: rgba(0, 0, 0, 0.8);
  width: 100%;
  height: 100vh;
  top: 0;
  left: 0;
  z-index: 7;
}
header.open-nav .btn-nav-sm .nav-sm-container span:nth-last-child(1) {
  transform: translate(2px, -11px) rotate(-45deg);
  -webkit-transform: translate(2px, -11px) rotate(-45deg);
  width: 30px;
}
header.open-nav .btn-nav-sm .nav-sm-container span:nth-last-child(2) {
  opacity: 0;
}
header.open-nav .btn-nav-sm .nav-sm-container span:nth-last-child(3) {
  transform: translate(2px, 11px) rotate(45deg);
  -webkit-transform: translate(2px, 11px) rotate(45deg);
}
header.open-nav .btn-nav-sm:focus {
  outline: none;
}
header.open-nav .navigation {
  right: 0;
}

.green {
  color: #21ae86;
}

.brown {
  color: #864A2B;
}

main .main_img {
  display: box;
}
main .main_img img {
  width: 100%;
  height: 100%;
  max-height: 90vh;
  overflow: hidden;
  -webkit-mask-image: linear-gradient(0deg, transparent, #fff 60%);
  mask-image: linear-gradient(0deg, transparent, #fff 60%);
}
main .main_img .slick-slide {
  position: relative;
}
main .main_img .slick-slide .text {
  position: absolute;
  top: 70%;
  left: 10%;
  font-family: "Kosugi Maru", sans-serif;
  font-size: 5vw;
  font-weight: bold;
  transform: translate(-10%, -70%);
}
@media only screen and (max-width: 767px) {
  main .main_img .slick-slide .text {
    font-size: 8vw;
  }
}
main .main_img .slick-slide .text p {
  padding: 0 20px;
  background-color: #fff;
  font-feature-settings: "palt";
  margin-bottom: 0.5em;
  white-space: nowrap;
}
main .main_img .slick-slide .text span {
  font-family: "Kosugi Maru", sans-serif;
  padding: 0.25em 0.5em;
  background-color: rgba(255, 255, 255, 0.4);
  font-feature-settings: "palt";
  margin-bottom: 0.5em;
  white-space: nowrap;
  opacity: 0;
}
main .main_img .slick-slide .text .textin {
  animation: SlideScaleAni 2s ease 0.25s 1 normal both;
}
@keyframes SlideScaleAni {
  0% {
    opacity: 0;
    transform: translateX(100%) scale(0.75);
  }
  50% {
    opacity: 1;
    transform: translateX(50%) scale(0.75);
  }
  100% {
    opacity: 1;
    transform: translateX(50%) scale(1);
  }
}
main .main_img.sub {
  position: relative;
}
main .main_img.sub img {
  width: 100%;
  height: 100%;
  max-height: 60vh;
  overflow: hidden;
  -webkit-mask-image: linear-gradient(0deg, transparent 0 15%, #FFF 80%);
  mask-image: linear-gradient(0deg, transparent 0 15%, #FFF 100%);
}
main .main_img.sub h2 {
  position: absolute;
  top: 50%;
  left: 15%;
  font-size: 36px;
  text-shadow: 3px 4px 3px rgb(61, 70, 70);
  transform: translate(-15%, -50%);
}
main ol {
  margin: 1em;
}
main ol li {
  list-style-type: decimal;
  margin-bottom: 1em;
  font-weight: bold;
}
main ol li.lstn {
  list-style-type: none;
}
main ol li p {
  margin-top: 1em;
  margin-bottom: 1em;
  font-weight: normal;
}

#footer {
  background-color: #f6f0df;
  color: #333;
  padding: 0;
}
@media only screen and (min-width: 1024px) {
  #footer .map,
  #footer .inner {
    display: block;
  }
}
@media only screen and (max-width: 1023px) {
  #footer .map,
  #footer .inner {
    display: none;
  }
}
#footer .inner {
  padding-top: 48px;
}
#footer .logo {
  height: 80px;
  /*
  background: url('../images/logo.png') center center / cover no-repeat;
  background-size:100% auto;
  */
}
@media only screen and (max-width: 1023px) {
  #footer .logo {
    margin-left: 15px;
    height: 50px;
  }
}
#footer .logo a {
  display: block;
  width: 100%;
  height: 100%;
}
#footer .logo a img {
  max-height: 100%;
}
#footer .logo span {
  display: none;
}
#footer .reception {
  font-size: 13px;
}
#footer .reception table {
  border: 1px solid #e8e8e8;
  width: 100%;
  margin-bottom: 0px;
}
#footer .reception table th {
  border: 1px solid #e8e8e8;
  padding: 8px;
  background-color: #fff;
}
#footer .reception table td {
  border: 1px solid #e8e8e8;
  padding: 8px;
  background-color: #fff;
}
#footer .reception dl {
  font-size: 12px;
  margin: 0px;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 12px;
}
#footer .reception dt {
  width: 13%;
  padding: 2px 3px;
  box-sizing: border-box;
  border-right: 1px solid #E4E4E4;
  border-bottom: 1px solid #E4E4E4;
}
#footer .reception dd {
  padding: 2px 3px;
  text-align: center;
  box-sizing: border-box;
  border-bottom: 1px solid #E4E4E4;
}
#footer .reception dd.cl1, #footer .reception dd.cl2 {
  border-right: 1px solid #E4E4E4;
  width: 22%;
}
#footer .reception dd.cl3 {
  width: 43%;
}
#footer .menu {
  margin-top: 20px;
  font-size: 11px;
}
#footer .menu li {
  margin-bottom: 0.6em;
}
#footer .menu a {
  font-size: 12px;
}
#footer .phone-number {
  display: flex;
  justify-content: flex-start;
  /*
  background-color: #333;
  */
  box-sizing: border-box;
  font-family: "Fredoka", sans-serif;
  font-size: 36px;
  font-weight: bold;
  color: rgb(186, 105, 13);
  position: relative;
  line-height: 1;
  align-items: center;
  margin-bottom: 24px;
}
#footer .phone-number img {
  display: inline-block;
  height: 28px;
  padding-right: 10px;
}
#footer .phone-number span {
  display: flex;
  box-sizing: border-box;
  font-size: 13px;
  font-weight: lighter;
  border: solid 1px;
  border-radius: 5px;
  padding: 0px 10px;
  height: 28px;
  line-height: 28px;
  margin-left: 10px;
}
#footer .copilight {
  background-color: #18383b;
  color: #fff;
  text-align: center;
  margin-top: 5vh;
  padding: 15px 0;
}
@media only screen and (max-width: 1023px) {
  #footer .copilight {
    font-size: 12px;
  }
}/*# sourceMappingURL=common.css.map */