@charset "UTF-8";
/* 初期化 */
html, body, h1, h2, h3, h4, h5, h6, p, a, address, img, figure, figcaption,
ul, ol, li, dl, dt, dd, table, tr, td {
  margin: 0;
  padding: 0;
  border: 0;
}

html {
  font-size: 62.5%;
}

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

a {
  text-decoration: none;
  color: #E2690D;
}
a:hover {
  color: #6A3906;
}

img {
  border-style: none;
}

ol, ul {
  list-style: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* 本文に使用するタグの初期設定 */
body {
  font-family: Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", "Noto Sans JP", sans-serif;
  color: #4C4948;
}
@media print, screen and (min-width: 1195px) {
  body {
    font-size: 1.6rem;
    line-height: 2;
    min-height: 100vh;
  }
}
@media screen and (min-width: 768px) and (max-width: 1194px) {
  body {
    font-size: 1.6rem;
    line-height: 2;
  }
}

section h3 {
  font-weight: bold;
  line-height: 1.6;
}
@media print, screen and (min-width: 1195px) {
  section h3 {
    margin: 5rem 0 2rem;
    font-size: 2.6rem;
  }
}
@media screen and (min-width: 768px) and (max-width: 1194px) {
  section h3 {
    margin: 5rem 0 1.6rem;
    font-size: 2.6rem;
  }
}
@media screen and (max-width: 767px) {
  section h3 {
    margin: 4rem 0 1.5rem;
    font-size: 2.2rem;
  }
}
section h2 + h3 {
  margin-top: 0;
}
section h4 {
  font-weight: bold;
  line-height: 1.6;
}
@media print, screen and (min-width: 768px) {
  section h4 {
    margin: 5rem 0 2rem;
    font-size: 2.6rem;
  }
}
@media screen and (max-width: 767px) {
  section h4 {
    margin: 4rem 0 1.5rem;
    font-size: 2.2rem;
  }
}
section h3 + h4 {
  margin-top: 2rem;
}
section h5 {
  margin: 2.5rem 0 0.8rem;
  font-size: 1.6rem;
  font-weight: bold;
  line-height: 1.6;
}
section h4 + h5 {
  margin-top: 2rem;
}
section h6 {
  margin: 2.5rem 0 0.8rem;
  font-size: 1.6rem;
}
section h5 + h6 {
  margin-top: 1.5rem;
}
section img {
  margin: 1.2rem 0 0;
}
@media screen and (max-width: 1194px) {
  section img {
    max-width: 100%;
    height: auto;
  }
}
@media screen and (max-width: 767px) {
  section img {
    display: block;
    margin: 1.5rem auto;
  }
}
@media screen and (max-width: 1194px) {
  section table img {
    max-width: initial;
  }
}
section blockquote {
  line-height: 2;
}
section table {
  width: 100%;
  margin: 1.5rem 0;
  border-collapse: collapse;
}
@media screen and (max-width: 767px) {
  section .spScrollTable {
    display: block;
    overflow-x: scroll;
    white-space: nowrap;
    -webkit-overflow-scrolling: touch;
  }
}
section th {
  padding: 10px;
  background: #FEF0DD;
  border: 1px solid #ccc;
  line-height: 1.5;
  font-weight: bold;
}
section td {
  padding: 10px;
  background: #FEF0DD;
  border: 1px solid #ccc;
  line-height: 1.5;
}
section ul, section ol {
  margin: 1rem 0;
}
section ul {
  list-style: disc;
}
section ol {
  list-style: decimal;
}
section li {
  margin-left: 3rem;
  padding: 0.3rem 0;
  line-height: 1.75;
}

/* ユーティリティ*/
@media screen and (min-width: 768px) and (max-width: 1194px) {
  .u-spTrimImage {
    width: 100%;
    height: 250px;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
@media screen and (max-width: 767px) {
  .u-spTrimImage {
    width: 100%;
    height: 200px;
    -o-object-fit: cover;
       object-fit: cover;
  }
}

@media screen and (min-width: 768px) and (max-width: 1194px) {
  .u-tbBreak::before {
    content: "\a";
    white-space: pre;
  }
}

@media screen and (max-width: 767px) and (orientation: portrait) {
  .u-spportBreak::before {
    content: "\a";
    white-space: pre;
  }
}

@media screen and (min-width: 415px) and (max-width: 767px) and (orientation: landscape) {
  .u-splandBreak::before {
    content: "\a";
    white-space: pre;
  }
}

.u-cf::after {
  content: "";
  clear: both;
  display: table;
}

@media screen and (min-width: 768px) and (max-width: 1194px) {
  _:-ms-lang(x)::-ms-backdrop, .u-spTrimImage {
    font-family: "object-fit:";
  }
}
@media screen and (max-width: 767px) {
  _:-ms-lang(x)::-ms-backdrop, .u-spTrimImage {
    font-family: "object-fit:";
  }
}

@media screen and (min-width: 768px) and (max-width: 1194px) {
  :-ms-lang(x)::backdrop, .u-spTrimImage {
    font-family: "object-fit:";
  }
}
@media screen and (max-width: 767px) {
  :-ms-lang(x)::backdrop, .u-spTrimImage {
    font-family: "object-fit:";
  }
}

/* ハンバーガーメニュー */
.hamburgerMenu {
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1000;
  width: 100vw;
}
@media print, screen and (min-width: 768px) {
  .hamburgerMenu {
    display: none;
  }
}

.hamburgerMenu-button {
  position: absolute;
  cursor: pointer;
}
@media screen and (min-width: 768px) and (max-width: 1194px) {
  .hamburgerMenu-button {
    width: 25px;
    height: 20px;
    top: 30px;
    right: 30px;
  }
}
@media screen and (max-width: 767px) and (orientation: portrait) {
  .hamburgerMenu-button {
    width: 7vw;
    top: 8vw;
    right: 5vw;
  }
}
@media screen and (min-width: 415px) and (max-width: 767px) and (orientation: landscape) {
  .hamburgerMenu-button {
    width: 4vw;
    top: 4.5vw;
    right: 4vw;
  }
}

.hamburgerMenu-button-item {
  display: block;
  position: absolute;
  width: 100%;
  height: 2px;
  background: #666;
  opacity: 1;
  transform: rotate(0deg);
  transition: 0.4s ease-in-out;
}
.hamburgerMenu-button-item:nth-child(1) {
  top: 0;
}
.hamburgerMenu-button-item:nth-child(2) {
  top: 9px;
}
.hamburgerMenu-button-item:nth-child(3) {
  top: 18px;
}
.hamburgerMenu-button.is-open .hamburgerMenu-button-item:nth-child(1) {
  top: 9px;
  transform: rotate(135deg);
}
.hamburgerMenu-button.is-open .hamburgerMenu-button-item:nth-child(2) {
  opacity: 0;
}
.hamburgerMenu-button.is-open .hamburgerMenu-button-item:nth-child(3) {
  top: 9px;
  transform: rotate(-135deg);
}

.hamburgerMenu-list {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 100vw;
  background: #fff;
  box-shadow: 3px 3px 15px 15px rgba(0, 0, 0, 0.1);
}

.hamburgerMenu-list-item {
  border-top: 1px solid #ccc;
  background: #eee;
  text-align: center;
}
.hamburgerMenu-list-item:first-child {
  border-top: none;
}
.hamburgerMenu-list-item.mod-close {
  padding: 5px 15px;
  border: none;
  background: #555;
  text-align: center;
  color: #fff;
}
@media screen and (min-width: 768px) and (max-width: 1194px) {
  .hamburgerMenu-list-item.mod-login {
    display: none;
  }
}

.hamburgerMenu-list-item-link {
  display: block;
  padding: 10px 15px;
}

/* アコーディオンメニュー */
@media print, screen and (min-width: 768px) {
  .accordionMenu {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .accordionMenu {
    margin: 15px auto;
  }
}

.accordionMenu-title {
  position: relative;
  padding: 8px 15px;
  background: #eee;
  font-size: 1.6rem;
}
.accordionMenu-title::before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  right: 15px;
  width: 15px;
  height: 2px;
  margin-top: -1px;
  background-color: #666;
  transform-origin: 50% 50%;
  transition: all 0.3s ease-out;
  transform: rotate(-90deg);
  opacity: 1;
}
.accordionMenu-title::after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  right: 15px;
  width: 15px;
  height: 2px;
  margin-top: -1px;
  background-color: #666;
  transform-origin: 50% 50%;
  transition: all 0.3s ease-out;
}
.accordionMenu-title.is-open::before {
  transform: rotate(0deg);
}
.accordionMenu-title.is-open::after {
  transform: rotate(180deg);
  opacity: 0;
}

.accordionMenu-list {
  display: none;
  margin: 0;
  padding: 0;
  list-style: none;
}

.accordionMenu-list-item {
  margin: 0;
  padding: 10px 15px;
  background: #eee;
  border-top: 1px solid #ccc;
}

/* 水平メニュー */
.horizontalMenu-list {
  display: flex;
  flex-wrap: wrap;
  list-style-type: none;
}
@media print, screen and (min-width: 1195px) {
  .horizontalMenu-list {
    margin: 0;
  }
}
@media screen and (max-width: 1194px) {
  .horizontalMenu-list {
    margin: 0 auto;
  }
}
@media screen and (min-width: 768px) and (max-width: 1194px) {
  .horizontalMenu-list {
    width: 78vw;
  }
}
@media screen and (max-width: 767px) and (orientation: portrait) {
  .horizontalMenu-list {
    width: 92vw;
  }
}
@media screen and (min-width: 415px) and (max-width: 767px) and (orientation: landscape) {
  .horizontalMenu-list {
    width: 90vw;
  }
}

.horizontalMenu-list-item {
  background-color: #eee;
  text-align: center;
}
@media print, screen and (min-width: 1195px) {
  .horizontalMenu-list-item {
    width: 210px;
    margin: 7px 5px;
    padding: 7px 10px;
  }
}
@media print, screen and (min-width: 768px) {
  .horizontalMenu-list-item {
    height: 20px;
    border-radius: 20px;
    line-height: 20px;
    font-size: 1.2rem;
  }
}
@media screen and (min-width: 768px) and (max-width: 1194px) {
  .horizontalMenu-list-item {
    width: 24vw;
    margin: 1vw 0.5vw;
    padding: 1vw 0.5vw;
  }
}
@media screen and (max-width: 767px) and (orientation: portrait) {
  .horizontalMenu-list-item {
    width: 38vw;
    height: 6vw;
    margin: 2vw 2vw;
    padding: 2vw 2vw;
    border-radius: 6vw;
    line-height: 6vw;
    font-size: 1.1rem;
  }
}
@media screen and (min-width: 415px) and (max-width: 767px) and (orientation: landscape) {
  .horizontalMenu-list-item {
    width: 26vw;
    height: 5vw;
    margin: 1vw 1vw;
    padding: 1vw 1vw;
    border-radius: 5vw;
    line-height: 5vw;
    font-size: 1.1rem;
  }
}

.horizontalMenu-item-link {
  color: #fff;
}
.horizontalMenu-item-link:hover {
  color: #fff;
}

/* タブメニュー */
@media print, screen and (min-width: 768px) {
  .tabMenu {
    cursor: pointer;
    background: #eee;
  }
  .tabMenu.is-active {
    background: #FACD89;
    color: #fff;
  }
}

@media print, screen and (min-width: 768px) {
  .tabMenuContents {
    display: none;
  }
  .tabMenuContents.is-open {
    display: block;
    animation: fadein 0.5s ease 0s 1 normal;
  }
  @keyframes fadein {
    0% {
      opacity: 0;
    }
    100% {
      opacity: 1;
    }
  }
}
@media print {
  .tabMenuContents {
    display: block;
  }
  @keyframes fadein {
    100% {
      opacity: 1;
    }
  }
}

/* 非順序リスト */
.markerCheckList {
  list-style: none;
}

.markerCheckList-item {
  position: relative;
  margin-top: 1rem;
  padding-left: 2.4rem;
  line-height: 1.75;
}
.markerCheckList-item:first-of-type {
  margin-top: 0;
}
.markerCheckList-item::before, .markerCheckList-item::after {
  content: "";
  display: block;
  position: absolute;
}
.markerCheckList-item::before {
  width: 1.6rem;
  height: 1.6rem;
  border-radius: 0.8rem;
  background: #F39800;
}
@media print, screen and (min-width: 1195px) {
  .markerCheckList-item::before {
    top: 0.85rem;
    left: 0;
  }
}
@media screen and (min-width: 768px) and (max-width: 1194px) {
  .markerCheckList-item::before {
    top: 0.8rem;
    left: 0;
  }
}
@media screen and (max-width: 767px) {
  .markerCheckList-item::before {
    top: 0.7rem;
    left: 0;
  }
}
.markerCheckList-item::after {
  width: 0.6rem;
  height: 0.3rem;
  border-left: 0.2rem solid #fff;
  border-bottom: 0.2rem solid #fff;
  transform: rotate(-45deg);
}
@media print, screen and (min-width: 1195px) {
  .markerCheckList-item::after {
    top: 1.3rem;
    left: 0.4rem;
  }
}
@media print, screen and (min-width: 768px) {
  .markerCheckList-item::after {
    top: 1.25rem;
    left: 0.4rem;
  }
}
@media screen and (max-width: 767px) {
  .markerCheckList-item::after {
    top: 1.2rem;
    left: 0.4rem;
  }
}

.markerCheckList-item-link {
  color: #4C4948;
}
.markerCheckList-item-link:hover {
  color: #4C4948;
}

/* 順序リスト */
.orderedList-item {
  margin-top: 1rem;
  padding-left: 3rem;
  line-height: 1.75;
}
.orderedList-item:first-of-type {
  margin-top: 0;
}

.orderedList-item-link {
  color: #4C4948;
}
.orderedList-item-link:hover {
  color: #4C4948;
}

@media print, screen and (min-width: 768px) {
  .definitionList {
    display: flex;
    flex-wrap: wrap;
    line-height: 2;
  }
}
@media screen and (max-width: 767px) {
  .definitionList {
    margin-top: 1.3rem;
    line-height: 1.6;
  }
}

.definitionList-title, .definitionList-body {
  box-sizing: border-box;
}
@media print, screen and (min-width: 768px) {
  .definitionList-title, .definitionList-body {
    padding: 29px 10px 28px;
  }
}

.definitionList-title {
  font-weight: bold;
}
@media print, screen and (min-width: 1195px) {
  .definitionList-title {
    width: 290px;
  }
}
@media print, screen and (min-width: 768px) {
  .definitionList-title {
    display: flex;
    align-items: center;
    position: relative;
    margin-left: auto;
    padding-left: 30px;
    border-top: 1px solid #ccc;
    line-height: 1.6;
  }
  .definitionList-title:last-of-type {
    border-bottom: 1px solid #ccc;
  }
}
@media screen and (min-width: 768px) and (max-width: 1194px) {
  .definitionList-title {
    width: 25vw;
  }
}
@media screen and (max-width: 767px) {
  .definitionList-title {
    display: none;
  }
}

@media print, screen and (min-width: 1195px) {
  .definitionList-body {
    width: 910px;
  }
}
@media print, screen and (min-width: 768px) {
  .definitionList-body {
    margin-right: auto;
    border-top: 1px solid #ccc;
    line-height: 1.6;
  }
  .definitionList-body:last-of-type {
    border-bottom: 1px solid #ccc;
  }
}
@media screen and (min-width: 768px) and (max-width: 1194px) {
  .definitionList-body {
    width: 70vw;
  }
}
@media screen and (max-width: 767px) {
  .definitionList-body {
    display: block;
    padding: 10px 0;
    border-top: 1px solid #ccc;
  }
  .definitionList-body:first-of-type {
    border-top: none;
  }
  .definitionList-body::before {
    content: "［" attr(data-title) "］\a";
    white-space: pre;
    color: #F39800;
  }
}

.definitionList-body-link {
  color: #4C4948;
}
.definitionList-body-link:hover {
  color: #4C4948;
}

/* デザインボタン1 */
.arrowButton {
  display: block;
  position: relative;
  margin: 1em auto;
  padding: 1em 2em;
  background: linear-gradient(to bottom, #6db3f2 0%, #54a3ee 50%, #3690f0 51%, #1e69de 100%);
  border-radius: 50vh;
  transition: 0.5s;
  color: #fff;
  font-size: 18px;
  font-weight: bold;
}
@media print, screen and (min-width: 1195px) {
  .arrowButton {
    width: 300px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1194px) {
  .arrowButton {
    width: 40vw;
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 767px) {
  .arrowButton {
    width: 60vw;
    font-size: 1.3rem;
  }
}
.arrowButton::before {
  content: "";
  position: absolute;
  top: 50%;
  right: 10px;
  background-color: #fff;
  border-radius: 50vh;
  transform: translateY(-50%);
}
@media print, screen and (min-width: 1195px) {
  .arrowButton::before {
    width: 50px;
    height: 50px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1194px) {
  .arrowButton::before {
    width: 40px;
    height: 40px;
  }
}
@media screen and (max-width: 767px) {
  .arrowButton::before {
    width: 37px;
    height: 37px;
  }
}
.arrowButton::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 32px;
  width: 5px;
  height: 5px;
  border-top: 3px solid #333333;
  border-right: 3px solid #333333;
  transform: translateY(-50%) rotate(45deg);
}
@media print, screen and (min-width: 1195px) {
  .arrowButton::after {
    right: 32px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1194px) {
  .arrowButton::after {
    right: 27px;
  }
}
@media screen and (max-width: 767px) {
  .arrowButton::after {
    right: 25px;
  }
}
.arrowButton:hover {
  background: linear-gradient(to bottom, #e4f5fc 0%, #bfe8f9 50%, #9fd8ef 51%, #2ab0ed 100%);
  color: #666;
  text-decoration: none;
}

/* デザインボタン2 */
.rectangleBorderButton {
  margin: 3rem auto 2rem;
  border: 1px solid #ccc;
  text-align: center;
}
@media print, screen and (min-width: 1195px) {
  .rectangleBorderButton {
    width: 600px;
  }
}
@media print, screen and (min-width: 768px) {
  .rectangleBorderButton {
    padding: 10px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1194px) {
  .rectangleBorderButton {
    width: 60vw;
  }
}
@media screen and (max-width: 767px) {
  .rectangleBorderButton {
    padding: 5px;
    width: 80vw;
  }
}

/* ページラッパー */
.page {
  background: #fff;
}

/* ヘッダー */
.globalHeaderWrapper {
  background-image: linear-gradient(90deg, #f6ae54, #ed6c00);
}
@media print, screen and (min-width: 1195px) {
  .globalHeaderWrapper {
    height: 100px;
  }
}
@media print, screen and (min-width: 1195px) {
  .globalHeader {
    display: grid;
    grid-template-columns: 1fr auto;
    place-items: center normal;
    width: 1200px;
    margin: 0 auto;
    padding: 28px 0 0 0;
  }
}
@media screen and (min-width: 768px) and (max-width: 1194px) {
  .globalHeader {
    display: grid;
    grid-template-columns: 1fr auto;
    place-items: center normal;
    padding: 3vw 3vw 3vw;
  }
}

.globalHeader-ci-link {
  display: block;
}

.globalHeader-ci-link-image {
  display: block;
}
@media screen and (min-width: 768px) and (max-width: 1194px) {
  .globalHeader-ci-link-image {
    width: 25vw;
  }
}

/* ヘッダーメニュー */
.globalMenu-list {
  display: flex;
  justify-content: flex-end;
}
@media screen and (max-width: 767px) {
  .globalMenu-list {
    flex-wrap: wrap;
  }
  .globalMenu-list.mod-pctb {
    display: none;
  }
}

@media print, screen and (min-width: 1195px) {
  .globalMenu-list-item {
    margin: 0 0 0 45px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1194px) {
  .globalMenu-list-item {
    margin: 0 0 0 4vw;
  }
}

.globalMenu-list-item-link {
  display: block;
  color: #fff;
}
.globalMenu-list-item-link.mod-footer {
  color: #4C4948;
}

/* ページヘッダー */
.pageHeader {
  padding: 20px 0;
  box-sizing: border-box;
  background-image: -webkit-image-set(url(../images/sub/sub_bg.png) 1x, url(../images/sub/sub_bg@2x.png) 2x);
  background-image: image-set(url(../images/sub/sub_bg.png) 1x, url(../images/sub/sub_bg@2x.png) 2x);
  background-repeat: no-repeat;
}
.pageHeader-title {
  display: block;
  margin: 0 auto;
}
@media print, screen and (min-width: 1195px) {
  .pageHeader-title {
    width: 120px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1194px) {
  .pageHeader-title {
    width: 13vw;
  }
}
@media screen and (max-width: 767px) and (orientation: portrait) {
  .pageHeader-title {
    width: 25vw;
  }
}
@media screen and (min-width: 415px) and (max-width: 767px) and (orientation: landscape) {
  .pageHeader-title {
    width: 13vw;
  }
}

/* 本文 */
/* 固定メニュー */
@media print, screen and (min-width: 768px) {
  .fixMenu {
    position: fixed;
    z-index: 100;
    top: 0;
    left: 0;
    width: 100%;
    background: #fff;
    box-shadow: 0px 7px 7px -5px rgba(0, 0, 0, 0.2);
  }
  .fixMenu.mod-visible {
    display: block;
  }
  .fixMenu.mod-hidden {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .fixMenu {
    display: none;
  }
}

.fixMenu-list {
  display: flex;
}
@media print, screen and (min-width: 1195px) {
  .fixMenu-list {
    width: 1200px;
    margin: 0 auto;
  }
}
@media screen and (max-width: 767px) {
  .fixMenu-list {
    display: none;
  }
}

@media print, screen and (min-width: 1195px) {
  .fixMenu-list-item {
    width: calc(1200px / 3);
  }
}
@media screen and (min-width: 768px) and (max-width: 1194px) {
  .fixMenu-list-item {
    width: 33.3333333333vw;
  }
}

.fixMenu-list-item-link {
  display: block;
  text-align: center;
  line-height: 0;
}
@media print, screen and (min-width: 1195px) {
  .fixMenu-list-item-link {
    padding: 30px 0;
  }
}
@media screen and (min-width: 768px) and (max-width: 1194px) {
  .fixMenu-list-item-link {
    padding: 4vw 0;
  }
}

@media print, screen and (min-width: 768px) {
  .fixMenu-list-item-link-image.mod-pctb {
    display: none;
  }
}
@media screen and (min-width: 768px) and (max-width: 1194px) {
  .fixMenu-list-item-link-image {
    height: 3vw;
  }
}

/* ヒーローイメージ */
@media print, screen and (min-width: 1195px) {
  .heroContainer {
    width: 1200px;
    margin: 0 auto;
  }
}
@media screen and (min-width: 768px) and (max-width: 1194px) {
  .heroContainer {
    width: 95vw;
    margin: 0 auto;
  }
}

@media print, screen and (min-width: 1195px) {
  .heroHeader {
    margin-top: 60px;
    text-align: center;
  }
}
@media screen and (min-width: 768px) and (max-width: 1194px) {
  .heroHeader {
    margin-top: 8vw;
    text-align: center;
  }
}

@media screen and (min-width: 768px) and (max-width: 1194px) {
  .heroHeader-image {
    width: 70vw;
    margin: 0 auto;
  }
}

.heroDescription {
  margin: 60px 0 40px 0;
  font-size: 3.8rem;
  font-weight: bold;
  line-height: 1.5;
  text-align: center;
  color: #F39800;
  font-feature-settings: "palt";
}

.heroImage {
  display: block;
  margin: 0 auto;
}
@media print, screen and (min-width: 1195px) {
  .heroImage {
    width: 960px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1194px) {
  .heroImage {
    width: 100%;
  }
}

@media print, screen and (min-width: 1195px) {
  .heroImage-body {
    width: 960px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1194px) {
  .heroImage-body {
    width: 100vw;
    margin: 0 -2.5vw;
  }
}

.heroTitle {
  margin: 50px 0 40px 0;
  font-size: 3rem;
  font-weight: bold;
  line-height: 1.5;
  text-align: center;
  font-feature-settings: "palt";
}

.heroTitle-highlight {
  color: #F39800;
}

@media print, screen and (min-width: 1195px) {
  .heroBody {
    display: grid;
    grid-template-columns: 1fr auto;
    place-items: center normal;
    -moz-column-gap: 50px;
         column-gap: 50px;
  }
}

.heroBody-description {
  font-size: 1.8rem;
  font-weight: bold;
  line-height: 2;
}
@media print, screen and (min-width: 1195px) {
  .heroBody-description {
    order: 2;
  }
}

@media print, screen and (min-width: 1195px) {
  .heroBody-image {
    order: 1;
  }
}
@media screen and (min-width: 768px) and (max-width: 1194px) {
  .heroBody-image {
    display: block;
    margin: 3vw auto 0;
  }
}

/* フッター */
.globalFooterWrapper {
  margin-top: 100px;
  background: #EFEFEF;
}

.globalFooterContainer {
  margin: 0 auto;
}
@media print, screen and (min-width: 1195px) {
  .globalFooterContainer {
    width: 1200px;
    padding: 0 0 80px;
  }
}

@media print, screen and (min-width: 1195px) {
  .globalFooterContainer-body {
    display: grid;
    grid-template-columns: 1fr auto;
    place-items: center normal;
    width: 1200px;
    margin: 0 auto 20px;
    padding: 60px 20px 30px;
    border-bottom: 1px solid #ccc;
  }
}
@media screen and (min-width: 768px) and (max-width: 1194px) {
  .globalFooterContainer-body {
    display: grid;
    grid-template-columns: 1fr auto;
    place-items: center normal;
    margin: 0 0 20px;
    padding: 60px 20px 30px;
    border-bottom: 1px solid #ccc;
  }
}

.footerContact {
  display: block;
  padding: 0 20px;
  font-style: normal;
}
@media screen and (min-width: 768px) and (max-width: 1194px) {
  .footerContact {
    font-size: 1.3rem;
    text-align: center;
  }
}

.footerCopyright {
  display: block;
  text-align: center;
}
@media print, screen and (min-width: 1195px) {
  .footerCopyright {
    margin: 60px 0 0;
  }
}
@media screen and (min-width: 768px) and (max-width: 1194px) {
  .footerCopyright {
    margin: 40px 0 0;
  }
}

@media screen and (min-width: 768px) and (max-width: 1194px) {
  .footerCopyright-image {
    width: 30vw;
  }
}

/* フッター コピーライト */
.footerCopyright {
  display: block;
}

/* お知らせ */
.newsWrap {
  padding: 30px 0;
  background: #F4F2EE;
}

.news {
  margin: 0 auto;
}
@media print, screen and (min-width: 1195px) {
  .news {
    width: 1200px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1194px) {
  .news {
    width: 80vw;
  }
}
@media screen and (max-width: 767px) {
  .news {
    width: 90vw;
  }
}

.news-title {
  text-align: center;
}
@media print, screen and (min-width: 1195px) {
  .news-title {
    margin: 0 0 20px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1194px) {
  .news-title {
    margin: 0 0 3vw;
  }
}

@media screen and (max-width: 767px) and (orientation: portrait) {
  .news-title-image {
    width: 35vw;
  }
}
@media screen and (min-width: 415px) and (max-width: 767px) and (orientation: landscape) {
  .news-title-image {
    width: 20vw;
  }
}

/* スマートフォン用予約ボタン */
.reserveSpWrap {
  background: #F4F2EE;
}
@media print, screen and (min-width: 768px) {
  .reserveSpWrap {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .reserveSpWrap {
    text-align: center;
  }
}

@media screen and (max-width: 767px) and (orientation: portrait) {
  .reserveSp-tel {
    width: 65vw;
    margin: 7vw 0 1vw;
  }
}
@media screen and (min-width: 415px) and (max-width: 767px) and (orientation: landscape) {
  .reserveSp-tel {
    width: 40vw;
    margin: 4vw 0 1vw;
  }
}

@media screen and (max-width: 767px) and (orientation: portrait) {
  .reserveSp-web {
    width: 60vw;
    margin: 1vw 0 7vw;
  }
}
@media screen and (min-width: 415px) and (max-width: 767px) and (orientation: landscape) {
  .reserveSp-web {
    width: 35vw;
    margin: 1vw 0 4vw;
  }
}

@media print, screen and (min-width: 1195px) {
  .pagetop {
    position: fixed;
    right: 10px;
    bottom: 10px;
  }
}
@media screen and (max-width: 1194px) {
  .pagetop {
    display: none;
  }
}
@media print {
  .pagetop {
    display: none;
  }
}

@media print, screen and (min-width: 1195px) {
  .pagetop-link {
    display: inline-block;
    position: relative;
    height: 50px;
    width: 50px;
    background-color: #505050;
    color: #fff;
  }
  .pagetop-link::before {
    content: "";
    display: block;
    position: absolute;
    top: 10px;
    right: 0;
    bottom: 0;
    left: 0;
    width: 20px;
    height: 20px;
    margin: auto;
    border-top: solid 2px #fff;
    border-right: solid 2px #fff;
    transform: rotate(-45deg);
  }
  .pagetop-link:hover {
    color: #fff;
    background-color: #666;
  }
}

/* アニメーション */
@media print, screen and (min-width: 768px) {
  .a-init {
    opacity: 0;
  }
}

@media print, screen and (min-width: 768px) {
  .a-fadeIn {
    animation-name: fadeIn;
    animation-duration: 1s;
    animation-delay: 0.1s;
    animation-fill-mode: forwards;
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    opacity: 0;
  }
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@media print, screen and (min-width: 768px) {
  .a-fadeUp {
    animation-name: fadeUp;
    animation-duration: 1s;
    animation-delay: 0.1s;
    animation-fill-mode: forwards;
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    opacity: 0;
  }
}

@keyframes fadeUp {
  from {
    opacity: 0;
    transform: translateY(100px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
@media print, screen and (min-width: 768px) {
  .a-fadeDown {
    animation-name: fadeDown;
    animation-duration: 1s;
    animation-delay: 0.1s;
    animation-fill-mode: forwards;
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    opacity: 0;
  }
}

@keyframes fadeDown {
  from {
    opacity: 0;
    transform: translateY(-100px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
@media print, screen and (min-width: 768px) {
  .a-fadeLeft {
    animation-name: fadeLeft;
    animation-duration: 1s;
    animation-delay: 0.1s;
    animation-fill-mode: forwards;
    opacity: 0;
  }
}

@keyframes fadeLeft {
  from {
    opacity: 0;
    transform: translateX(-100px);
  }
  to {
    opacity: 1;
    transform: translateX(0);
  }
}
@media print, screen and (min-width: 768px) {
  .a-fadeRight {
    animation-name: fadeRight;
    animation-duration: 1s;
    animation-delay: 0.1s;
    animation-fill-mode: forwards;
    opacity: 0;
  }
}

@keyframes fadeRight {
  from {
    opacity: 0;
    transform: translateX(100px);
  }
  to {
    opacity: 1;
    transform: translateX(0);
  }
}
@media print, screen and (min-width: 768px) {
  .a-slideInBlurredLeft {
    animation-name: slideInBlurredLeft;
    animation-duration: 1s;
    animation-fill-mode: both;
    animation-timing-function: cubic-bezier(0.23, 1, 0.32, 1);
  }
}

@keyframes slideInBlurredLeft {
  from {
    transform: translateX(-1000px) scaleX(2.5) scaleY(0.2);
    transform-origin: 100% 50%;
    filter: blur(40px);
    opacity: 0;
  }
  to {
    transform: translateX(0) scaleY(1) scaleX(1);
    transform-origin: 50% 50%;
    filter: blur(0);
    opacity: 1;
  }
}
.bounce-in-top {
  animation: bounce-in-top 1.1s both;
}

@keyframes bounce-in-top {
  0% {
    transform: translateY(-500px);
    animation-timing-function: ease-in;
    opacity: 0;
  }
  38% {
    transform: translateY(0);
    animation-timing-function: ease-out;
    opacity: 1;
  }
  55% {
    transform: translateY(-65px);
    animation-timing-function: ease-in;
  }
  72% {
    transform: translateY(0);
    animation-timing-function: ease-out;
  }
  81% {
    transform: translateY(-28px);
    animation-timing-function: ease-in;
  }
  90% {
    transform: translateY(0);
    animation-timing-function: ease-out;
  }
  95% {
    transform: translateY(-8px);
    animation-timing-function: ease-in;
  }
  100% {
    transform: translateY(0);
    animation-timing-function: ease-out;
  }
}
.preloader {
  background: #D9E7DE;
  align-items: center;
  justify-content: center;
  display: flex;
  position: fixed;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  z-index: 99999;
}

.preloader::after {
  animation: loader_animation 0.5s linear infinite;
  border: 5px solid white;
  border-right: 5px solid rgba(255, 255, 255, 0.2);
  border-radius: 100%;
  content: "";
  height: 100px;
  width: 100px;
}

@keyframes loader_animation {
  0% {
    transform: rotate(0);
  }
  100% {
    transform: rotate(360deg);
  }
}
@media print, screen and (min-width: 768px) {
  .wp-post {
    min-height: 250px;
  }
}
@media screen and (max-width: 767px) {
  .wp-post {
    min-height: 200px;
  }
}

.wp-post h3 {
  padding: 1rem 0 1rem 3rem;
  background: #eee;
  border-left: solid 5px #FACD89;
}

.wp-post h4 {
  position: relative;
  padding: 0 0 1rem 2rem;
  border-bottom: solid 3px #FEF0DD;
  font-size: 2rem;
}
.wp-post h4:after {
  display: block;
  content: " ";
  position: absolute;
  border-bottom: solid 3px #FACD89;
  bottom: -3px;
  left: 0;
  width: 20%;
}

.wp-post h5 {
  font-weight: bold;
}
/*# sourceMappingURL=map/style.css.map */
