@charset "UTF-8";

/*!
 * ress.css • v1.2.2
 * MIT License
 * github.com/filipelinhares/ress
 */
/* # =================================================================
   # Global selectors
   # ================================================================= */
html {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  overflow-y: scroll;
  /* All browsers without overlaying scrollbars */
  -webkit-text-size-adjust: 100%;
  /* iOS 8+ */
}

*,
::before,
::after {
  background-repeat: no-repeat;
  /* Set `background-repeat: no-repeat` to all elements and pseudo elements */
  -webkit-box-sizing: inherit;
  box-sizing: inherit;
}

::before,
::after {
  text-decoration: inherit;
  /* Inherit text-decoration and vertical align to ::before and ::after pseudo elements */
  vertical-align: inherit;
}

* {
  padding: 0;
  /* Reset `padding` and `margin` of all elements */
  margin: 0;
}

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

hr {
  overflow: visible;
  /* Show the overflow in Edge and IE */
}

/*
* Correct `block` display not defined for any HTML5 element in IE 8/9
* Correct `block` display not defined for `details` or `summary` in IE 10/11
* and Firefox
* Correct `block` display not defined for `main` in IE 11
*/
article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
  display: block;
}

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

small {
  font-size: 80%;
  /* Set font-size to 80% in `small` elements */
}

[hidden],
template {
  display: none;
  /* Add the correct display in IE */
}

abbr[title] {
  border-bottom: 1px dotted;
  /* Add a bordered underline effect in all browsers */
  text-decoration: none;
  /* Remove text decoration in Firefox 40+ */
}

a {
  background-color: transparent;
  /* Remove the gray background on active links in IE 10 */
  -webkit-text-decoration-skip: objects;
  /* Remove gaps in links underline in iOS 8+ and Safari 8+ */
}

a:active,
a:hover {
  outline-width: 0;
  /* Remove the outline when hovering in all browsers */
}

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  /* Specify the font family of code elements */
}

b,
strong {
  font-weight: bolder;
  /* Correct style set to `bold` in Edge 12+, Safari 6.2+, and Chrome 18+ */
}

dfn {
  font-style: italic;
  /* Address styling not present in Safari and Chrome */
}

/* Address styling not present in IE 8/9 */
mark {
  background-color: #ff0;
  color: #000;
}

/* https://gist.github.com/unruthless/413930 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* # =================================================================
   # Forms
   # ================================================================= */
input {
  border-radius: 0;
}

/* Apply cursor pointer to button elements */
button,
[type=button],
[type=reset],
[type=submit],
[role=button] {
  cursor: pointer;
}

/* Replace pointer cursor in disabled elements */
[disabled] {
  cursor: default;
}

[type=number] {
  width: auto;
  /* Firefox 36+ */
}

[type=search] {
  -webkit-appearance: textfield;
  /* Safari 8+ */
}

[type=search]::-webkit-search-cancel-button,
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
  /* Safari 8 */
}

textarea {
  overflow: auto;
  /* Internet Explorer 11+ */
  resize: vertical;
  /* Specify textarea resizability */
}

button,
input,
optgroup,
select,
textarea {
  font: inherit;
  /* Specify font inheritance of form elements */
}

optgroup {
  font-weight: bold;
  /* Restore the font weight unset by the previous rule. */
}

button {
  overflow: visible;
  /* Address `overflow` set to `hidden` in IE 8/9/10/11 */
}

/* Remove inner padding and border in Firefox 4+ */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: 0;
  padding: 0;
}

/* Replace focus style removed in the border reset above */
button:-moz-focusring,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  outline: 1px dotted ButtonText;
}

button,
html [type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
  /* Correct the inability to style clickable types in iOS */
}

button,
select {
  text-transform: none;
  /* Firefox 40+, Internet Explorer 11- */
}

/* Remove the default button styling in all browsers */
button,
input,
select,
textarea {
  background-color: transparent;
  border-style: none;
  color: inherit;
}

/* Style select like a standard input */
select {
  -moz-appearance: none;
  /* Firefox 36+ */
  -webkit-appearance: none;
  /* Chrome 41+ */
}

select::-ms-expand {
  display: none;
  /* Internet Explorer 11+ */
}

select::-ms-value {
  color: currentColor;
  /* Internet Explorer 11+ */
}

