@charset "UTF-8";
* {
  box-sizing: border-box;
}

html {
  font-size: 62.5%;
}

body {
  font-size: 1.6rem;
  margin: 0;
  padding: 0;
  color: #000;
  position: relative;
}

.bk_img {
  background: url(../img/common/back_img.jpg) center center;
  padding: 40px 0;
}

.wrapper {
  max-width: 750px;
  margin: 0 auto;
  position: relative;
}

h1 {
  margin-top: 0;
  font-size: 3.2rem;
}

h2 {
  margin-top: 0;
  font-size: 2.4rem;
}

h3 {
  margin-top: 0;
  font-size: 2rem;
}

h4 {
  margin-top: 0;
  font-size: 1.8rem;
}

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

ul, ol {
  margin: 0;
  padding: 0;
}

ul li, ol li {
  list-style: none;
}

ul.labels {
  margin-left: 1em;
}

ul.labels li {
  list-style-type: none;
  text-indent: -1em;
}

ul.labels li:before {
  display: inline;
  content: "窶ｻ";
}

p {
  margin: 0;
}

a {
  text-decoration: none;
  color: #000;
  color: inherit;
}

a:hover {
  text-decoration: underline;
  opacity: 0.7;
}

a.link {
  color: #00a7ff;
}

address {
  font-style: normal;
}

/* common */
.body-wrap {
  max-width: 1200px;
  margin: 0 auto;
}

.flex-box {
  display: flex;
}

.flex-box.two-block > * {
  width: 50%;
}

.flex-box.three-block > * {
  width: 33.3333333333%;
}

.flex-box.four-block > * {
  width: 25%;
}

.flex-box.five-block > * {
  width: 20%;
}

.flex-box.six-block > * {
  width: 16.6666666667%;
}

.flex-wrap {
  flex-wrap: wrap;
}

.flex-between {
  justify-content: space-between;
}

.text-center {
  text-align: center;
}

.text-right {
  text-align: right;
}

.small {
  font-size: 1.2rem;
}

.font-bold {
  font-weight: bold;
}

.font-red {
  color: #dd0012;
}

.mb0 {
  margin-bottom: 0;
}

.mt0 {
  margin-top: 0;
}

.mb8 {
  margin-bottom: 0.8rem;
}

.mb16 {
  margin-bottom: 1.6rem;
}

.mb24 {
  margin-bottom: 2.4rem;
}

.mb32 {
  margin-bottom: 3.2rem;
}

.mb40 {
  margin-bottom: 4rem;
}

.pd8 {
  padding: 8px;
  box-sizing: border-box;
}

.pd16 {
  padding: 16px;
  box-sizing: border-box;
}

.pd24 {
  padding: 16px;
  box-sizing: border-box;
}

.googlemap {
  height: 0;
  overflow: hidden;
  padding-bottom: 56.25%;
  position: relative;
}
.googlemap iframe {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
}

ul.disc li {
  list-style: disc;
  margin-left: 1em;
}

footer {
  position: relative;
  background: url(../img/common/footer_bg.jpg) no-repeat left top;
  background-size: cover;
}
footer > * {
  position: relative;
}
footer::before {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  display: block;
  height: 100%;
  width: 100%;
  background: rgba(255, 255, 255, 0.5);
  z-index: 0;
}
footer ul li {
  margin-bottom: 1.6rem;
}
footer ul li a {
  color: #FFF !important;
  text-shadow: 4px 4px 8px #333;
}
footer .more_btn {
  border: 1px solid #FFF;
  margin: 32px 0;
  text-align: center;
}
footer .more_btn a {
  display: inline-block;
  padding: 16px;
  color: #FFF;
  font-size: 20px;
}
footer .more_btn a::after {
  content: "";
  display: inline-block;
  margin-left: 8px;
  width: 40px;
  height: 8px;
  border-bottom: 1px solid #FFF;
  border-right: 1px solid #FFF;
  transform: skew(45deg);
}

