@charset "UTF-8";
/* Reset */
* {
  margin: 0;
  padding: 0;
  line-height: calc(0.25rem + 1em + 0.25rem);
}

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

*:where(:not(fieldset, progress, meter)) {
  border-width: 0;
  border-style: solid;
  background-origin: border-box;
  background-repeat: no-repeat;
}

html {
  block-size: 100%;
  -webkit-text-size-adjust: none;
}

@media (prefers-reduced-motion: no-preference) {
  html:focus-within {
    scroll-behavior: smooth;
  }
}
body {
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeSpeed;
  min-block-size: 100%;
}

:where(img, svg, video, canvas, audio, iframe, embed, object) {
  display: block;
}

:where(img, svg, video) {
  block-size: auto;
  max-inline-size: 100%;
}

:where(svg) {
  stroke: none;
  fill: currentColor;
}

:where(svg):where(:not([fill])) {
  stroke: currentColor;
  fill: none;
  stroke-linecap: round;
  stroke-linejoin: round;
}

:where(svg):where(:not([width])) {
  inline-size: 5rem;
}

:where(input, button, textarea, select), :where(input[type=file])::-webkit-file-upload-button {
  color: inherit;
  font: inherit;
  font-size: inherit;
  letter-spacing: inherit;
  word-spacing: inherit;
}

:where(textarea) {
  resize: vertical;
}

@supports (resize: block) {
  :where(textarea) {
    resize: block;
  }
}
:where(p, h1, h2, h3, h4, h5, h6) {
  overflow-wrap: break-word;
}

h1 {
  font-size: 2em;
}

:where(ul, ol) {
  list-style-position: inside;
}

:where(ul, ol)[role=list] {
  list-style: none;
}

a:not([class]) {
  -webkit-text-decoration-skip: ink;
          text-decoration-skip-ink: auto;
}

:where(a[href], area, button, input, label[for], select, summary, textarea, [tabindex]:not([tabindex*="-"])) {
  cursor: pointer;
  touch-action: manipulation;
}

:where(input[type=file]) {
  cursor: auto;
}

:where(input[type=file])::-webkit-file-upload-button, :where(input[type=file])::file-selector-button {
  cursor: pointer;
}

@media (prefers-reduced-motion: no-preference) {
  :focus-visible {
    transition: outline-offset 145ms cubic-bezier(0.25, 0, 0.4, 1);
  }
  :where(:not(:active)):focus-visible {
    transition-duration: 0.25s;
  }
}
:where(:not(:active)):focus-visible {
  outline-offset: 5px;
}

:where(button, button[type], input[type=button], input[type=submit], input[type=reset]), :where(input[type=file])::-webkit-file-upload-button, :where(input[type=file])::file-selector-button {
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
          user-select: none;
  text-align: center;
}

:where(button, button[type], input[type=button], input[type=submit], input[type=reset])[disabled] {
  cursor: not-allowed;
}

/* ==========================================================================
   Reset
   ========================================================================== */
*,
::after,
::before {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  margin: 0;
}

body {
  margin: 0;
}

img {
  border-style: none;
}

[type=checkbox],
[type=radio] {
  box-sizing: border-box;
  padding: 0;
}

/* wp reset */
#primary {
  float: none;
  padding: 0;
  width: 100%;
}

#primary article.hentry {
  background: none;
  box-shadow: none;
  padding: 0;
}

.page-content,
.entry-content,
.entry-summary {
  margin: 0;
}

.veu_socialSet {
  margin-bottom: 0;
}

.veu_socialSet-position-after {
  margin-top: 0;
}

.veu_contentAddSection {
  display: block;
  clear: both;
  overflow: hidden;
  margin-top: 0;
  margin-bottom: 0;
}

button,
a.button,
input[type=button],
input[type=reset],
input[type=submit] {
  padding: 0;
}

.entry-header {
  height: auto;
  margin: 0 0 50px;
}

footer.entry-footer {
  display: none;
}

.comments-area {
  display: none;
}

.post-navigation {
  display: none;
}

.information-detail-wrap .entry-header {
  display: inline-block;
}

.header_none {
  display: none;
}

/* ------ */
img {
  max-width: 100%;
  height: auto;
}

ul,
li {
  list-style: none;
  margin: 0;
  padding: 0;
}

dl,
dt,
dd {
  margin: 0;
  padding: 0;
}

p {
  color: #333;
}

a,
a:focus {
  text-decoration: none;
  color: #444;
  transition: all 0.4s;
}

a img {
  border-style: none;
}

a:hover {
  opacity: 0.7;
  cursor: pointer;
}

html {
  overflow-x: hidden;
  line-height: 1.6;
  color: #444;
  font-size: 62.5%;
}

/* ==========================================================================
   Font size
   ========================================================================== */
