@charset "UTF-8";
*,
::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;
}

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;
}

body {
  font-weight: 600;
  font-family: "Noto Serif JP", serif;
  color: #43382a;
  font-size: 18px;
}

.wrapper {
  background-image: url(../images/common/pattern.jpg);
  background-repeat: repeat;
}

.tate_textbox .vertical {
  writing-mode: vertical-rl;
}

li {
  list-style-type: none;
}

a {
  color: #43382a;
  text-decoration: none;
}
a:hover {
  opacity: 0.7;
  transition: 0.5s;
}

.en {
  font-family: "EB Garamond", serif;
}

header {
  position: fixed;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 100;
}
@media screen and (min-width: 769px) and (max-width: 1000px) {
  header .ghInner {
    padding: 20px 10px;
  }
  header .ghInner .ghMenu {
    display: flex;
  }
  header .ghInner .ghMenu nav ul li {
    font-size: 16px;
  }
  header .ghInner .ghMenu .ghContact {
    background: #43382a;
    width: 170px;
    height: 48px;
    border-radius: 24px;
  }
  header .ghInner .ghMenu .ghContact a {
    display: block;
    color: #fff;
    line-height: 48px;
    text-align: center;
    font-size: 16px;
  }
  header .ghInner .ghMenu .ghContact a::before {
    content: url("../images/common/icon_mail.svg");
    display: inline-block;
    margin-right: 12px;
    transform: translateY(3px);
  }
}
header .ghInner a:hover {
  opacity: 1;
}
header .ghInner a .ghLogo {
  display: block;
}
@media screen and (min-width: 769px) and (max-width: 1000px) {
  header .ghInner a .ghLogo img {
    height: 18px;
    transform: translateY(-6px);
  }
}

footer {
  background-image: url(../images/common/pattern.jpg);
  background-repeat: repeat;
}
footer .ft_inr {
  position: relative;
}
footer .ft_inr #pageTop {
  position: absolute;
  top: 860px;
  right: 45px;
}
footer .ft_inr .wide_photo {
  background-image: url(../images/common/pattern.jpg);
  background-repeat: repeat;
}
footer .ft_inr .wide_photo img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
footer .ft_inr .footer_ribbon {
  height: 266px;
  background-image: url(../images/common/img_footer_bg.png);
  background-repeat: repeat-x;
  background-position: bottom;
  padding-top: 120px;
}
footer .flex_jsf_sb {
  display: flex;
  justify-content: space-between;
  padding-top: 110px;
}
footer .flex_jsf_sb .company_name {
  font-size: 22px;
}
footer .flex_jsf_sb .company_name span.en {
  font-size: 17px;
  margin-left: 20px;
}
footer .flex_jsf_sb .adress {
  margin-top: 58px;
  font-size: 17px;
  line-height: 1.5;
  letter-spacing: 0.1em;
}
footer .flex_jsf_sb .adress a {
  text-decoration: underline;
  text-underline-offset: 6px;
  line-height: 2;
}
footer .flex_jsf_sb .tate_textbox .vertical li {
  font-size: 17px;
  line-height: 2.7;
  letter-spacing: 0.02em;
}
footer .Copyright {
  display: flex;
  justify-content: space-between;
  padding-top: 45px;
  margin-bottom: 0;
  font-size: 14px;
}
footer .Copyright a {
  text-decoration: underline;
  text-underline-offset: 6px;
  line-height: 2;
}
footer .Copyright small {
  display: block;
  width: 100%;
}

@media screen and (min-width: 769px) and (max-width: 1200px) {
  .wh_1200 {
    margin: 0 30px;
  }
}

.p-top30 {
  padding-top: 30px !important;
}

