* {
  margin: 0;
  padding: 0;
  list-style-type: none;
  border: none;
  box-sizing: border-box;
}

body {
  font-feature-settings: "palt";
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
h1, h2, h3, h4, h5, h6 {
  font-weight: normal;
}

a:link {
  text-decoration: none;
}

a:hover {
  text-decoration: none;
}

a:visited {
  text-decoration: none;
}

img {
  width: 100%;
  display: block;
  border: none;
  -webkit-backface-visibility: hidden;
  image-rendering: -webkit-optimize-contrast;
}

button {
  border: 0;
  outline: none;
  font-size: 0;
  color: transparent;
  background-color: transparent;
}

.mgn_b_10 {
  margin: 0 0 10px 0;
}

.mgn_b_20 {
  margin: 0 0 20px 0;
}

.mgn_b_30 {
  margin: 0 0 30px 0;
}

.mgn_b_40 {
  margin: 0 0 40px 0;
}

.mgn_b_50 {
  margin: 0 0 50px 0;
}

.mgn_b_60 {
  margin: 0 0 60px 0;
}

.mgn_b_70 {
  margin: 0 0 70px 0;
}

#lp {
  display: flex;
}
#lp #logo_01 {
  width: 150px;
  position: fixed;
  left: 0;
  top: 0;
}
@media screen and (max-width: 500px) {
  #lp #logo_01 {
    display: none;
  }
}

header {
  width: 390px;
  padding: 10px 15px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  background-color: rgba(255, 255, 255, 0);
  position: fixed;
  left: 150px;
  top: 0;
  z-index: 1;
}
@media screen and (max-width: 500px) {
  header {
    left: 50%;
    transform: translate(-50%, 0);
    background-color: rgb(255, 255, 255);
  }
}
header #logo_title {
  opacity: 0;
  width: 90px;
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 500px) {
  header #logo_title {
    opacity: 1;
  }
}
header #gnav {
  display: none;
  width: 390px;
  height: 100vh;
  position: fixed;
  top: 61px;
  left: 150px;
  background-color: rgba(196, 228, 242, 0.9);
}
@media screen and (max-width: 500px) {
  header #gnav {
    width: 100%;
    left: 0;
  }
}
header #gnav ul {
  width: 290px;
  padding: 40px 0;
  margin: auto;
  display: flex;
  gap: 15px;
  flex-direction: column;
}
header #gnav ul li a {
  color: #595757;
  text-decoration: none;
  display: block;
}
header #gnav #info {
  width: 250px;
  margin: auto;
}
header #gnav #info p {
  font-family: "Noto Serif JP", serif;
  font-size: 12px;
  text-align: center;
  margin: 0 0 20px 0;
}
header #gnav a {
  display: block;
  margin: 0 0 5px 0;
}
header #menu #trigger {
  width: 30px;
  height: 20px;
  position: relative;
  z-index: 2;
}
header #menu #trigger span {
  width: 30px;
  height: 2px;
  display: block;
  position: absolute;
  left: 0;
  background-color: #333;
  transition: 0.2s;
}
header #menu #trigger span:nth-of-type(1) {
  top: 0;
}
header #menu #trigger span:nth-of-type(2) {
  top: 9px;
}
header #menu #trigger span:nth-of-type(3) {
  bottom: 0;
}
header #menu #trigger.open span:nth-of-type(1) {
  transform: translateY(8px) scale(0);
}
header #menu #trigger.open span:nth-of-type(2) {
  transform: rotate(-45deg);
}
header #menu #trigger.open span:nth-of-type(3) {
  transform: translateY(-9px) rotate(45deg);
}
header #menu p {
  width: 30px;
  margin: 5px 0 0 0;
}