main {
  width: 100%;
  line-height: 1.8;
}
main h2 {
  text-align: center;
  margin-bottom: 2.4rem;
}
main h2 span {
  display: block;
}
main h3 {
  text-align: left;
  color: #AC8955;
  line-height: 1.5;
  margin-bottom: 1em;
}
main figure {
  margin: 1em 0;
}
main .more_btn {
  border: 1px solid #C2D4AF;
  margin: 32px 0;
  text-align: center;
}
main .more_btn a {
  display: inline-block;
  padding: 16px;
  color: #CCD9BC;
  font-size: 20px;
}
main .more_btn a::after {
  content: "";
  display: inline-block;
  margin-left: 8px;
  width: 40px;
  height: 8px;
  border-bottom: 1px solid #CCD9BC;
  border-right: 1px solid #CCD9BC;
  transform: skew(45deg);
}
main .center-color {
  text-align: center;
  font-size: 2.8rem;
  color: #AC8955;
}
main#Home #logo_block {
  background: #d6d8c2;
  text-align: center;
  height: 100vh;
  display: flex;
  justify-content: center;
  align-items: center;
}
main#Home #block01 h2 {
  text-align: center;
}
main#Home #block02 {
  color: #AC8955;
}
main#Home #block03 {
  margin-top: 40px;
}
main#Home #block03 h3 {
  text-align: center;
  font-size: 4rem;
  font-weight: bold;
  color: #000;
  text-shadow: 4px 4px 8px #333;
}
main#Home #block03 .flex-box {
  padding: 0 1em;
}
main#Home #block03 .flex-box ._left {
  padding: 0 1em;
}
main#Home #block03 .flex-box ._right {
  padding: 0 1em;
}
main#Home #block03 dl {
  font-size: 2.2rem;
  display: flex;
  justify-content: center;
  text-shadow: 4px 4px 8px #333;
  font-weight: 500;
}
main#Home #block03 dl dt {
  width: 10em;
  text-align: left;
}
main#Home #block04 .flex-box li {
  width: 25%;
}
main#Home #block07 {
  color: #707070;
}
main#Home #block07 p {
  margin-bottom: 1em;
}
main#Home #block09 {
  color: #AC8955;
}
main#Home #block09 dl {
  margin-bottom: 2em;
}
main#Home #block09 dl dt {
  font-size: 2rem;
}
main#Home #block09 dl dd {
  font-size: 2.4rem;
  margin-left: 1em;
}
main#Home #block10 {
  color: #AC8955;
}
main#Home #block11 {
  position: fixed;
  left: -100%;
}
main#Home #block11 h3 {
  color: #000;
  font-weight: bold;
  font-size: 2.4rem;
  margin-bottom: 1em;
}
main#Home #block11 h4 {
  color: #000;
  font-weight: bold;
  font-size: 2rem;
  margin-bottom: 1em;
}
main#Home #block11 p {
  color: #AC8955;
}
main#Page {
  overflow: hidden;
}
main#Page #page_header_block {
  background: url(../img/page/header_img.jpg) no-repeat center top;
  background-size: cover;
  height: calc(100vh - 5pc);
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}
main#Page #page_header_block h1 {
  margin-top: 0;
  font-size: 4.2rem;
  font-weight: bold;
  text-shadow: 2px 2px #FFF;
}
main#Page #page_header_block .text {
  position: absolute;
  bottom: 80px;
  width: 100%;
  padding: 0 16px;
  font-size: 2.2rem;
  text-shadow: 0px 0px 16px #FFF;
  font-weight: 700;
}
main#Page .text_block {
  padding: 16px 8px;
  margin-bottom: 40px;
}
main#Page .text_block h2 {
  font-size: 2.2rem;
  text-shadow: 0px 0px 16px #FFF;
  font-weight: 700;
  text-align: left;
}
main#Page .text_block .text {
  color: #AC8955;
  font-weight: 600;
}
main#Page.beginner #block02 h3 {
  text-align: center;
  margin: 2em 0;
}
main#Page.beginner #block02 ul.disc li {
  color: #AC8955;
  font-weight: 600;
}
main#Page.beginner #block03 {
  background: #3F4042;
  color: #AC8955;
  padding: 16px;
}
main#Page.beginner #block03 h2 {
  text-align: center;
  text-shadow: none;
  font-size: 3.2rem;
}
main#Page.beginner #block04 h2 {
  position: relative;
  padding: 1rem 0.5rem;
  font-weight: bold;
  font-size: 26px;
  text-align: center;
  color: #AC8955;
}
main#Page.beginner #block04 h2:before, main#Page.beginner #block04 h2:after {
  position: absolute;
  top: 45%;
  width: 8rem;
  border-top: 8px double;
  content: "";
}
main#Page.beginner #block04 h2:before {
  left: -3rem;
}
main#Page.beginner #block04 h2:after {
  right: -3rem;
}
main#Page.beginner #block04 figure img {
  max-width: 50%;
}
main#Page.beginner #block04 figure.arrow {
  margin: 3.2rem 0;
}
main#Page.beginner #block04 figure.arrow img {
  max-width: 15%;
}
main#Page.beginner #block04 .ttl {
  font-weight: bold;
  font-size: 150%;
  margin-top: 2.4rem;
}
main#Page.menu #block03 li {
  margin-bottom: 40px;
}
main#Page.menu #block03 li ._left {
  text-align: center;
}
main#Page.menu #block03 li ._right {
  margin-top: 0;
}
main#Page.menu #block03 li ._right span {
  display: block;
  font-weight: bold;
  font-size: 110%;
  color: #707070;
  text-shadow: 1px 1px 1px #FFF;
  line-height: 1.2em;
  margin: 1em 0 2em;
}
main#Page.qa #block02 dl {
  margin-bottom: 24px;
}
main#Page.qa #block02 dl dt {
  display: flex;
  background: #DCDDDD;
  padding-right: 8px;
  align-items: center;
  color: #AC8955;
}
main#Page.qa #block02 dl dt:before {
  content: "Q";
  background: #383635;
  color: #FFF;
  display: flex;
  padding: 8px;
  font-size: 2.4rem;
  justify-content: center;
  align-items: center;
  flex-shrink: 0;
  width: 36px;
  margin-right: 8px;
}
main#Page.qa #block02 dl dd {
  display: flex;
  padding-right: 8px;
  color: #AC8955;
}
main#Page.qa #block02 dl dd:before {
  content: "A";
  background: #A38B77;
  color: #FFF;
  display: flex;
  padding: 8px;
  font-size: 2.4rem;
  justify-content: center;
  align-items: center;
  flex-shrink: 0;
  width: 36px;
  margin-right: 8px;
}
main#Page.staff #block02 {
  color: #AC8955;
  font-weight: 600;
}
main#Page.staff #block02 h3 {
  font-size: 110%;
}
main#Page.staff #block02 strong {
  font-size: 110%;
  background: #AC8955;
  color: #FFF;
  padding: 8px;
  margin-bottom: 8px;
  display: block;
}
main#Page.staff #block02 dl {
  display: flex;
  margin-bottom: 0.5em;
}
main#Page.staff #block02 dl dt {
  width: 8.5em;
  flex-shrink: 0;
}
main#Page.access #block02 {
  color: #AC8955;
  font-weight: 600;
}
main#Page.access #block02 dl {
  margin-top: 8px;
  margin-bottom: 1em;
}
main#Page.access #block02 dl dd {
  margin-left: 1em;
}
main#Page.access #block02 .caution {
  background: #F66;
  font-weight: bold;
  color: #FFF;
  padding: 8px;
  margin: 1em 0 2em;
}

