/*----------------------------------------

		$[normalize]

----------------------------------------*/
html {
  font-family: sans-serif;
  line-height: 1.15;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
}

article,
aside,
footer,
header,
nav,
section {
  display: block;
}

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

figcaption,
figure,
main {
  display: block;
}

figure {
  margin: 1em 40px;
}

hr {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  height: 0;
  overflow: visible;
}

pre {
  font-family: monospace, monospace;
  font-size: 1em;
}

a {
  background-color: transparent;
  -webkit-text-decoration-skip: objects;
}

a:active,
a:hover {
  outline-width: 0;
}

abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
}

b,
strong {
  font-weight: inherit;
}

b,
strong {
  font-weight: bolder;
}

code,
kbd,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

dfn {
  font-style: italic;
}

mark {
  background-color: #ff0;
  color: #000;
}

small {
  font-size: 80%;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

audio,
video {
  display: inline-block;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

img {
  border-style: none;
}

svg:not(:root) {
  overflow: hidden;
}

button,
input,
optgroup,
select,
textarea {
  font-family: sans-serif;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
}

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

button,
html [type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

button::-moz-focus-inner, [type=button]::-moz-focus-inner, [type=reset]::-moz-focus-inner, [type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

button:-moz-focusring, [type=button]:-moz-focusring, [type=reset]:-moz-focusring, [type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

legend {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}

progress {
  display: inline-block;
  vertical-align: baseline;
}

textarea {
  overflow: auto;
}

[type=checkbox],
[type=radio] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0;
}

[type=number]::-webkit-inner-spin-button, [type=number]::-webkit-outer-spin-button {
  height: auto;
}

[type=search] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}

[type=search]::-webkit-search-cancel-button, [type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

details,
menu {
  display: block;
}

summary {
  display: list-item;
}

canvas {
  display: inline-block;
}

template {
  display: none;
}

[hidden] {
  display: none;
}

/*----------------------------------------

        $[reset]

----------------------------------------*/
html {
  min-width: 100%;
  min-height: 100%;
  overflow-y: scroll;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}

body {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  line-height: 1.8;
  margin: 0;
}

h1,
h2,
h3,
h4,
h5,
h6,
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary,
div,
span,
p,
ul,
ol,
li,
dl,
dt,
dd,
table,
tr,
th,
td,
a,
img,
*:after,
*:before {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

p,
li,
dl,
table {
  margin: 0;
  line-break: strict;
  word-break: break-strict;
  word-wrap: break-word;
  line-height: 1.8;
  font-size: 100%;
}

figure {
  margin: 0;
  padding: 0;
}

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

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

dd {
  margin: 0;
}

address {
  font-style: normal;
  line-height: 1.8;
}

input,
button,
textarea,
select {
  margin: 0;
  padding: 0;
  background: none;
  border: none;
  border-radius: 0;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

/*----------------------------------------

            $[helper]

----------------------------------------*/
.Lct {
  float: left;
}

.Rct {
  float: right;
}

.clear {
  clear: both;
}

.cfx {
  display: inline-block;
}

* html .cfx {
  height: 1%;
}

.cfx {
  display: block;
}

.cfx:after {
  content: "";
  display: block;
  clear: both;
}

.cfxo {
  overflow: hidden;
}

.nw {
  white-space: nowrap;
}

.left {
  text-align: left;
}

.right {
  text-align: right;
}

.center {
  text-align: center;
}

.br-sp {
  display: none;
}
@media screen and (max-width: 600px) {
  .br-sp {
    display: block;
  }
}

.br-tb {
  display: none;
}
@media screen and (max-width: 800px) {
  .br-tb {
    display: block;
  }
}

.br-pc {
  display: none;
}
@media screen and (min-width: 1100px) {
  .br-pc {
    display: block;
  }
}

/*----------------------------------------

            $[basic]

----------------------------------------*/
html {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-size: 62.5%;
}

body {
  color: #4d4d4d;
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: 400;
  font-family: "Zen Old Mincho", serif;
  line-height: 1.8;
  text-align: justify;
  letter-spacing: 0.04em;
}
@media screen and (max-width: 600px) {
  body {
    font-size: 12px;
    font-size: 1.2rem;
  }
}

a {
  cursor: pointer;
  background: transparent;
  color: #4d4d4d;
  text-decoration: none;
}

a:focus {
  outline: none;
}

a:hover,
a:active {
  color: #ccc;
  -webkit-transition: 0.4s ease-in-out;
  transition: 0.4s ease-in-out;
}

::-moz-selection {
  background: #4d4d4d;
  color: #fff;
}

::selection {
  background: #4d4d4d;
  color: #fff;
}

ul li {
  list-style: none;
  list-style-position: outside;
}

ol li {
  list-style-type: decimal;
  list-style-position: outside;
}

sup {
  font-size: 10px;
  font-size: 1rem;
  vertical-align: text-bottom;
}

sub {
  font-size: 10px;
  font-size: 1rem;
  vertical-align: text-top;
}

hr {
  width: 100%;
  height: 1px;
  border: none;
  margin: 0;
  background: #fff;
}

.noscript {
  position: relative;
  padding: 20px 0;
  background: #fff;
  text-align: center;
  z-index: 99999;
}

.noscript span {
  color: red;
}

#wrapper {
  margin: 0;
  padding: 0;
  text-align: left;
  position: relative;
  overflow: hidden;
}

.container {
  width: 1100px;
  position: relative;
  margin: 0 auto;
}
@media screen and (max-width: 1100px) {
  .container {
    width: 90%;
    min-width: 90%;
  }
}

/*----------------------------------------

            $[_main]

----------------------------------------*/
header {
  min-height: 600px;
  position: relative;
  padding: 40px 10% 80px;
  background-image: url(../img/bg.png);
  background-size: cover;
  background-position: top center;
  background-repeat: no-repeat;
}
@media screen and (max-width: 600px) {
  header {
    padding: 20px 5% 40px;
  }
}

header h1 {
  z-index: 2;
}
@media screen and (max-width: 600px) {
  header h1 {
    width: 150px;
  }
}

header .suijinline {
  margin: -30px auto 60px;
  text-align: center;
  z-index: 2;
}
@media screen and (max-width: 600px) {
  header .suijinline {
    margin: 20px auto 40px;
  }
}

header .intro {
  text-align: center;
}

.intro_pc, .intro_sp {
  text-align: center;
}

@media screen and (max-width: 600px) {
  .intro_pc {
    display: none;
  }
}
@media screen and (min-width: 600px) {
  .intro_sp {
    display: none;
  }
}
.mov {
  margin: 4em auto;
  text-align: center;
}
@media screen and (max-width: 600px) {
  .mov iframe {
    width: 100%;
    height: auto;
    min-height: 300px;
  }
}

.masterplan {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 4em auto;
}
.masterplan .plan01 {
  width: 100%;
  margin: 0 0 3em;
}
.masterplan .plan02,
.masterplan .plan03 {
  width: 48%;
}

.form {
  text-align: center;
}
.form h2 {
  margin: 0 0 2em;
}
.form .lineqr {
  max-width: 200px;
  margin: 0 auto;
}
footer {
  margin: 4em 0;
}

address {
  font-size: 10px;
  font-size: 1rem;
  font-family: "Zen Old Mincho", serif;
  text-align: center;
}

/*----------------------------------------

			$[_print]

----------------------------------------*/
@media print {
  #wrapper {
    width: 1300px;
    overflow: hidden;
    border: none;
  }
  .pagetop {
    display: none;
  }
}