/**
* Available vars:
* @var --viewport-from: <number> - Number in pixels without the unit. Required if `--font-size` is not exist.
* @var --viewport-to: <number> - Number in pixels without the unit. Required if `--font-size` is not exist.
* @var --font-size-from: <number> - Number in pixels without the unit. Required if `--font-size` and `--min-font-size` is not exist.
* @var --font-size-to: <number> - Number in pixels without the unit. Required if `--font-size` and `--max-font-size` is not exist.
* @var --max-font-size: <number> - Number in pixels without the unit. Optional.
* @var --min-font-size: <number> - Number in pixels without the unit. Optional.
* @var --viewport-unit-converter: 1vw | 1vh | 1vmin | 1vmax - Optional. Default: 1vw.
* @var --font-size: <length> | <percentage> | <absolute-size> | <relative-size> | Global values - Optional.
*/
*,
*::before,
*::after {
  --viewport-unit-converter: 1vw;
  --fz-from: var(--font-size-from, var(--min-font-size));
  --fz-to: var(--font-size-to, var(--max-font-size));
  --fz-slope: (var(--fz-to) - var(--fz-from)) / (var(--viewport-to) - var(--viewport-from)) * 100;
  --fz-intercept: (var(--viewport-to) * var(--fz-from) - var(--viewport-from) * var(--fz-to)) / (var(--viewport-to) - var(--viewport-from));
  --font-size: calc(var(--fz-slope) * var(--viewport-unit-converter) + var(--fz-intercept) * 1px);
  --min-fz-px: calc(var(--min-font-size) * 1px);
  --max-fz-px: calc(var(--max-font-size) * 1px);
  --clamp: clamp(var(--min-fz-px), var(--font-size), var(--max-fz-px));
  --max: var(--has-max, var(--min));
  --min: var(--has-min, var(--font-size));
  --has-max: min(var(--max-fz-px), var(--font-size));
  --has-min: max(var(--min-fz-px), var(--font-size));
  font-size: var(--clamp, var(--max));
}

/* ==========================================================================
   common
   ========================================================================== */
@font-face {
  font-family: "TsunagiGothic";
  font-style: normal;
  font-display: swap;
  src: url("../fonts/TsunagiGothic.woff2") format("woff2"), url("../fonts/TsunagiGothic.woff") format("woff");
}
html {
  overflow-x: hidden;
  line-height: 1.6;
  font-size: 62.5%;
}

body {
  /* background: url(../images/common/bg.webp);
  background-size: 600px auto; */
  background-color: #faf4ea;
  margin: 0;
  padding: 0;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 1.6rem;
  line-height: 1.8em;
}
body p {
  margin: 0;
}
@media screen and (max-width: 1024px) {
  body {
    border-right: 1px solid #00f;
  }
}
@media screen and (max-width: 768px) {
  body {
    border-right: 1px solid #00783c;
  }
}
@media screen and (max-width: 480px) {
  body {
    border-right: 1px solid #c00;
  }
}

.yuji {
  font-family: "Yuji Syuku", serif;
}

a img:hover {
  opacity: 0.7;
  filter: alpha(opacity=70);
  cursor: pointer;
}

section {
  margin: 0 auto;
  max-width: 1200px;
  padding: 40px 0 80px;
}
@media screen and (max-width: 768px) {
  section {
    padding: 0 0 40px;
  }
}

.pcBlank {
  display: none;
}
@media screen and (max-width: 768px) {
  .pcBlank {
    display: block;
  }
}

.spBlank {
  display: block;
}
@media screen and (max-width: 768px) {
  .spBlank {
    display: none;
  }
}

.wrapper {
  margin: 0 30px 0 80px;
}
@media screen and (max-width: 768px) {
  .wrapper {
    margin: 0;
  }
}
.wrapper .mainTitle {
  color: #59380f;
  font-family: "TsunagiGothic", sans-serif;
  font-size: 3.6rem;
  font-weight: normal;
  margin: 30px 0;
}
@media screen and (max-width: 768px) {
  .wrapper .mainTitle {
    font-size: 2.2rem;
    margin: 16px 0;
  }
}
.wrapper .midashiEn {
  color: #e47c6d;
  font-family: "Outfit", sans-serif;
  font-size: 1.8rem;
}
@media screen and (max-width: 768px) {
  .wrapper .midashiEn {
    font-size: 1.6rem;
  }
}
.wrapper .readTxt {
  color: #59380f;
  font-size: 1.6rem;
  line-height: 2.2em;
  margin: 40px 0;
}
@media screen and (max-width: 768px) {
  .wrapper .readTxt {
    font-size: 1.4rem;
    line-height: 1.8em;
    margin: 24px 0;
  }
}
@media screen and (max-width: 480px) {
  .wrapper .readTxt {
    text-align: left;
  }
}

@media screen and (max-width: 768px) {
  .spWrapper {
    margin: 0 16px;
  }
}

.headerWrapper {
  margin: 0 30px 0 80px;
}

.mainImgWarp {
  border-radius: 20px;
  height: 430px;
  margin: 0 auto 40px;
  max-width: 1200px;
  display: flex;
  align-items: center;
}

.topSpace {
  height: 96px;
}
@media screen and (max-width: 1024px) {
  .topSpace {
    height: 32px;
  }
}
@media screen and (max-width: 768px) {
  .topSpace {
    height: 16px;
  }
}

.headCopyWrap {
  padding: 0 70px;
}
@media screen and (max-width: 1024px) {
  .headCopyWrap {
    padding: 0 30px;
  }
}
@media screen and (max-width: 768px) {
  .headCopyWrap {
    padding: 0 6%;
  }
}
@media screen and (max-width: 480px) {
  .headCopyWrap {
    padding: 0 4%;
  }
}
.headCopyWrap .headCopy {
  color: #fff;
  font-family: "Zen Maru Gothic", serif;
  font-size: 3.6rem;
  font-weight: bold;
  letter-spacing: 20.16px;
  line-height: 2em;
  text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
}
@media screen and (max-width: 1024px) {
  .headCopyWrap .headCopy {
    font-size: 2.8rem;
    letter-spacing: 16px;
  }
}
@media screen and (max-width: 480px) {
  .headCopyWrap .headCopy {
    letter-spacing: 8px;
  }
}

