*,
::before,
::after {
  box-sizing: border-box;
  padding: 0;
  margin: 0;
}

::before,
::after {
  text-decoration: inherit;
  vertical-align: inherit;
}

html {
  cursor: default;
  line-height: 1.5;
  -moz-tab-size: 4;
  -o-tab-size: 4;
     tab-size: 4;
  -webkit-tap-highlight-color: transparent;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  word-break: break-word;
}

article,
aside,
footer,
header,
nav,
section,
figcaption,
figure,
main,
p,
ul,
ol,
dt,
dd {
  display: block;
  margin: 0;
  padding: 0;
}

ul,
ol {
  margin: 0 auto;
  padding: 0;
  list-style-type: none;
}

a {
  text-decoration: none;
}
a.u-link__underline {
  text-decoration: underline;
}

hr {
  height: 0;
  overflow: visible;
}

main {
  display: block;
}

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

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

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

audio,
canvas,
iframe,
img,
svg,
video {
  vertical-align: middle;
}

img {
  border-style: none;
}

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

table {
  border-collapse: collapse;
}

button,
input,
select {
  margin: 0;
}

button {
  overflow: visible;
  text-transform: none;
}

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

fieldset {
  border: 1px solid #a0a0a0;
  padding: 0.35em 0.75em 0.625em;
}

input {
  overflow: visible;
}

legend {
  color: inherit;
  display: table;
  max-width: 100%;
  white-space: normal;
}

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

select {
  text-transform: none;
}

textarea {
  margin: 0;
  overflow: auto;
  resize: vertical;
}

[type=checkbox],
[type=radio] {
  padding: 0;
}

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

::-webkit-inner-spin-button,
::-webkit-outer-spin-button {
  height: auto;
}

::-webkit-input-placeholder {
  color: inherit;
  opacity: 0.54;
}

::-webkit-search-decoration {
  -webkit-appearance: none;
}

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

::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

:-moz-focusring {
  outline: 1px dotted ButtonText;
}

:-moz-ui-invalid {
  box-shadow: none;
}

details {
  display: block;
}

dialog {
  background-color: white;
  border: solid;
  color: black;
  display: block;
  height: -moz-fit-content;
  height: fit-content;
  left: 0;
  margin: auto;
  padding: 1em;
  position: absolute;
  right: 0;
  width: -moz-fit-content;
  width: fit-content;
}

dialog:not([open]) {
  display: none;
}

summary {
  display: list-item;
}

canvas {
  display: inline-block;
}

template {
  display: none;
}

a,
area,
button,
input,
label,
select,
summary,
textarea,
[tabindex] {
  touch-action: manipulation;
}

[hidden] {
  display: none;
}

[aria-busy=true] {
  cursor: progress;
}

[aria-controls] {
  cursor: pointer;
}

[aria-disabled=true],
[disabled] {
  cursor: not-allowed;
}

[aria-hidden=false][hidden] {
  display: initial;
}

[aria-hidden=false][hidden]:not(:focus) {
  clip: rect(0, 0, 0, 0);
  position: absolute;
}

* {
  -webkit-tap-highlight-color: transparent;
  touch-action: manipulation;
}

body {
  font-weight: 500;
  font-family: "Zen Kaku Gothic New", sans-serif;
  position: relative;
  background: #fff;
  color: #5e5e5e;
  letter-spacing: 0em;
}
body h1,
body h2,
body h3 {
  font-family: "Shippori Mincho B1", serif;
  font-weight: 500;
}
#header {
  font-family: "Shippori Mincho B1", serif;
  width: 100%;
}
#header .logo {
  display: inline-block;
}
#header .headerContact {
  position: fixed;
  z-index: 999;
}
#header .headerContact a {
  background: #515151;
  color: #fff;
  border: 1px solid #fff;
  font-weight: 500;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100vh;
}
#header .headerContact a span {
  display: inline-block;
}
#header #menuBtn {
  position: fixed;
  background: #338265;
  border: 1px solid #fff;
  color: #fff;
  z-index: 999;
  cursor: pointer;
}
#header #menuBtn span {
  display: block;
  height: 2px;
  background-color: #fff;
  position: absolute;
  transition: 0.4s;
  z-index: 2;
}
#header #globalMenu {
  position: fixed;
  z-index: 999;
  opacity: 0;
  visibility: hidden;
  top: 0;
  right: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  transition: 0.5s;
  z-index: 998;
  background-color: #338265;
}
#header #globalMenu.active {
  opacity: 1;
  visibility: visible;
}
#header #globalMenu .menuList {
  counter-reset: item;
  list-style-type: none;
  padding-left: 0;
  margin-inline: auto;
}
#header #globalMenu .menuList li {
  position: relative;
}
#header #globalMenu .menuList li:before {
  content: "0" counter(mycounter);
  position: absolute;
  z-index: 2;
  color: #fff;
  font-family: "Old Standard TT", serif;
  font-style: italic;
}
#header #globalMenu .menuList a {
  font-weight: 500;
  color: #fff;
  font-family: "Shippori Mincho B1", serif;
}
#header #globalMenu .iconList {
  display: flex;
  align-items: center;
}
#footer {
  background: #e5efeb;
}
#footer .copy {
  font-family: "Cormorant Garamond", serif;
  text-align: center;
}