#sidebar {
  width: 400px;
  height: 100vh;
  position: fixed;
  right: 0;
  top: 0;
  overflow: auto;
  padding: 30px 25px 20px 25px;
  background-color: rgba(0, 0, 0, 0.2);
  backdrop-filter: blur(15px);
}
@media screen and (max-width: 500px) {
  #sidebar {
    display: none;
  }
}
#sidebar a {
  display: block;
}
#sidebar #logo_02 {
  width: 150px;
  margin: 0 auto 15px auto;
}
#sidebar nav {
  margin: 0 0 20px 0;
}
#sidebar nav ul {
  padding: 25px 0 0 0;
  border-top: 1px solid #fff;
}
#sidebar nav ul li {
  padding: 0 0 20px 0;
  margin: 0 0 20px 0;
  border-bottom: 1px solid #fff;
}
#sidebar nav ul li img {
  width: 320px;
  margin: 0 0 5px 0;
}
#sidebar nav ul li p {
  font-family: "Noto Serif JP", serif;
  font-size: 14px;
  color: #fff;
}
#sidebar nav ul li small {
  font-family: "Noto Serif JP", serif;
  font-size: 10px;
  color: #fff;
  display: block;
}
#sidebar nav ul #moreinfo {
  display: flex;
  gap: 50px;
  padding: 10px 0;
}
#sidebar nav ul #moreinfo a {
  font-family: "Noto Serif JP", serif;
  font-size: 16px;
  color: #fff;
  padding: 0 0 0 12px;
  background-image: url(../images/common/icon_arrow.png);
  background-size: 4px 4px;
  background-position: left center;
  background-repeat: no-repeat;
}
#sidebar #info {
  margin: 0 0 50px 0;
}
#sidebar #info p {
  font-family: "Noto Serif JP", serif;
  font-size: 14px;
  color: #fff;
  line-height: 1.7;
  margin: 0 0 10px 0;
}
#sidebar #info a:hover {
  opacity: 0.5;
}
#sidebar #notes {
  font-family: "Noto Serif JP", serif;
  font-size: 10px;
  color: #fff;
  text-align: justify;
  line-height: 1.2;
}

#container {
  width: 390px;
  transform: translate(150px, 0);
  background-color: #fff;
}
@media screen and (max-width: 500px) {
  #container {
    margin: auto;
    transform: translate(0, 0);
  }
}

.button {
  width: 350px;
  margin: auto;
}
.button a:hover {
  opacity: 0.5;
}
#block_01 {
  padding: 80px 0 30px 0;
  background-image: url(../images/common/bg_01.jpg);
  background-size: cover;
  background-position: top top;
  background-repeat: no-repeat;
}
#block_01 #img_block_01_2 {
  width: 350px;
  margin: auto;
}
#img_block_02_1 img {
  margin: 0 0 10px 0;
}
#img_block_02_1 figcaption {
  width: 290px;
  margin: auto;
  font-family: "Noto Serif JP", serif;
  font-size: 8px;
  font-weight: 700;
  color: #727171;
  line-height: 1.5;
}

#img_block_02_2 {
  width: 350px;
  margin: auto;
}
#img_block_02_2 figcaption {
  width: 350px;
  margin: auto;
  font-family: "Noto Serif JP", serif;
  font-size: 8px;
  font-weight: 700;
  color: #727171;
  line-height: 1.5;
}
#img_block_02_3 {
  width: 350px;
  margin: auto;
}
#img_block_02_3 figcaption {
  width: 350px;
  margin: auto;
  font-family: "Noto Serif JP", serif;
  font-size: 8px;
  font-weight: 700;
  color: #727171;
  line-height: 1.5;
}
#img_block_02_5 {
  margin: auto;
}
#img_block_02_5 figcaption {
  width: 350px;
  margin: auto;
  font-family: "Noto Serif JP", serif;
  font-size: 8px;
  font-weight: 700;
  color: #727171;
  line-height: 1.5;
}
#img_block_02_6 {
  width: 350px;
  margin: auto;
}
#img_block_02_7,
#img_block_02_8,
#img_block_02_9 {
  width: 360px;
  margin: auto;
  transform: translate(-5px, 0);
}
#img_block_02_7 figcaption,
#img_block_02_8 figcaption,
#img_block_02_9 figcaption {
  width: 350px;
  margin: auto;
  font-family: "Noto Serif JP", serif;
  font-size: 8px;
  font-weight: 700;
  color: #727171;
  line-height: 1.5;
  white-space: nowrap;
  transform: translate(5px, 0);
}
#img_block_02_10 {
  width: 350px;
  margin: auto;
}
#img_block_02_10 img {
  margin: 0 0 10px 0;
}
#img_block_02_10 figcaption {
  width: 350px;
  margin: auto;
  font-family: "Noto Serif JP", serif;
  font-size: 8px;
  font-weight: 700;
  color: #727171;
  line-height: 1.5;
}
.img_block_03_title_1 {
  width: 250px;
  margin: auto;
}
#img_block_03_1 img {
  margin: 0 0 5px 0;
}
#img_block_03_1 figcaption {
  width: 350px;
  margin: auto;
  font-family: "Noto Serif JP", serif;
  font-size: 8px;
  font-weight: 700;
  color: #727171;
  line-height: 1.4;
}

#img_block_03_2 img {
  margin: 0 0 5px 0;
}
#img_block_03_2 figcaption {
  font-family: "Noto Serif JP", serif;
  font-size: 8px;
  font-weight: 700;
  color: #727171;
  line-height: 1.4;
  width: 350px;
  margin: auto;
}

