@charset "UTF-8";
html {
  height: 100%;
  min-height: 100%;
  -webkit-text-size-adjust: 100%;
  overflow-x: hidden;
  -webkit-overflow-scrolling: touch;
}

body {
  position: relative;
  min-height: 100%;
  background: #fff;
  color: #64382d;
  word-wrap: break-word;
  font-family: "Kosugi Maru", sans-serif;
  font-size: 62.5%;
  overflow-x: hidden;
  -webkit-overflow-scrolling: touch;
}

a {
  color: inherit;
  text-decoration: none;
}

img {
  vertical-align: middle;
  -webkit-touch-callout: none;
}

span,
i {
  display: inline-block;
}

input {
  margin: 0;
  padding: 0;
  outline: none;
  border: none;
  background-color: inherit;
  color: inherit;
}

button {
  margin: 0;
  padding: 0;
  border: none;
  background-color: inherit;
  color: inherit;
}

ul,
ol {
  list-style: none;
}

.clearfix:before,
.clearfix:after {
  display: table !important;
  content: "";
}

.clearfix:after {
  clear: both;
}

/**
 * html5doctor.com Reset Stylesheet v1.6.1 (http://html5doctor.com/html-5-reset-stylesheet/)
 * Richard Clark (http://richclarkdesign.com)
 * http://cssreset.com
 */
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
  box-sizing: border-box;
}

body {
  line-height: 1;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

nav ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: "";
  content: none;
}

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

/* change colours to suit your needs */
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

/* change colours to suit your needs */
mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

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

/* change border colour to suit your needs */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}

input, select {
  vertical-align: middle;
}