.layer2nd .headCopyWrap {
  padding: 0 60px;
  width: 50%;
  display: flex;
  justify-content: center;
}
@media screen and (max-width: 768px) {
  .layer2nd .headCopyWrap {
    padding: 0 30px;
    width: 60%;
  }
}

.bgWh {
  background-color: #fff;
  width: 100%;
}

.layer2nd {
  border-radius: 20px;
  height: 200px;
  margin: 0 auto 40px;
  max-width: 1200px;
  display: flex;
  align-items: center;
}
.layer2nd .topRight {
  display: flex;
  justify-content: flex-end;
  padding-right: 80px;
}
.layer2nd .topLeft {
  display: flex;
  justify-content: flex-start;
  padding-left: 80px;
}

.topRight {
  display: flex;
  justify-content: flex-end;
}
@media screen and (max-width: 768px) {
  .topRight {
    flex-wrap: wrap;
  }
}
.topRight .contentsTxtArea {
  order: 1;
  width: 40%;
}
@media screen and (max-width: 768px) {
  .topRight .contentsTxtArea {
    margin: 0 16px;
    width: 100%;
  }
}
.topRight .contentsImgArea {
  order: 2;
  width: 55%;
}
@media screen and (max-width: 768px) {
  .topRight .contentsImgArea {
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  .topRight .contentsImgArea img {
    width: 100%;
  }
}

.topLeft {
  display: flex;
  justify-content: flex-start;
}
@media screen and (max-width: 768px) {
  .topLeft {
    flex-wrap: wrap;
  }
}
.topLeft .contentsTxtArea {
  order: 2;
  width: 40%;
}
@media screen and (max-width: 768px) {
  .topLeft .contentsTxtArea {
    order: 1;
    margin: 0 16px;
    width: 100%;
  }
}
.topLeft .contentsImgArea {
  order: 1;
  width: 55%;
}
@media screen and (max-width: 768px) {
  .topLeft .contentsImgArea {
    -o-object-fit: cover;
       object-fit: cover;
    /* height: 200px; */
    order: 2;
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  .topLeft .contentsImgArea img {
    width: 100%;
  }
}

.topSpImg {
  padding: 0 32px;
}
@media screen and (max-width: 480px) {
  .topSpImg {
    padding: 0 16px;
  }
}

/* ==========================================================================
   Header
   ========================================================================== */
header {
  max-width: 1200px;
  margin: 0 auto;
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 1024px) {
  header {
    height: 54px;
    position: relative;
    width: 100%;
  }
  header h1 {
    margin: 10px 0 0;
    width: 70%;
  }
}
@media screen and (max-width: 1024px) and (max-width: 480px) {
  header h1 {
    width: 80%;
  }
}
@media screen and (max-width: 1024px) {
  header h1 img {
    height: auto;
    width: 80%;
  }
}
@media screen and (max-width: 1024px) and (max-width: 480px) {
  header h1 img {
    height: auto;
    width: 80%;
  }
}

.headerLogo {
  background-color: #faf4ea;
  border-bottom-right-radius: 60px;
  padding: 24px;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 3;
}
@media screen and (max-width: 1024px) {
  .headerLogo {
    padding: 24px 16px;
    height: 120px;
    width: 120px;
  }
}
@media screen and (max-width: 768px) {
  .headerLogo {
    border-bottom-right-radius: 40px;
    padding: 12px;
    height: 80px;
    width: 80px;
  }
}
@media screen and (max-width: 1024px) {
  .headerLogo img {
    max-width: none;
    height: auto;
    width: 80%;
  }
}
@media screen and (max-width: 768px) {
  .headerLogo img {
    width: 100%;
  }
}
@media screen and (max-width: 1024px) {
  .headerLogo a {
    display: flex;
    justify-content: center;
  }
}

.headerFix {
  background-color: #faf4ea;
  position: fixed;
  height: 96px;
  width: 100%;
  z-index: 3;
}
@media screen and (max-width: 1024px) {
  .headerFix {
    height: 30px;
  }
}
@media screen and (max-width: 768px) {
  .headerFix {
    height: 16px;
  }
}

@media screen and (max-width: 1024px) {
  .headerMenuWrap {
    background-color: #faf4ea;
    border-bottom-left-radius: 60px;
    padding: 24px 16px;
    height: 120px;
    width: 120px;
    position: absolute;
    top: 0;
    right: -30px;
  }
}
@media screen and (max-width: 768px) {
  .headerMenuWrap {
    border-bottom-left-radius: 40px;
    padding: 16px;
    height: 80px;
    width: 80px;
  }
}

/* ==========================================================================
   Navigation
   ========================================================================== */
.globalnav-wrap {
  color: #51380f;
  display: flex;
  --viewport-from: 1025;
  --viewport-to: 1200;
  --min-font-size: 16;
  --max-font-size: 18;
  font-weight: bold;
  justify-content: space-between;
  margin: 0 auto;
  max-width: 1200px;
}
.globalnav-wrap .nav-button-wrap {
  display: block;
}
@media screen and (max-width: 1024px) {
  .globalnav-wrap {
    font-size: 1.4rem;
    display: block;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 1000;
    cursor: pointer;
    padding: 15px;
    height: 53px;
  }
}

.globalnav {
  padding: 0;
  width: 100%;
}
@media screen and (max-width: 1024px) {
  .globalnav {
    display: none;
  }
}
.globalnav .open {
  display: block;
}
.globalnav .close {
  display: block;
}
@media screen and (max-width: 1024px) {
  .globalnav .close {
    display: none;
  }
}
.globalnav ul.globalBtn {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  flex-wrap: wrap;
  padding: 0;
  height: 96px;
  width: 100%;
}
@media screen and (max-width: 1024px) {
  .globalnav ul.globalBtn {
    display: inline;
  }
}
.globalnav ul.globalBtn #navMail {
  padding: 5px 0 5px 24px;
}
@media screen and (max-width: 1024px) {
  .globalnav ul.globalBtn #navMail {
    padding: 24px 0;
  }
}
.globalnav ul.globalBtn #navMail span {
  color: #fff;
}
@media screen and (max-width: 1024px) {
  .globalnav ul.globalBtn #navMail span {
    color: #59380f;
  }
}
.globalnav .dropdown-btn {
  cursor: pointer;
  display: inline-block;
  position: relative;
  padding: 5px 2%;
  text-align: center;
  width: auto;
}
.globalnav .dropdown-btn a {
  color: #59380f;
}
@media screen and (max-width: 1024px) {
  .globalnav .dropdown-btn::before {
    content: "○";
  }
}
@media screen and (max-width: 1024px) {
  .globalnav .dropdown-btn {
    /* background: url(../images/common/arrow_nav.svg) no-repeat right 5px center;
    border-left: none; */
    border-bottom: 1px solid #e9dfcc;
    font-family: "TsunagiGothic", sans-serif;
    font-weight: normal;
    padding: 24px 0;
    text-align: left;
    width: 100%;
  }
}
.globalnav .dropdown-btn:first-child {
  border-left: none;
}
@media screen and (max-width: 1024px) {
  .globalnav .dropdown-btn:first-child {
    border-top: none;
  }
}
.globalnav .dropdown-btn:hover .dropdown {
  visibility: visible;
  opacity: 1;
  top: 45px;
}
@media screen and (max-width: 1024px) {
  .globalnav #spaceList {
    padding: 24px 0 0;
  }
}
@media screen and (max-width: 1024px) {
  .globalnav .dropdownArrow {
    background: url(../images/common/arrow_nav.svg) no-repeat right 5px center;
  }
}
.globalnav .dropdownArrow:first-child {
  border-left: none;
}
@media screen and (max-width: 1024px) {
  .globalnav .dropdownArrow:first-child {
    border-top: none;
  }
}
.globalnav .dropdownArrow:hover .dropdown {
  visibility: visible;
  opacity: 1;
  top: 45px;
}
.globalnav .dropdown {
  background: rgba(255, 255, 255, 0.3);
  box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.08);
  -webkit-backdrop-filter: blur(5px);
          backdrop-filter: blur(5px);
  visibility: hidden;
  opacity: 0;
  position: absolute;
  left: -40px;
  top: 40px;
  padding: 20px;
  transition: all 0.3s ease;
  text-align: left;
  width: auto;
  z-index: 1000;
}
@media screen and (max-width: 1024px) {
  .globalnav .dropdown {
    background: none;
    box-shadow: none;
    -webkit-backdrop-filter: none;
            backdrop-filter: none;
    font-weight: normal;
    visibility: visible;
    opacity: 1;
    box-shadow: none;
    padding: 0;
    margin: 15px 0 0;
  }
}
.globalnav .dropdown ul.navSubMenu {
  height: auto;
}
@media screen and (max-width: 1024px) {
  .globalnav .dropdown ul.navSubMenu {
    padding: 0 0 0 20px;
    margin: 0;
  }
}
.globalnav .dropdown ul.navSubMenu li {
  background: url(../images/common/arrow_nav.svg) no-repeat right 5px center;
  color: #cec2ad;
  display: inline-block;
  font-size: 1.8rem;
  white-space: nowrap;
  margin: 10px 50px 10px 0;
  width: 100%;
}
@media screen and (max-width: 1024px) {
  .globalnav .dropdown ul.navSubMenu li {
    border-top: 1px dashed #e9dfcc;
    font-size: 1.4rem;
    margin: 0;
    padding: 15px 20px 15px 5px;
    width: 100%;
  }
}
.globalnav .dropdown ul.navSubMenu li a {
  color: #51380f;
}

