@charset "UTF-8";
@import url("https://fonts.googleapis.com/css?family=Noto+Sans+JP&display=swap&subset=japanese");
/****** Elad Shechter's RESET *******/
/*** box sizing border-box for all elements ***/
*,
*::before,
*::after {
  box-sizing: border-box;
}

a {
  text-decoration: none;
  color: inherit;
  cursor: pointer;
}

button {
  background-color: transparent;
  color: inherit;
  border-width: 0;
  padding: 0;
  cursor: pointer;
}

figure {
  margin: 0;
}

input::-moz-focus-inner {
  border: 0;
  padding: 0;
  margin: 0;
}

ul, ol, dl, dd {
  margin: 0;
  padding: 0;
  list-style: none;
}

h1, h2, h3, h4, h5, h6 {
  margin: 0;
  font-size: inherit;
  font-weight: inherit;
}

p {
  margin: 0;
}

cite {
  font-style: normal;
}

fieldset {
  border-width: 0;
  padding: 0;
  margin: 0;
}

.container {
  max-width: none !important;
}

/* ------------------------------------
// base
------------------------------------ */
html {
  font-size: 62.5%;
}
html.font-large {
  font-size: 72%;
}

@font-face {
  font-family: "anzu";
  src: url("/lib/font/anzu.woff2") format("woff2"), url("/lib/font/anzu.woff") format("woff");
}
body {
  background: #FFFFFF;
  color: #333333;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1.7;
  margin: 0;
}

#wrapper {
  position: relative;
}

a:link {
  text-decoration: none;
}
a:visited {
  text-decoration: none;
}
a:hover {
  text-decoration: none;
}
a:active {
  text-decoration: none;
}

a img {
  transition: 0.3s;
}
a img:hover {
  opacity: 0.8;
}

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

/* ------------------------------------
// base
------------------------------------ */
html {
  overflow: auto;
}

body {
  overflow: hidden;
  min-width: 1200px;
}
@media screen and (max-width: 767px) {
  body {
    min-width: 0;
  }
}

/* ------------------------------------
// main
----------------------------------- */
.sp {
  display: none;
}
@media screen and (max-width: 767px) {
  .sp {
    display: block;
  }
}

@media screen and (max-width: 767px) {
  .pc {
    display: none;
  }
}
/* ------------------------------------
// header
----------------------------------- */
#header {
  background: url("/lib/img/bg_vi.jpg") center bottom no-repeat;
  background-size: cover;
  padding: 30px 0 190px;
  text-align: center;
}
#header .tagline {
  margin-bottom: 0.6em;
}
#header .ribon {
  background: url("/lib/img/bg_header.png") center top no-repeat;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: stretch;
  margin: 0 auto 45px;
  padding-bottom: 50px;
  width: 1197px;
}
#header .ribon h1 {
  line-height: 1;
  text-align: right;
  width: 697px;
}
#header .ribon div {
  line-height: 1;
  text-align: left;
  width: 417px;
}
#header #vi p {
  color: #3c44af;
  font-family: "anzu", sans-serif;
  font-weight: 600;
  text-shadow: white 1px 1px 10px, white -1px 1px 10px;
}
#header #vi p.lead {
  font-size: 5rem;
  line-height: 1.5;
}
#header #vi p.lead span {
  display: block;
  font-size: 7.3rem;
}
#header #vi p.date {
  font-size: 4.3rem;
}
#header #vi p.date span {
  font-size: 2.6rem;
}
@media screen and (max-width: 767px) {
  #header {
    padding: 10px 0 75px;
  }
  #header .tagline {
    font-size: 1.2rem;
    padding: 0 1em;
  }
  #header .ribon {
    background: rgba(255, 255, 255, 0.5);
    margin: 0 0 15px;
    padding: 5px 1em;
    width: auto;
  }
  #header .ribon h1 {
    text-align: center;
    width: auto;
  }
  #header .ribon div {
    margin: 0 auto;
    text-align: center;
    width: 60%;
  }
  #header #vi p.lead {
    font-size: 2.5rem;
  }
  #header #vi p.lead span {
    font-size: 3rem;
  }
  #header #vi p.date {
    font-size: 2rem;
  }
  #header #vi p.date span {
    font-size: 1.3rem;
  }
}

