html {
  font-size: 100%;
  /* 16px */
}

body {
  font-family: "Noto Sans JP", "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  font-weight: 300;
  letter-spacing: 1px;
  background-image: url(../img/back.jpg);
  background-size: cover;
  background-attachment: fixed;
}

/* 初期設定解除 */

a {
  text-decoration: none;
  color: #4c4948;
}

a:focus {
  outline: none;
}

p {
  font-size: 1rem;
  padding-bottom: 10px;
}

h1 {
  font-size: 1.3rem;
  font-weight: 400;
  padding-bottom: 20px;
  text-align: center;
}

h2 {
  font-size: 1.1rem;
  font-weight: 400;
  padding-bottom: 5px;
}

img {
  border: none;
  max-width: 100%;
}

ul {
  padding: 0px;
}

li {
  list-style: none;
  font-size: 1rem;
}

dt,
dd {
  padding: 10px 20px;
}

.break-keep {
  word-break: keep-all;
}

/* WEBフォント */

.fontMaru {
  font-family: "Zen Maru Gothic";
  font-weight: 700;
  font-style: normal;
}

/* ここから個別設定 */

/* ナビ */

.nav {
  margin-top: 20px;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}

.nav ul {
  display: flex;
  justify-content: flex-end;
}

.nav ul li {
  margin-right: 10px;
  display: flex;
  align-items: center;
}

.nav ul li img {
  margin-right: 5px;
}

.wrapper {
  max-width: 960px;
  margin: 0 auto;
  padding: 0px 25px 50px 25px;
  line-height: 170%;
}

#header {
  width: 100%;
}
#header .back {
  width: 100%;
  min-height: 100%;
  background-image: url(../img/color.png);
  background-size: cover;
  background-repeat: no-repeat;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -100;
}
#header .MainImage {
  width: 100%;
  margin-bottom: 100px;
}

#header .MainImage img {
  width: 70%;
  height: 70%;
  display: block;
  margin: auto;
}

#header p {
  font-size: 1.3rem;
  line-height: 40px;
  color: #231815;
  text-align: center;
}

.contents {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 50px;
}

.contents .title {
  width: 100%;
  height: 60px;
  margin-bottom: 25px;
}

.contents .title img {
  height: 100%;
  display: block;
  margin: 0 auto;
}

.contents .box {
  width: 48%;
}

.contents .box p {
  font-size: 1.3rem;
}

.contents .box img {
  margin-top: 25px;
}

figcaption {
  text-align: center;
  caption-side: bottom;
}

.figure {
  width: 70%;
  margin: 0 auto;
}

footer {
  width: 100%;
  margin-top: 100px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

footer .inquiry {
  width: 100%;
}

footer img {
  display: block;
  margin: 0 auto;
  width: auto;
  height: 50px;
}

footer .address {
  width: 48%;
}

footer p {
  margin: 25px 0 0 0;
}

/*--------------------------------
// レスポンシブル
----------------------------------*/

@media screen and (max-width: 600px) {
  .wrapper {
    width: 100%;
    margin: 0 auto;
  }

  #header .back {
    background-size: contain;
  }

  #header .MainImage img {
    width: 100%;
    height: 100%;
  }

  .contents {
    width: 100%;
    display: block;
  }

  .contents .box {
    width: 100%;
  }

  footer {
    display: block;
  }

  footer .address {
    width: 100%;
  }
}