@media screen and (max-width: 768px) {
  body {
    font-weight: 600;
    font-family: "Noto Serif JP", serif;
    color: #43382a;
    font-size: 18px;
  }
  .wrapper {
    background-image: url(../images/common/pattern.jpg);
    background-repeat: repeat;
  }
  .tate_textbox .vertical {
    writing-mode: vertical-rl;
  }
  li {
    list-style-type: none;
  }
  a {
    color: #43382a;
    text-decoration: none;
  }
  a:hover {
    opacity: 0.7;
    transition: 0.5s;
    opacity: 1;
  }
  .en {
    font-family: "EB Garamond", serif;
  }
  header {
    position: fixed;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 100;
    position: static;
  }
  header .ghInner {
    background-image: url(../images/common/pattern.jpg);
    background-repeat: repeat;
    display: block;
    position: static;
    padding: 20px 8px 20px 20px;
  }
  header {
    /* オーバーレイ */
    /*　ハンバーガーメニューボタン　*/
    /* スマホメニューを開いてる時のボタン */
    /* メニュー背景　*/
    /* クリックでjQueryで追加・削除 */
  }
}
@media screen and (max-width: 768px) and (min-width: 769px) and (max-width: 1000px) {
  header .ghInner {
    padding: 20px 10px;
  }
  header .ghInner .ghMenu {
    display: flex;
  }
  header .ghInner .ghMenu nav ul li {
    font-size: 16px;
  }
  header .ghInner .ghMenu .ghContact {
    background: #43382a;
    width: 170px;
    height: 48px;
    border-radius: 24px;
  }
  header .ghInner .ghMenu .ghContact a {
    display: block;
    color: #fff;
    line-height: 48px;
    text-align: center;
    font-size: 16px;
  }
  header .ghInner .ghMenu .ghContact a::before {
    content: url("../images/common/icon_mail.svg");
    display: inline-block;
    margin-right: 12px;
    transform: translateY(3px);
  }
}
@media screen and (max-width: 768px) {
  header .ghInner a {
    display: inline-block;
  }
  header .ghInner a:hover {
    opacity: 1;
  }
  header .ghInner a .ghLogo img {
    height: 17px;
  }
}
@media screen and (max-width: 768px) and (min-width: 769px) and (max-width: 1000px) {
  header .ghInner a .ghLogo img {
    height: 18px;
    transform: translateY(-6px);
  }
}
@media screen and (max-width: 768px) {
  header .overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    /* 半透明の黒 */
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s;
    z-index: 1;
    /* メニューより下、コンテンツより上 */
  }
  header .overlay.active {
    opacity: 1;
    visibility: visible;
  }
  header .hamburger {
    display: block;
    position: fixed;
    z-index: 3;
    right: 20px;
    top: 20px;
    width: 70px;
    height: 30px;
    cursor: pointer;
    text-align: center;
    background-color: #43382a;
    border-radius: 15px;
    transition: all 0.6s;
  }
  header .hamburger span {
    display: block;
    position: absolute;
    width: 10px;
    height: 1px;
    left: 11px;
    background: #fff;
    transition: 0.3s ease-in-out;
  }
  header .hamburger span:nth-child(1) {
    top: 13px;
  }
  header .hamburger span:nth-child(2) {
    top: 16px;
  }
  header .hamburger .sp_menu {
    font-size: 10px;
    color: #fff;
    position: absolute;
    top: 7px;
    left: 26px;
  }
  header .hamburger.active span:nth-child(1) {
    top: 14px;
    left: 10px;
    background: #fff;
    transform: rotate(-45deg);
  }
  header .hamburger.active span:nth-child(2) {
    top: 14px;
    left: 10px;
    background: #fff;
    transform: rotate(45deg);
  }
  header .hamburger.active {
    width: 30px;
    height: 30px;
    transition: all 0.6s;
  }
  header .hamburger.active .sp_menu {
    display: none;
  }
  header nav.ghNav {
    position: fixed;
    z-index: 2;
    top: 0;
    right: 0;
    left: auto;
    color: #43382a;
    letter-spacing: 0.08em;
    background: no-repeat right 0 top 100px/40% url(../images/common/nav_menu_bg_sp.png), rgb(255, 255, 255);
    width: 74%;
    height: 100%;
    transform: translateX(100%);
    transition: all 0.6s;
  }
  header nav.ghNav ul {
    margin: 100px auto 45px;
    padding: 0;
    padding-left: 30px;
    width: 100%;
  }
  header nav.ghNav ul li {
    list-style-type: none;
    padding: 0;
    width: 100%;
    transition: 0.4s all;
  }
  header nav.ghNav ul li:last-child {
    padding-bottom: 0;
  }
  header nav.ghNav ul li a {
    display: block;
    color: #43382a;
    padding: 1em 0;
    text-decoration: none;
    font-size: 15px;
    display: inline-block;
  }
  header nav.ghNav .ghContact {
    margin-left: 30px;
    background: #43382a;
    width: 204px;
    height: 49px;
    border-radius: 25px;
    position: relative;
  }
  header nav.ghNav .ghContact a {
    display: block;
    width: 100%;
    color: #fff;
    line-height: 49px;
    font-size: 15px;
  }
  header nav.ghNav .ghContact a::before {
    content: url("../images/common/icon_mail.svg");
    display: inline-block;
    width: 20px;
    margin-left: 27px;
    transform: translateY(4px);
  }
  header nav.ghNav .ghContact a span {
    margin-left: 20px;
  }
  header nav.ghNav.active {
    opacity: 100;
    display: block;
    transform: translateX(0%);
  }
  .home header .ghInner {
    opacity: 1;
    padding: 0;
    background-image: none;
  }
  footer {
    background-image: url(../images/common/pattern.jpg);
    background-repeat: repeat;
  }
  footer .ft_inr {
    padding: 64px 0;
    position: relative;
  }
  footer .ft_inr #pageTop {
    position: absolute;
    top: 860px;
    right: 45px;
    top: 380px;
    right: 25px;
  }
  footer .ft_inr #pageTop img {
    width: 40px;
  }
  footer .ft_inr .wide_photo {
    background-image: url(../images/common/pattern.jpg);
    background-repeat: repeat;
  }
  footer .ft_inr .wide_photo img {
    width: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    height: 180px;
  }
  footer .ft_inr .footer_ribbon {
    height: 266px;
    background-image: url(../images/common/img_footer_bg.png);
    background-repeat: repeat-x;
    background-position: bottom;
    padding-top: 120px;
    height: 23.89vw;
    padding-top: 0;
    background-size: 100%;
    margin-top: 60px;
  }
  footer .flex_jsf_sb {
    display: flex;
    justify-content: space-between;
    padding-top: 110px;
    padding-top: 55px;
  }
  footer .flex_jsf_sb .company_name {
    font-size: 22px;
    font-size: 17px;
  }
  footer .flex_jsf_sb .company_name span.en {
    font-size: 17px;
    margin-left: 20px;
    font-size: 12px;
  }
  footer .flex_jsf_sb .adress {
    margin-top: 58px;
    font-size: 17px;
    line-height: 1.5;
    letter-spacing: 0.1em;
    margin-top: 20px;
    font-size: 14px;
  }
  footer .flex_jsf_sb .adress a {
    text-decoration: underline;
    text-underline-offset: 6px;
    line-height: 2;
  }
  footer .flex_jsf_sb .tate_textbox .vertical li {
    font-size: 17px;
    line-height: 2.7;
    letter-spacing: 0.02em;
  }
  footer .Copyright {
    display: flex;
    justify-content: space-between;
    padding-top: 45px;
    margin-bottom: 0;
    font-size: 14px;
    padding-top: 30px;
  }
  footer .Copyright a {
    text-decoration: underline;
    text-underline-offset: 6px;
    line-height: 2;
  }
  footer .Copyright small {
    display: block;
    width: 100%;
  }
  .wh_1200 {
    margin: 0 30px;
  }
}
@media screen and (max-width: 768px) and (min-width: 769px) and (max-width: 1200px) {
  .wh_1200 {
    margin: 0 30px;
  }
}
@media screen and (max-width: 768px) {
  .p-top30 {
    padding-top: 30px !important;
  }
  .forPC {
    display: none !important;
  }
}
@media print, screen and (min-width: 769px) {
  body {
    font-weight: 600;
    font-family: "Noto Serif JP", serif;
    color: #43382a;
    font-size: 18px;
  }
  .wrapper {
    background-image: url(../images/common/pattern.jpg);
    background-repeat: repeat;
  }
  .tate_textbox .vertical {
    writing-mode: vertical-rl;
  }
  li {
    list-style-type: none;
  }
  a {
    color: #43382a;
    text-decoration: none;
  }
  a:hover {
    opacity: 0.7;
    transition: 0.5s;
  }
  .en {
    font-family: "EB Garamond", serif;
  }
  header {
    position: fixed;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 100;
  }
  header .ghInner {
    background-color: rgba(245, 240, 228, 0.8);
    position: fixed;
    top: 0;
    left: 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
    min-height: 90px;
    padding: 20px 20px 20px 45px;
    position: relative;
  }
  header .ghInner .ghMenu {
    display: flex;
  }
  header .ghInner .ghMenu nav ul {
    display: flex;
  }
  header .ghInner .ghMenu nav ul li {
    font-size: 19px;
    margin-right: 20px;
    padding: 12px 0;
    letter-spacing: 0.04em;
  }
  header .ghInner .ghMenu nav ul li a:hover {
    opacity: 0.7;
    transition: 0.5s;
  }
  header .ghInner .ghMenu .ghContact {
    background: #43382a;
    width: 204px;
    height: 49px;
    border-radius: 25px;
    border: #43382a 1px solid;
    transition: 0.5s;
  }
  header .ghInner .ghMenu .ghContact:hover {
    background-color: #fff;
    color: #43382a;
    border: #43382a 1px solid;
    transition: 0.5s;
  }
  header .ghInner .ghMenu .ghContact:hover a {
    color: #43382a;
  }
  header .ghInner .ghMenu .ghContact:hover a::before {
    content: url("../images/common/icon_mail_br.svg");
    display: inline-block;
    margin-right: 12px;
    width: 20px;
    transform: translateY(3px);
  }
  header .ghInner .ghMenu .ghContact a {
    display: block;
    color: #fff;
    line-height: 49px;
    text-align: center;
  }
  header .ghInner .ghMenu .ghContact a::before {
    content: url("../images/common/icon_mail.svg");
    display: inline-block;
    margin-right: 12px;
    width: 20px;
    transform: translateY(3px);
  }
}
@media screen and (min-width: 769px) and (min-width: 769px) and (max-width: 1000px) {
  header .ghInner {
    padding: 20px 10px;
  }
  header .ghInner .ghMenu {
    display: flex;
  }
  header .ghInner .ghMenu nav ul li {
    font-size: 16px;
  }
  header .ghInner .ghMenu .ghContact {
    background: #43382a;
    width: 170px;
    height: 48px;
    border-radius: 24px;
  }
  header .ghInner .ghMenu .ghContact a {
    display: block;
    color: #fff;
    line-height: 48px;
    text-align: center;
    font-size: 16px;
  }
  header .ghInner .ghMenu .ghContact a::before {
    content: url("../images/common/icon_mail.svg");
    display: inline-block;
    margin-right: 12px;
    transform: translateY(3px);
  }
}
@media print, screen and (min-width: 769px) {
  header .ghInner a:hover {
    opacity: 1;
  }
  header .ghInner a .ghLogo img {
    height: 22px;
  }
}
@media screen and (min-width: 769px) and (min-width: 769px) and (max-width: 1000px) {
  header .ghInner a .ghLogo img {
    height: 18px;
    transform: translateY(-6px);
  }
}
@media print, screen and (min-width: 769px) {
  .home header .ghInner {
    opacity: 0;
    transition: 0.5s;
  }
  .home header .ghInner.transform {
    opacity: 1;
    transition: 0.5s;
  }
  footer {
    background-image: url(../images/common/pattern.jpg);
    background-repeat: repeat;
  }
  footer .ft_inr {
    padding: 174px 0;
    position: relative;
  }
  footer .ft_inr #pageTop {
    position: absolute;
    top: 860px;
    right: 45px;
  }
  footer .ft_inr .wide_photo {
    background-image: url(../images/common/pattern.jpg);
    background-repeat: repeat;
  }
  footer .ft_inr .wide_photo img {
    width: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    height: 360px;
  }
  footer .ft_inr .footer_ribbon {
    height: 266px;
    background-image: url(../images/common/img_footer_bg.png);
    background-repeat: repeat-x;
    background-position: bottom;
    padding-top: 120px;
  }
  footer .flex_jsf_sb {
    display: flex;
    justify-content: space-between;
    padding-top: 110px;
  }
  footer .flex_jsf_sb .company_name {
    font-size: 22px;
  }
  footer .flex_jsf_sb .company_name span.en {
    font-size: 17px;
    margin-left: 20px;
  }
  footer .flex_jsf_sb .adress {
    margin-top: 58px;
    font-size: 17px;
    line-height: 1.5;
    letter-spacing: 0.1em;
  }
  footer .flex_jsf_sb .adress a {
    text-decoration: underline;
    text-underline-offset: 6px;
    line-height: 2;
  }
  footer .flex_jsf_sb .tate_textbox .vertical li {
    font-size: 17px;
    line-height: 2.7;
    letter-spacing: 0.02em;
  }
  footer .Copyright {
    display: flex;
    justify-content: space-between;
    padding-top: 45px;
    margin-bottom: 0;
    font-size: 14px;
  }
  footer .Copyright a {
    text-decoration: underline;
    text-underline-offset: 6px;
    line-height: 2;
  }
  footer .Copyright small {
    display: block;
    width: 100%;
  }
  .wh_1200 {
    max-width: 1200px;
    margin: 0 auto 0;
  }
}
@media screen and (min-width: 769px) and (min-width: 769px) and (max-width: 1200px) {
  .wh_1200 {
    margin: 0 30px;
  }
}
@media print, screen and (min-width: 769px) {
  .p-top30 {
    padding-top: 30px !important;
  }
  .forSP {
    display: none !important;
  }
}
@media screen and (min-width: 769px) and (max-width: 1000px) {
  body {
    font-weight: 600;
    font-family: "Noto Serif JP", serif;
    color: #43382a;
    font-size: 18px;
  }
  .wrapper {
    background-image: url(../images/common/pattern.jpg);
    background-repeat: repeat;
  }
  .tate_textbox .vertical {
    writing-mode: vertical-rl;
  }
  li {
    list-style-type: none;
  }
  a {
    color: #43382a;
    text-decoration: none;
  }
  a:hover {
    opacity: 0.7;
    transition: 0.5s;
  }
  .en {
    font-family: "EB Garamond", serif;
  }
  header {
    position: fixed;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 100;
  }
}
@media screen and (min-width: 769px) and (max-width: 1000px) and (min-width: 769px) and (max-width: 1000px) {
  header .ghInner {
    padding: 20px 10px;
  }
  header .ghInner .ghMenu {
    display: flex;
  }
  header .ghInner .ghMenu nav ul li {
    font-size: 16px;
  }
  header .ghInner .ghMenu .ghContact {
    background: #43382a;
    width: 170px;
    height: 48px;
    border-radius: 24px;
  }
  header .ghInner .ghMenu .ghContact a {
    display: block;
    color: #fff;
    line-height: 48px;
    text-align: center;
    font-size: 16px;
  }
  header .ghInner .ghMenu .ghContact a::before {
    content: url("../images/common/icon_mail.svg");
    display: inline-block;
    margin-right: 12px;
    transform: translateY(3px);
  }
}
@media screen and (min-width: 769px) and (max-width: 1000px) {
  header .ghInner a:hover {
    opacity: 1;
  }
}
@media screen and (min-width: 769px) and (max-width: 1000px) and (min-width: 769px) and (max-width: 1000px) {
  header .ghInner a .ghLogo img {
    height: 18px;
    transform: translateY(-6px);
  }
}
@media screen and (min-width: 769px) and (max-width: 1000px) {
  footer {
    background-image: url(../images/common/pattern.jpg);
    background-repeat: repeat;
  }
  footer .ft_inr {
    position: relative;
  }
  footer .ft_inr #pageTop {
    position: absolute;
    top: 860px;
    right: 45px;
  }
  footer .ft_inr .wide_photo {
    background-image: url(../images/common/pattern.jpg);
    background-repeat: repeat;
  }
  footer .ft_inr .wide_photo img {
    width: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
  footer .ft_inr .footer_ribbon {
    height: 266px;
    background-image: url(../images/common/img_footer_bg.png);
    background-repeat: repeat-x;
    background-position: bottom;
    padding-top: 120px;
  }
  footer .flex_jsf_sb {
    display: flex;
    justify-content: space-between;
    padding-top: 110px;
  }
  footer .flex_jsf_sb .company_name {
    font-size: 22px;
  }
  footer .flex_jsf_sb .company_name span.en {
    font-size: 17px;
    margin-left: 20px;
  }
  footer .flex_jsf_sb .adress {
    margin-top: 58px;
    font-size: 17px;
    line-height: 1.5;
    letter-spacing: 0.1em;
  }
  footer .flex_jsf_sb .adress a {
    text-decoration: underline;
    text-underline-offset: 6px;
    line-height: 2;
  }
  footer .flex_jsf_sb .tate_textbox .vertical li {
    font-size: 17px;
    line-height: 2.7;
    letter-spacing: 0.02em;
  }
  footer .Copyright {
    display: flex;
    justify-content: space-between;
    padding-top: 45px;
    margin-bottom: 0;
    font-size: 14px;
  }
  footer .Copyright a {
    text-decoration: underline;
    text-underline-offset: 6px;
    line-height: 2;
  }
  footer .Copyright small {
    display: block;
    width: 100%;
  }
}
@media screen and (min-width: 769px) and (max-width: 1000px) and (min-width: 769px) and (max-width: 1200px) {
  .wh_1200 {
    margin: 0 30px;
  }
}
@media screen and (min-width: 769px) and (max-width: 1000px) {
  .p-top30 {
    padding-top: 30px !important;
  }
}
@media print {
  body {
    font-weight: 600;
    font-family: "Noto Serif JP", serif;
    color: #43382a;
    font-size: 18px;
  }
  .wrapper {
    background-image: url(../images/common/pattern.jpg);
    background-repeat: repeat;
  }
  .tate_textbox .vertical {
    writing-mode: vertical-rl;
  }
  li {
    list-style-type: none;
  }
  a {
    color: #43382a;
    text-decoration: none;
  }
  a:hover {
    opacity: 0.7;
    transition: 0.5s;
  }
  .en {
    font-family: "EB Garamond", serif;
  }
  header {
    position: fixed;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 100;
  }
  header .ghInner a:hover {
    opacity: 1;
  }
  footer {
    background-image: url(../images/common/pattern.jpg);
    background-repeat: repeat;
  }
  footer .ft_inr {
    position: relative;
  }
  footer .ft_inr #pageTop {
    position: absolute;
    top: 860px;
    right: 45px;
  }
  footer .ft_inr .wide_photo {
    background-image: url(../images/common/pattern.jpg);
    background-repeat: repeat;
  }
  footer .ft_inr .wide_photo img {
    width: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
  footer .ft_inr .footer_ribbon {
    height: 266px;
    background-image: url(../images/common/img_footer_bg.png);
    background-repeat: repeat-x;
    background-position: bottom;
    padding-top: 120px;
  }
  footer .flex_jsf_sb {
    display: flex;
    justify-content: space-between;
    padding-top: 110px;
  }
  footer .flex_jsf_sb .company_name {
    font-size: 22px;
  }
  footer .flex_jsf_sb .company_name span.en {
    font-size: 17px;
    margin-left: 20px;
  }
  footer .flex_jsf_sb .adress {
    margin-top: 58px;
    font-size: 17px;
    line-height: 1.5;
    letter-spacing: 0.1em;
  }
  footer .flex_jsf_sb .adress a {
    text-decoration: underline;
    text-underline-offset: 6px;
    line-height: 2;
  }
  footer .flex_jsf_sb .tate_textbox .vertical li {
    font-size: 17px;
    line-height: 2.7;
    letter-spacing: 0.02em;
  }
  footer .Copyright {
    display: flex;
    justify-content: space-between;
    padding-top: 45px;
    margin-bottom: 0;
    font-size: 14px;
  }
  footer .Copyright a {
    text-decoration: underline;
    text-underline-offset: 6px;
    line-height: 2;
  }
  footer .Copyright small {
    display: block;
    width: 100%;
  }
  .p-top30 {
    padding-top: 30px !important;
  }
}
/*# sourceMappingURL=map/common.css.map */
