@charset "UTF-8";
@import url("variables.css");
/****************************************
1.HOME

*****************************************/
@media screen and (max-width: 912px) {
  div.hero-bg {
    background-color: #FFF9F8;
  }
  section.hero-img-wrap {
    max-width: 100%;
    min-width: auto;
    height: 352px;
    margin: 0 auto;
    background: url(../img/home/illust.png) no-repeat bottom center, url(../img/home/subtract-top.svg) no-repeat top center, url(../img/home/subtract-btm.svg) no-repeat bottom center;
    background-size: clamp(280px, 60vw, 320px), auto, auto;
  }
  section.hero-img-wrap div.hero-img {
    width: var(--width-common-sp);
    margin: 0 auto;
  }
  section.hero-img-wrap div.hero-img h1 {
    font-size: 2.4rem;
    font-weight: 800;
    text-align: center;
    line-height: 1.45;
    padding-top: 24px;
  }
  section.hero-img-wrap div.hero-img h2 {
    font-size: 1.8rem;
    font-weight: 500;
    margin: 8px 1% 0 1%;
  }
  section.category-wrap {
    background-color: var(--cl-yew);
    padding: 24px 0;
  }
  section.category-wrap ul {
    max-width: 100%;
    min-width: auto;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    padding: 0 40px;
  }
  section.category-wrap ul li {
    margin-left: 32px;
  }
  section.category-wrap ul li a {
    background-color: #FFF000;
    font-size: 1.8rem;
    color: var(--cl-blk);
    font-weight: 600;
    border-radius: 8px;
    text-align: center;
    padding: 8px 16px;
    text-decoration: none;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.08), 0 6px 12px rgba(0, 0, 0, 0.08);
  }
  section.category-wrap ul li:nth-of-type(1) {
    margin: 0 0 0 0;
    font-size: 1.8rem;
    font-size: 400;
  }
  section.category-wrap ul li.push-right {
    margin-left: auto;
  }
  section.category-wrap .custom-select {
    position: relative;
    display: flex;
    justify-content: center;
    width: 100%;
    margin: 8px auto;
  }
  section.category-wrap .custom-select .select-btn {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 280px;
    margin: 0 auto;
    padding: 8px 16px;
    background-color: #fff46e;
    border: 2px solid #000;
    border-radius: 8px;
    cursor: pointer;
    font-weight: 600;
    color: #000;
    transition: background-color 0.3s ease;
  }
  section.category-wrap .custom-select .select-btn:hover {
    background-color: #fffa9c;
  }
  section.category-wrap .custom-select .select-btn .arrow {
    font-size: 1.8rem;
    transition: transform 0.3s ease;
  }
  section.category-wrap .custom-select {
    /* ▼リスト */
  }
  section.category-wrap .custom-select .select-list {
    position: absolute;
    top: calc(100% + 6px);
    width: 92%;
    margin: 0 auto;
    border: 1px solid #ccc;
    border-radius: 8px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
    list-style: none;
    padding: 8px 0 8px 0;
    opacity: 0;
    visibility: hidden;
    transform: translateY(-10px);
    transition: all 0.3s cubic-bezier(0.25, 1, 0.5, 1.05);
    z-index: 100;
    background-color: #fffde2;
  }
  section.category-wrap .custom-select .select-list li {
    margin: 8px 8px 8px 8px;
  }
  section.category-wrap .custom-select .select-list li a {
    display: block;
    padding: 12px 16px;
    color: #000;
    text-decoration: none;
    font-weight: 500;
  }
  section.category-wrap .custom-select .select-list li a:hover {
    background-color: #fffbe6;
  }
  section.category-wrap .custom-select {
    /* 開いた状態 */
  }
  section.category-wrap .custom-select.active .select-list {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
  }
  section.category-wrap .custom-select.active .select-btn .arrow {
    transform: rotate(-180deg);
  }
  section.index ul.index-list {
    margin: 0 0 64px 0;
  }
  section.index ul.index-list li {
    width: 25%; /* デフォルト4列 */
    padding: 24px 16px 40px 16px;
    border-bottom: 2px solid #000;
    border-right: none;
    /* 最右列の線を消す */
  }
  section.index ul.index-list li:nth-child(4n) {
    border-right: none;
  }
  section.index ul.index-list li {
    /* テキスト系 */
  }
  section.index ul.index-list li p {
    font-size: 1.6rem;
    margin: 0;
  }
  section.index ul.index-list li p.tag {
    margin: 16px 0 8px 0;
  }
  section.index ul.index-list li p.name {
    font-size: 2rem;
    font-weight: 500;
  }
  section.index ul.index-list li p.border {
    border: 2px solid #000;
    padding: 0 4px;
    border-radius: 8px;
    display: inline-block;
    text-align: center;
  }
  section.index ul.index-list li p.caption {
    font-size: 1.8rem;
    background-color: #FFFDE0;
    border: 2px solid #FEF048;
    border-radius: 8px;
    padding: 8px;
    margin-top: 16px;
  }
  section.index ul.index-list li {
    /* 画像エリア */
  }
  section.index ul.index-list li div.image {
    background: #fffac5;
    border-radius: 16px;
    padding: 0;
  }
  section.index ul.index-list li div.image img {
    width: auto;
    height: 180px;
    margin: 0 auto;
    display: block;
  }
  section.index ul.index-list li {
    /* infoエリア */
  }
  section.index ul.index-list li div.info {
    display: flex;
    flex-direction: column;
    margin-top: 16px;
  }
  section.index ul.index-list li div.info > div {
    width: 100%;
    padding: 8px 0;
    box-sizing: border-box;
  }
  section.index ul.index-list li div.info p.price {
    margin-top: 6px;
    margin-right: 16px;
  }
  section.index ul.index-list li div.info p.tel {
    background: url(../img/common/ico-tel.svg) no-repeat left 6px;
    padding-left: 36px;
    margin-top: 4px;
    font-size: 2.2rem;
    font-weight: 500;
  }
  section.index ul.index-list li div.info p.web {
    background: url(../img/common/ico-web.svg) no-repeat 6px 4px;
    padding-left: 36px;
    margin-top: 2px;
  }
  section.index ul.index-list li {
    /* コメントエリア */
  }
  section.index ul.index-list li p.comment {
    font-size: 1.8rem;
    padding: 16px 0;
    border-top: 1px solid #000;
    border-bottom: 1px solid #000;
    margin-top: 16px;
  }
  section.index ul.index-list li a.button-common {
    margin: 24px 0 8px 0;
  }
  section.index ul.index-list {
    /* ======== ブレークポイント ======== */
    /* 1列レイアウト（スマホ） */
  }
}
@media screen and (max-width: 912px) and (max-width: 640px) {
  section.index ul.index-list li {
    width: 100%;
    border-right: none;
  }
}
@media screen and (max-width: 912px) {
  /****************************************
  1.BODY
  *****************************************/
  section.bredcrumb-wrap {
    max-width: 100%;
    min-width: 100%;
    margin: 54px auto 0 auto;
    border-top: 1px solid #eee;
    border-bottom: 1px solid #eee;
    background-color: #fefefe;
    padding: 0;
  }
  section.bredcrumb-wrap ul {
    display: flex;
    justify-content: flex-end;
    margin: 0 4%;
    padding: 12px 0;
    margin-bottom: 0;
  }
  section.bredcrumb-wrap ul li {
    margin-left: 8px;
  }
  section.bredcrumb-wrap ul li a {
    color: var(--cl-blk);
    text-decoration: none;
    font-size: 1.4rem;
  }
  section.body {
    width: var(--width-common-sp);
    max-width: 640px;
    margin: 0 auto 0 auto;
    padding: 0;
  }
  section.body div.body-contents {
    margin: -16px 0 0 0;
    display: grid;
    grid-template-columns: 1fr;
    gap: 0; /* カラム間の余白 */
  }
  section.body div.body-contents p.tag {
    margin: 16px 0 8px 0;
  }
  section.body div.body-contents p.name {
    font-size: 2rem;
    font-weight: 500;
  }
  section.body div.body-contents p.border {
    border: 2px solid #000;
    padding: 0 4px;
    border-radius: 8px;
    display: inline-block;
    text-align: center;
  }
  section.body div.body-contents p.caption {
    font-size: 1.8rem;
    background-color: #FFFDE0;
    border: 2px solid #FEF048;
    border-radius: 8px;
    padding: 8px;
    margin-top: 16px;
  }
  section.body div.body-contents {
    /* 画像エリア */
  }
  section.body div.body-contents div.image img {
    width: 100%;
  }
  section.body div.body-contents {
    /* infoエリア */
  }
  section.body div.body-contents div.info {
    display: flex;
    flex-direction: column;
    margin-top: 16px;
  }
  section.body div.body-contents div.info > div {
    width: 100%;
    padding: 8px 0;
    box-sizing: border-box;
  }
  section.body div.body-contents div.info p.price {
    margin-top: 6px;
    margin-right: 16px;
  }
  section.body div.body-contents div.info p.tel {
    background: url(../img/common/ico-tel.svg) no-repeat left 6px;
    padding-left: 36px;
    margin-top: 4px;
    font-size: 2.2rem;
    font-weight: 500;
  }
  section.body div.body-contents div.info p.web {
    background: url(../img/common/ico-web.svg) no-repeat 6px 4px;
    padding-left: 36px;
    margin-top: 2px;
  }
  section.body div.body-contents div.info p.web a {
    color: var(--cl-blk);
  }
  section.body div.body-contents a.button-common {
    margin: 24px 0 8px 0;
  }
  section.body {
    /* コメントエリア */
  }
  section.body p.comment {
    font-size: 1.8rem;
    padding: 16px 0;
    border-top: 1px solid #000;
    border-bottom: 1px solid #000;
    margin: 16px 0 40px 0;
  }
  section.body ul.photo {
    display: grid;
    max-width: 640px;
    grid-template-columns: 1fr;
    gap: 16px;
    margin: 0 auto 0 auto;
  }
  /****************************************
  2.ABOUT
  *****************************************/
  .about-wrap {
    width: var(--width-common-sp);
    margin: 0 auto 0 auto;
    display: grid;
    grid-template-columns: 1fr;
    gap: 16px;
    padding: 24px 8px;
  }
  .about-wrap02 {
    grid-template-columns: 1fr;
  }
  .about-wrap03 {
    grid-template-columns: 1fr;
  }
  .about-wrap03 a:hover {
    text-decoration: none;
  }
  section.about-01 h1 {
    font-size: 2.6rem;
    font-weight: 700;
    line-height: 1.6;
    text-align: center;
  }
  section.about-01 p {
    font-size: 1.8rem;
    line-height: 1.8;
    padding-top: 8px;
  }
  section.about-02, section.about-03 {
    background-color: #FFFEF6;
    margin-top: 64px;
    padding: 0 8px;
  }
  section.about-02 img, section.about-03 img {
    width: 100%;
    padding: 16px 0 0 0;
  }
  section.about-02 h2, section.about-02 h3, section.about-03 h2, section.about-03 h3 {
    font-size: 2.2rem;
    font-weight: 700;
    line-height: 1.6;
    margin-bottom: 16px;
  }
  section.about-02 p, section.about-03 p {
    font-size: 1.6rem;
    line-height: 1.8;
  }
  section.about-02 p.tag, section.about-03 p.tag {
    margin-top: 16px;
    color: #fff;
    font-weight: 600;
    background-color: #81CDDA;
    border-radius: 16px;
    padding: 4px 16px;
    margin-bottom: 16px;
    font-size: 1.6rem;
    display: inline-block;
  }
  section.about-02 div.pos02, section.about-03 div.pos02 {
    display: flex;
    justify-content: flex-end;
    align-items: center; /* 縦方向の伸びを防ぐ */
  }
  section.bg-white {
    background-color: #fff;
  }
  section.contact-wrap {
    background-color: #FFFEF6;
  }
  section.contact-wrap div.contact {
    padding: 80px 0;
    width: var(--width-common-sp);
    margin: 0 auto;
  }
  section.contact-wrap div.contact h4 {
    font-size: 2rem;
    font-weight: 800;
  }
  section.contact-wrap div.contact h4 span {
    font-weight: 400;
    font-size: 1.6rem;
  }
  section.contact-wrap div.contact h4 {
    margin-bottom: 24px;
  }
  section.contact-wrap div.contact p {
    font-size: 24px;
    font-weight: 500;
    padding: 8px 0 8px 64px;
    margin-top: 8px;
    border-bottom: 1px dotted #333;
  }
  section.contact-wrap div.contact p.tel {
    background: url(../img/about/tel.svg) no-repeat left center;
  }
  section.contact-wrap div.contact p.tel a {
    color: var(--cl-blk);
    text-decoration: none;
  }
  section.contact-wrap div.contact p.fax {
    background: url(../img/about/fax.svg) no-repeat left center;
  }
  section.contact-wrap div.contact p.fax a {
    color: var(--cl-blk);
    text-decoration: none;
  }
  section.contact-wrap div.contact p.mail {
    background: url(../img/about/mail.svg) no-repeat left 0;
    padding-bottom: 8px;
  }
  section.contact-wrap div.contact p.mail a {
    color: var(--cl-blk);
    font-size: 18px;
  }
  section.terms {
    width: var(--width-common-sp);
    margin: 0 auto 0 auto;
    padding: 0 0 40px 0;
    line-height: 1.8;
    color: #333;
  }
  section.terms h1 {
    font-size: 32px;
    font-weight: 700;
    text-align: center;
    margin-bottom: 40px;
    border-bottom: 2px solid #ddd;
    padding-bottom: 8px;
  }
  section.terms h2 {
    font-size: 22px;
    font-weight: 600;
    margin-top: 40px;
    margin-bottom: 16px;
  }
  section.terms p {
    margin: 0 0 12px 0;
    font-size: 16px;
  }
  section.terms ul, section.terms ol {
    margin: 0 0 16px 20px;
    padding: 0;
    font-size: 16px;
    list-style: disc;
  }
  section.terms ul li, section.terms ol li {
    margin-bottom: 6px;
    line-height: 1.7;
  }
  section.terms {
    /* リンクや問い合わせ情報など */
  }
  section.terms a {
    color: #0055aa;
    text-decoration: underline;
  }
  section.terms a:hover {
    text-decoration: none;
  }
  /****************************************
  CLOSE Smart phone
  *****************************************/
}