/* ------------------------------------
// promise
----------------------------------- */
#main .promise {
  padding: 40px 0 72px;
}
#main .promise .inner {
  margin: 0 auto;
  width: 1024px;
}
#main .promise h2 {
  font-family: "anzu", sans-serif;
  font-size: 4rem;
  font-weight: 500;
  line-height: 1.4;
  margin-bottom: 0.5em;
  text-align: center;
}
#main .promise ul {
  overflow: hidden;
  padding-bottom: 5em;
  position: relative;
}
#main .promise ul li {
  display: block;
  font-size: 2rem;
  line-height: 1.5;
  position: absolute;
  text-align: center;
}
#main .promise ul li:first-child {
  background: url("/lib/img/bg_promise_02.png") center center no-repeat;
  background-size: contain;
  left: 0;
  padding: 5em 0.5em;
  position: relative;
  top: 54px;
  width: 337px;
  z-index: 1;
}
#main .promise ul li:nth-child(2) {
  background: url("/lib/img/bg_promise_01.png") center center no-repeat;
  background-size: contain;
  left: 310px;
  padding: 5em 0.5em;
  top: 0;
  width: 407px;
  z-index: 2;
}
#main .promise ul li:last-child {
  background: url("/lib/img/bg_promise_03.png") center center no-repeat;
  background-size: contain;
  right: 0;
  padding: 5em 0.5em;
  top: 54px;
  width: 336px;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  #main .promise {
    padding: 20px 0 5px;
  }
  #main .promise .inner {
    margin: 0;
    width: auto;
  }
  #main .promise h2 {
    font-size: 3rem;
  }
  #main .promise ul {
    padding-bottom: 0;
  }
  #main .promise ul li {
    font-size: 1.6rem;
    position: relative;
  }
  #main .promise ul li:first-child {
    top: 0;
    width: auto;
  }
  #main .promise ul li:nth-child(2) {
    left: 0;
    top: -2em;
    width: auto;
  }
  #main .promise ul li:last-child {
    top: -4em;
    width: auto;
  }
}

/* ------------------------------------
// area
----------------------------------- */
#main .area {
  margin: 0 auto;
  padding-bottom: 60px;
  max-width: 1024px;
}
#main .area h2 {
  font-family: "anzu", sans-serif;
  font-size: 4.8rem;
  font-weight: 500;
  line-height: 1.2;
  margin-bottom: 0.5em;
  padding-left: 80px;
  position: relative;
}
#main .area h2:before {
  background: url("/lib/img/icon_hd_01.png") no-repeat;
  content: "";
  height: 70px;
  left: 0;
  position: absolute;
  top: -0.3em;
  width: 75px;
}
#main .area .inner {
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: stretch;
}
#main .area > div dl {
  margin-bottom: 1.5em;
}
#main .area > div dl dt {
  background: #e4f3fb;
  font-weight: 600;
  line-height: 1;
  margin-bottom: 0.4em;
  padding: 0.5em 0.8em;
}
#main .area > div dl dd {
  padding: 0 0.8em;
}
#main .area .areamap {
  width: 64%;
}
#main .area .areamap p {
  margin-bottom: 1em;
}
#main .area .tw {
  width: 30%;
}
@media screen and (max-width: 767px) {
  #main .area img {
    height: auto;
    width: 100%;
  }
  #main .area h2 {
    font-size: 3rem;
    margin: 0 20px 0.5em;
    padding-left: 45px;
  }
  #main .area h2:before {
    background: url("/lib/img/icon_hd_01.png") no-repeat;
    background-size: 40px auto;
    top: -0.2em;
    width: 40px;
  }
  #main .area .inner {
    display: block;
    padding: 0 20px;
  }
  #main .area .inner .areamap {
    width: auto;
  }
  #main .area .inner .tw {
    width: auto;
  }
}