@media screen and (max-width: 1140px) {
  body {
    font-size: 14px;
    line-height: 1.57;
  }
  body h2 {
    letter-spacing: 0.06em;
    line-height: 1.22;
  }
  #header .headerInner {
    padding-inline: 15px;
  }
  #header .logo {
    padding-block: 13px;
  }
  #header .logo img {
    width: 75px;
    height: 75px;
  }
  #header .headerContact {
    margin-top: 18px;
    top: 0;
    right: 80px;
  }
  #header .headerContact a {
    padding: 10px;
    font-size: 12px;
  }
  #header .headerContact a img {
    width: 15px;
  }
  #header .headerContact a span {
    margin-left: 5px;
  }
  #header #menuBtn {
    border-radius: 3px 20px 3px 20px;
    width: 47px;
    height: 47px;
    top: 11px;
    right: 16px;
  }
  #header #menuBtn span {
    width: 20px;
    left: 13px;
  }
  #header #menuBtn span:nth-of-type(1) {
    top: calc(50% - 5px);
  }
  #header #menuBtn span:nth-of-type(2) {
    top: calc(50% + 1px);
  }
  #header #menuBtn.active span:nth-of-type(1) {
    transform: translateY(5px) rotate(-24deg);
  }
  #header #menuBtn.active span:nth-of-type(2) {
    transform: translateY(-1px) rotate(24deg);
  }
  #header #globalMenu {
    width: 90%;
    height: 90%;
    padding: 90px 15vw 60px;
  }
  #header #globalMenu .menuList {
    width: 100%;
    max-width: 250px;
  }
  #header #globalMenu .menuList li {
    padding-left: 25px;
    counter-increment: mycounter;
  }
  #header #globalMenu .menuList li:not(:first-of-type) {
    margin-top: 20px;
  }
  #header #globalMenu .menuList li:before {
    top: 3px;
    left: 0;
    font-size: 13px;
  }
  #header #globalMenu .menuList a {
    font-size: 18px;
  }
  #header #globalMenu .iconList {
    width: 100%;
    margin-inline: auto;
    margin-top: 40px;
    gap: 20px;
  }
  #header #globalMenu .iconList li a img {
    width: 32px;
    height: 32px;
  }
  #footer {
    padding-block: 35px 30px;
  }
  #footer .copy {
    font-size: 11px;
  }
  .forPC {
    display: none !important;
  }
}
@media print, screen and (min-width: 1141px) {
  body {
    font-size: 16px;
    line-height: 1.66;
  }
  body h2 {
    letter-spacing: 0.08em;
    line-height: 1.43;
  }
  body a,
  body button {
    transition: 0.3s ease;
  }
  body a:hover,
  body button:hover {
    opacity: 0.6;
  }
  #header .headerInner {
    padding-inline: 32px;
  }
  #header .logo {
    padding-block: 27px;
  }
  #header .logo img {
    width: 151px;
    height: 151px;
  }
  #header .headerContact {
    margin-top: 32px;
    top: 0;
    right: 128px;
  }
  #header .headerContact a {
    padding: 10px 40px;
    font-size: 18px;
    transition: 0.3s;
  }
  #header .headerContact a img {
    width: 20px;
  }
  #header .headerContact a:hover {
    opacity: 0.7;
  }
  #header .headerContact a span {
    margin-left: 8px;
  }
  #header #menuBtn {
    border-radius: 4px 28px 4px 28px;
    width: 67px;
    height: 67px;
    top: 21px;
    right: 32px;
  }
  #header #menuBtn span {
    width: 28px;
    left: 19px;
  }
  #header #menuBtn span:nth-of-type(1) {
    top: calc(50% - 7px);
  }
  #header #menuBtn span:nth-of-type(2) {
    top: calc(50% + 2px);
  }
  #header #menuBtn.active span:nth-of-type(1) {
    transform: translateY(4px) rotate(-24deg);
  }
  #header #menuBtn.active span:nth-of-type(2) {
    transform: translateY(-5px) rotate(24deg);
  }
  #header #globalMenu {
    width: 450px;
    height: 100vh;
    padding: 17.5vh 20px 10vh;
  }
  #header #globalMenu .menuList {
    width: 250px;
  }
  #header #globalMenu .menuList li {
    padding-left: 30px;
    counter-increment: mycounter;
  }
  #header #globalMenu .menuList li:not(:first-of-type) {
    margin-top: 3.2vh;
  }
  #header #globalMenu .menuList li:before {
    top: 6px;
    left: 0;
    font-size: 14px;
  }
  #header #globalMenu .menuList a {
    font-size: 24px;
    transition: 0.3s;
  }
  #header #globalMenu .menuList a:hover, #header #globalMenu .menuList a.active {
    opacity: 0.6;
  }
  #header #globalMenu .iconList {
    width: 250px;
    margin-inline: auto;
    margin-top: 6.5vh;
    gap: 30px;
  }
  #header #globalMenu .iconList li a img {
    width: 43px;
    height: 43px;
  }
  #footer {
    padding-block: 40px 20px;
  }
  #footer .copy {
    font-size: 14px;
  }
  .forSP {
    display: none !important;
  }
}
/*# sourceMappingURL=map/common.css.map */
