@charset "UTF-8";
html {
  width: 100%;
  margin: 0 auto;
}

body {
  margin: 0;
  display: flex;
  flex-flow: column;
  min-height: 100vh;
  letter-spacing: 0.01em;
  line-height: 1.6;
  font-family: "Noto Serif JP", serif;
}

main {
  width: 100%;
  margin: 0 auto;
  flex: 1;
}

a {
  display: block;
  transition: all 0.2s;
  text-decoration: none;
}

@media screen and (min-width: 768px), print {
  a:hover {
    opacity: 0.7;
  }
}

img {
  width: 100%;
  vertical-align: bottom;
}

@media screen and (min-width: 768px), print {
  .sp {
    display: none !important;
  }
}

@media screen and (max-width: 767px) {
  .pc {
    display: none !important;
  }
}

/* sanitize.css */
/* Document
 * ========================================================================== */
*,
::before,
::after {
  box-sizing: border-box;
}

::before,
::after {
  text-decoration: inherit; /* 1 */
  vertical-align: inherit; /* 2 */
}

html {
  cursor: default; /* 1 */
  line-height: 1; /* 2 */
  -moz-tab-size: 4; /* 3 */
  tab-size: 4; /* 3 */
  -webkit-tap-highlight-color: transparent;
  -ms-text-size-adjust: 100%; /* 5 */
  -webkit-text-size-adjust: 100%; /* 5 */
  word-break: break-word; /* 6 */
}

body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, textarea, p, blockquote, th, td {
  margin: 0;
  padding: 0;
}

h1, h2, h3, h4, h5, h6 {
  font-size: 100%;
  font-weight: normal;
}

/* Grouping content
 * ========================================================================== */
/**
 * Remove the margin on nested lists in Chrome, Edge, IE, and Safari.
 */
dl dl,
dl ol,
dl ul,
ol dl,
ul dl {
  margin: 0;
}

/**
 * Remove the margin on nested lists in Edge 18- and IE.
 */
ol ol,
ol ul,
ul ol,
ul ul {
  margin: 0;
}

/**
 * 1. Add the correct sizing in Firefox.
 * 2. Show the overflow in Edge 18- and IE.
 */