legend {
  border: 0;
  /* Correct `color` not being inherited in IE 8/9/10/11 */
  color: inherit;
  /* Correct the color inheritance from `fieldset` elements in IE */
  display: table;
  /* Correct the text wrapping in Edge and IE */
  max-width: 100%;
  /* Correct the text wrapping in Edge and IE */
  white-space: normal;
  /* Correct the text wrapping in Edge and IE */
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* Correct the inability to style clickable types in iOS and Safari */
  font: inherit;
  /* Change font properties to `inherit` in Chrome and Safari */
}

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

/* # =================================================================
   # Specify media element style
   # ================================================================= */
img {
  border-style: none;
  /* Remove border when inside `a` element in IE 8/9/10 */
}

/* Add the correct vertical alignment in Chrome, Firefox, and Opera */
progress {
  vertical-align: baseline;
}

svg:not(:root) {
  overflow: hidden;
  /* Internet Explorer 11- */
}

audio,
canvas,
progress,
video {
  display: inline-block;
  /* Internet Explorer 11+, Windows Phone 8.1+ */
}

/* # =================================================================
   # Accessibility
   # ================================================================= */
/* Hide content from screens but not screenreaders */
@media screen {
  [hidden~=screen] {
    display: inherit;
  }

  [hidden~=screen]:not(:active):not(:focus):not(:target) {
    position: absolute !important;
    clip: rect(0 0 0 0) !important;
  }
}

/* Specify the progress cursor of updating elements */
[aria-busy=true] {
  cursor: progress;
}

/* Specify the pointer cursor of trigger elements */
[aria-controls] {
  cursor: pointer;
}

/* Specify the unstyled cursor of disabled, not-editable, or otherwise inoperable elements */
[aria-disabled] {
  cursor: default;
}

/* # =================================================================
   # Selection
   # ================================================================= */
/* Specify text selection background color and omit drop shadow */
::-moz-selection {
  background-color: #b3d4fc;
  /* Required when declaring ::selection */
  color: #000;
  text-shadow: none;
}

::selection {
  background-color: #b3d4fc;
  /* Required when declaring ::selection */
  color: #000;
  text-shadow: none;
}

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

img {
  border: none;
  vertical-align: bottom;
}

ul,
ol,
li,
dl,
dt,
dd {
  list-style: none;
}


/* /リセットCSS */


/* 共通 */
body {
  -webkit-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  font-family: var(--text-font-family);
  font-weight: var(--text-font-weight);
  font-style: var(--text-font-style);
  /* background-color: #ececec; */
font-family:'Noto Sans JP','Yu Gothic','Hiragino Kaku Gothic ProN','Meiryo',sans-serif;
background-color: rgb(240,240,233);
}

:root {
  --text-font-family:'Noto Sans JP','Yu Gothic','Hiragino Kaku Gothic ProN','Meiryo',sans-serif;

  /* --text-font-family: "Noto Sans JP", "游ゴシック", "Yu Gothic", "ヒラギノ角ゴ ProN W3", "メイリオ", sans-serif;
  --text-font-weight: 500;
  --text-font-style: normal;
  --text-font-bold-weight: 700; */
}




.top-image {
    max-width: 1000px;
    margin: 0 auto;
    margin-top: 3%;
    height: auto;
    background-color: #ddd;
}
.top-image img{
  width: 100%;
}

main{
  max-width: 1000px;
  width: 90%;
  margin: 0 auto;
  color: #362501;
  color: #251a02;
}

.about-method {
    width: 100%;
    margin: 0 auto;
    padding: 25px 40px;
    border-radius: 6px;
    background-color: #fff;
    margin-top: 48px;
    font-size: 16px;
    font-weight: bold;
    letter-spacing: 1px;
    line-height: 1.6;
    text-align: justify;
}
.about-method span{
  font-weight: bold;
  background: linear-gradient(transparent 70%, rgb(255, 192, 76) 50%);
}

.menu-list-wrap{
  width: 90%;
    margin: 0 auto;
    margin-top: 60px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-evenly;
}

.menu-list {
  /* width: 20%; */
  text-align: center;
  /* border: 1px solid #000; */
}
.menu-list p {
    font-size: 0.85em;
    margin-top: 11px;
    line-height: 1.3;
    font-weight: bold;
}

.menu-list p span{
  font-size: 0.85em;
  letter-spacing: 2px;
}

.menu-list img ,.menu-list-2 img{
    width: 97px;
    border-radius: 50%;
}

.menu-list .marker{
      width: 97px;
      height: 97px;
      /* display: inline-block; */
    border-radius: 50%;
    border: 2px solid #c5731a;
    background-color: #fffcf5;
      display: flex;
  justify-content: center; /* 横中央 */
  align-items: center;     /* 縦中央 */
}