/* ------------------------------------
// price
----------------------------------- */
#main .price {
  margin: 0 auto;
  padding-bottom: 60px;
  max-width: 1024px;
}
#main .price > div {
  display: none;
}
#main .price h2 {
  border: 1px solid #000;
  cursor: pointer;
  display: block;
  font-family: "anzu", sans-serif;
  font-size: 4rem;
  font-weight: 500;
  line-height: 1;
  margin-bottom: 0.5em;
  padding: 0.3em 0.8em;
  position: relative;
}
#main .price h2:after {
  color: #000;
  content: "▼";
  font-family: "Noto Sans JP", sans-serif;
  font-size: 3rem;
  height: 1em;
  margin-top: -0.5em;
  position: absolute;
  right: 0.5em;
  top: 50%;
  width: 1.2em;
}
#main .price h2.active:after {
  content: "▲";
}
#main .price h3 {
  background: url("/lib/img/icon_hd_02.png") left top no-repeat;
  font-family: "anzu", sans-serif;
  font-size: 3rem;
  font-weight: 500;
  line-height: 1.2;
  margin: 1em 0 0.3em;
  padding: 5px 0 0 30px;
}
#main .price p {
  margin-bottom: 0.3em;
}
#main .price table {
  border-left: 1px solid #000;
  border-top: 1px solid #000;
  margin-bottom: 1.5em;
}
#main .price table th {
  background: #e4f3fb;
  border-bottom: 1px solid #000;
  border-right: 1px solid #000;
  padding: 0.5em;
}
#main .price table td {
  border-bottom: 1px solid #000;
  border-right: 1px solid #000;
  padding: 0.5em 1em;
}
@media screen and (max-width: 767px) {
  #main .price {
    margin: 0 20px;
  }
  #main .price h2 {
    font-size: 2.8rem;
  }
  #main .price h3 {
    font-size: 2.4rem;
  }
}

/* ------------------------------------
// message
----------------------------------- */
#main .message {
  background: #cce8f7;
  padding: 50px 0 30px;
}
#main .message .inner {
  margin: 0 auto;
  position: relative;
  width: 1024px;
}
#main .message .inner:after {
  background: url("/lib/img/img_message.png") no-repeat;
  content: "";
  height: 819px;
  position: absolute;
  right: 0;
  top: -85px;
  width: 453px;
}
#main .message .leftblk {
  width: 560px;
}
#main .message .leftblk p {
  font-size: 2rem;
  line-height: 1.6;
}
#main .message .leftblk > section {
  padding-top: 2em;
}
#main .message .leftblk > section dl {
  overflow: hidden;
}
#main .message .leftblk > section dl dt {
  float: left;
  line-height: 1.5;
  margin-bottom: 0.1em;
  width: 5em;
}
#main .message .leftblk > section dl dd {
  line-height: 1.5;
  margin-left: 5em;
}
#main .message .leftblk > section dl dd:after {
  clear: both;
  content: "";
  display: block;
  margin-bottom: 0.1em;
}
#main .message h2 {
  font-family: "anzu", sans-serif;
  font-size: 4.8rem;
  font-weight: 500;
  line-height: 1.2;
  margin-bottom: 0.3em;
  padding-left: 80px;
  position: relative;
}
#main .message h2:before {
  background: url("/lib/img/icon_hd_01.png") no-repeat;
  content: "";
  height: 70px;
  left: 0;
  position: absolute;
  top: -0.3em;
  width: 75px;
}
#main .message h3 {
  background: url("/lib/img/icon_hd_02.png") left top no-repeat;
  font-family: "anzu", sans-serif;
  font-size: 3rem;
  font-weight: 500;
  line-height: 1.2;
  margin-bottom: 0.3em;
  padding: 5px 0 0 30px;
}
@media screen and (max-width: 767px) {
  #main .message .inner {
    margin: 0;
    width: auto;
  }
  #main .message .inner:after {
    background: url("/lib/img/img_message.png") center top no-repeat;
    background-size: contain;
    display: block;
    height: 180vw;
    position: static;
    right: auto;
    top: auto;
    width: 100%;
  }
  #main .message .leftblk {
    margin-bottom: 20px;
    padding: 0 20px;
    width: auto;
  }
  #main .message .leftblk p {
    font-size: 1.6rem;
  }
  #main .message .leftblk > section dl dt {
    font-weight: 500;
    float: none;
    margin: 0 0 0.2em 0.5em;
    width: auto;
  }
  #main .message .leftblk > section dl dd {
    background: rgba(255, 255, 255, 0.5);
    border-radius: 4px;
    margin: 0 0 0.8em 0;
    padding: 1em;
  }
  #main .message .leftblk > section dl dd:after {
    display: none;
  }
  #main .message h2 {
    font-size: 3rem;
    padding-left: 45px;
  }
  #main .message h2:before {
    background: url("/lib/img/icon_hd_01.png") no-repeat;
    background-size: 40px auto;
    top: -0.2em;
    width: 40px;
  }
  #main .message h3 {
    background: url("/lib/img/icon_hd_02.png") left top no-repeat;
    background-size: 30px auto;
    font-size: 2.5rem;
  }
}

