@charset "UTF-8";
/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

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

table {
  border-collapse: collapse;
  border-spacing: 0;
}

a {
  outline: none;
  text-decoration: none;
}

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video,
button {
  position: relative;
  box-sizing: border-box;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
}

body {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-text-size-adjust: 100%;
}

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

@media screen and (min-width: 751px) {
  .sp {
    display: none !important;
  }
}

@media screen and (max-width: 750px) {
  .pc {
    display: none !important;
  }
}

body {
  width: 100%;
  background-color: #fff;
  color: #000;
  padding-bottom: 30px;
}

body header {
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
  position: fixed;
  width: 100%;
  z-index: 99999;
  background-color: #fff;
  top: 0;
}

body header > div {
  display: flex;
  max-width: 1000px;
  margin: 0 auto;
  padding: 20px;
  align-items: center;
}

body header > div h1 {
  font-size: 30px;
}

body header > div h1 a {
  color: rgba(0, 0, 0, 0.5);
}

body header > div ul {
  display: block;
  font-size: 22px;
  padding: 0px;
  margin: 0 0 0 auto;
}

body header > div ul li {
  display: inline;
  margin-right: 5px;
}

body header > div ul li a {
  text-decoration: none;
  border-style: solid;
  border-bottom-color: rgba(75, 255, 175, 0);
  transition: border-bottom-color 0.5s;
  color: rgba(0, 0, 0, 0.5);
}

body header > div ul li a:hover {
  border-bottom-width: 2px;
  border-bottom-color: #219c65;
  transition: border-bottom-color 1s;
  color: #219c65;
}

body header > div .header-button {
  display: none;
}

body .main_image {
  width: 100%;
  height: 0;
  margin-top: 70px;
  padding-top: 54%;
  background: url(../img/bg.jpg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}

body .wrapper {
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 25px;
}

body .wrapper #about {
  padding: 50px 0;
  max-width: 1000px;
  margin: 0 auto;
}

body .wrapper #about h2 {
  font-size: 24px;
  text-align: center;
}

body .wrapper #about > div {
  display: flex;
  padding: 40px 0 40px;
}

body .wrapper #about > div .text {
  text-align: left;
}

body .wrapper #about > div .text h3 {
  font-size: 20px;
  padding: 0 0 10px;
}

body .wrapper #about > div .text h3.wave {
  text-decoration: underline wavy #ff7777;
}

body .wrapper #about > div .text p {
  font-size: 16px;
  padding: 5px 0;
}

body .wrapper #about > div .image {
  margin: 0 0 0 auto;
}

body .wrapper #price {
  padding: 50px 0;
  max-width: 800px;
  margin: 0 auto;
}

body .wrapper #price h2 {
  font-size: 32px;
  text-align: center;
  margin-bottom: 30px;
}

body .wrapper #price > div {
  padding: 15px 0;
  display: flex;
}

body .wrapper #price > div > div {
  width: 50%;
}

body .wrapper #price > div > div p {
  font-size: 24px;
}

body .wrapper #price > p {
  font-size: 16px;
  text-align: right;
}

body .wrapper #map {
  padding: 50px 0;
  max-width: 1000px;
  margin: 0 auto;
}

body .wrapper #map h2 {
  font-size: 32px;
  text-align: center;
  margin-bottom: 30px;
}

body .wrapper #contact {
  padding: 50px 0;
  max-width: 1000px;
  margin: 0 auto;
}

body .wrapper #contact h2 {
  font-size: 24px;
  text-align: left;
  margin-bottom: 20px;
}

body .wrapper #contact p {
  font-size: 16px;
  padding: 5px 0;
}

body .wrapper #contact a {
  color: #000;
}

body .wrapper #contact > div {
  display: flex;
  padding: 40px 0 40px;
}

body .wrapper #contact > div .text {
  text-align: left;
}

body .wrapper #contact > div .image {
  margin: 0 0 0 auto;
}

body footer {
  max-width: 1000px;
  margin: 0 auto;
}

body footer p {
  font-size: 14px;
  text-align: right;
}

@media screen and (min-width: 1280px) {
  body .main_image {
    height: 540px;
    padding-top: 0;
  }
}

@media screen and (max-width: 750px) {
  body header > div ul {
    display: none;
    position: absolute;
    list-style: none;
    background-color: gray;
    position: fixed;
    height: auto;
    padding: 30px 30px;
    width: 100%;
    height: 100%;
    top: 70px;
    left: 0;
  }
  body header > div ul:last-of-type {
    margin-top: 0;
  }
  body header > div ul:last-of-type li:last-of-type {
    border-bottom: #fff 3px solid;
  }
  body header > div ul li {
    display: block;
    border-top: #fff 3px solid;
    border-right: none;
    text-align: left;
    padding: 14px 0px 14px 24px;
    background-repeat: no-repeat;
    background-position: 648px center;
  }
  body header > div ul li a {
    font-size: 36px;
    letter-spacing: -3px;
    color: #ffffff;
    font-weight: bold;
  }
  body header > div .header-button {
    position: absolute;
    right: 15px;
    width: 42px;
    height: 40px;
    cursor: pointer;
    display: inline-block;
    transition: all 0.5s;
    box-sizing: border-box;
  }
  body header > div .header-button span {
    position: absolute;
    left: 0;
    width: 100%;
    height: 4px;
    background-color: #000;
    border-radius: 4px;
    display: inline-block;
    transition: all 0.5s;
    box-sizing: border-box;
  }
  body header > div .header-button span:nth-of-type(1) {
    top: 0;
  }
  body header > div .header-button span:nth-of-type(2) {
    top: 18px;
  }
  body header > div .header-button span:nth-of-type(3) {
    bottom: 0;
  }
  body header > div .header-button.opened span:nth-of-type(1) {
    transform: translateY(18px) rotate(-45deg);
  }
  body header > div .header-button.opened span:nth-of-type(2) {
    opacity: 0;
  }
  body header > div .header-button.opened span:nth-of-type(3) {
    transform: translateY(-18px) rotate(45deg);
  }
  body .wrapper #about > div {
    flex-wrap: wrap;
  }
  body .wrapper #about > div .text {
    order: 2;
  }
  body .wrapper #about > div .text h2 {
    font-size: 30px;
  }
  body .wrapper #about > div .text h3 {
    font-size: 24px;
    line-height: 30px;
  }
  body .wrapper #about > div .text p {
    font-size: 20px;
    line-height: 24px;
  }
  body .wrapper #about > div .text .wave {
    padding: 20px 0;
  }
  body .wrapper #about > div .image {
    order: 1;
    margin: auto;
  }
  body .wrapper #price {
    padding: 0px 0 50px;
  }
  body .wrapper #price > div {
    flex-wrap: wrap;
  }
  body .wrapper #price > div > div {
    width: 100%;
  }
  body .wrapper #map {
    padding: 0 0 50px;
  }
  body .wrapper #contact > div {
    flex-wrap: wrap;
  }
  body .wrapper #contact > div .image {
    margin: 50px auto 0;
  }
}

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