.menu-list .marker a {
    color: #c5731a;
    font-size: 29px;
    letter-spacing: 3px;
    font-weight: bold;
    text-decoration: none;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    line-height: 1;
    margin-left: 4px;
}

.menu-list-wrap-2 {
    width: 90%;
    margin: 0 auto;
    margin-top: 8%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-evenly;
}

.box-wrap {
    width: 100%;
    margin: 0 auto;
    margin-top: 8%;
    padding: 5% 0;
    background-color: #f1f1f1;
    background-color: #fff;
}

.box-wrap h4{
  font-size: 1.6em;
  font-weight: bold;
  text-align: center;
}

.box-wrap h4 span{
  font-size: 0.7em;
  letter-spacing: 2px;
}

.step-contents {
    width: 80%;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-top: 5%;
}
.step-box {
    width: 355px;
    margin-bottom: 7%;
    text-align: justify;
}

.step-box img{
  width: 100%;
  margin-bottom: 20px;
  border-radius: 6px;
}

.step-box-title {
    font-size: 1.1em;
    letter-spacing: 0.3px;
    font-weight: bold;
    margin: 0 0 11px 0;
}
.step-box-txt {
    font-size: 0.98em;
    font-weight: 600;
    /* letter-spacing: 0.2px; */
    /* font-weight: bold; */
}
.step-box-txt .point-txt {
  font-size: 0.8em;
  line-height: 1.5;
  margin-top: 12px;
  display: inline-block;
  font-weight: 600;
}

.step-box-txt .point-color {
  color: #bc1600;
  font-weight: bold;
}

.point2 {
    width: 80%;
    font-weight: 600;
    /* letter-spacing: 1px; */
    margin: 0 auto;
    margin-bottom: 10px;
    color: #bc1600;
}
.thawing-time {
    width: 520px;
    margin: 0 auto;
    margin-top: 10px;
    margin-bottom: 10px;
    text-align: center;
    font-weight: bold;
    font-size: 1.1em;
    letter-spacing: 1px;
    padding: 12px 0;
    background-color: rgb(232,232,223);
  }

.sub-title {
    margin-top: 20px;
    text-align: center;
}

.season-contents{
    margin-top: 3%;
  }

.season-contents .step-box{
  width: 100%;
}
/* .season-contents img{
height: 400px;
} */

/* .btn_pagetop{
  position: absolute;
  bottom: 0;
  right: 0;
} */

.basque {
    margin-top: 35px;
    margin-bottom: 20px;
    text-align: center;
    text-decoration: underline;
    font-weight: bold;
    font-size: 1.1em;
    cursor: pointer;
}

.basque a{
  text-decoration-color: #c4731a;
  color: #c4731a;
  padding: 1% 0%;
  line-height: 1.5;
  /* background-color: pink; */
}

.basque a:hover{
  color: #8f6e4c;
  text-decoration-color: #8f6e4c;
  transition: 0.4s;
}


/* FAQ----------------------------------- */

.faq-wrapp {
    margin-top: 110px;
    padding: 5% 0 7% 0;
    color: #c5731a;
}

.faq-wrapp h4 {
    font-size: 12px;
    font-weight: bold;
    text-align: center;
    letter-spacing: 1px;
}

.faq-wrapp .sub-title {
    font-size: 2em;
    font-weight: bold;
    text-align: center;
    margin-top: 0px;
    margin-bottom: 4%;
    letter-spacing: 2px;
}


.faq-inner{
  width: 80%;
  margin: 0 auto;
}

.question-box {
    margin-bottom: 2px;
    padding-top: 8px;
    border-bottom: 0.2px solid #dfbe9c;
}

.question-box, .answer-box {
    display: flex;
    justify-content: space-between;
    font-weight: bold;
}

.question-box .qqq {
    font-size: 1.2em;
    margin-left: 18px;
    padding-top: 4px;
    margin-right: 5px;
}

.question-box .q-txt {
    width: 100%;
    padding-top: 6px;
    font-size: 1.1em;
    letter-spacing: 1px;
}
.question-box .open-btn {
    font-size: 22px;
    margin-right: 18px;
    padding: 2px 18px 12px 18px;
    cursor: pointer;
}

.faq-wrapp .answer-box {
    font-size: 0.95em;
    width: 95%;
    letter-spacing: 1px;
    margin: 0 auto;
    text-align: left;
    margin-bottom: 40px;
    margin-top: -17px;
    color: #362501;
    /* background-color: pink; */
    /* display: none; */
}