/* ------------------------------------
// access
----------------------------------- */
#main .access .inner {
  margin: 0 auto;
  padding: 110px 0 45px;
  width: 1024px;
}
#main .access .linetxt {
  border-bottom: 4px solid #cce8f7;
  border-top: 4px solid #cce8f7;
  margin-bottom: 1em;
  padding: 0.3em 0;
  text-align: center;
}
#main .access .info {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: stretch;
}
#main .access .info .comment {
  width: 362px;
}
#main .access .info .contact {
  padding-top: 26px;
  width: 602px;
}
#main .access .info .contact h2 {
  line-height: 1;
  margin-bottom: 20px;
}
#main .access .info .contact p {
  line-height: 1;
  margin-bottom: 30px;
}
#main .access .info .contact p.fax {
  background: #fff57f;
  display: block;
  padding: 18px 0;
  text-align: center;
}
#main .access .info .contact section h3 {
  font-size: 1.8rem;
  font-weight: 500;
  margin-bottom: 0.2em;
}
#main .access .info .contact section p {
  font-size: 1.4rem;
}
#main .access .info .contact section table {
  background: #cce8f7;
  border-collapse: collapse;
  font-size: 1.4rem;
  margin-bottom: 0.5em;
  width: 100%;
}
#main .access .info .contact section table th {
  border-bottom: 4px solid #fff;
  border-right: 4px solid #fff;
  font-weight: normal;
}
#main .access .info .contact section table td {
  border-bottom: 4px solid #fff;
  border-right: 4px solid #fff;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.3;
  text-align: center;
  vertical-align: middle;
}
#main .access .info .contact section table thead th {
  padding: 0.3em 0;
}
#main .access .info .contact section table tbody th {
  line-height: 1.2;
  padding: 5px;
  text-align: left;
  width: 23%;
}
#main .access .info .contact section table tbody td {
  width: 11%;
}
#main .access .info .contact section table tbody td span {
  font-size: 1.2rem;
  font-weight: normal;
  display: block;
}
#main .access #map {
  height: 0;
  overflow: hidden;
  padding-bottom: 24.3%;
  position: relative;
}
#main .access #map iframe {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}
@media screen and (max-width: 767px) {
  #main .access .inner {
    margin: 0;
    padding: 20px 0;
    width: auto;
  }
  #main .access .linetxt {
    padding: 0.3em 1em;
  }
  #main .access .info {
    display: block;
    padding: 0 20px;
  }
  #main .access .info .comment {
    width: auto;
  }
  #main .access .info .comment img {
    height: auto;
    width: 100%;
  }
  #main .access .info .contact {
    width: auto;
  }
  #main .access #map {
    padding-bottom: 50%;
  }
}

/* ------------------------------------
// footer
----------------------------------- */
#footer {
  padding: 25px 0;
  text-align: center;
}
#footer p {
  color: #221815;
  font-family: "anzu", sans-serif;
  font-size: 1.8rem;
}
@media screen and (max-width: 767px) {
  #footer {
    padding: 15px 1em;
  }
  #footer p {
    font-size: 1.4rem;
  }
}