hr {
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * Add the correct display in IE.
 */
main {
  display: block;
}

/**
 * Remove the list style on navigation lists in all browsers (opinionated).
 */
ol,
ul {
  list-style: none;
  padding: 0;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/* Text-level semantics
 * ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * Add the correct text decoration in Edge 18-, IE, and Safari.
 */
abbr[title] {
  text-decoration: underline;
  text-decoration: underline dotted;
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/* Embedded content
 * ========================================================================== */
/*
 * Change the alignment on media elements in all browsers (opinionated).
 */
audio,
canvas,
iframe,
img,
svg,
video {
  vertical-align: bottom;
}

/**
 * Add the correct display in IE 9-.
 */
audio,
video {
  display: inline-block;
}

/**
 * Add the correct display in iOS 4-7.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Remove the border on iframes in all browsers (opinionated).
 */
iframe {
  border-style: none;
}

/**
 * Remove the border on images within links in IE 10-.
 */
img {
  border-style: none;
}

/**
 * Change the fill color to match the text color in all browsers (opinionated).
 */
svg:not([fill]) {
  fill: currentColor;
}

/**
 * Hide the overflow in IE.
 */
svg:not(:root) {
  overflow: hidden;
}

/* Tabular data
 * ========================================================================== */
/**
 * Collapse border spacing in all browsers (opinionated).
 */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* Forms
 * ========================================================================== */
/**
 * Remove the margin on controls in Safari.
 */
button,
input,
select {
  margin: 0;
}

/**
 * 1. Show the overflow in IE.
 * 2. Remove the inheritance of text transform in Edge 18-, Firefox, and IE.
 */
button {
  overflow: visible; /* 1 */
  text-transform: none; /* 2 */
}

/**
 * Correct the inability to style buttons in iOS and Safari.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

/**
 * 1. Change the inconsistent appearance in all browsers (opinionated).
 * 2. Correct the padding in Firefox.
 */
fieldset {
  border: 1px solid #a0a0a0; /* 1 */
  padding: 0.35em 0.75em 0.625em; /* 2 */
}

/**
 * Show the overflow in Edge 18- and IE.
 */
input {
  overflow: visible;
}

/**
 * 1. Correct the text wrapping in Edge 18- and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 */
legend {
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  white-space: normal; /* 1 */
}

/**
 * 1. Add the correct display in Edge 18- and IE.
 * 2. Add the correct vertical alignment in Chrome, Edge, and Firefox.
 */
progress {
  display: inline-block; /* 1 */
  vertical-align: baseline; /* 2 */
}

/**
 * Remove the inheritance of text transform in Firefox.
 */
select {
  text-transform: none;
}

/**
 * 1. Remove the margin in Firefox and Safari.
 * 2. Remove the default vertical scrollbar in IE.
 * 3. Change the resize direction in all browsers (opinionated).
 */
textarea {
  margin: 0; /* 1 */
  overflow: auto; /* 2 */
  resize: vertical; /* 3 */
}

/**
 * Remove the padding in IE 10-.
 */
[type=checkbox],
[type=radio] {
  padding: 0;
}

/**
 * 1. Correct the odd appearance in Chrome, Edge, and Safari.
 * 2. Correct the outline style in Safari.
 */
[type=search] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Safari.
 */
::-webkit-inner-spin-button,
::-webkit-outer-spin-button {
  height: auto;
}

/**
 * Correct the text style of placeholders in Chrome, Edge, and Safari.
 */
::-webkit-input-placeholder {
  color: inherit;
  opacity: 0.54;
}

/**
 * Remove the inner padding in Chrome, Edge, and Safari on macOS.
 */
::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style upload buttons in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/**
 * Remove the inner border and padding of focus outlines in Firefox.
 */
::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus outline styles unset by the previous rule in Firefox.
 */
:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Remove the additional :invalid styles in Firefox.
 */
:-moz-ui-invalid {
  box-shadow: none;
}

/* Interactive
 * ========================================================================== */
/*
 * Add the correct display in Edge 18- and IE.
 */
details {
  display: block;
}

/*
 * Add the correct styles in Edge 18-, IE, and Safari.
 */
dialog {
  background-color: white;
  border: solid;
  color: black;
  display: block;
  height: -moz-fit-content;
  height: -webkit-fit-content;
  height: fit-content;
  left: 0;
  margin: auto;
  padding: 1em;
  position: absolute;
  right: 0;
  width: -moz-fit-content;
  width: -webkit-fit-content;
  width: fit-content;
}

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

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/* Scripting
 * ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
canvas {
  display: inline-block;
}

/**
 * Add the correct display in IE.
 */
template {
  display: none;
}

/* User interaction
 * ========================================================================== */
/*
 * 1. Remove the tapping delay in IE 10.
 * 2. Remove the tapping delay on clickable elements
      in all browsers (opinionated).
 */
a,
area,
button,
input,
label,
select,
summary,
textarea,
[tabindex] {
  -ms-touch-action: manipulation; /* 1 */
  touch-action: manipulation; /* 2 */
}

/**
 * Add the correct display in IE 10-.
 */
[hidden] {
  display: none;
}

/* Accessibility
 * ========================================================================== */
/**
 * Change the cursor on busy elements in all browsers (opinionated).
 */
[aria-busy=true] {
  cursor: progress;
}

/*
 * Change the cursor on control elements in all browsers (opinionated).
 */
[aria-controls] {
  cursor: pointer;
}

/*
 * Change the cursor on disabled, not-editable, or otherwise
 * inoperable elements in all browsers (opinionated).
 */
[aria-disabled=true],
[disabled] {
  cursor: not-allowed;
}

/*
 * Change the display on visually hidden accessible elements
 * in all browsers (opinionated).
 */
[aria-hidden=false][hidden] {
  display: initial;
}

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

/* header
------------------------------*/
.header {
  position: relative;
  width: 100%;
  height: calc((290/750) * 100vw);
  top: 0;
  z-index: 10000;
}
@media screen and (min-width: 768px), print {
  .header {
    height: calc((100/1200) * 100vw);
  }
}
@media screen and (min-width: 1200px), print {
  .header {
    height: 100px;
  }
}
.header-inner {
  position: relative;
  padding: calc((38/750) * 100vw) calc((30/750) * 100vw);
  display: flex;
  justify-content: center;
}
@media screen and (min-width: 768px), print {
  .header-inner {
    width: calc((1200/1200) * 100vw);
    margin: 0 auto;
    padding: calc((30/1200) * 100vw) calc((50/1200) * 100vw);
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-direction: column;
  }
}
@media screen and (min-width: 1200px), print {
  .header-inner {
    width: 1200px;
    padding: 30px 50px;
  }
}
.header-logo {
  background-color: #fff;
  color: #002C54;
  width: calc((220/750) * 100vw);
  height: calc((220/750) * 100vw);
  border: #002C54 calc((10/750) * 100vw) solid;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (min-width: 768px), print {
  .header-logo {
    width: calc((150/1200) * 100vw);
    height: calc((150/1200) * 100vw);
    border: #002C54 calc((6/1200) * 100vw) solid;
  }
}
@media screen and (min-width: 1200px), print {
  .header-logo {
    width: 150px;
    height: 150px;
  }
}
.header-logo span {
  writing-mode: vertical-rl;
  line-height: 1.2;
  font-size: calc((72/750) * 100vw);
  left: 50%;
}
@media screen and (min-width: 768px), print {
  .header-logo span {
    font-size: calc((51/1200) * 100vw);
  }
}
@media screen and (min-width: 1200px), print {
  .header-logo span {
    font-size: 51px;
  }
}
.header-trigger {
  cursor: pointer;
  position: absolute;
  z-index: 100;
  top: calc((20/750) * 100vw);
  right: calc((30/750) * 100vw);
  background: #fff;
  border: #002C54 solid 1px;
  border-radius: calc((10/750) * 100vw);
  width: calc((120/750) * 100vw);
  height: calc((120/750) * 100vw);
}
.header-trigger span {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  width: calc((58/750) * 100vw);
  height: calc((6/750) * 100vw);
  border-radius: calc((50/750) * 100vw);
  background-color: #002C54;
  transition: all 0.5s;
  box-sizing: border-box;
}
.header-trigger span:nth-of-type(1) {
  top: calc((32/750) * 100vw);
}
.header-trigger span:nth-of-type(2) {
  top: calc((53/750) * 100vw);
}
.header-trigger span:nth-of-type(3) {
  bottom: calc((34/750) * 100vw);
}
.header-trigger.active span {
  left: calc((20/750) * 100vw);
}
.header-trigger.active span:nth-of-type(1) {
  width: calc((73/750) * 100vw);
  transform: translateY(calc((23/750) * 100vw)) rotate(-45deg);
}
.header-trigger.active span:nth-of-type(2) {
  opacity: 0;
}
.header-trigger.active span:nth-of-type(3) {
  width: calc((73/750) * 100vw);
  transform: translateY(calc((-23/750) * 100vw)) rotate(45deg);
}
@media screen and (max-width: 767px), print {
  .header-nav {
    height: calc(100vh - 0vw);
    position: fixed;
    top: 0;
    right: 0;
    width: 100vw;
    height: 100vh;
    transform: translateX(100%);
    transition: transform 0.4s;
    background-color: #fff;
    overflow: scroll;
    pointer-events: none;
  }
}
@media screen and (min-width: 768px), print {
  .header-nav {
    width: calc((1100/1200) * 100vw);
    margin-top: calc((100/1200) * 100vw);
  }
}
@media screen and (min-width: 1200px), print {
  .header-nav {
    width: 1100px;
    margin-top: 100px;
  }
}
@media screen and (max-width: 767px), print {
  .header-nav.active {
    width: 100vw;
    right: 0;
    pointer-events: auto;
    transform: translateX(0);
  }
}
@media screen and (max-width: 767px), print {
  .header-list {
    position: absolute;
    top: calc((160/750) * 100vw);
    left: 50%;
    transform: translateX(-50%);
    width: calc((680/750) * 100vw);
    padding-top: calc((50/750) * 100vw);
    display: flex;
    flex-direction: column;
    align-items: center;
  }
}
@media screen and (min-width: 768px), print {
  .header-list {
    display: flex;
    justify-content: space-between;
  }
}
.header-list .menu-item {
  position: relative;
}
@media screen and (min-width: 768px), print {
  .header-list .menu-item {
    width: calc((150/1200) * 100vw);
  }
}
@media screen and (min-width: 1200px), print {
  .header-list .menu-item {
    width: 150px;
  }
}
.header-list .menu-item a {
  text-align: center;
  text-decoration: none;
  display: block;
  color: #002C54;
  font-size: calc((30/750) * 100vw);
  padding: calc((30/750) * 100vw);
  border-bottom: 1px solid #fff;
}
@media screen and (min-width: 768px), print {
  .header-list .menu-item a {
    position: relative;
    width: calc((150/1200) * 100vw);
    font-size: calc((16/1200) * 100vw);
    border-bottom: none;
    padding: calc((10/1200) * 100vw) calc((10/1200) * 100vw) 0;
  }
}
@media screen and (min-width: 1200px), print {
  .header-list .menu-item a {
    width: 150px;
    font-size: 16px;
    padding: 15px 10px 0;
  }
}
@media screen and (min-width: 768px), print {
  .header-list .menu-item a::before {
    content: "";
    position: absolute;
    display: inline-block;
    width: calc((150/1200) * 100vw);
    height: 1px;
    background-color: #002C54;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
  }
}
@media screen and (min-width: 1200px), print {
  .header-list .menu-item a::before {
    width: 150px;
  }
}
.header-list .menu-item a:hover {
  color: #E21C21;
}
@media screen and (min-width: 768px), print {
  .header-list .menu-item a:hover::before {
    height: calc((4/1200) * 100vw);
    background-color: #E21C21;
  }
}
@media screen and (min-width: 1200px), print {
  .header-list .menu-item a:hover::before {
    height: 4px;
  }
}
@media screen and (min-width: 768px), print {
  .header-list .menu-item:first-child .header-item-btn a {
    padding: calc((15/1200) * 100vw) calc((10/1200) * 100vw) 0 0;
    border-left: none;
  }
}
@media screen and (min-width: 1200px), print {
  .header-list .menu-item:first-child .header-item-btn a {
    padding: 15px 10px 0 0;
  }
}
@media screen and (min-width: 768px), print {
  .header-list .menu-item:hover .sub-menu {
    display: block;
    transition: all 0.5s;
  }
}
@media screen and (max-width: 768px), print {
  .header-list .menu-item-has-children a {
    width: calc((360/750) * 100vw);
    border-radius: calc((5/750) * 100vw);
    position: relative;
  }
}
.header-list .sub-menu {
  display: none;
  text-align: center;
  margin: 0 0 calc((40/750) * 100vw);
}
@media screen and (min-width: 768px), print {
  .header-list .sub-menu {
    background-color: #fff;
    margin: calc((10/1200) * 100vw) 0 0;
  }
}
@media screen and (min-width: 1200px), print {
  .header-list .sub-menu {
    margin: 10px 0 0;
  }
}
.header-list .sub-menu .menu-item {
  margin: 10px 0 0;
  font-size: 4vw;
}
@media screen and (min-width: 768px), print {
  .header-list .sub-menu .menu-item {
    position: relative;
    font-size: calc((16/1200) * 100vw);
    margin: 0;
    padding: calc((10/1200) * 100vw) 0 0;
    width: calc((150/1200) * 100vw);
  }
}
@media screen and (min-width: 1200px), print {
  .header-list .sub-menu .menu-item {
    font-size: 16px;
    padding: 10px 0 0;
    width: 150px;
  }
}
.header-list .sub-menu .menu-item a {
  color: #002C54;
}
@media screen and (min-width: 768px), print {
  .header-list .sub-menu .menu-item:last-child {
    padding: calc((10/1200) * 100vw) 0;
  }
}
@media screen and (min-width: 1200px), print {
  .header-list .sub-menu .menu-item:last-child {
    padding: 10px 0;
  }
}
@media screen and (min-width: 768px), print {
  .header-list .sub-menu .menu-item:hover::before {
    height: calc((4/1200) * 100vw);
    background-color: #E21C21;
  }
}
@media screen and (min-width: 1200px), print {
  .header-list .sub-menu .menu-item:hover::before {
    height: 4px;
  }
}
.header-list .sub-menu .menu-item:hover a {
  color: #E21C21;
}
.header .submenu-toggle {
  width: calc((50/750) * 100vw);
  height: calc((50/750) * 100vw);
  display: inline-block;
  position: absolute;
  cursor: pointer;
  top: calc((22/750) * 100vw);
  right: calc((-90/750) * 100vw);
}
.header .submenu-toggle::after {
  content: "▽";
  font-size: calc((24/750) * 100vw);
}
.header .submenu-toggle.open::after {
  content: "△";
}

@media screen and (max-width: 767px), print {
  .header.active {
    position: fixed;
  }
}

/* footer
------------------------------*/
.footer {
  font-family: "Noto Sans JP", sans-serif;
  background-color: #16253d;
  text-align: center;
  font-size: calc((28/750) * 100vw);
  padding: calc((40/750) * 100vw) 0 calc((40/750) * 100vw);
}
@media screen and (min-width: 768px), print {
  .footer {
    font-size: calc((16/1200) * 100vw);
    padding: calc((30/1200) * 100vw) 0;
  }
}
@media screen and (min-width: 1200px), print {
  .footer {
    font-size: 16px;
    padding: 30px 0;
  }
}
.footer-copy {
  color: #fff;
}
/* common
------------------------------*/
main {
  padding-top: calc((40/750) * 100vw);
  color: #333;
  font-size: calc((30/750) * 100vw);
}
@media screen and (min-width: 768px), print {
  main {
    padding-top: calc((250/1200) * 100vw);
    font-size: calc((16/1200) * 100vw);
  }
}
@media screen and (min-width: 1200px), print {
  main {
    padding-top: 250px;
    font-size: 16px;
  }
}

/* page_top
------------------------------*/
.top .heading {
  position: relative;
  padding: calc((60/750) * 100vw) 0;
}
@media screen and (min-width: 768px), print {
  .top .heading {
    padding: calc((20/1200) * 100vw) 0;
  }
}
@media screen and (min-width: 1200px), print {
  .top .heading {
    padding: 20px 0;
  }
}
.top .heading-img {
  width: 100%;
  overflow: hidden;
}
@media screen and (min-width: 768px), print {
  .top .heading-img {
    margin: 0 auto;
    height: calc((500/1200) * 100vw);
  }
}
@media screen and (min-width: 1200px), print {
  .top .heading-img {
    height: 500px;
  }
}
.top .heading-box {
  position: absolute;
  background-color: rgba(255, 255, 255, 0.7529411765);
  text-align: center;
  color: #9F2747;
  display: flex;
  flex-direction: column;
  align-items: center;
  font-size: calc((60/750) * 100vw);
  width: calc((670/750) * 100vw);
  padding: calc((30/750) * 100vw) 0;
  margin: 0 auto;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
}
@media screen and (min-width: 768px), print {
  .top .heading-box {
    font-size: calc((56/1200) * 100vw);
    width: calc((700/1200) * 100vw);
    padding: calc((50/1200) * 100vw);
  }
}
@media screen and (min-width: 1200px), print {
  .top .heading-box {
    font-size: 56px;
    width: 700px;
    padding: 50px;
  }
}
.top .heading-btn {
  font-family: "Noto Sans JP", sans-serif;
  background-color: #9F2747;
  width: calc((340/750) * 100vw);
  margin: calc((30/750) * 100vw) 0 0;
}
@media screen and (min-width: 768px), print {
  .top .heading-btn {
    width: calc((140/1200) * 100vw);
    margin: calc((50/1200) * 100vw) 0 0;
  }
}
@media screen and (min-width: 1200px), print {
  .top .heading-btn {
    width: 140px;
    margin: 50px 0 0;
  }
}
.top .heading-btn a {
  color: #fff;
  font-size: calc((28/750) * 100vw);
  padding: calc((20/750) * 100vw) 0;
}
@media screen and (min-width: 768px), print {
  .top .heading-btn a {
    font-size: calc((14/1200) * 100vw);
    padding: calc((10/1200) * 100vw) 0;
  }
}
@media screen and (min-width: 1200px), print {
  .top .heading-btn a {
    font-size: 14px;
    padding: 10px 0;
  }
}
.top .mainArea {
  padding-bottom: calc((100/750) * 100vw);
}
@media screen and (min-width: 768px), print {
  .top .mainArea {
    position: relative;
    padding-bottom: calc((400/1200) * 100vw);
    width: calc((1000/1200) * 100vw);
    margin: 0 auto;
  }
}
@media screen and (min-width: 1200px), print {
  .top .mainArea {
    padding-bottom: 400px;
    width: 1000px;
  }
}
.top .mainArea-ttlBox {
  position: relative;
  margin: calc((50/750) * 100vw) calc((30/750) * 100vw) 0;
}
@media screen and (min-width: 768px), print {
  .top .mainArea-ttlBox {
    width: calc((1000/1200) * 100vw);
    margin: calc((50/1200) * 100vw) auto 0;
  }
}
@media screen and (min-width: 1200px), print {
  .top .mainArea-ttlBox {
    width: 1000px;
    margin: 50px auto 0;
  }
}
.top .mainArea-ttl {
  position: absolute;
  color: #fff;
  writing-mode: vertical-rl;
  line-height: 1.2;
  font-size: calc((48/750) * 100vw);
  bottom: calc((20/750) * 100vw);
  right: calc((20/750) * 100vw);
  border: rgba(255, 255, 255, 0.7529411765) solid calc((4/750) * 100vw);
  padding: calc((20/750) * 100vw) calc((10/750) * 100vw);
}
@media screen and (min-width: 768px), print {
  .top .mainArea-ttl {
    font-size: calc((68/1200) * 100vw);
    bottom: calc((20/1200) * 100vw);
    right: calc((20/1200) * 100vw);
    border: rgba(255, 255, 255, 0.7529411765) solid calc((6/1200) * 100vw);
    padding: calc((20/1200) * 100vw) calc((10/1200) * 100vw);
  }
}
@media screen and (min-width: 1200px), print {
  .top .mainArea-ttl {
    font-size: 68px;
    bottom: 20px;
    right: 20px;
    border: rgba(255, 255, 255, 0.7529411765) solid 6px;
    padding: 20px 10px;
  }
}
.top .mainArea-ttl span {
  color: #9F2747;
}
.top .mainArea-box {
  position: relative;
  margin-top: calc((50/750) * 100vw);
  padding: 0 calc((30/750) * 100vw);
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  justify-content: space-between;
}
@media screen and (min-width: 768px), print {
  .top .mainArea-box {
    width: calc((1000/1200) * 100vw);
    margin: calc((50/1200) * 100vw) auto 0;
    padding: 0;
    justify-content: flex-start;
  }
}
@media screen and (min-width: 1200px), print {
  .top .mainArea-box {
    width: 1000px;
    margin: 50px auto 0;
  }
}
.top .mainArea-subTtl {
  color: #9F2747;
  text-align: center;
  font-size: calc((48/750) * 100vw);
  border: solid calc((6/750) * 100vw) rgba(226, 28, 35, 0.5098039216);
  width: calc((100/750) * 100vw);
  padding: calc((20/750) * 100vw) 0;
}
@media screen and (min-width: 768px), print {
  .top .mainArea-subTtl {
    font-weight: 600;
    font-size: calc((32/1200) * 100vw);
    border: solid calc((6/1200) * 100vw) rgba(226, 28, 35, 0.5098039216);
    width: calc((64/1200) * 100vw);
    padding: calc((16/1200) * 100vw) 0;
    margin: 0 calc((20/1200) * 100vw) 0 0;
  }
}
@media screen and (min-width: 1200px), print {
  .top .mainArea-subTtl {
    font-size: 32px;
    border: solid 6px rgba(226, 28, 35, 0.5098039216);
    width: 64px;
    padding: 16px 0;
    margin: 0 20px 0 0;
  }
}
.top .mainArea-txt {
  width: calc((550/750) * 100vw);
  font-size: calc((26/750) * 100vw);
}
@media screen and (min-width: 768px), print {
  .top .mainArea-txt {
    width: calc((800/1200) * 100vw);
    font-size: calc((16/1200) * 100vw);
  }
}
@media screen and (min-width: 1200px), print {
  .top .mainArea-txt {
    width: 800px;
    font-size: 16px;
  }
}
.top .mainArea-txt span {
  color: #9F2747;
  font-weight: 600;
  font-size: calc((28/750) * 100vw);
}
@media screen and (min-width: 768px), print {
  .top .mainArea-txt span {
    font-size: calc((18/1200) * 100vw);
  }
}
@media screen and (min-width: 1200px), print {
  .top .mainArea-txt span {
    font-size: 18px;
  }
}
@media screen and (min-width: 768px), print {
  .top .mainArea-photo {
    position: absolute;
    right: calc((130/1200) * 100vw);
    width: calc((280/1200) * 100vw);
  }
}
@media screen and (min-width: 1200px), print {
  .top .mainArea-photo {
    right: 130px;
    width: 280px;
  }
}
@media screen and (min-width: 768px), print {
  .top .mainArea-photoTxt {
    position: absolute;
    right: 0;
    writing-mode: vertical-rl;
    line-height: 1.4;
    height: calc((300/1200) * 100vw);
  }
}
@media screen and (min-width: 1200px), print {
  .top .mainArea-photoTxt {
    height: 300px;
  }
}
@media screen and (min-width: 768px), print {
  .top .mainArea-linkBox {
    position: relative;
    margin-top: calc((50/1200) * 100vw);
  }
}
@media screen and (min-width: 1200px), print {
  .top .mainArea-linkBox {
    margin-top: 50px;
  }
}
@media screen and (min-width: 768px), print {
  .top .mainArea-link {
    position: absolute;
  }
}
@media screen and (min-width: 768px), print {
  .top .mainArea-link a {
    position: relative;
    color: #fff;
    font-size: calc((34/1200) * 100vw);
    text-shadow: calc((4/1200) * 100vw) calc((4/1200) * 100vw) calc((10/1200) * 100vw) rgba(255, 255, 255, 0.5019607843), calc((-4/1200) * 100vw) calc((4/1200) * 100vw) calc((10/1200) * 100vw) rgba(255, 255, 255, 0.5019607843), calc((4/1200) * 100vw) calc((-4/1200) * 100vw) calc((10/1200) * 100vw) rgba(255, 255, 255, 0.5019607843), calc((-4/1200) * 100vw) calc((-4/1200) * 100vw) calc((10/1200) * 100vw) rgba(255, 255, 255, 0.5019607843);
    width: 100%;
    height: 100%;
  }
}
@media screen and (min-width: 1200px), print {
  .top .mainArea-link a {
    font-size: 34px;
    text-shadow: 4px 4px 10px rgba(255, 255, 255, 0.5019607843), -4px 4px 10px rgba(255, 255, 255, 0.5019607843), 4px -4px 10px rgba(255, 255, 255, 0.5019607843), -4px -4px 10px rgba(255, 255, 255, 0.5019607843);
  }
}
@media screen and (min-width: 768px), print {
  .top .mainArea-link p {
    position: absolute;
    writing-mode: vertical-rl;
    bottom: calc((20/1200) * 100vw);
    right: calc((16/1200) * 100vw);
  }
}
@media screen and (min-width: 1200px), print {
  .top .mainArea-link p {
    position: absolute;
    writing-mode: vertical-rl;
    bottom: 20px;
    right: 16px;
  }
}
@media screen and (min-width: 768px), print {
  .top .mainArea-link.stay {
    width: calc((460/1200) * 100vw);
    height: calc((250/1200) * 100vw);
  }
}
@media screen and (min-width: 1200px), print {
  .top .mainArea-link.stay {
    width: 460px;
    height: 250px;
  }
}
@media screen and (min-width: 768px), print {
  .top .mainArea-link.stay p {
    writing-mode: vertical-rl;
    bottom: calc((30/1200) * 100vw);
  }
}
@media screen and (min-width: 1200px), print {
  .top .mainArea-link.stay p {
    bottom: 30px;
  }
}
@media screen and (min-width: 768px), print {
  .top .mainArea-link.food {
    width: calc((155/1200) * 100vw);
    height: calc((428/1200) * 100vw);
    right: calc((340/1200) * 100vw);
    bottom: calc((-150/1200) * 100vw);
  }
}
@media screen and (min-width: 1200px), print {
  .top .mainArea-link.food {
    width: 155px;
    height: 428px;
    right: 340px;
    bottom: -150px;
  }
}
@media screen and (min-width: 768px), print {
  .top .mainArea-link.tourism {
    width: calc((155/1200) * 100vw);
    height: calc((495/1200) * 100vw);
    right: calc((170/1200) * 100vw);
    bottom: calc((-320/1200) * 100vw);
  }
}
@media screen and (min-width: 1200px), print {
  .top .mainArea-link.tourism {
    width: 155px;
    height: 495px;
    right: 170px;
    bottom: -320px;
  }
}
@media screen and (min-width: 768px), print {
  .top .mainArea-link.map {
    width: calc((155/1200) * 100vw);
    height: calc((393/1200) * 100vw);
    right: 0;
    bottom: calc((-150/1200) * 100vw);
  }
}
@media screen and (min-width: 1200px), print {
  .top .mainArea-link.map {
    width: 155px;
    height: 393px;
    right: 0;
    bottom: -150px;
  }
}

/* page_mukashimachi
------------------------------*/
.mukashimachi .heading-box {
  text-align: center;
  padding: calc((30/750) * 100vw) 0;
  margin: 0 calc((30/750) * 100vw);
}
@media screen and (min-width: 768px), print {
  .mukashimachi .heading-box {
    width: calc((1000/1200) * 100vw);
    padding: calc((20/1200) * 100vw) 0;
    margin: 0 auto;
  }
}
@media screen and (min-width: 1200px), print {
  .mukashimachi .heading-box {
    width: 1000px;
    padding: 20px 0;
  }
}
.mukashimachi .heading-box img {
  margin-top: calc((40/750) * 100vw);
}
@media screen and (min-width: 768px), print {
  .mukashimachi .heading-box img {
    width: calc((420/1200) * 100vw);
    margin-top: calc((20/1200) * 100vw);
  }
}
@media screen and (min-width: 1200px), print {
  .mukashimachi .heading-box img {
    width: 420px;
    margin-top: 20px;
  }
}
.mukashimachi .heading-ttl {
  color: #9F2747;
  font-size: calc((48/750) * 100vw);
}
@media screen and (min-width: 768px), print {
  .mukashimachi .heading-ttl {
    font-size: calc((30/1200) * 100vw);
  }
}
@media screen and (min-width: 1200px), print {
  .mukashimachi .heading-ttl {
    font-size: 30px;
  }
}
.mukashimachi .heading-day {
  color: #002C54;
  font-size: calc((36/750) * 100vw);
}
@media screen and (min-width: 768px), print {
  .mukashimachi .heading-day {
    font-size: calc((24/1200) * 100vw);
  }
}
@media screen and (min-width: 1200px), print {
  .mukashimachi .heading-day {
    font-size: 24px;
  }
}
.mukashimachi .mainArea {
  margin: 0 calc((30/750) * 100vw);
  padding-bottom: calc((100/750) * 100vw);
}
@media screen and (min-width: 768px), print {
  .mukashimachi .mainArea {
    width: calc((800/1200) * 100vw);
    margin: 0 auto;
    padding-bottom: calc((100/1200) * 100vw);
  }
}
@media screen and (min-width: 1200px), print {
  .mukashimachi .mainArea {
    width: 800px;
    padding-bottom: 100px;
  }
}
@media screen and (min-width: 768px), print {
  .mukashimachi .mainArea-list {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
  }
}
.mukashimachi .mainArea-item {
  margin-top: calc((80/750) * 100vw);
}
@media screen and (min-width: 768px), print {
  .mukashimachi .mainArea-item {
    width: calc((358/1200) * 100vw);
    margin-top: calc((50/1200) * 100vw);
  }
}
@media screen and (min-width: 1200px), print {
  .mukashimachi .mainArea-item {
    width: 358px;
    margin-top: 50px;
  }
}
.mukashimachi .mainArea-subTtl {
  color: #9F2747;
  font-size: calc((36/750) * 100vw);
}
@media screen and (min-width: 768px), print {
  .mukashimachi .mainArea-subTtl {
    font-size: calc((20/1200) * 100vw);
  }
}
@media screen and (min-width: 1200px), print {
  .mukashimachi .mainArea-subTtl {
    font-size: 20px;
  }
}
.mukashimachi .mainArea-txt {
  font-size: calc((28/750) * 100vw);
  margin-top: calc((10/750) * 100vw);
}
@media screen and (min-width: 768px), print {
  .mukashimachi .mainArea-txt {
    font-size: calc((16/1200) * 100vw);
    margin-top: calc((10/1200) * 100vw);
  }
}
@media screen and (min-width: 1200px), print {
  .mukashimachi .mainArea-txt {
    font-size: 16px;
    margin-top: 10px;
  }
}
.mukashimachi .mainArea-img {
  margin-top: calc((10/750) * 100vw);
}
@media screen and (min-width: 768px), print {
  .mukashimachi .mainArea-img {
    width: calc((358/1200) * 100vw);
    height: calc((212/1200) * 100vw);
    margin-top: calc((10/1200) * 100vw);
  }
}
@media screen and (min-width: 1200px), print {
  .mukashimachi .mainArea-img {
    width: 358px;
    height: 212px;
    margin-top: 10px;
  }
}

/* page_volunteer
------------------------------*/
.volunteer .heading {
  background-image: url(../img/volunteer/volunteer_img_01_sp.png);
  background-size: cover;
  background-position: center center;
  display: flex;
  justify-content: center;
  align-items: center;
  height: calc((400/750) * 100vw);
}
@media screen and (min-width: 768px), print {
  .volunteer .heading {
    background-image: url(../img/volunteer/volunteer_img_01_pc.png);
    width: calc((1200/1200) * 100vw);
    height: calc((200/1200) * 100vw);
    margin: 0 auto;
  }
}
@media screen and (min-width: 1200px), print {
  .volunteer .heading {
    width: 1200px;
    height: 200px;
  }
}
.volunteer .heading-box {
  text-align: center;
  background-color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  width: calc((500/750) * 100vw);
  height: calc((200/750) * 100vw);
}
@media screen and (min-width: 768px), print {
  .volunteer .heading-box {
    width: calc((400/1200) * 100vw);
    height: calc((100/1200) * 100vw);
  }
}
@media screen and (min-width: 1200px), print {
  .volunteer .heading-box {
    width: 400px;
    height: 100px;
  }
}
.volunteer .heading-ttl {
  color: #9F2747;
  font-size: calc((48/750) * 100vw);
}
@media screen and (min-width: 768px), print {
  .volunteer .heading-ttl {
    font-size: calc((36/1200) * 100vw);
  }
}
@media screen and (min-width: 1200px), print {
  .volunteer .heading-ttl {
    font-size: 36px;
  }
}
.volunteer .mainArea {
  padding: 0 calc((30/750) * 100vw) calc((100/750) * 100vw) calc((30/750) * 100vw);
  margin: calc((50/750) * 100vw) 0 0;
}
@media screen and (min-width: 768px), print {
  .volunteer .mainArea {
    width: calc((1000/1200) * 100vw);
    margin: calc((50/1200) * 100vw) auto 0;
    padding: 0 0 calc((100/1200) * 100vw) 0;
  }
}
@media screen and (min-width: 1200px), print {
  .volunteer .mainArea {
    width: 1200px;
    margin: 50px auto 0;
    padding: 0 0 100px 0;
  }
}
.volunteer .mainArea-read {
  font-size: calc((30/750) * 100vw);
}
@media screen and (min-width: 768px), print {
  .volunteer .mainArea-read {
    font-size: calc((20/1200) * 100vw);
  }
}
@media screen and (min-width: 1200px), print {
  .volunteer .mainArea-read {
    font-size: 20px;
  }
}
.volunteer .mainArea-box {
  margin: calc((50/750) * 100vw) 0 0;
}
@media screen and (min-width: 768px), print {
  .volunteer .mainArea-box {
    margin: calc((30/1200) * 100vw) 0 0;
  }
}
.volunteer .mainArea-subTtl {
  color: #9F2747;
  font-size: calc((28/750) * 100vw);
}
@media screen and (min-width: 768px), print {
  .volunteer .mainArea-subTtl {
    font-size: calc((18/1200) * 100vw);
  }
}
@media screen and (min-width: 1200px), print {
  .volunteer .mainArea-subTtl {
    font-size: 18px;
  }
}
.volunteer .mainArea-item {
  font-size: calc((26/750) * 100vw);
}
@media screen and (min-width: 768px), print {
  .volunteer .mainArea-item {
    font-size: calc((16/1200) * 100vw);
  }
}
@media screen and (min-width: 1200px), print {
  .volunteer .mainArea-item {
    font-size: 16px;
  }
}
.volunteer .mainArea-txt {
  font-size: calc((26/750) * 100vw);
  margin: calc((50/750) * 100vw) 0 0;
}
@media screen and (min-width: 768px), print {
  .volunteer .mainArea-txt {
    font-size: calc((16/1200) * 100vw);
    margin: calc((30/1200) * 100vw) 0 0;
  }
}
@media screen and (min-width: 1200px), print {
  .volunteer .mainArea-txt {
    font-size: 16px;
    margin: 30px 0 0;
  }
}

/* page_stamp
------------------------------*/
.stamp .heading {
  margin: calc((30/750) * 100vw) 0 0;
}
@media screen and (min-width: 768px), print {
  .stamp .heading {
    margin: calc((30/1200) * 100vw) 0 0;
  }
}
@media screen and (min-width: 1200px), print {
  .stamp .heading {
    margin: 30px 0 0;
  }
}
.stamp .heading-ttl {
  color: #9F2747;
  text-align: center;
  font-size: calc((48/750) * 100vw);
}
@media screen and (min-width: 768px), print {
  .stamp .heading-ttl {
    font-size: calc((36/1200) * 100vw);
  }
}
@media screen and (min-width: 1200px), print {
  .stamp .heading-ttl {
    font-size: 36px;
  }
}
.stamp .heading-txt {
  padding: 0 calc((30/750) * 100vw);
  margin: calc((20/750) * 100vw) 0 0;
}
@media screen and (min-width: 768px), print {
  .stamp .heading-txt {
    text-align: center;
    width: calc((1000/1200) * 100vw);
    padding: 0;
    margin: calc((20/1200) * 100vw) auto 0;
  }
}
@media screen and (min-width: 1200px), print {
  .stamp .heading-txt {
    width: 1000px;
    margin: 20px auto 0;
  }
}
.stamp .info {
  margin: calc((120/750) * 100vw) 0 0;
}
@media screen and (min-width: 768px), print {
  .stamp .info {
    margin: calc((100/1200) * 100vw) 0 0;
  }
}
@media screen and (min-width: 1200px), print {
  .stamp .info {
    margin: 100px 0 0;
  }
}
.stamp .info-Ttl {
  color: #9F2747;
  text-align: center;
  font-size: calc((42/750) * 100vw);
}
@media screen and (min-width: 768px), print {
  .stamp .info-Ttl {
    font-size: calc((28/1200) * 100vw);
  }
}
@media screen and (min-width: 1200px), print {
  .stamp .info-Ttl {
    font-size: 28px;
  }
}
.stamp .info-list {
  margin: calc((20/750) * 100vw) 0 0;
}
@media screen and (min-width: 768px), print {
  .stamp .info-list {
    width: calc((1000/1200) * 100vw);
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
}
@media screen and (min-width: 1200px), print {
  .stamp .info-list {
    width: 1000px;
  }
}
.stamp .info-item {
  margin: calc((20/750) * 100vw) 0 0;
}
@media screen and (min-width: 768px), print {
  .stamp .info-item {
    width: calc((300/1200) * 100vw);
  }
}
@media screen and (min-width: 1200px), print {
  .stamp .info-item {
    width: 300px;
  }
}
@media screen and (max-width: 768px), print {
  .stamp .info-img {
    height: calc((400/750) * 100vw);
  }
}
@media screen and (max-width: 768px), print {
  .stamp .info-img img {
    height: 100%;
    object-fit: cover;
  }
}
.stamp .info-txt {
  text-align: center;
}
@media screen and (min-width: 768px), print {
  .stamp .info-txt {
    margin-top: calc((10/1200) * 100vw);
  }
}
@media screen and (min-width: 1200px), print {
  .stamp .info-txt {
    margin-top: 10px;
  }
}
.stamp .info-map {
  background-color: #dfa7b6;
  padding: calc((30/750) * 100vw);
  margin: calc((50/750) * 100vw) 0 0;
}
@media screen and (min-width: 768px), print {
  .stamp .info-map {
    display: flex;
    justify-content: center;
    padding: calc((50/1200) * 100vw) 0;
    margin: calc((100/1200) * 100vw) 0 0;
  }
}
@media screen and (min-width: 1200px), print {
  .stamp .info-map {
    padding: 50px 0;
    margin: 100px 0 0;
  }
}
@media screen and (min-width: 768px), print {
  .stamp .info-map img {
    width: calc((900/1200) * 100vw);
    margin: 0 auto;
  }
}
@media screen and (min-width: 1200px), print {
  .stamp .info-map img {
    width: 900px;
  }
}
.stamp .shop {
  padding: calc((80/750) * 100vw) 0;
  background-image: url(../img/services-9/services-9_bg_01.jpg);
}
@media screen and (min-width: 768px), print {
  .stamp .shop {
    padding: calc((80/1200) * 100vw) 0;
  }
}
@media screen and (min-width: 1200px), print {
  .stamp .shop {
    padding: 80px 0;
  }
}
.stamp .shop-ttl {
  color: #9F2747;
  text-align: center;
  font-size: calc((58/750) * 100vw);
}
@media screen and (min-width: 768px), print {
  .stamp .shop-ttl {
    font-size: calc((42/1200) * 100vw);
  }
}
@media screen and (min-width: 1200px), print {
  .stamp .shop-ttl {
    font-size: 42px;
  }
}
.stamp .shop-read {
  font-family: "Noto Sans JP", sans-serif;
  text-align: center;
  color: #757575;
  background-color: #f2e7d3;
  font-size: calc((26/750) * 100vw);
  margin-top: calc((40/750) * 100vw);
  padding: calc((10/750) * 100vw) 0;
}
@media screen and (min-width: 768px), print {
  .stamp .shop-read {
    font-size: calc((14/1200) * 100vw);
    margin-top: calc((50/1200) * 100vw);
    padding: calc((10/1200) * 100vw) 0;
  }
}
@media screen and (min-width: 1200px), print {
  .stamp .shop-read {
    font-size: 14px;
    margin-top: 50px;
    padding: 10px 0;
  }
}
.stamp .shop-list {
  margin-top: calc((40/750) * 100vw);
}
@media screen and (min-width: 768px), print {
  .stamp .shop-list {
    margin: calc((20/1200) * 100vw) auto 0;
    width: calc((1000/1200) * 100vw);
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
  }
}
@media screen and (min-width: 1200px), print {
  .stamp .shop-list {
    margin: 20px auto 0;
    width: 1000px;
  }
}
.stamp .shop-item {
  position: relative;
  background-color: #fff;
  margin-top: calc((30/750) * 100vw);
  padding: calc((30/750) * 100vw) calc((30/750) * 100vw) calc((60/750) * 100vw);
  box-shadow: 0 1px calc((8/750) * 100vw) 0 rgba(0, 0, 0, 0.1490196078);
}
@media screen and (min-width: 768px), print {
  .stamp .shop-item {
    width: calc((480/1200) * 100vw);
    margin-top: calc((20/1200) * 100vw);
    padding: calc((20/1200) * 100vw) calc((20/1200) * 100vw) calc((40/1200) * 100vw);
    box-shadow: 0 1px calc((8/1200) * 100vw) 0 rgba(0, 0, 0, 0.1490196078);
  }
}
@media screen and (min-width: 1200px), print {
  .stamp .shop-item {
    width: 480px;
    margin-top: 20px;
    padding: 20px 20px 40px;
    box-shadow: 0 1px 8px 0 rgba(0, 0, 0, 0.1490196078);
  }
}
.stamp .shop-subTtl {
  color: #757575;
  font-size: calc((32/750) * 100vw);
}
@media screen and (min-width: 768px), print {
  .stamp .shop-subTtl {
    font-size: calc((18/1200) * 100vw);
  }
}
@media screen and (min-width: 1200px), print {
  .stamp .shop-subTtl {
    font-size: 18px;
  }
}
.stamp .shop-txt {
  color: #9F2747;
  font-size: calc((28/750) * 100vw);
  margin: calc((15/750) * 100vw) 0 0 calc((50/750) * 100vw);
}
@media screen and (min-width: 768px), print {
  .stamp .shop-txt {
    font-size: calc((16/1200) * 100vw);
    margin: calc((10/1200) * 100vw) 0 0 calc((30/1200) * 100vw);
  }
}
@media screen and (min-width: 1200px), print {
  .stamp .shop-txt {
    font-size: 16px;
    margin: 10px 0 0 30px;
  }
}
.stamp .shop-qr {
  position: absolute;
  width: calc((150/750) * 100vw);
  right: calc((50/750) * 100vw);
  top: 50%;
  transform: translateY(-50%);
}
@media screen and (min-width: 768px), print {
  .stamp .shop-qr {
    width: calc((100/1200) * 100vw);
    right: calc((30/1200) * 100vw);
  }
}
@media screen and (min-width: 1200px), print {
  .stamp .shop-qr {
    width: 100px;
    right: 30px;
  }
}
/* page_event
------------------------------*/
.event .heading {
  background-image: url(../img/event/event_img_01.jpg);
  background-size: cover;
  background-position: center center;
  display: flex;
  justify-content: center;
  align-items: center;
  height: calc((400/750) * 100vw);
}
@media screen and (min-width: 768px), print {
  .event .heading {
    background-position: center bottom;
    width: calc((1200/1200) * 100vw);
    height: calc((300/1200) * 100vw);
    margin: 0 auto;
  }
}
@media screen and (min-width: 1200px), print {
  .event .heading {
    width: 1200px;
    height: 300px;
  }
}
.event .heading-box {
  text-align: center;
  background-color: rgba(255, 255, 255, 0.9098039216);
  display: flex;
  justify-content: center;
  align-items: center;
  width: calc((500/750) * 100vw);
  height: calc((200/750) * 100vw);
}
@media screen and (min-width: 768px), print {
  .event .heading-box {
    width: calc((400/1200) * 100vw);
    height: calc((100/1200) * 100vw);
  }
}
@media screen and (min-width: 1200px), print {
  .event .heading-box {
    width: 400px;
    height: 100px;
  }
}
.event .heading-ttl {
  color: #9F2747;
  font-size: calc((48/750) * 100vw);
}
@media screen and (min-width: 768px), print {
  .event .heading-ttl {
    font-size: calc((36/1200) * 100vw);
  }
}
@media screen and (min-width: 1200px), print {
  .event .heading-ttl {
    font-size: 36px;
  }
}
.event .mainArea {
  margin: 0 calc((30/750) * 100vw);
  padding-bottom: calc((100/750) * 100vw);
}
@media screen and (min-width: 768px), print {
  .event .mainArea {
    width: calc((800/1200) * 100vw);
    padding-bottom: calc((100/1200) * 100vw);
    margin: 0 auto;
  }
}
@media screen and (min-width: 1200px), print {
  .event .mainArea {
    width: 800px;
    padding-bottom: 100px;
  }
}
@media screen and (min-width: 768px), print {
  .event .mainArea-list {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
  }
}
.event .mainArea-item {
  margin-top: calc((80/750) * 100vw);
}
@media screen and (min-width: 768px), print {
  .event .mainArea-item {
    width: calc((358/1200) * 100vw);
    margin-top: calc((50/1200) * 100vw);
  }
}
@media screen and (min-width: 1200px), print {
  .event .mainArea-item {
    width: 358px;
    margin-top: 50px;
  }
}
.event .mainArea-subTtl {
  color: #757575;
  font-weight: 600;
  font-size: calc((38/750) * 100vw);
}
@media screen and (min-width: 768px), print {
  .event .mainArea-subTtl {
    font-size: calc((20/1200) * 100vw);
  }
}
@media screen and (min-width: 1200px), print {
  .event .mainArea-subTtl {
    font-size: 20px;
  }
}
.event .mainArea-txt {
  font-size: calc((28/750) * 100vw);
  margin-top: calc((10/750) * 100vw);
}
@media screen and (min-width: 768px), print {
  .event .mainArea-txt {
    font-size: calc((16/1200) * 100vw);
    margin-top: calc((10/1200) * 100vw);
  }
}
@media screen and (min-width: 1200px), print {
  .event .mainArea-txt {
    font-size: 16px;
    margin-top: 10px;
  }
}
.event .mainArea-img {
  margin-top: calc((10/750) * 100vw);
  height: calc((350/750) * 100vw);
}
@media screen and (min-width: 768px), print {
  .event .mainArea-img {
    width: calc((358/1200) * 100vw);
    height: calc((212/1200) * 100vw);
    margin-top: calc((10/1200) * 100vw);
  }
}
@media screen and (min-width: 1200px), print {
  .event .mainArea-img {
    width: 358px;
    height: 212px;
    margin-top: 10px;
  }
}
.event .mainArea-img img {
  height: 100%;
  object-fit: cover;
}

/* page_tourism
------------------------------*/
.tourism .heading {
  margin-top: calc((30/750) * 100vw);
}
@media screen and (min-width: 768px), print {
  .tourism .heading {
    margin-top: calc((50/1200) * 100vw);
  }
}
@media screen and (min-width: 1200px), print {
  .tourism .heading {
    margin-top: 50px;
  }
}
.tourism .heading-wrap {
  padding: 0 calc((30/750) * 100vw);
}
@media screen and (min-width: 768px), print {
  .tourism .heading-wrap {
    padding: 0;
    width: calc((1000/1200) * 100vw);
    margin: 0 auto;
    display: flex;
    flex-direction: row;
  }
}
@media screen and (min-width: 1200px), print {
  .tourism .heading-wrap {
    width: 1000px;
  }
}
.tourism .heading-ttl {
  color: #002C54;
  writing-mode: vertical-rl;
  line-height: 1.2;
  background-color: rgba(205, 114, 19, 0.4588235294);
  display: flex;
  align-items: center;
  justify-content: center;
  border: #cd7213 solid calc((8/750) * 100vw);
  width: calc((500/750) * 100vw);
  height: calc((450/750) * 100vw);
  font-size: calc((120/750) * 100vw);
  margin: 0 auto;
}
@media screen and (min-width: 768px), print {
  .tourism .heading-ttl {
    border: #cd7213 solid calc((6/1200) * 100vw);
    width: calc((300/1200) * 100vw);
    height: calc((280/1200) * 100vw);
    font-size: calc((68/1200) * 100vw);
    margin: 0;
  }
}
@media screen and (min-width: 1200px), print {
  .tourism .heading-ttl {
    border: #cd7213 solid 6px;
    width: 300px;
    height: 280px;
    font-size: 68px;
  }
}
.tourism .heading-box {
  margin-top: calc((68/750) * 100vw);
}
@media screen and (min-width: 768px), print {
  .tourism .heading-box {
    margin-top: 0;
    padding-left: calc((30/1200) * 100vw);
  }
}
.tourism .heading-subTtl {
  color: #002C54;
  text-align: center;
  font-size: calc((38/750) * 100vw);
}
@media screen and (min-width: 768px), print {
  .tourism .heading-subTtl {
    text-align: left;
    line-height: 1;
    font-size: calc((26/1200) * 100vw);
  }
}
@media screen and (min-width: 1200px), print {
  .tourism .heading-subTtl {
    font-size: 26px;
  }
}
.tourism .heading-txt {
  font-size: calc((26/750) * 100vw);
  margin-top: calc((16/750) * 100vw);
}
@media screen and (min-width: 768px), print {
  .tourism .heading-txt {
    font-size: calc((16/1200) * 100vw);
    margin-top: calc((18/1200) * 100vw);
  }
}
@media screen and (min-width: 1200px), print {
  .tourism .heading-txt {
    font-size: 16px;
    margin-top: 18px;
  }
}
.tourism .mainArea {
  color: #002C54;
  margin-top: calc((50/750) * 100vw);
}
@media screen and (min-width: 768px), print {
  .tourism .mainArea {
    margin-top: calc((50/1200) * 100vw);
    padding: 0;
  }
}
@media screen and (min-width: 1200px), print {
  .tourism .mainArea {
    margin-top: 50px;
  }
}
.tourism .mainArea-list {
  padding: 0 calc((30/750) * 100vw);
}
@media screen and (min-width: 768px), print {
  .tourism .mainArea-list {
    width: calc((1000/1200) * 100vw);
    margin: 0 auto;
  }
}
@media screen and (min-width: 1200px), print {
  .tourism .mainArea-list {
    width: 1000px;
  }
}
.tourism .mainArea-item {
  margin-top: calc((20/750) * 100vw);
}
@media screen and (min-width: 768px), print {
  .tourism .mainArea-item {
    margin-top: calc((20/1200) * 100vw);
    font-size: calc((24/1200) * 100vw);
  }
}
@media screen and (min-width: 1200px), print {
  .tourism .mainArea-item {
    margin-top: 20px;
    font-size: 24px;
  }
}
.tourism .mainArea-img {
  margin-top: calc((100/1200) * 100vw);
}
@media screen and (min-width: 768px), print {
  .tourism .mainArea-img {
    margin: calc((100/1200) * 100vw) auto 0;
    width: calc((1200/1200) * 100vw);
    height: calc((400/1200) * 100vw);
  }
}
@media screen and (min-width: 1200px), print {
  .tourism .mainArea-img {
    margin: 100px auto 0;
    width: 1200px;
    height: 400px;
  }
}
@media screen and (min-width: 768px), print {
  .tourism .mainArea-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
}

/* page_konyozushiki
------------------------------*/
.konyozushiki .cont {
  margin-top: calc((30/750) * 100vw);
}
@media screen and (min-width: 768px), print {
  .konyozushiki .cont {
    margin-top: calc((50/1200) * 100vw);
  }
}
@media screen and (min-width: 1200px), print {
  .konyozushiki .cont {
    margin-top: 50px;
  }
}
.konyozushiki .cont-ttl {
  color: #9F2747;
  text-align: center;
  font-size: calc((48/750) * 100vw);
}
@media screen and (min-width: 768px), print {
  .konyozushiki .cont-ttl {
    font-size: calc((36/1200) * 100vw);
  }
}
@media screen and (min-width: 1200px), print {
  .konyozushiki .cont-ttl {
    font-size: 36px;
  }
}
.konyozushiki .cont-txt {
  padding: 0 calc((30/750) * 100vw);
  margin: calc((20/750) * 100vw) 0 0;
}
@media screen and (min-width: 768px), print {
  .konyozushiki .cont-txt {
    text-align: center;
    width: calc((1000/1200) * 100vw);
    padding: 0;
    margin: calc((20/1200) * 100vw) auto 0;
  }
}
@media screen and (min-width: 1200px), print {
  .konyozushiki .cont-txt {
    width: 1000px;
    margin: 20px auto 0;
  }
}
.konyozushiki .cont-link {
  font-family: "Noto Sans JP", sans-serif;
  background-color: #002C54;
  text-align: center;
  width: calc((340/750) * 100vw);
  margin: calc((60/750) * 100vw) auto 0;
}
@media screen and (min-width: 768px), print {
  .konyozushiki .cont-link {
    width: calc((200/1200) * 100vw);
    margin: calc((80/1200) * 100vw) auto 0;
  }
}
@media screen and (min-width: 1200px), print {
  .konyozushiki .cont-link {
    width: 200px;
    margin: 80px auto 0;
  }
}
.konyozushiki .cont-link a {
  color: #fff;
  text-decoration: underline;
  font-size: calc((28/750) * 100vw);
  padding: calc((20/750) * 100vw) 0;
}
@media screen and (min-width: 768px), print {
  .konyozushiki .cont-link a {
    font-size: calc((18/1200) * 100vw);
    padding: calc((10/1200) * 100vw) 0;
  }
}
@media screen and (min-width: 1200px), print {
  .konyozushiki .cont-link a {
    font-size: 18px;
    padding: 10px 0;
  }
}

/* page_morningmarket
------------------------------*/
.morningmarket .hedding {
  margin-top: calc((30/750) * 100vw);
}
@media screen and (min-width: 768px), print {
  .morningmarket .hedding {
    position: relative;
    width: calc((1000/1200) * 100vw);
    height: calc((500/1200) * 100vw);
    margin: calc((50/1200) * 100vw) auto 0;
  }
}
@media screen and (min-width: 1200px), print {
  .morningmarket .hedding {
    width: 1000px;
    height: 500px;
    margin: 50px auto 0;
  }
}
.morningmarket .hedding-img {
  height: calc((280/750) * 100vw);
}
@media screen and (min-width: 768px), print {
  .morningmarket .hedding-img {
    width: calc((600/1200) * 100vw);
    height: calc((400/1200) * 100vw);
    position: absolute;
    right: 0;
    top: calc((60/1200) * 100vw);
  }
}
@media screen and (min-width: 1200px), print {
  .morningmarket .hedding-img {
    width: 600px;
    height: 400px;
    top: 60px;
  }
}
.morningmarket .hedding-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.morningmarket .hedding-box {
  background-color: #ededed;
  padding: calc((50/750) * 100vw) calc((30/750) * 100vw);
}
@media screen and (min-width: 768px), print {
  .morningmarket .hedding-box {
    width: calc((500/1200) * 100vw);
    padding: calc((40/1200) * 100vw) calc((50/1200) * 100vw) calc((80/1200) * 100vw) calc((50/1200) * 100vw);
    position: absolute;
  }
}
@media screen and (min-width: 1200px), print {
  .morningmarket .hedding-box {
    width: 500px;
  }
}
.morningmarket .hedding-ttl {
  color: #9F2747;
  font-size: calc((48/750) * 100vw);
}
@media screen and (min-width: 768px), print {
  .morningmarket .hedding-ttl {
    font-size: calc((36/1200) * 100vw);
  }
}
@media screen and (min-width: 1200px), print {
  .morningmarket .hedding-ttl {
    font-size: 36px;
  }
}
.morningmarket .hedding-txt {
  margin: calc((20/750) * 100vw) 0 0;
}
@media screen and (min-width: 768px), print {
  .morningmarket .hedding-txt {
    margin: calc((10/1200) * 100vw) 0 0;
  }
}
@media screen and (min-width: 1200px), print {
  .morningmarket .hedding-txt {
    margin: 10px 0 0;
  }
}
.morningmarket .mainArea {
  margin: calc((100/750) * 100vw) 0 0;
  padding-bottom: calc((100/750) * 100vw);
}
@media screen and (min-width: 768px), print {
  .morningmarket .mainArea {
    margin: 0;
    padding-bottom: calc((80/1200) * 100vw);
  }
}
@media screen and (min-width: 1200px), print {
  .morningmarket .mainArea {
    padding-bottom: 80px;
  }
}
@media screen and (min-width: 768px), print {
  .morningmarket .mainArea-list {
    width: calc((850/1200) * 100vw);
    margin: calc((30/1200) * 100vw) auto 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
}
@media screen and (min-width: 1200px), print {
  .morningmarket .mainArea-list {
    width: 850px;
    margin: 30px auto 0;
  }
}
.morningmarket .mainArea-item {
  position: relative;
  margin-top: calc((50/750) * 100vw);
}
@media screen and (min-width: 768px), print {
  .morningmarket .mainArea-item {
    width: calc((400/1200) * 100vw);
    margin-top: calc((30/1200) * 100vw);
  }
}
@media screen and (min-width: 1200px), print {
  .morningmarket .mainArea-item {
    width: 400px;
    margin-top: 30px;
  }
}
.morningmarket .mainArea-img {
  height: calc((520/750) * 100vw);
  border: 1px solid #002C54;
}
@media screen and (min-width: 768px), print {
  .morningmarket .mainArea-img {
    height: calc((300/1200) * 100vw);
    width: calc((400/1200) * 100vw);
  }
}
@media screen and (min-width: 1200px), print {
  .morningmarket .mainArea-img {
    height: 300px;
    width: 400px;
  }
}
.morningmarket .mainArea-img img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.morningmarket .mainArea-box {
  font-weight: 600;
  color: #002C54;
  text-align: center;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  padding: 0 calc((50/750) * 100vw);
}
@media screen and (min-width: 768px), print {
  .morningmarket .mainArea-box {
    padding: 0 calc((50/1200) * 100vw);
  }
}
@media screen and (min-width: 1200px), print {
  .morningmarket .mainArea-box {
    padding: 0 50px;
  }
}
.morningmarket .mainArea-ttl {
  font-weight: 600;
  font-size: calc((48/750) * 100vw);
  margin-bottom: calc((30/750) * 100vw);
}
@media screen and (min-width: 768px), print {
  .morningmarket .mainArea-ttl {
    font-size: calc((28/1200) * 100vw);
    margin-bottom: calc((15/1200) * 100vw);
  }
}
@media screen and (min-width: 1200px), print {
  .morningmarket .mainArea-ttl {
    font-size: 28px;
    margin-bottom: 15px;
  }
}
.morningmarket .mainArea-txt {
  font-family: "Noto Sans JP", sans-serif;
  display: inline;
  background: linear-gradient(transparent 10%, #dddddd 0%);
  font-size: calc((28/750) * 100vw);
}
@media screen and (min-width: 768px), print {
  .morningmarket .mainArea-txt {
    font-size: calc((16/1200) * 100vw);
    line-height: 1.7;
  }
}
@media screen and (min-width: 1200px), print {
  .morningmarket .mainArea-txt {
    font-size: 16px;
  }
}

/* page_restaurant
------------------------------*/
.restaurant .cont {
  margin-top: calc((30/750) * 100vw);
}
@media screen and (min-width: 768px), print {
  .restaurant .cont {
    margin-top: calc((50/1200) * 100vw);
  }
}
@media screen and (min-width: 1200px), print {
  .restaurant .cont {
    margin-top: 50px;
  }
}
.restaurant .cont-wrap {
  padding: 0 calc((30/750) * 100vw);
}
@media screen and (min-width: 768px), print {
  .restaurant .cont-wrap {
    padding: 0;
    width: calc((1000/1200) * 100vw);
    margin: 0 auto;
    display: flex;
    flex-direction: row;
  }
}
@media screen and (min-width: 1200px), print {
  .restaurant .cont-wrap {
    width: 1000px;
  }
}
.restaurant .cont-ttl {
  position: relative;
  color: #6A1A2F;
  writing-mode: vertical-rl;
  line-height: 1.2;
  background-color: #DFA7B6;
  display: flex;
  align-items: center;
  justify-content: center;
  border: #bf778a solid calc((8/750) * 100vw);
  width: calc((500/750) * 100vw);
  height: calc((450/750) * 100vw);
  font-size: calc((120/750) * 100vw);
  margin: 0 auto;
}
@media screen and (min-width: 768px), print {
  .restaurant .cont-ttl {
    border: #bf778a solid calc((6/1200) * 100vw);
    width: calc((300/1200) * 100vw);
    height: calc((280/1200) * 100vw);
    font-size: calc((68/1200) * 100vw);
    margin: 0;
  }
}
@media screen and (min-width: 1200px), print {
  .restaurant .cont-ttl {
    border: #bf778a solid 6px;
    width: 300px;
    height: 280px;
    font-size: 68px;
  }
}
.restaurant .cont-ttl span {
  display: contents;
  color: #9F2747;
}
.restaurant .cont-ttl::after {
  content: "";
  position: absolute;
  width: calc((100/750) * 100vw);
  height: calc((89/750) * 100vw);
  background-image: url(../img/restaurant/restaurant_bg_01.png);
  background-size: cover;
  left: calc((40/750) * 100vw);
  bottom: calc((40/750) * 100vw);
}
@media screen and (min-width: 768px), print {
  .restaurant .cont-ttl::after {
    width: calc((100/1200) * 100vw);
    height: calc((89/1200) * 100vw);
    left: calc((10/1200) * 100vw);
    bottom: calc((20/1200) * 100vw);
  }
}
@media screen and (min-width: 1200px), print {
  .restaurant .cont-ttl::after {
    width: 100px;
    height: 89px;
    left: 10px;
    bottom: 20px;
  }
}
.restaurant .cont-box {
  margin-top: calc((68/750) * 100vw);
}
@media screen and (min-width: 768px), print {
  .restaurant .cont-box {
    margin-top: 0;
    padding-left: calc((30/1200) * 100vw);
  }
}
.restaurant .cont-txt {
  font-size: calc((32/750) * 100vw);
  margin-top: calc((16/750) * 100vw);
}
@media screen and (min-width: 768px), print {
  .restaurant .cont-txt {
    font-size: calc((16/1200) * 100vw);
    margin-top: calc((120/1200) * 100vw);
  }
}
@media screen and (min-width: 1200px), print {
  .restaurant .cont-txt {
    font-size: 16px;
    margin-top: 120px;
  }
}
.restaurant .cont-img {
  margin-top: calc((50/750) * 100vw);
}
@media screen and (min-width: 768px), print {
  .restaurant .cont-img {
    margin: calc((30/1200) * 100vw) auto 0;
    width: calc((1000/1200) * 100vw);
  }
}
@media screen and (min-width: 1200px), print {
  .restaurant .cont-img {
    margin: 30px auto 0;
    width: 1000px;
  }
}
.restaurant .cont-map {
  margin-top: calc((50/750) * 100vw);
}
@media screen and (min-width: 768px), print {
  .restaurant .cont-map {
    margin-top: calc((30/1200) * 100vw);
  }
}
@media screen and (min-width: 1200px), print {
  .restaurant .cont-map {
    margin-top: 30px;
  }
}
.restaurant .cont iframe {
  width: 100%;
  height: calc((500/750) * 100vw);
}
@media screen and (min-width: 768px), print {
  .restaurant .cont iframe {
    height: calc((400/1200) * 100vw);
  }
}
@media screen and (min-width: 1200px), print {
  .restaurant .cont iframe {
    height: 400px;
  }
}

/* page_oranda
------------------------------*/
.oranda .cont {
  margin-top: calc((30/750) * 100vw);
  padding-bottom: calc((100/750) * 100vw);
}
@media screen and (min-width: 768px), print {
  .oranda .cont {
    margin-top: calc((50/1200) * 100vw);
    padding-bottom: calc((100/1200) * 100vw);
  }
}
@media screen and (min-width: 1200px), print {
  .oranda .cont {
    margin-top: 50px;
    padding-bottom: 100px;
  }
}
.oranda .cont-ttl {
  color: #9F2747;
  text-align: center;
  font-size: calc((48/750) * 100vw);
}
@media screen and (min-width: 768px), print {
  .oranda .cont-ttl {
    font-size: calc((36/1200) * 100vw);
  }
}
@media screen and (min-width: 1200px), print {
  .oranda .cont-ttl {
    font-size: 36px;
  }
}
.oranda .cont-read {
  padding: 0 calc((30/750) * 100vw);
  margin: calc((20/750) * 100vw) 0 0;
}
@media screen and (min-width: 768px), print {
  .oranda .cont-read {
    text-align: center;
    width: calc((1000/1200) * 100vw);
    padding: 0;
    margin: calc((20/1200) * 100vw) auto 0;
  }
}
@media screen and (min-width: 1200px), print {
  .oranda .cont-read {
    width: 1000px;
    margin: 20px auto 0;
  }
}
.oranda .cont-link {
  font-family: "Noto Sans JP", sans-serif;
  background-color: #002C54;
  text-align: center;
  width: calc((340/750) * 100vw);
  margin: calc((60/750) * 100vw) auto 0;
}
@media screen and (min-width: 768px), print {
  .oranda .cont-link {
    width: calc((200/1200) * 100vw);
    margin: calc((50/1200) * 100vw) auto 0;
  }
}
@media screen and (min-width: 1200px), print {
  .oranda .cont-link {
    width: 200px;
    margin: 50px auto 0;
  }
}
.oranda .cont-link a {
  color: #fff;
  text-decoration: underline;
  font-size: calc((28/750) * 100vw);
  padding: calc((20/750) * 100vw) 0;
}
@media screen and (min-width: 768px), print {
  .oranda .cont-link a {
    font-size: calc((18/1200) * 100vw);
    padding: calc((10/1200) * 100vw) 0;
  }
}
@media screen and (min-width: 1200px), print {
  .oranda .cont-link a {
    font-size: 18px;
    padding: 10px 0;
  }
}
.oranda .cont-img {
  margin-top: calc((50/750) * 100vw);
  padding: 0 calc((30/750) * 100vw);
}
@media screen and (min-width: 768px), print {
  .oranda .cont-img {
    width: calc((600/1200) * 100vw);
    margin: calc((80/1200) * 100vw) auto 0;
    padding: 0;
  }
}
@media screen and (min-width: 1200px), print {
  .oranda .cont-img {
    width: 600px;
    margin: 80px auto 0;
  }
}
.oranda .cont-txt {
  padding: 0 calc((30/750) * 100vw);
  margin: calc((20/750) * 100vw) 0 0;
}
@media screen and (min-width: 768px), print {
  .oranda .cont-txt {
    width: calc((600/1200) * 100vw);
    padding: 0;
    margin: calc((20/1200) * 100vw) auto 0;
  }
}
@media screen and (min-width: 1200px), print {
  .oranda .cont-txt {
    width: 600px;
    margin: 20px auto 0;
  }
}

/* page_stay
------------------------------*/
.stay .cont {
  margin-top: calc((30/750) * 100vw);
  padding-bottom: calc((100/750) * 100vw);
}
@media screen and (min-width: 768px), print {
  .stay .cont {
    margin-top: calc((50/1200) * 100vw);
    padding-bottom: calc((100/1200) * 100vw);
  }
}
@media screen and (min-width: 1200px), print {
  .stay .cont {
    margin-top: 50px;
    padding-bottom: 100px;
  }
}
.stay .cont-wrap {
  padding: 0 calc((30/750) * 100vw);
}
@media screen and (min-width: 768px), print {
  .stay .cont-wrap {
    padding: 0;
    width: calc((1000/1200) * 100vw);
    margin: 0 auto;
  }
}
@media screen and (min-width: 1200px), print {
  .stay .cont-wrap {
    width: 1000px;
  }
}
.stay .cont-ttl {
  position: relative;
  color: #6A1A2F;
  writing-mode: vertical-rl;
  line-height: 1.2;
  background-color: #DFA7B6;
  display: flex;
  align-items: center;
  justify-content: center;
  border: #bf778a solid calc((8/750) * 100vw);
  width: calc((500/750) * 100vw);
  height: calc((450/750) * 100vw);
  font-size: calc((120/750) * 100vw);
  margin: 0 auto;
}
@media screen and (min-width: 768px), print {
  .stay .cont-ttl {
    border: #bf778a solid calc((6/1200) * 100vw);
    width: calc((300/1200) * 100vw);
    height: calc((280/1200) * 100vw);
    font-size: calc((68/1200) * 100vw);
    margin: 0;
  }
}
@media screen and (min-width: 1200px), print {
  .stay .cont-ttl {
    border: #bf778a solid 6px;
    width: 300px;
    height: 280px;
    font-size: 68px;
  }
}
.stay .cont-ttl span {
  display: contents;
  color: #9F2747;
}
.stay .cont-ttl::after {
  content: "";
  position: absolute;
  width: calc((92/750) * 100vw);
  height: calc((88/750) * 100vw);
  background-image: url(../img/stay/stay_bg_01.png);
  background-size: cover;
  left: calc((40/750) * 100vw);
  bottom: calc((40/750) * 100vw);
}
@media screen and (min-width: 768px), print {
  .stay .cont-ttl::after {
    width: calc((92/1200) * 100vw);
    height: calc((88/1200) * 100vw);
    left: calc((10/1200) * 100vw);
    bottom: calc((20/1200) * 100vw);
  }
}
@media screen and (min-width: 1200px), print {
  .stay .cont-ttl::after {
    width: 92px;
    height: 88px;
    left: 10px;
    bottom: 20px;
  }
}
.stay .cont-box {
  margin-top: calc((68/750) * 100vw);
}
@media screen and (min-width: 768px), print {
  .stay .cont-box {
    margin-top: calc((50/1200) * 100vw);
    padding-left: calc((30/1200) * 100vw);
  }
}
@media screen and (min-width: 1200px), print {
  .stay .cont-box {
    margin-top: 50px;
    padding-left: 30px;
  }
}
.stay .cont-subTtl {
  color: #9F2747;
  text-align: center;
  font-size: calc((48/750) * 100vw);
}
@media screen and (min-width: 768px), print {
  .stay .cont-subTtl {
    font-size: calc((36/1200) * 100vw);
  }
}
@media screen and (min-width: 1200px), print {
  .stay .cont-subTtl {
    font-size: 36px;
  }
}
.stay .cont-read {
  color: #757575;
  padding: 0 calc((30/750) * 100vw);
  margin: calc((20/750) * 100vw) 0 0;
  font-size: calc((32/750) * 100vw);
  text-align: center;
}
@media screen and (min-width: 768px), print {
  .stay .cont-read {
    padding: 0;
    margin: calc((10/1200) * 100vw) 0 0;
    font-size: calc((28/1200) * 100vw);
  }
}
@media screen and (min-width: 1200px), print {
  .stay .cont-read {
    margin: 20px 0 0;
    font-size: 28px;
  }
}
.stay .cont-txt {
  text-align: center;
  padding: 0 calc((30/750) * 100vw);
  margin: calc((30/750) * 100vw) 0 0;
}
@media screen and (min-width: 768px), print {
  .stay .cont-txt {
    width: calc((1000/1200) * 100vw);
    padding: 0;
    margin: calc((20/1200) * 100vw) auto 0;
  }
}
@media screen and (min-width: 1200px), print {
  .stay .cont-txt {
    width: 1000px;
    margin: 20px auto 0;
  }
}
.stay .mainArea {
  background-color: #fafafa;
  padding: calc((50/750) * 100vw) 0 calc((100/750) * 100vw);
}
@media screen and (min-width: 768px), print {
  .stay .mainArea {
    padding: calc((50/1200) * 100vw) 0 calc((50/1200) * 100vw);
  }
}
@media screen and (min-width: 1200px), print {
  .stay .mainArea {
    padding: 50px 0 50px;
  }
}
@media screen and (min-width: 768px), print {
  .stay .mainArea-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    width: calc((900/1200) * 100vw);
    margin: 0 auto;
  }
}
@media screen and (min-width: 1200px), print {
  .stay .mainArea-list {
    width: 900px;
  }
}
@media screen and (min-width: 768px), print {
  .stay .mainArea-list::after {
    content: "";
    display: block;
    width: calc((250/1200) * 100vw);
  }
}
@media screen and (min-width: 1200px), print {
  .stay .mainArea-list::after {
    width: 250px;
  }
}
.stay .mainArea-item {
  text-align: center;
  margin-top: calc((100/750) * 100vw);
}
@media screen and (min-width: 768px), print {
  .stay .mainArea-item {
    width: calc((250/1200) * 100vw);
    margin: calc((50/1200) * 100vw) calc((20/1200) * 100vw);
  }
}
@media screen and (min-width: 1200px), print {
  .stay .mainArea-item {
    width: 250px;
    margin: 50px 20px;
  }
}
.stay .mainArea-img {
  width: calc((400/750) * 100vw);
  margin: 0 auto;
}
@media screen and (min-width: 768px), print {
  .stay .mainArea-img {
    margin: 0 auto;
    width: calc((200/1200) * 100vw);
  }
}
@media screen and (min-width: 1200px), print {
  .stay .mainArea-img {
    margin: 0 auto;
    width: 200px;
  }
}
.stay .mainArea-img img {
  border-radius: 50%;
}
.stay .mainArea-name {
  color: #757575;
  font-size: calc((38/750) * 100vw);
  margin-top: calc((20/750) * 100vw);
}
@media screen and (min-width: 768px), print {
  .stay .mainArea-name {
    font-size: calc((18/1200) * 100vw);
    margin-top: calc((20/1200) * 100vw);
  }
}
@media screen and (min-width: 1200px), print {
  .stay .mainArea-name {
    font-size: 18px;
    margin-top: 20px;
  }
}
.stay .mainArea-url a {
  color: #333;
  font-family: "Noto Sans JP", sans-serif;
  margin-top: calc((10/750) * 100vw);
}
@media screen and (min-width: 768px), print {
  .stay .mainArea-url a {
    font-size: calc((16/1200) * 100vw);
    margin-top: calc((10/1200) * 100vw);
  }
}
@media screen and (min-width: 1200px), print {
  .stay .mainArea-url a {
    font-size: 16px;
    margin-top: 10px;
  }
}

/* page_restaurant
------------------------------*/
.map .cont {
  margin-top: calc((30/750) * 100vw);
}
@media screen and (min-width: 768px), print {
  .map .cont {
    margin-top: calc((50/1200) * 100vw);
  }
}
@media screen and (min-width: 1200px), print {
  .map .cont {
    margin-top: 50px;
  }
}
.map .cont-wrap {
  padding: 0 calc((30/750) * 100vw);
}
@media screen and (min-width: 768px), print {
  .map .cont-wrap {
    padding: 0;
    width: calc((1000/1200) * 100vw);
    margin: 0 auto;
    display: flex;
    flex-direction: row;
  }
}
@media screen and (min-width: 1200px), print {
  .map .cont-wrap {
    width: 1000px;
  }
}
.map .cont-ttl {
  position: relative;
  color: #6A1A2F;
  line-height: 1.2;
  background-color: #DFA7B6;
  display: flex;
  align-items: center;
  justify-content: center;
  border: #bf778a solid calc((8/750) * 100vw);
  width: calc((500/750) * 100vw);
  height: calc((450/750) * 100vw);
  font-size: calc((120/750) * 100vw);
  margin: 0 auto;
}
@media screen and (min-width: 768px), print {
  .map .cont-ttl {
    border: #bf778a solid calc((6/1200) * 100vw);
    width: calc((300/1200) * 100vw);
    height: calc((280/1200) * 100vw);
    font-size: calc((68/1200) * 100vw);
    margin: 0;
  }
}
@media screen and (min-width: 1200px), print {
  .map .cont-ttl {
    border: #bf778a solid 6px;
    width: 300px;
    height: 280px;
    font-size: 68px;
  }
}
.map .cont-ttl span {
  display: contents;
  color: #9F2747;
}
.map .cont-ttl::after {
  content: "";
  position: absolute;
  width: calc((98/750) * 100vw);
  height: calc((94/750) * 100vw);
  background-image: url(../img/map/map_bg_01.png);
  background-size: cover;
  right: calc((30/750) * 100vw);
  bottom: calc((90/750) * 100vw);
}
@media screen and (min-width: 768px), print {
  .map .cont-ttl::after {
    width: calc((75/1200) * 100vw);
    height: calc((74/1200) * 100vw);
    right: calc((13/1200) * 100vw);
    bottom: calc((56/1200) * 100vw);
  }
}
@media screen and (min-width: 1200px), print {
  .map .cont-ttl::after {
    width: 75px;
    height: 74px;
    right: 13px;
    bottom: 56px;
  }
}
.map .cont-box {
  margin-top: calc((68/750) * 100vw);
}
@media screen and (min-width: 768px), print {
  .map .cont-box {
    margin-top: 0;
    padding-left: calc((30/1200) * 100vw);
  }
}
.map .cont-txt {
  font-size: calc((32/750) * 100vw);
  margin-top: calc((16/750) * 100vw);
}
@media screen and (min-width: 768px), print {
  .map .cont-txt {
    font-size: calc((16/1200) * 100vw);
    margin-top: calc((120/1200) * 100vw);
  }
}
@media screen and (min-width: 1200px), print {
  .map .cont-txt {
    font-size: 16px;
    margin-top: 120px;
  }
}
.map .cont-list {
  margin-top: calc((50/750) * 100vw);
  padding: 0 calc((30/750) * 100vw);
}
@media screen and (min-width: 768px), print {
  .map .cont-list {
    margin: calc((30/1200) * 100vw) auto 0;
    width: calc((1000/1200) * 100vw);
    padding: 0;
    display: flex;
    justify-content: space-between;
  }
}
@media screen and (min-width: 1200px), print {
  .map .cont-list {
    margin: 30px auto 0;
    width: 1000px;
  }
}
.map .cont-item {
  margin-top: calc((20/750) * 100vw);
}
@media screen and (min-width: 768px), print {
  .map .cont-item {
    width: 24%;
  }
}
.map .cont-map {
  margin-top: calc((50/750) * 100vw);
}
@media screen and (min-width: 768px), print {
  .map .cont-map {
    margin-top: calc((30/1200) * 100vw);
  }
}
@media screen and (min-width: 1200px), print {
  .map .cont-map {
    margin-top: 30px;
  }
}
.map .cont iframe {
  width: 100%;
  height: calc((500/750) * 100vw);
}
@media screen and (min-width: 768px), print {
  .map .cont iframe {
    height: calc((400/1200) * 100vw);
  }
}
@media screen and (min-width: 1200px), print {
  .map .cont iframe {
    height: 400px;
  }
}

/* page_about
------------------------------*/
.about .cont {
  margin-top: calc((30/750) * 100vw);
}
@media screen and (min-width: 768px), print {
  .about .cont {
    margin-top: calc((50/1200) * 100vw);
  }
}
@media screen and (min-width: 1200px), print {
  .about .cont {
    margin-top: 50px;
  }
}
.about .cont-ttl {
  color: #9F2747;
  text-align: center;
  font-size: calc((53/750) * 100vw);
}
@media screen and (min-width: 768px), print {
  .about .cont-ttl {
    font-size: calc((46/1200) * 100vw);
  }
}
@media screen and (min-width: 1200px), print {
  .about .cont-ttl {
    font-size: 46px;
  }
}
.about .cont-subTtl {
  color: #002C54;
  text-align: center;
  font-size: calc((36/750) * 100vw);
}
@media screen and (min-width: 768px), print {
  .about .cont-subTtl {
    font-size: calc((26/1200) * 100vw);
  }
}
@media screen and (min-width: 1200px), print {
  .about .cont-subTtl {
    font-size: 26px;
  }
}
.about .cont-txt {
  padding: 0 calc((30/750) * 100vw);
  margin: calc((60/750) * 100vw) 0 0;
}
@media screen and (min-width: 768px), print {
  .about .cont-txt {
    text-align: center;
    width: calc((1000/1200) * 100vw);
    padding: 0;
    margin: calc((50/1200) * 100vw) auto 0;
  }
}
@media screen and (min-width: 1200px), print {
  .about .cont-txt {
    width: 1000px;
    margin: 50px auto 0;
  }
}
.about .cont-img {
  height: calc((400/750) * 100vw);
  margin: calc((60/750) * 100vw) 0 0;
}
@media screen and (min-width: 768px), print {
  .about .cont-img {
    height: 100%;
  }
}
.about .cont-img img {
  object-fit: cover;
  height: 100%;
}