.faq-wrapp .aaa {
  margin-top: 30px;
  /* margin-right: 5px; */
  font-size: 1em;
  font-weight: 600;
  text-align: justify;
}

.faq-wrapp .a-txt {
    width: 100%;
    text-align: left;
}



/* ----------------------------------------- */

.btn_pagetop {
    position: fixed;
    bottom: 20px;
    right: 1vw;
    z-index: 1000;
    width: 100px;
}
.btn_pagetop img{
  width: 60px;
}

.btn_pagetop a,
.btn_pagetop a:link,
.btn_pagetop a:visited {
  color: #603813;
  text-decoration: none;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
@media screen and (min-width: 768px) {
  .btn_pagetop a:hover {
    opacity: 0.7;
    text-decoration: none;
  }
}
.btn_pagetop {
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.btn_pagetop.active {
  opacity: 1;
  pointer-events: auto;
}
@media screen and (max-width: 767px) {
    .btn_pagetop {
        bottom: 8.666667vw;
        right: 5vw;
        width: 12%;
    }
}




footer {
     margin-top: 8%;
    background-color: #280000;
    text-align: center;
}

.footer__logo img {
    width: 175px;
    display: inline-block;
margin: 35px 0 17px 0;
}



.footer__copyright {
    color: #fff;
    font-size: 10px;
    padding-bottom: 15px;
}





/* 順番入れ替え CSS--------------------------- */

.box-wrap {
  transition: transform 0.5s ease, opacity 0.5s ease;
}

.move-up {
  animation: moveUp 0.5s ease;
}

@keyframes moveUp {
  0% {
    transform: translateY(60px);
    opacity: 0;
  }

  100% {
    transform: translateY(0);
    opacity: 1;
  }
}



.pc-contents{
  display:block;
}

.sp-contents,.sp-br{
  display:none;
}



/* answer-boxの開閉--------------- */


.answer-box{
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.4s ease;
}

.answer-box.open{
  max-height: 200px;
}



/* SP------------------------------------------------- */

@media screen and (max-width:490px) {

  .footer__logo img{
  width: 140px;
  margin: 0 auto;
  display: inline-block;
margin: 25px 0 13px 0;
}
.footer__copyright {
    font-size: 8px;
}

 .btn_pagetop {
        bottom: 6.666667vw;
        right: 4vw;
        width: 10%;
    }

    .btn_pagetop img {
    width: 47px;
}

  main {
    width: 100%;
  }

.pc-contents{
  display:none;
}

.sp-contents,.sp-br{
  display:block;
}

.top-image {
    margin-top: 0%;
}

    .about-method {
      width: 90%;
        padding: 16px 28px;
        border-radius: 6px;
        text-align: justify;
        margin-top: 38px;
        font-size: 13px;
        /* letter-spacing: 1.4px; */
        line-height: 1.4;
    }

.menu-list-wrap-2 {
    width: 90%;
    margin-top: 10px;
    margin-bottom: 10%;
}
.menu-list img, .menu-list-2 img {
    width: 84px;
}

.menu-list p {
    font-size: 0.72em;
  }
.menu-list .marker {
    width: 84px;
    height: 84px;
}
.menu-list .marker a {
    font-size: 21px;
  /* font-family: "Helvetica Neue",
    Arial,
    "Hiragino Kaku Gothic ProN",
    "Hiragino Sans",
    "Noto Sans JP",
    sans-serif; */
}
.menu-list {
    width: 33%;
    text-align: center;
    line-height: 7;
}
.box-wrap-sp{
  background-color: #fff;
}
    .sp-contents {
        overflow: hidden;
    }

    .sp-box-back {
        /* width: 180%; */
        margin-top: 20px;
        padding: 0 8%;
        display: flex;
    }

.step-box {
    width: 355px;
    margin-bottom: 7%;
    text-align: justify;
    margin-right: 23px;
}
.step-box-txt {
    font-size: 0.9em;
}

 .thawing-time {
        width: 65%;
        font-size: 0.9em;
    }

.box-wrap {
    padding: 7% 0px 5% 0;
}
.step-box-txt .point-txt {
    font-size: 0.8em;
}

.basque {
    margin-top: 20px;
    margin-bottom: 40px;
    font-size: 0.9em;
}

.faq-wrapp {
  padding: 12% 0 7% 0;
  margin-top: 0px;
}

.faq-wrapp .aaa {
    font-size: 1em;
}

    .question-box .open-btn {
        font-size: 17px;
        margin-right: 0px;
        padding: 4px 10px 11px 18px;
    }

.faq-wrapp .answer-box {
    margin-bottom: 35px;
}

.faq-wrapp .sub-title {
  font-size: 1.9em;
    margin-bottom: 6%;
  }


.question-box {
    margin-bottom: 4px;
    padding-top: 6px;
}

.question-box .q-txt {
        font-size: 0.89em;
    }

    .sp-contents .point2 {
      width: 85%;
    font-size: 0.8em;
}

.season-content-sp .step-box {
        flex: 0 0 100%;
    }

 .season-content-sp .sub-title {
    margin-top: 10px;
    font-weight: 600;
    font-size: 0.85em;
}


/* ----------------------------------------- */

.sp-box-back{
  display:flex;
  overflow-x:auto;
  scroll-snap-type:x mandatory;
  gap:20px;
  padding:0 8%;
}

.step-box{
  flex:0 0 80%;
  scroll-snap-align:center;
}

.sp-box-back::-webkit-scrollbar{
  display:none;
}

/* ----------------------------------------- */



.box-wrap h4 {
    font-size: 1.2em;
    padding-bottom: 3%;
}

.step-box-title {
    font-size: 0.98em;
}

.box-wrap {
      margin-top: 12%;
      padding: 8% 0px 8% 0;
}
  .box-wrap:first-of-type{
    margin-top: 0;
  }

    .question-box .open-btn {
        font-size: 18px;
        margin-right: 11px;
        padding: 7px 0px 10px 18px;
    }

.question-box .q-txt {
    margin-bottom: 17px;
    padding-top: 7px;
    font-size: 0.89em;
}

.question-box .qqq {
    font-size: 1em;
    margin-left: 8px;
    padding-top: 5px;
}

.faq-wrapp .answer-box {
    font-size: 0.85em;
}
.faq-wrapp {
padding: 9% 0;
}

.faq-inner {
    width: 85%;
}




/* SP--box 横スクロール */

.sp-box-back{
  display:flex;
  overflow-x:auto;
  scroll-snap-type:x mandatory;
  gap:20px;
}

.step-box{
  flex:0 0 90%;
  scroll-snap-align:center;
}

.sp-box-back::-webkit-scrollbar{
  display:none;
}

/* ドット--------------- */

.slider-dots{
  display:flex;
  justify-content:center;
  margin-top:30px;
  gap:8px;
}

.slider-dots span{
  width:8px;
  height:8px;
  border-radius:50%;
  background:#ccc;
}

.slider-dots span.active{
  background:#000;
}



}



/* TOPのアニメーション */

.top-image {
  max-width: 1000px;
  margin: 0 auto;
  margin-top: 3%;
  height: auto;
  background-color: #ddd;
  position: relative; /* ← これ重要 */
}

.top-image img {
  width: 100%;
}

.overlay-img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -80%); 
  width: 55%!important; 
  opacity: 0;
  animation: slideDown 1s ease-out forwards;
}