.globalnav .dropdown ul.navSubMenu li.noLink {
  background: none;
}

nav a {
  color: #51380f;
}
@media screen and (max-width: 1024px) {
  nav a {
    color: #fff;
  }
}
nav a:visited {
  color: #51380f;
}
@media screen and (max-width: 1024px) {
  nav a:visited {
    color: #51380f;
  }
}
nav a:active {
  color: #51380f;
}
@media screen and (max-width: 1024px) {
  nav a:active {
    color: #51380f;
  }
}

@media screen and (max-width: 1024px) {
  .globalnav-wrap.open .globalnav {
    display: block;
    padding: 40px 20px 100px;
    position: fixed;
    left: 0;
    top: 0;
    background-color: rgb(250, 244, 234);
    width: 100%;
    height: 100%;
    overflow-x: hidden;
    overflow-y: auto;
  }
}
@media screen and (max-width: 1024px) and (max-width: 1024px) {
  .globalnav-wrap.open .globalnav {
    padding: 120px 20px 100px;
  }
}
@media screen and (max-width: 1024px) and (max-width: 768px) {
  .globalnav-wrap.open .globalnav {
    padding: 80px 20px 100px;
  }
}
@media screen and (max-width: 1024px) {
  .globalnav-wrap.open .globalnav li {
    font-size: 1.8rem;
    display: block;
    margin: 0;
  }
}
.globalnav-wrap.open .globalnav li a {
  padding: 0;
}
@media screen and (max-width: 1024px) {
  .globalnav-wrap.open .globalnav li:hover {
    /* background: transparent; */
  }
}
.globalnav-wrap.open .globalnav .dropdown {
  display: block;
  position: static;
  /* background: transparent; */
}