#modal {
  position: fixed;
  width: 100%;
  height: 100vh;
  background: rgba(0, 0, 0, 0.9);
  z-index: 999;
  top: 0;
  left: 0;
  display: flex;
  justify-content: center;
  align-items: center;
}
#modal .close_btn {
  content: "×";
  position: absolute;
  top: 4px;
  right: 4px;
  width: 40px;
  height: 40px;
  background: #FFF;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 4px;
  border-radius: 30px;
}
#modal section {
  width: 90%;
  height: 90vh;
  background: #FFF;
  overflow-y: scroll;
}
#modal section h2 {
  text-align: center;
}
#modal section h3 {
  color: #000;
  font-weight: bold;
  font-size: 2.4rem;
  margin-bottom: 1em;
}
#modal section h4 {
  color: #000;
  font-weight: bold;
  font-size: 2rem;
  margin-bottom: 1em;
}
#modal section p {
  color: #AC8955;
}

@media screen and (max-width: 768px) {
  .forPC {
    display: none;
  }
  .forSP {
    display: block;
  }
  .body-wrap {
    max-width: auto;
    padding: 0.8rem;
  }
  .googlemap {
    padding-bottom: 200%;
  }
  main #block03 .flex-box {
    flex-wrap: wrap;
  }
  main #block03 .flex-box ._left {
    width: 100%;
  }
  main #block03 .flex-box ._right {
    width: 100%;
    margin-left: 0;
    margin-top: 3em;
  }
  main #block04 .flex-box li {
    width: 25%;
  }
}/*# sourceMappingURL=style.css.map */