/* footer */
@media screen and (min-width: 1051px) {
  .l-footer {
    width: 100%;
    padding: 80px 0 20px;
    margin: 0 auto;
    background-color: rgba(252, 216, 110, 0.2);
  }
  .p-footer__wrap {
    max-width: 1050px;
    margin: 0 auto 60px;
    display: flex;
    flex-wrap: wrap;
    -moz-column-gap: clamp(20px, 3vw, 50px);
         column-gap: clamp(20px, 3vw, 50px);
    justify-content: space-around;
  }
  .p-footerInfo__list {
    max-width: 500px;
    width: 100%;
  }
  .p-shortTime__foot {
    /*感染症対策による一時的文言*/
    font-size: 1rem;
    margin-top: 5px;
  }
  .p-footer__map_wrap {
    max-width: 500px;
    width: 100%;
  }
  .p-footer__map {
    width: 100%;
    height: auto;
    border-radius: 12px;
    margin-bottom: 15px;
  }
  .p-footerInfo__item:nth-of-type(3) {
    font-size: 1rem;
  }
  .p-footerInfo__box {
    display: flex;
    justify-content: flex-start;
    margin-top: 15px;
  }
  .p-footerInfo__priority {
    border: double 4px;
    border-radius: 8px;
    padding: 5px 10px;
    display: inline-block;
  }
  .p-footerInfo__tell {
    display: inline-block;
    letter-spacing: 2px;
    font-size: 1.6rem;
    margin: 5px 20px;
    font-family: sans-serif;
  }
  .p-footerInfo__address {
    margin: 15px 0 25px;
    letter-spacing: 2px;
    font-size: 1.2rem;
  }
  .c-carefull {
    color: #ed6d00;
  }
  .p-footerInfo__parking_wrap._sp {
    display: none;
  }
  .p-footerInfo__parking {
    margin-bottom: 10px;
    text-decoration: underline;
  }
  .p-footerInfo__parkingText {
    width: 500px;
    line-height: 1.5;
  }
  .p-footerInfo__parkingText .strong {
    display: inline-block;
    letter-spacing: 0.15em;
    margin-left: 3px;
    margin-right: 3px;
  }
  .p-footerInfo__parkingLink {
    color: #00a5e7;
    font-size: 0.9rem;
    text-decoration: underline;
  }
  .c-responsive__fixedList {
    display: none;
  }
  .p-footer__copyright {
    text-align: center;
    font-size: 14px;
    letter-spacing: 2px;
  }
}
@media screen and (max-width: 1050px) {
  .l-footer {
    width: 100%;
    padding: 80px 10px 0;
    margin: 0 auto;
    background-color: rgba(252, 216, 110, 0.2);
  }
  .p-footer__wrap {
    max-width: 1050px;
    margin: 0 auto 60px;
    display: flex;
    -moz-column-gap: clamp(20px, 3vw, 50px);
         column-gap: clamp(20px, 3vw, 50px);
    justify-content: space-around;
  }
  .p-footerInfo__list {
    width: calc(55% - clamp(20px, 3vw, 50px));
    max-width: 500px;
  }
  .p-footerInfo__logo,
  .p-footerInfo__uketuke {
    width: 100%;
  }
  .p-shortTime__foot {
    /*感染症対策による一時的文言*/
    font-size: 1rem;
    margin-top: 5px;
  }
  .p-footer__map_wrap {
    max-width: 500px;
    width: 45%;
  }
  .p-footer__map {
    width: 100%;
    height: auto;
    border-radius: 12px;
    display: block;
    margin-bottom: 15px;
  }
  .p-footerInfo__item:nth-of-type(3) {
    font-size: 1rem;
  }
  .p-footerInfo__box {
    display: flex;
    justify-content: flex-start;
    margin-top: 10px;
    margin-bottom: 8px;
  }
  .p-footerInfo__priority {
    border: double 4px;
    border-radius: 8px;
    padding: 5px 10px;
    display: inline-block;
  }
  .p-footerInfo__tell {
    display: inline-block;
    font-size: 1.4rem;
    margin: 5px 20px 8px;
    font-family: sans-serif;
  }
  .p-footerInfo__address {
    margin-bottom: 8px;
    line-height: 1.7;
  }
  .p-footerInfo__parking {
    margin-bottom: 8px;
    text-decoration: underline;
  }
  .p-footerInfo__parking_wrap._sp {
    display: none;
  }
  .p-footerInfo__parkingText {
    width: 100%;
    line-height: 1.5;
  }
  .p-footerInfo__parkingLink {
    color: #00a5e7;
    font-size: 0.9rem;
    text-decoration: underline;
  }
  .c-carefull {
    color: #ed6d00;
  }
  /* 最下部 */
  .c-responsive__fixedList {
    width: 100%;
    display: flex;
    position: fixed;
    bottom: 0;
    left: 0;
    z-index: 7777;
  }
  .c-responsive__fixedItem {
    width: 12.5%;
    height: 60px;
    background-color: rgb(255, 237, 179);
    border-top: 1px dotted #fff;
    border-right: 1px dotted #fff;
    border-radius: 2px;
    text-align: center;
    position: relative;
  }
  .p-responsive__fixedLink {
    margin: auto;
    width: 100%;
    height: 100%;
    display: block;
    position: absolute;
    top: 15px;
    left: 0;
    bottom: 0;
    right: 0;
  }
  .p-responsive__fixedIcon {
    width: 30px;
    height: 30px;
  }
  .c-responsive__net {
    background-color: #02c755;
    color: #fff;
  }
  .c-responsive__tell {
    background-color: #00a5e7;
    color: #fff;
  }
  .p-footer__copyright {
    text-align: center;
    font-size: 12px;
    letter-spacing: 2px;
  }
}
@media screen and (max-width: 768px) {
  .l-footer {
    width: 100%;
    padding: 20px 0 80px;
    margin: 0 auto;
    background-color: rgba(252, 216, 110, 0.2);
  }
  .p-footer__wrap {
    max-width: auto;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    row-gap: 10px;
    margin-bottom: 60px;
  }
  .p-footerInfo__list {
    width: 100%;
    max-width: 700px;
  }
  .p-footerInfo__item {
    width: 90%;
    margin: 0 auto;
  }
  .p-footerInfo__logo {
    max-width: 450px;
    margin: 0 auto 10px;
    display: block;
  }
  .p-footerInfo__uketuke {
    max-width: 550px;
    margin: 0 auto 20px;
    display: block;
  }
  .p-footerInfo__logo,
  .p-footerInfo__uketuke {
    width: 100%;
  }
  .p-shortTime__foot {
    /*感染症対策による一時的文言*/
    font-size: 0.9rem;
    margin-top: 5px;
  }
  .p-shortTime__foot {
    /*感染症対策による一時的文言*/
    font-size: 1rem;
    margin-top: 5px;
  }
  .p-footer__map_wrap {
    max-width: 550px;
    width: 90%;
    margin: 0 auto;
  }
  .p-footer__map {
    margin-bottom: 10px;
  }
  .p-footerInfo__item:nth-of-type(3) {
    font-size: 0.9rem;
    max-width: 550px;
    margin: 0 auto;
  }
  .p-footerInfo__box {
    margin-top: 10px;
  }
  .p-footerInfo__priority {
    border: double 4px;
    border-radius: 8px;
    padding: 2px 10px;
    display: inline-block;
    line-height: 2;
  }
  .p-footerInfo__tell {
    display: block;
    font-size: 1rem;
    line-height: 2;
    margin: 5px 0 5px 5px;
    font-family: sans-serif;
  }
  .p-footerInfo__address {
    margin-top: 10px;
    margin-bottom: 15px;
  }
  .p-footerInfo__parking {
    margin: 10px 0 5px;
    text-decoration: underline;
  }
  .p-footerInfo__parkingText {
    width: 100%;
    line-height: 1.5;
    font-size: 0.9rem;
  }
  .p-footerInfo__parkingLink {
    color: #00a5e7;
    font-size: 0.8rem;
    text-decoration: underline;
  }
  .c-carefull {
    color: #ed6d00;
  }
  /* 最下部メニュー */
  .c-responsive__home,
  .c-responsive__accident,
  .c-responsive__room {
    display: none;
  }
  .c-responsive__fixedList {
    width: 100%;
    display: flex;
    position: fixed;
    bottom: 0;
    left: 0;
    z-index: 7777;
  }
  .c-responsive__fixedItem {
    width: 20%;
    height: 60px;
    background-color: rgb(255, 237, 179);
    border-top: 1px dotted #fff;
    border-right: 1px dotted #fff;
    border-radius: 2px;
    text-align: center;
    padding-top: 8px;
    position: relative;
  }
  .p-responsive__fixedLink {
    margin: auto;
    width: 100%;
    display: block;
    position: absolute;
    top: 15px;
    left: 0;
    bottom: 0;
    right: 0;
  }
  .p-responsive__fixedIcon {
    width: 30px;
    height: 30px;
  }
  .p-responsive__fixedWord {
    font-size: 2.5vw;
  }
  .c-responsive__net {
    background-color: #02c755;
    color: #fff;
  }
  .c-responsive__tell {
    background-color: #00a5e7;
    color: #fff;
  }
}
@media screen and (min-width: 1051px) {
  /* コロナ対策 */
  .l-hygeneMenu {
    padding: 0 0 30px;
  }
  .p-hygeneMenu__box {
    display: flex;
    justify-content: center;
    align-items: center;
    opacity: 1;
    margin-left: 52px;
  }
  .p-hygeneMenu__link {
    font-size: 2.2rem;
    padding: 15px 30px;
    background-color: #ff51d9;
    text-decoration: underline;
    color: #fff;
    border-radius: 8px;
  }
  .p-hygeneMenu__link:hover {
    background-color: #00a5e7;
    transition: 0.3s ease-in-out;
  }
  .p-hygeneMenu__icon {
    width: 50px;
    height: 50px;
    margin-left: 10px;
    animation: p-hygeneMenu__icon 2s infinite;
    transition-timing-function: cubic-bezier(0, 0.76, 1, 0.26);
  }
  .p-hygeneMenu__icon._question {
    margin-top: -8px;
    transform: translateY(5px);
  }
  @keyframes p-hygeneMenu__icon {
    0% {
      transform: translateX(0px);
    }
    50% {
      transform: translateX(-10px);
    }
    100% {
      transform: translateX(0px);
    }
  }
  /* header menu等含む*/
  .l-header {
    padding: 10px;
  }
  .p-headerTop {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    /* opacity: 0; */
  }
  .p-headerTop_sp {
    display: none;
  }
  .p-headerSub {
    /*index.html以外に*/
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    opacity: 1;
  }
  .p-intro__sentence {
    font-size: 1rem;
    line-height: 1.5;
    font-weight: normal;
  }
  .p-contactList {
    display: flex;
    justify-content: flex-end;
    align-items: center;
  }
  .p-contactBox__reception {
    font-size: 1rem;
    margin-bottom: 15px;
  }
  .p-contactBox__reservation {
    border: double 4px #44aeea;
    border-radius: 8px;
    padding: 6px 3px;
    font-size: 0.9rem;
  }
  .p-contactItem {
    border-radius: 8px;
    color: #fff;
    border: double 4px #fff;
  }
  .translate_box {
    text-align: right;
    padding-top: 10px;
    padding-right: 5px;
  }
  .translate_box._nav {
    display: none;
  }
  .translate {
    display: block;
    position: relative;
    margin: 0 0 0 auto;
    letter-spacing: 0.05em;
    width: 170px;
    border: 4px double #64382d;
    background-color: rgba(255, 255, 255, 0.4196078431);
    border-radius: 6px;
    box-sizing: border-box;
    text-align: center;
    padding: 3px 5px 7px;
  }
  .translate::before {
    content: "";
    display: inline-block;
    background: url("/images/tlanslate.png") transparent no-repeat;
    background-size: contain;
    width: 20px;
    height: 20px;
    transform: translateY(0.5ex);
    margin-right: 4px;
  }
  .translate:hover {
    opacity: 0.8;
  }
  .c-net {
    margin-right: 8px;
    background-color: #02c755;
  }
  .c-tell {
    background-color: #00a5e7;
    font-family: "sans-serif";
  }
  .c-contact__net,
  .c-contact__tell {
    height: 60px;
    width: 170px;
    box-sizing: border-box;
    display: flex;
    align-items: center;
  }
  .c-contact__net:hover,
  .c-contact__tell:hover {
    opacity: 0.8;
  }
  .c-contact__tell {
    padding-left: 8px;
  }
  .c-contact__sentence {
    font-size: 1rem;
    font-weight: bold;
  }
  .c-contact__sentenceTell {
    font-size: 0.9rem;
  }
  .c-net__logo {
    width: 45px;
    height: 45px;
    margin: 0 8px 0 5px;
  }
  .c-tell__logo {
    width: 32px;
    height: 32px;
    margin: 0 3px;
  }
  .p-shortTime__head {
    /*感染症対策による一時的文言*/
    text-align: right;
    font-size: 1rem;
    margin-bottom: 15px;
  }
  /* biglogo */
  .l-bigLogo {
    padding: 0 0 40px;
    /* opacity: 0; */
  }
  .l-bigLogo__sub {
    /*index.html以外に*/
    padding: 0 0 40px;
    opacity: 1;
  }
  .p-bigLogo__item {
    margin: 0 auto;
    display: block;
    width: 100%;
    max-width: 750px;
  }
  .p-bigLogo__subpage {
    /*index.html以外に*/
    margin: 0 auto;
    display: block;
    width: 50%;
    max-width: 350px;
  }
  /* menu */
  .c-menuList {
    padding: 10px 0;
    display: flex;
    justify-content: center;
    text-align: center;
    margin: 0 auto;
    /* opacity: 0; */
  }
  .c-menuItem:not(:last-of-type) {
    margin-right: 10px;
  }
  .c-menuItem:not(:last-of-type)._symptoms {
    display: none;
  }
  .c-menuItem__link {
    display: block;
    width: 120px;
    height: 100%;
  }
  .c-menuItem__icon._question {
    margin-top: -8px;
    transform: translateY(5px);
  }
  .c-menuItem:hover .c-menuItem__icon {
    animation: c-menuItem__icon 1s infinite;
    transition-timing-function: cubic-bezier(0, 0.75, 1, 0.25);
  }
  @keyframes c-menuItem__icon {
    0% {
      transform: translateY(0px);
    }
    50% {
      transform: translateY(-12px);
    }
    100% {
      transform: translateY(0px);
    }
  }
  .c-menuItem__sentence {
    margin-top: 12px;
    font-size: 0.9rem;
  }
  .c-menuList__responsive {
    display: none;
  }
  /* jQuery */
  .is-fixed {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 8888;
    background-color: rgba(255, 237, 179, 0.9);
    transition: 0.2s ease-in-out;
  }
  .u-visuallyHidden {
    position: absolute;
    white-space: nowrap;
    width: 1px;
    height: 1px;
    overflow: hidden;
    border: 0;
    padding: 0;
    clip: rect(0 0 0 0);
    clip-path: inset(50%);
    margin: -1px;
  }
  .p-hamburger {
    display: none;
  }
  .p-hamburger__menu {
    display: none;
  }
}
@media screen and (max-width: 1050px) {
  /* コロナ対策 */
  .l-hygeneMenu {
    padding: 0 0 30px;
  }
  .p-hygeneMenu__box {
    display: flex;
    justify-content: center;
    align-items: center;
    opacity: 0;
    margin-left: 52px;
  }
  .p-hygeneMenu__link {
    font-size: 2rem;
    padding: 15px 30px;
    background-color: #ff51d9;
    text-decoration: underline;
    color: #fff;
    border-radius: 8px;
  }
  .p-hygeneMenu__link:hover {
    background-color: #00a5e7;
    transition: 0.3s ease-in-out;
  }
  .p-hygeneMenu__icon {
    margin-left: 10px;
    animation: p-hygeneMenu__icon 2s infinite;
    transition-timing-function: cubic-bezier(0, 0.76, 1, 0.26);
  }
  @keyframes p-hygeneMenu__icon {
    0% {
      transform: translateX(0px);
    }
    50% {
      transform: translateX(-10px);
    }
    100% {
      transform: translateX(0px);
    }
  }
  .p-headerTop {
    display: none;
  }
  .p-headerTop_sp {
    display: block;
    padding-right: 35px;
  }
  .p-headerTop_sp .translate_box {
    padding-top: 7px;
  }
  .p-headerTop_sp .translate_box .translate {
    margin: 0 0 0 auto;
    font-size: 15px;
  }
  .p-headerTop_sp .translate_box .translate::before {
    width: 18px;
    height: 18px;
  }
  .l-bigLogo {
    padding: 40px 0;
  }
  .p-bigLogo__item {
    margin: 0 auto;
    display: block;
    width: 80%;
    max-width: none;
  }
  .p-bigLogo__subpage {
    /*index.html以外に*/
    margin: 0 auto;
    display: block;
    width: 50%;
    max-width: 350px;
  }
  /* ハンバーガーメニュー */
  .c-button {
    position: relative;
    display: inline-block;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-color: transparent;
    cursor: pointer;
    z-index: 8888;
    z-index: 9999;
  }
  .p-hamburger {
    position: fixed;
    top: 10px;
    right: 10px;
    width: 48px;
    height: 48px;
    margin: auto;
    border-radius: 50%;
    border: 1px solid #ed6d00;
    box-shadow: 0 0 2rem transparent;
    outline: none;
    transition: all 0.2s ease-in-out;
  }
  .p-hamburger:hover,
  .p-hamburger:focus {
    box-shadow: 0 0 0.9rem rgba(247, 217, 120, 0.8);
  }
  .p-hamburger__line {
    position: absolute;
    top: 15px;
    right: 12px;
    margin: 0;
    width: 22px;
    height: 2px;
    background-color: #ed6d00;
    transition: inherit;
  }
  .p-hamburger__line::before,
  .p-hamburger__line::after,
  .p-hamburger__menu {
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
    background-color: inherit;
    content: "";
    transition: inherit;
  }
  .p-hamburger__line::before {
    top: -6px;
  }
  .p-hamburger__line::after {
    top: 6px;
  }
  .p-hamburger[aria-expanded=true] .p-hamburger__line {
    background-color: transparent;
  }
  .p-hamburger[aria-expanded=true] .p-hamburger__line::before,
  .p-hamburger[aria-expanded=true] .p-hamburger__line::after {
    top: 0;
    background-color: #ed6d00;
  }
  .p-hamburger[aria-expanded=true] .p-hamburger__line::before {
    transform: rotate(45deg);
  }
  .p-hamburger[aria-expanded=true] .p-hamburger__line::after {
    transform: rotate(-45deg);
  }
  .u-visuallyHidden {
    position: absolute;
    white-space: nowrap;
    width: 1px;
    height: 1px;
    overflow: hidden;
    border: 0;
    padding: 0;
    clip: rect(0 0 0 0);
    clip-path: inset(50%);
    margin: -1px;
  }
  .p-hamburger__menu {
    height: 12px;
    color: #ed6d00;
  }
  /* メニューレスポンシブ */
  #c-nav {
    display: none;
    background-color: #fff;
    height: 100%;
    width: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 7777;
    overflow: scroll;
    padding: 80px 0 40px;
  }
  .c-menuList {
    margin-bottom: 7px;
  }
  .c-menuList__responsive {
    padding: 0;
  }
  .c-menuItem {
    margin: 0 10px;
    width: 97%;
    border-bottom: dotted 2px #00a5e7;
    overflow: hidden;
  }
  .c-menuItem:first-child {
    border-top: dotted 2px #00a5e7;
  }
  .c-menuItem__link {
    width: 100%;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    padding: 12px 0 12px 5px;
  }
  .c-menuList__responsive {
    margin-left: 50px;
  }
  .c-menuItem__responsive {
    display: block;
    margin-left: 10px;
    width: 100%;
    border-bottom: dotted 2px #00a5e7;
  }
  .c-menuItem__responsive:first-of-type {
    border-top: dotted 2px #00a5e7;
  }
  .c-menuItem__responsive:last-of-type {
    border-bottom: none;
  }
  .c-menuLink__responsive {
    display: block;
    font-size: 0.9rem;
    width: 100%;
    padding: 18px 0 18px 10px;
  }
  .c-menuItem__icon {
    margin-right: 20px;
  }
  .c-menuItem__icon._question {
    width: 30px;
  }
  .c-menuItem__link:hover .c-menuItem__icon {
    animation: c-menuItem__icon 1s infinite;
    transition-timing-function: cubic-bezier(0, 0.75, 1, 0.25);
  }
  @keyframes c-menuItem__icon {
    0% {
      transform: translateY(0px);
    }
    50% {
      transform: translateY(-15px);
    }
    100% {
      transform: translateY(0px);
    }
  }
  .c-menuItem__sentence {
    font-size: 1rem;
    letter-spacing: 2px;
  }
  .translate_box {
    padding-top: 10px;
    padding-right: 5px;
  }
  .translate {
    display: block;
    position: relative;
    margin: 0 auto;
    letter-spacing: 0.05em;
    width: 170px;
    border-radius: 6px;
    box-sizing: border-box;
    text-align: center;
    padding: 3px 5px 7px;
    font-size: 17px;
  }
  .translate::before {
    content: "";
    display: inline-block;
    background: url("/images/tlanslate.png") transparent no-repeat;
    background-size: contain;
    width: 20px;
    height: 20px;
    transform: translateY(0.5ex);
    margin-right: 4px;
  }
}
/* レスポンシブ  768px */
@media screen and (max-width: 768px) {
  /* コロナ対策 */
  .l-hygeneMenu {
    padding: 0 0 30px;
    width: 100%;
  }
  .p-hygeneMenu__box {
    display: flex;
    justify-content: center;
    align-items: center;
    opacity: 1;
    margin-left: 30px;
  }
  .p-hygeneMenu__link {
    font-size: 1rem;
    padding: 18px 10px;
    text-align: center;
    background-color: #ff51d9;
    color: #fff;
    border-radius: 8px;
    width: 85%;
    text-decoration: underline;
    font-weight: bold;
  }
  .p-hygeneMenu__icon {
    width: 25px;
    height: 30px;
    margin-left: 5px;
    animation: p-hygeneMenu__icon 2s infinite;
    transition-timing-function: cubic-bezier(0, 0.76, 1, 0.26);
  }
  @keyframes p-hygeneMenu__icon {
    0% {
      transform: translateX(0px);
    }
    50% {
      transform: translateX(-10px);
    }
    100% {
      transform: translateX(0px);
    }
  }
  .p-headerTop {
    display: none;
  }
  .l-bigLogo {
    padding: 40px 20px 20px;
  }
  .p-bigLogo__item {
    margin: 0 auto;
    display: block;
    width: 80%;
    max-width: none;
  }
  .p-bigLogo__subpage {
    /*subpage*/
    margin: 0 auto;
    display: block;
    width: 50%;
    max-width: 350px;
  }
  /* ハンバーガーメニュー */
  .c-button {
    position: relative;
    display: inline-block;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-color: transparent;
    cursor: pointer;
    z-index: 8888;
    z-index: 9999;
  }
  .p-hamburger {
    position: fixed;
    top: 10px;
    right: 10px;
    width: 48px;
    height: 48px;
    margin: auto;
    border-radius: 50%;
    border: 1px solid #ed6d00;
    box-shadow: 0 0 2rem transparent;
    outline: none;
    transition: all 0.2s ease-in-out;
  }
  .p-hamburger:hover,
  .p-hamburger:focus {
    box-shadow: 0 0 0.9rem rgba(247, 217, 120, 0.8);
  }
  .p-hamburger__line {
    position: absolute;
    top: 15px;
    right: 12px;
    margin: 0;
    width: 22px;
    height: 2px;
    background-color: #ed6d00;
    transition: inherit;
  }
  .p-hamburger__line::before,
  .p-hamburger__line::after,
  .p-hamburger__menu {
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
    background-color: inherit;
    content: "";
    transition: inherit;
  }
  .p-hamburger__line::before {
    top: -6px;
  }
  .p-hamburger__line::after {
    top: 6px;
  }
  .p-hamburger[aria-expanded=true] .p-hamburger__line {
    background-color: transparent;
  }
  .p-hamburger[aria-expanded=true] .p-hamburger__line::before,
  .p-hamburger[aria-expanded=true] .p-hamburger__line::after {
    top: 0;
    background-color: #ed6d00;
  }
  .p-hamburger[aria-expanded=true] .p-hamburger__line::before {
    transform: rotate(45deg);
  }
  .p-hamburger[aria-expanded=true] .p-hamburger__line::after {
    transform: rotate(-45deg);
  }
  .u-visuallyHidden {
    position: absolute;
    white-space: nowrap;
    width: 1px;
    height: 1px;
    overflow: hidden;
    border: 0;
    padding: 0;
    clip: rect(0 0 0 0);
    clip-path: inset(50%);
    margin: -1px;
  }
  .p-hamburger__menu {
    color: #ed6d00;
    height: 12px;
  }
  /* メニューバー */
  #c-nav {
    display: none;
    background-color: #fff;
    height: 100%;
    width: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 7777;
    z-index: 8888;
    overflow: scroll;
    padding: 80px 0;
  }
  .c-menuList {
    opacity: 1;
    width: 100%;
    z-index: 7777;
  }
  .c-menuList__responsive {
    padding: 0;
  }
  .c-menuItem {
    margin: 0 10px;
    width: 95%;
    border-bottom: dotted 2px #00a5e7;
    overflow: hidden;
  }
  .c-menuItem:first-child {
    border-top: dotted 2px #00a5e7;
  }
  .c-menuItem__link {
    width: 100%;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    padding: 12px 0 12px 5px;
  }
  .c-menuList__responsive {
    margin-left: 50px;
  }
  .c-menuItem__responsive {
    display: block;
    margin: 0 10px;
    width: 100%;
    border-bottom: dotted 2px #00a5e7;
  }
  .c-menuItem__responsive:last-of-type {
    border-bottom: none;
  }
  .c-menuItem__responsive:first-of-type {
    border-top: dotted 2px #00a5e7;
  }
  .c-menuLink__responsive {
    display: block;
    font-size: 0.9rem;
    width: 100%;
    padding: 18px 0 18px 10px;
  }
  .c-menuItem__icon {
    margin-right: 20px;
  }
  .c-menuItem__link:hover .c-menuItem__icon {
    animation: c-menuItem__icon 1s infinite;
    transition-timing-function: cubic-bezier(0, 0.76, 1, 0.26);
  }
  @keyframes c-menuItem__icon {
    0% {
      transform: translateY(0px);
    }
    50% {
      transform: translateY(-15px);
    }
    100% {
      transform: translateY(0px);
    }
  }
  .c-menuItem__sentence {
    font-size: 1rem;
    letter-spacing: 2px;
  }
}
@media screen and (min-width: 1051px) {
  .l-sidebar {
    position: sticky;
    position: -webkit-sticky;
    width: 300px;
  }
  .p-sidebar__title {
    position: relative;
    font-size: 1.2rem;
    margin-bottom: 16px;
  }
  .p-sidebar__title._symptoms {
    margin-top: 35px;
  }
  .p-sidebar__item {
    font-size: 1rem;
    border-bottom: dotted 1px #00a5e7;
    position: relative;
    overflow: hidden;
  }
  .p-sidebar__item:before {
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    content: "";
    width: 120%;
    height: 100%;
    background: #d9e6dd;
    transform-origin: left top;
    transform: skewX(-30deg) scale(0, 1);
  }
  .p-sidebar__item:hover::before {
    transform-origin: left top;
    transform: skewX(-30deg) scale(1, 1);
    transition: 0.4s ease-in-out;
  }
  .p-sidebar__item:hover .p-sidebar__icon {
    transform: translateX(300px);
    transition: 0.3s ease-in-out;
  }
  .p-sidebar__item:nth-of-type(1) {
    border-top: dotted 1px #00a5e7;
  }
  .p-sidebar__icon {
    width: 26px;
    height: auto;
    margin-right: 10px;
    transition: 0.2s ease-in-out;
  }
  .p-sidebar__link {
    display: flex;
    align-items: center;
    padding: 7px 0;
    width: 100%;
  }
  .p-sidebar__list._symptoms {
    margin-bottom: 30px;
  }
  .p-sidebar__list._symptoms .p-sidebar__item {
    font-size: 1rem;
    border-bottom: dotted 1px #64382d;
    transition: 0.2s;
  }
  .p-sidebar__list._symptoms .p-sidebar__item:hover {
    background-color: rgba(252, 216, 110, 0.2);
  }
  .p-sidebar__list._symptoms .p-sidebar__item:before {
    content: none;
    display: none;
  }
  .p-sidebar__list._symptoms .p-sidebar__item:hover .p-sidebar__icon {
    transform: none;
  }
  .p-sidebar__list._symptoms .p-sidebar__item:nth-of-type(1) {
    border-top: dotted 1px #64382d;
  }
  .p-sidebar__list._symptoms .p-sidebar__icon {
    width: 26px;
    margin-right: 14px;
  }
  .p-sidebar__list._symptoms .p-sidebar__link {
    padding: 7px 0 7px 5px;
  }
  .p-sidebar__priority {
    font-size: 0.9rem;
    letter-spacing: 2px;
    margin: 10px 0;
    display: inline-block;
    position: relative;
    border: 4px double;
    border-radius: 8px;
    padding: 5px 10px;
  }
  .p-sidebar__uketuke {
    width: 100%;
  }
}
@media screen and (max-width: 1050px) {
  .l-sidebar {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  .l-sidebar {
    display: none;
  }
}
body.opened {
  width: 100%;
  height: 100%;
  position: fixed;
}

html.modal-open {
  overflow: hidden;
}

.modal {
  display: none;
  position: fixed;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  overflow: hidden;
  max-width: 800px;
  width: 80%;
  padding: 70px 60px;
  background-color: rgb(255, 237, 179);
  background-color: #fdf8e2;
  border-radius: 12px;
  box-shadow: 0px 0px 8px 5px rgba(100, 56, 45, 0.4392156863);
  z-index: 11000;
}
@media screen and (max-width: 768px) {
  .modal {
    width: 90%;
    padding: 70px 30px;
  }
}
.modal__overlay {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  filter: blur(15px);
  background-color: rgba(100, 56, 45, 0.062745098);
  background-color: rgba(150, 150, 150, 0.4392156863);
  z-index: 10000;
  cursor: pointer;
}
.modal-open .modal__overlay {
  display: block;
}

.modal__close {
  position: absolute;
  width: 40px;
  height: 40px;
  cursor: pointer;
  top: 0;
  right: 0;
}
.modal__close::before, .modal__close::after {
  content: "";
  display: block;
  position: absolute;
  width: 26px;
  height: 2px;
  background-color: #64382d;
}
.modal__close::before {
  top: 20px;
  right: 10px;
  transform: rotate(45deg);
}
.modal__close::after {
  top: 20px;
  right: 10px;
  transform: rotate(-45deg);
}

.modal__arrow-wrap {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin: 15px 0 0;
}

.modal__arrow {
  width: 24px;
  height: auto;
  animation: arrow-animation 2.5s infinite;
  transition-timing-function: cubic-bezier(0.39, 0.26, 0.7, 0.88);
}
.modal__arrow:last-of-type {
  margin-top: -5px;
}

.modal__text {
  text-align: center;
  font-size: 32px;
}
.modal__text:last-of-type {
  margin-bottom: 40px;
}
@media screen and (max-width: 768px) {
  .modal__text {
    font-size: 26px;
  }
}

.modal__text-sub {
  display: block;
  font-size: 14px;
  margin: 8px 0 0 50px;
}

.modal__careful-other {
  max-width: 400px;
  width: 100%;
  margin: 0 auto;
}
.modal__careful-other span {
  display: block;
  font-size: 14px;
}
.modal__careful-other span:not(:last-of-type) {
  margin-bottom: 5px;
}

/* circle */
.c-circle__modal-01 {
  width: 220px;
  height: 220px;
  top: -70px;
  left: -50px;
}
@media screen and (max-width: 768px) {
  .c-circle__modal-01 {
    width: 180px !important;
    height: 180px !important;
    top: -70px;
    left: -60px;
  }
}

.c-circle__modal-02 {
  width: 170px !important;
  height: 170px !important;
  top: 60px;
  right: -20px;
}
@media screen and (max-width: 768px) {
  .c-circle__modal-02 {
    width: 140px !important;
    height: 140px !important;
    top: 60px;
    right: -40px;
  }
}

.c-circle__modal-03 {
  width: 120px !important;
  height: 120px !important;
  bottom: 6px;
  left: 25%;
}
@media screen and (max-width: 768px) {
  .c-circle__modal-03 {
    width: 80px !important;
    height: 80px !important;
    bottom: 2px;
    left: 25%;
  }
}

@keyframes open-animation {
  0% {
    transform: translateY(-40%, -50%);
    opacity: 0;
  }
  50% {
    transform: translateY(-45%, -50%);
    opacity: 0.5;
  }
  100% {
    transform: translateY(-50%, -50%);
    opacity: 1;
  }
}
@keyframes arrow-animation {
  0% {
    transform: translateY(0px);
  }
  50% {
    transform: translateY(-8px);
  }
  100% {
    transform: translateY(0px);
  }
}
@keyframes fadeIn {
  from {
    opacity: 0;
    transform: translate(-50%, -50%) translateY(-15px);
  }
  to {
    opacity: 1;
    transform: translate(-50%, -50%) translateY(0);
  }
}
@keyframes fadeOut {
  0% {
    opacity: 1;
    visibility: visible;
  }
  80% {
    opacity: 0;
  }
  100% {
    opacity: 0;
    visibility: hidden;
  }
}
#loading {
  width: 100vw;
  height: 100%;
  transition: opacity 0.6s;
  background-color: transparent;
  position: fixed;
  top: 0;
  left: 0;
  z-index: -9999;
  opacity: 0;
  max-height: 100svh;
  overflow: hidden;
}
#loading.show {
  z-index: 10000;
  opacity: 1;
  background-color: #7dc7cf;
}
#loading.show.loaded {
  pointer-events: none;
  animation: fadeOut 1s 1.2s;
  animation-fill-mode: forwards;
}
#loading .img_wrap {
  position: relative;
  margin: 0 auto;
  height: inherit;
  max-width: 400px;
}
#loading .img_wrap img {
  opacity: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: auto;
  animation: fadeIn 1.2s ease 0.5s;
  animation-fill-mode: forwards;
}
@media screen and (max-width: 575px) {
  #loading .img_wrap img {
    max-width: 300px;
  }
}
/*# sourceMappingURL=style.css.map */