@media screen and (max-width: 1024px) {
  .nav-button {
    display: inline-block;
    height: 60px;
    width: 80px;
    position: relative;
    transition: all 0.3s;
    z-index: 20;
  }
}
@media screen and (max-width: 768px) {
  .nav-button {
    width: 50px;
  }
}
@media screen and (max-width: 1024px) {
  .nav-button span {
    display: inline-block;
    transition: all 0.3s;
    position: absolute;
    left: 21px;
    width: 60%;
    height: 1px;
    background-color: #59380f;
    border-radius: 4px;
  }
}
@media screen and (max-width: 1024px) and (max-width: 768px) {
  .nav-button span {
    left: 8px;
    width: 70%;
  }
}
.nav-button span:nth-of-type(1) {
  top: 36px;
}
@media screen and (max-width: 768px) {
  .nav-button span:nth-of-type(1) {
    top: 20px;
  }
}
.nav-button span:nth-of-type(2) {
  top: 46px;
}
@media screen and (max-width: 768px) {
  .nav-button span:nth-of-type(2) {
    top: 28px;
  }
}

@media screen and (max-width: 1024px) {
  .active .nav-button span:nth-of-type(1) {
    background-color: #51380f;
    /* transform: translateY(10px) rotate(-45deg); */
    transform: translateY(5px);
  }
}
@media screen and (max-width: 1024px) and (max-width: 768px) {
  .active .nav-button span:nth-of-type(1) {
    transform: translateY(4px);
  }
}
@media screen and (max-width: 1024px) {
  .active .nav-button span:nth-of-type(2) {
    background-color: #51380f;
    /* transform: translateY(-8px) rotate(45deg); */
    transform: translateY(-5px);
  }
}
@media screen and (max-width: 1024px) and (max-width: 768px) {
  .active .nav-button span:nth-of-type(2) {
    transform: translateY(-4px);
  }
}

@media screen and (max-width: 1024px) {
  .navLine {
    padding: 15px 0 0;
  }
}

/* お問い合わせbtn */
.navMailWrap {
  background-color: #e47c6d;
  border-radius: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 1024px) {
  .navMailWrap {
    background-color: rgba(0, 0, 0, 0);
    border-radius: 0;
    display: inline;
  }
}
.navMailWrap .navMailIconWrap {
  background-color: #fff;
  border-radius: 50%;
  height: 38px;
  width: 38px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 6px;
}
@media screen and (max-width: 1024px) {
  .navMailWrap .navMailIconWrap {
    display: none;
  }
}
.navMailWrap span {
  color: #fff;
  font-family: "Zen Maru Gothic", serif;
  --viewport-from: 1025;
  --viewport-to: 1200;
  --min-font-size: 16;
  --max-font-size: 18;
  padding: 0 24px 0 8px;
}
@media screen and (max-width: 1024px) {
  .navMailWrap span {
    font-family: "TsunagiGothic", sans-serif;
    --viewport-from: 320;
    --viewport-to: 1024;
    --min-font-size: 18;
    --max-font-size: 18;
    color: #51380f;
    padding: 0;
  }
}

/* ページ内リンク */
.pageLink {
  display: block;
  padding-top: 120px;
  margin-top: -120px;
}
@media screen and (max-width: 1024px) {
  .pageLink {
    padding-top: 100px;
    margin-top: -100px;
  }
}

/* ==========================================================================
   Shop Img
   ========================================================================== */
