* {
  box-sizing: border-box;
}

/* 基本　フォント：16px~24px
  　  　　行間：150%~200% */

/* メインコンテンツのmax-widthは670px */
/* サイド含めたら1170px */

body {
  font-family: verdana, sans-sans-serif;
  margin: 0;
}

header {
  padding: 10px;
  height: 100%;
}

header h3 {
  display: inline-block;
  padding-top: 6px;
  padding-left: 8px;
}

header h3 > a {
  text-decoration: none;
  color: inherit;
}

nav {
  float: right;
  padding-top: 8px;
}

header li {
  display: inline-block;
  padding: 4px 8px;
  font-size: 15px;
}

header li > a {
  text-decoration: none;
  font-weight: bold;
  padding: 16px;
  color: inherit;
}

header li > a:hover {
  color: gray;
}

#nav_toggle {
  display: none;
}

.top-box {
  width: 100vw;
  height: 100vh;
  min-height: 100vh;
  background-image: url(../img/DSC_6871.jpg);
  background-size: cover;
  background-position: center;
  position: relative;
  font-weight: normal;
}

.top-p {
  height: 100px;
  width: 90%;
  margin: auto;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  color: white;
  text-shadow: 2px 2px 1px black;
  text-align: center;
}

.first {
  display: block;
  text-align: center;
  margin: 10% auto;
}

.first h1 {
  display: inline;
  border-bottom: solid 2px;
}

.first p {
  width: 60%;
  margin: 0 auto;
  padding-top: 20px;
}

.content-container {
  width: 100%;
  overflow: hidden;
}

.content-container h2 {
  font-weight: normal;
}

.content-container span {
  font-weight: bold;
}

.content-container p {
  font-size: 14px;
}

.content-container a {
  text-decoration: none;
  color: black;
}

.picture-left {
  width: 50%;
  float: left;
}

.pic {
  width: 100%;
  height: 100%;
}

.pic-p-right {
  width: 50%;
  height: 180px;
  text-align: left;
  float: right;
  padding: 112px 132px;
}

.picture-right {
  width: 50%;
  float: right;
}

.pic-p-left {
  width: 50%;
  height: 180px;
  text-align: left;
  float: left;
  padding: 112px 132px;
  /* padding:  9% 14%; */
}

.contact {
  text-align: center;
  margin-top: 200px;
}

.contact h2 {
  display: inline-block;
  font-weight: normal;
  border-bottom: solid 1px;
}

.contact p {
  display: block;
  padding-bottom: 1.1rem;
  margin: 0 auto;
  width: 82%;
}

.contact a {
  text-decoration: none;
  color: black;
}

.form {
  margin: 20px;
}

.btn2 {
  display: inline-block;
  background-color: white;
  color: black;
  font-weight: normal;
  padding: 1% 2%;
  border: solid 1px;
  border-radius: 5px;
  z-index: 1;
  line-height: 0.5;
  text-decoration: none;
}

.wrap {
  margin-top: 80px;
}

.parallax {
  min-height: 400px;
  background-position: center top;
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-size: cover;
}

.parallax.bg-01 {
  background-image: url(../img/DSC_2532.jpg);
  text-align: center;
  position: relative;
}

.last-p {
  height: 100px;
  width: 100%;
  margin: auto;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.last-p h3 {
  color: white;
  text-shadow: 2px 2px 1px black;
  display: inline-block;
}

footer {
  position: relative;
  z-index: 1;
  height: 300px;
  font-size: 14px;
  padding: 100px 20px 0px 20px;
  text-align: center;
  margin: 100px auto 0px auto;
}

/* 220817 プライバシーポリシー */
.prpo {
  text-decoration: none;
  color: black;
}