/* アニメーション */
@keyframes slideDown {
  to {
    transform: translate(-50%, -50%);
    opacity: 1;
  }
}

@media screen and (max-width:490px) {
  .top-image {
    margin-top: 0%;
  }

  .overlay-img {
    width: 80%; /* SP用に少し大きめ */
  }
  .overlay-img {
      width: 80%!important; 

  }
}


/* メニューのアニメーション */


.menu-list {
  opacity: 0;
  transform: translateY(40px);
  animation: fadeUp 0.8s ease-out forwards;
}

.menu-list:nth-child(1) { animation-delay: 0.1s; }
.menu-list:nth-child(2) { animation-delay: 0.2s; }
.menu-list:nth-child(3) { animation-delay: 0.3s; }
.menu-list:nth-child(4) { animation-delay: 0.4s; }
.menu-list:nth-child(5) { animation-delay: 0.5s; }
.menu-list:nth-child(6) { animation-delay: 0.6s; }

/* アニメーション */
@keyframes fadeUp {
  to {
    opacity: 1;
    transform: translateY(0);
  }
}



/* トレゾー */

.trezo-title{
  margin-top: 70px;
}
.trezo-box img {
    border-radius: 6px;
    margin-bottom: 30px;
}

@media screen and (max-width:490px) {
    .trezo-box-sp {
        width: 85%;
        margin: 0 auto;
        margin-top: 15px;
        padding-bottom: 5%;
    }
    
.trezo-title {
          padding-bottom: 3%;
    margin-top: 45px;
}
}