.foodlossShopWrap {
  text-align: center;
}
.foodlossShopWrap .foodlossShop {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.foodlossShopWrap .foodlossShop .foodlossInner {
  margin-bottom: 16px;
  width: 49%;
}
@media screen and (max-width: 480px) {
  .foodlossShopWrap .foodlossShop .foodlossInner {
    margin-bottom: 8px;
  }
}
.foodlossShopWrap .foodlossShop .foodlossInner img {
  border-radius: 20px;
}
@media screen and (max-width: 768px) {
  .foodlossShopWrap .foodlossShop .foodlossInner img {
    border-radius: 10px;
  }
}

/* ==========================================================================
   SNS Icon
   ========================================================================== */
.snsIconWrap {
  position: relative;
}
@media screen and (max-width: 768px) {
  .snsIconWrap {
    position: static;
    display: flex;
    justify-content: center;
    margin: 32px 0;
    width: 100%;
  }
}
@media screen and (max-width: 1024px) {
  .snsIconWrap img {
    height: auto;
    width: 29px;
  }
}
@media screen and (max-width: 768px) {
  .snsIconWrap img {
    margin: 0 8px;
  }
}
.snsIconWrap .snsIconInst {
  position: fixed;
  top: 400px;
  left: 24px;
}
@media screen and (max-width: 768px) {
  .snsIconWrap .snsIconInst {
    position: static;
    top: auto;
    left: auto;
  }
}
.snsIconWrap .snsIconLine {
  position: fixed;
  top: 450px;
  left: 24px;
}
@media screen and (max-width: 768px) {
  .snsIconWrap .snsIconLine {
    position: static;
    top: auto;
    left: auto;
  }
}

/* ==========================================================================
   Contents
   ========================================================================== */
.dogrunContact {
  background-color: #fff;
  border-radius: 10px;
  margin: 0 auto;
  max-width: 500px;
  padding: 32px;
}
@media screen and (max-width: 768px) {
  .dogrunContact {
    margin: 0 auto;
    max-width: 80%;
    padding: 24px;
  }
}
@media screen and (max-width: 480px) {
  .dogrunContact {
    max-width: none;
    margin: 0;
    padding: 16px;
  }
}
.dogrunContact h2 {
  color: #59380f;
  font-family: "Zen Maru Gothic", serif;
  font-size: 2rem;
  margin-bottom: 16px;
}
@media screen and (max-width: 480px) {
  .dogrunContact h2 {
    margin-bottom: 12px;
  }
}
.dogrunContact .dogrunTelWrap {
  display: flex;
  justify-content: center;
}
.dogrunContact .dogrunTelWrap p {
  color: #e47c6d;
  font-family: "Outfit", sans-serif;
  font-size: 3.6rem;
}

.contactTelJikan {
  color: #59380f;
  font-size: 1.4rem;
  margin: 16px 0 0;
}
@media screen and (max-width: 480px) {
  .contactTelJikan {
    margin: 12px 0 0;
  }
}

/* ==========================================================================
   Contact Area
   ========================================================================== */
.contactArea {
  background-color: #e9e4dc;
  padding: 96px 0 120px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .contactArea {
    padding: 64px 0;
  }
}
.contactArea h1.mainTitle {
  font-size: 2.8rem;
}
@media screen and (max-width: 768px) {
  .contactArea h1.mainTitle {
    font-size: 2rem;
  }
}
.contactArea .inner {
  margin: 0 auto;
  max-width: 1200px;
}
.contactArea .inner .contactInner {
  display: flex;
  justify-content: center;
  margin: 0 auto;
  max-width: 800px;
}
@media screen and (max-width: 768px) {
  .contactArea .inner .contactInner {
    flex-wrap: wrap;
  }
}
.contactArea .inner .contactInner .contactTel {
  border-right: 1px solid #e47c6d;
  width: 50%;
}
@media screen and (max-width: 768px) {
  .contactArea .inner .contactInner .contactTel {
    border-right: none;
    margin: 24px 0 0;
    width: 100%;
  }
}
.contactArea .inner .contactInner .contactTel p.uketsukejikan {
  color: #59380f;
  font-size: 1.4rem;
  padding: 8px 0 0;
}
.contactArea .inner .contactInner .contactMail {
  width: 50%;
}
@media screen and (max-width: 768px) {
  .contactArea .inner .contactInner .contactMail {
    width: 100%;
  }
}
.contactArea .inner .footerSpLine {
  background-color: #e47c6d;
  height: 2px;
  margin: 32px auto;
  width: 32px;
}

.telWrap {
  display: flex;
  justify-content: center;
}
.telWrap p.contactTelNo {
  color: #e47c6d;
  font-family: "Outfit", sans-serif;
  font-size: 3.2rem;
  line-height: 1em;
}
.telWrap p.contactTelNo a {
  color: #e47c6d;
}
@media screen and (max-width: 768px) {
  .telWrap p.contactTelNo {
    font-size: 2.8rem;
  }
}
@media screen and (max-width: 480px) {
  .telWrap p.contactTelNo {
    font-size: 2.4rem;
  }
}

.telIconWrap {
  border-radius: 50%;
  border: 1px solid #e47c6d;
  display: flex;
  justify-content: center;
  margin: 0 8px 0 0;
  height: 34px;
  width: 34px;
}
@media screen and (max-width: 768px) {
  .telIconWrap {
    height: 28px;
    width: 28px;
  }
}
@media screen and (max-width: 768px) {
  .telIconWrap {
    height: 26px;
    width: 26px;
  }
}
.telIconWrap img {
  align-items: center;
  height: auto;
  width: 17px;
}
@media screen and (max-width: 768px) {
  .telIconWrap img {
    width: 14px;
  }
}
@media screen and (max-width: 480px) {
  .telIconWrap img {
    width: 12px;
  }
}

.contactMail {
  display: flex;
  justify-content: center;
}
.contactMail .contactMailBtn {
  border: 1px solid #e47c6d;
  /* border-top-left-radius: 50px;
  border-bottom-left-radius: 50px;
  border-right: none; */
  border-radius: 50px;
  height: 52px;
  width: 264px;
  position: relative;
}
@media screen and (max-width: 768px) {
  .contactMail .contactMailBtn {
    width: 80%;
  }
}
.contactMail .contactMailBtn p {
  color: #e47c6d;
  font-size: 1.6rem;
  line-height: 52px;
  padding-right: 20px;
}
@media screen and (max-width: 768px) {
  .contactMail .contactMailBtn p {
    font-size: 1.4rem;
  }
}
.contactMail .contactMailBtn p:hover {
  color: #fff;
  transition: all 0.4s;
}
.contactMail .contactMailBtn:hover {
  background-color: #e47c6d;
  transition: all 0.4s;
}
.contactMail .mailIconWrap {
  background-color: #e9e4dc;
  border-radius: 50%;
  border: 1px solid #e47c6d;
  display: flex;
  justify-content: center;
  height: 52px;
  width: 52px;
  position: absolute;
  right: -1px;
  top: -1px;
}
.contactMail .mailIconWrap img {
  height: auto;
  width: 17px;
}

/* .contactMailBtn a:hover {
    color:#fff;
    opacity: 1.0;
}
.contactMailBtn a:hover img {
    opacity: 1.0;
} */
.kihonContents {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .kihonContents {
    flex-wrap: wrap;
  }
}
.kihonContents iframe {
  height: 300px;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .kihonContents iframe {
    height: 240px;
  }
}

.kihonRight .contentsTxtArea {
  order: 1;
  width: 48%;
}
@media screen and (max-width: 768px) {
  .kihonRight .contentsTxtArea {
    margin: 0 32px;
    width: 100%;
  }
}
@media screen and (max-width: 480px) {
  .kihonRight .contentsTxtArea {
    margin: 0 16px;
  }
}
.kihonRight .contentsImgArea {
  order: 2;
  width: 47%;
}
@media screen and (max-width: 768px) {
  .kihonRight .contentsImgArea {
    margin: 0 0 0 32px;
    width: 100%;
  }
}
@media screen and (max-width: 480px) {
  .kihonRight .contentsImgArea {
    margin: 0 0 0 16px;
  }
}
.kihonRight .contentsImgArea img {
  border-radius: 30px;
}
@media screen and (max-width: 768px) {
  .kihonRight .contentsImgArea img {
    -o-object-fit: cover;
       object-fit: cover;
    height: 320px;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    width: 100%;
  }
}
@media screen and (max-width: 480px) {
  .kihonRight .contentsImgArea img {
    height: 260px;
  }
}

.kihonLeft .contentsTxtArea {
  order: 2;
  width: 48%;
}
@media screen and (max-width: 768px) {
  .kihonLeft .contentsTxtArea {
    margin: 0 32px;
    width: 100%;
  }
}
@media screen and (max-width: 480px) {
  .kihonLeft .contentsTxtArea {
    margin: 0 16px;
  }
}
.kihonLeft .contentsImgArea {
  width: 47%;
}
@media screen and (max-width: 768px) {
  .kihonLeft .contentsImgArea {
    order: 2;
    margin: 0 32px 0 0;
    width: 100%;
  }
}
@media screen and (max-width: 480px) {
  .kihonLeft .contentsImgArea {
    margin: 0 16px 0 0;
  }
}
.kihonLeft .contentsImgArea img {
  border-radius: 30px;
}
@media screen and (max-width: 768px) {
  .kihonLeft .contentsImgArea img {
    -o-object-fit: cover;
       object-fit: cover;
    height: 320px;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    width: 100%;
  }
}
@media screen and (max-width: 480px) {
  .kihonLeft .contentsImgArea img {
    height: 260px;
  }
}

@media screen and (max-width: 768px) {
  .commonBtnWrap {
    display: flex;
    justify-content: center;
    margin-bottom: 40px;
  }
}
.commonBtnWrap .commonBtn {
  background-color: #e47c6d;
  border-radius: 50px;
  color: #fff;
  font-size: 1.6rem;
  padding: 12px 56px;
  position: relative;
}
@media screen and (max-width: 768px) {
  .commonBtnWrap .commonBtn {
    font-size: 1.2rem;
    margin: 20px auto;
  }
}
.commonBtnWrap .commonBtn .commonBtnLine {
  background-color: #fff;
  height: 1px;
  width: 24px;
  position: absolute;
  right: 16px;
  top: 24px;
}
@media screen and (max-width: 768px) {
  .commonBtnWrap .commonBtn .commonBtnLine {
    top: 20px;
  }
}
@media screen and (max-width: 480px) {
  .commonBtnWrap .commonBtn .commonBtnLine {
    width: 16px;
  }
}
.commonBtnWrap .commonBtn:hover {
  background-color: #e06b5a;
  color: #fff;
  opacity: 1;
}
.commonBtnWrap .commonBtn:hover .commonBtnLine {
  right: 8px;
  transition: all 0.4s;
}
.commonBtnWrap .commonBtn span {
  font-size: 1.2rem;
}
@media screen and (max-width: 480px) {
  .commonBtnWrap .commonBtn span {
    font-size: 1rem;
  }
}
.commonBtnWrap .commonNoLink {
  background-color: #b4b4b4;
  border-radius: 50px;
  color: #fff;
  display: inline-block;
  font-size: 1.6rem;
  padding: 12px 56px;
}
@media screen and (max-width: 1024px) {
  .commonBtnWrap .commonNoLink {
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 768px) {
  .commonBtnWrap .commonNoLink {
    font-size: 1.2rem;
    margin: 20px auto;
  }
}

/* ==========================================================================
   TOP Information
   ========================================================================== */
.infoWrap {
  padding: 0 0 120px;
}
@media screen and (max-width: 480px) {
  .infoWrap {
    padding: 0 0 40px;
  }
}
.infoWrap .infoTopArea {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}
.infoWrap .infoTopArea .infoListBtn {
  font-size: 1.6rem;
  font-weight: bold;
  margin: 0 0 24px;
}
@media screen and (max-width: 768px) {
  .infoWrap .infoTopArea .infoListBtn {
    font-size: 1.4rem;
    margin: 0 0 16px;
  }
}
.infoWrap .infoTopArea .infoListBtn a {
  color: #e47c6d;
  display: flex;
}
.infoWrap .infoTopArea .infoListBtn a .infoListArrow {
  background-color: #e47c6d;
  border-radius: 50%;
  height: 20px;
  margin: 0 16px 0 0;
  width: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 1024px) {
  .infoWrap .infoTopArea .infoListBtn a .infoListArrow {
    height: 24px;
    width: 24px;
  }
}
@media screen and (max-width: 768px) {
  .infoWrap .infoTopArea .infoListBtn a .infoListArrow {
    height: 18px;
    margin: 0 12px 0 0;
    width: 18px;
  }
}
.infoWrap .infoTopArea .infoListBtn a .infoListArrow img {
  height: auto;
  width: 6px;
}
@media screen and (max-width: 768px) {
  .infoWrap .infoTopArea .infoListBtn a .infoListArrow img {
    width: 5px;
  }
}

.infoInner {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  text-align: left;
}
.infoInner::after {
  content: "";
  display: block;
  width: 31%;
}
@media screen and (max-width: 768px) {
  .infoInner::after {
    width: 48%;
  }
}
.infoInner .infoList {
  margin: 0 0 60px;
  width: 31%;
}
@media screen and (max-width: 768px) {
  .infoInner .infoList {
    margin: 0 0 32px;
    width: 48%;
  }
}
.infoInner .infoList img {
  -o-object-fit: cover;
     object-fit: cover;
  height: 220px;
  width: 100%;
}
@media screen and (max-width: 1024px) {
  .infoInner .infoList img {
    height: 160px;
  }
}
@media screen and (max-width: 768px) {
  .infoInner .infoList img {
    height: 170px;
  }
}
@media screen and (max-width: 480px) {
  .infoInner .infoList img {
    height: 110px;
  }
}
.infoInner .infoList .infoTime {
  color: #51380f;
  font-size: 1.4rem;
  margin: 12px 0 8px;
}
@media screen and (max-width: 480px) {
  .infoInner .infoList .infoTime {
    font-size: 1.2rem;
    margin: 8px 0 4px;
  }
}
.infoInner .infoList .infoMidashi {
  color: #51380f;
  font-size: 2rem;
}
@media screen and (max-width: 1024px) {
  .infoInner .infoList .infoMidashi {
    font-size: 1.8rem;
  }
}
@media screen and (max-width: 768px) {
  .infoInner .infoList .infoMidashi {
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 480px) {
  .infoInner .infoList img {
    width: 100%;
  }
}

.infoShort .infoList:nth-child(4) {
  display: none;
}
@media screen and (max-width: 768px) {
  .infoShort .infoList:nth-child(4) {
    display: inline;
  }
}

/* ==========================================================================
   Footer
   ========================================================================== */
footer {
  background-color: #dbd5cc;
  height: 300px;
  width: 100%;
  position: relative;
  display: flex;
}
footer .footerBgLeft {
  background-color: #e47c6d;
  height: 300px;
  width: 50%;
}
@media screen and (max-width: 768px) {
  footer .footerBgLeft {
    background-color: #dbd5cc;
  }
}
footer .footerBgRight {
  height: 300px;
  width: 50%;
}
footer .inner {
  background-color: #dbd5cc;
  display: flex;
  height: 300px;
  margin: 0 auto;
  max-width: 1200px;
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
}
@media screen and (max-width: 768px) {
  footer .inner {
    height: auto;
    display: flex;
    flex-wrap: wrap;
  }
}
footer .inner .footerLogo {
  background-color: #e47c6d;
  height: 300px;
  width: 300px;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 768px) {
  footer .inner .footerLogo {
    height: auto;
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  footer .inner .footerLogo img {
    height: auto;
    margin: 32px 0;
    width: 64px;
  }
}
footer .inner .footerAdd {
  display: grid;
  place-items: center;
  text-align: left;
  padding: 0 0 0 64px;
}
@media screen and (max-width: 768px) {
  footer .inner .footerAdd {
    display: inline-block;
    padding: 32px 16px;
    width: 100%;
  }
}
footer .inner .footerAdd p.footerTxt {
  color: #59380f;
  line-height: 1.8em;
  text-align: left;
}
@media screen and (max-width: 1024px) {
  footer .inner .footerAdd p.footerTxt a {
    color: #59380f;
  }
}
footer .inner .footerNav {
  display: grid;
  place-items: center;
  text-align: right;
  margin-left: auto;
  padding-right: 16px;
}
@media screen and (max-width: 768px) {
  footer .inner .footerNav {
    display: inline-block;
    padding: 0 16px 32px;
    text-align: left;
    width: 100%;
  }
}
footer .inner .footerNav p.footerTxt {
  color: #59380f;
}
footer .inner .footerNav p.footerTxt a {
  color: #59380f;
}
footer .inner .companyName {
  font-family: "Zen Maru Gothic", serif;
  font-size: 2.4rem;
  font-weight: bold;
  margin: 0 0 4px;
}
@media screen and (max-width: 768px) {
  footer .inner .companyName {
    font-size: 1.8rem;
    margin: 0 0 8px;
  }
}
footer .inner .footerTxtSize {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 1.4rem;
  font-weight: normal;
}
@media screen and (max-width: 768px) {
  footer .inner .footerTxtSize {
    font-size: 1.3rem;
  }
}
footer .inner .copyright {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 1.4rem;
  font-weight: normal;
  margin: 30px 0 0;
}
@media screen and (max-width: 768px) {
  footer .inner .copyright {
    font-size: 1.2rem;
    text-align: center;
  }
}

/* ==========================================================================
   Go Top
   ========================================================================== */
.gotop {
  background-color: #6a574d;
  height: 50px;
  width: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: -25px;
  right: 0;
  z-index: 1;
}

/* ==========================================================================
   fade
   ========================================================================== */
.scroll_fadein {
  opacity: 0;
}

.fadein_animation_start {
  animation-name: fadein_animation;
  animation-delay: 0.3s;
  animation-duration: 1s;
  animation-fill-mode: both;
}

@keyframes fadein_animation {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
    transform: translate(0);
  }
}
.slideup {
  transform: translateY(50px);
}

.slidedown {
  transform: translateY(-50px);
}

.slideright {
  transform: translateX(50px);
}

.slideleft {
  transform: translateX(-50px);
}

/* ==========================================================================
   none
   ========================================================================== */
.entry-header {
  display: none;
}/*# sourceMappingURL=style.css.map */