#img_block_03_3 {
  width: 350px;
  margin: auto;
}
#img_block_03_3 img {
  margin: 0 0 15px 0;
}
#img_block_03_3 figcaption {
  font-family: "Noto Serif JP", serif;
  font-size: 8px;
  font-weight: 700;
  color: #727171;
  line-height: 1.4;
  width: 350px;
  margin: auto;
}
#img_block_03_4 img {
  margin: 0 0 30px 0;
}
#img_block_03_4 figcaption {
  font-family: "Noto Serif JP", serif;
  font-size: 8px;
  font-weight: 700;
  color: #727171;
  line-height: 1.4;
  width: 350px;
  margin: auto;
}
#img_block_03_4 figcaption span {
  font-size: 9px;
}

.block_04_headline figcaption {
  width: 300px;
  margin: auto;
  font-family: "Noto Serif JP", serif;
  font-size: 8px;
  font-weight: 700;
  color: #727171;
  line-height: 1.4;
}

#img_block_04_title_1 {
  width: 250px;
  margin: auto;
}
#img_block_04_1 img {
  margin: 0 0 5px 0;
}
#img_block_04_1 figcaption {
  font-family: "Noto Serif JP", serif;
  font-size: 8px;
  font-weight: 700;
  color: #727171;
  line-height: 1.4;
  width: 350px;
  margin: auto;
}

#img_block_04_2 {
  width: 320px;
  margin: auto;
}
#img_block_04_2 img {
  margin: 0 0 5px 0;
}
#img_block_04_2 figcaption {
  font-family: "Noto Serif JP", serif;
  font-size: 8px;
  font-weight: 700;
  color: #727171;
  line-height: 1.4;
  width: 320px;
  margin: auto;
}

#img_block_04_4 {
  width: 350px;
  margin: auto;
}
#img_block_04_5 {
  width: 350px;
  margin: auto;
}
#img_block_04_6 {
  font-family: "Noto Serif JP", serif;
  font-size: 8px;
  font-weight: 700;
  color: #727171;
  line-height: 1.4;
  width: 290px;
  margin: auto;
}

#img_block_05_title_1 {
  width: 300px;
  margin: auto;
}
#img_block_05_title_1 figcaption {
  font-family: "Noto Serif JP", serif;
  font-size: 8px;
  font-weight: 700;
  color: #231815;
  line-height: 1.4;
  width: 290px;
  margin: auto;
}

#img_block_06_title_1 {
  width: 330px;
  margin: auto;
}
#img_block_06_1 {
  width: 350px;
  margin: 0px auto 70px;
}
#img_block_06_2 {
  width: 350px;
  margin: auto;
}
#img_block_06_3 {
  font-family: "Noto Serif JP", serif;
  font-size: 8px;
  font-weight: 700;
  color: #727171;
  line-height: 1.4;
  width: 290px;
  margin: auto;
}

.block_07_1 {
  width: 350px;
  margin: auto;
}

.block_07_2 {
  width: 350px;
  margin: auto;
}

.block_07_3 {
  width: 350px;
  margin: auto;
}

.about {
  width: 350px;
  margin: auto;
}
.about h3 {
  font-family: "Noto Serif JP", serif;
  font-size: 18px;
  color: #a68d5a;
  text-align: center;
}
.about dl {
  width: 350px;
  margin: auto;
  display: flex;
  flex-direction: column;
}
.about dl dt {
  font-family: "Noto Serif JP", serif;
  font-size: 14px;
  color: #6e5a32;
  padding: 10px 20px;
  background-color: #ebe6dd;
}
.about dl dd {
  font-family: "Noto Serif JP", serif;
  font-size: 14px;
  color: #000;
  padding: 10px 20px;
}

.notice {
  width: 350px;
  margin: auto;
  font-family: "Noto Serif JP", serif;
  font-size: 9px;
  color: #000;
}

footer {
  margin: 0 0 60px 0;
}
footer #phone_number {
  width: 250px;
  margin: auto;
}
footer #company {
  width: 250px;
  margin: auto;
}
footer #credit {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 9px;
  font-weight: 400;
  color: #070002;
  text-align: center;
  line-height: 1.8;
  padding: 0 0 20px 0;
}

#footer_nav {
  width: 390px;
  margin: auto;
  position: fixed;
  left: 150px;
  bottom: 0;
  z-index: 2;
}
@media screen and (max-width: 500px) {
  #footer_nav {
    left: 50%;
    transform: translate(-50%, 0);
  }
}
#footer_nav ul {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
}/*# sourceMappingURL=common.css.map */