@charset "UTF-8";
/*-----------------------------------
    ブレークポイント
-----------------------------------*/
@media all and (min-width: 769px) {
  .sp {
    display: none;
  }
}

@media all and (max-width: 768px) {
  .pc {
    display: none;
  }
}

.hide {
  display: none;
}

/*-----------------------------------
    色
-----------------------------------*/
.txt-blue {
  color: #889faf;
}
.txt-red {
  color: #af8892;
}
.txt-orange {
  color: #cea278;
}
.white {
  color: #fff;
}
.red {
  color: #ff5e5e;
  font-weight: bold;
}
.blue {
  color: #41a3b5;
}
.gray {
  color: #4d4d4d;
}
a{
  color: #353535;
  text-decoration: underline;
}

/*-----------------------------------
    フォント
-----------------------------------*/
.kozuka-gothic {
  font-family: '小塚ゴシック Pr6N','Kozuka Gothic Pr6N','小塚ゴシック Pro','Kozuka Gothic Pro',sans-serif;
}

.yu-gothic {
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
}

.maru-gothic {
  font-family: "ヒラギノ丸ゴ Pro W4","ヒラギノ丸ゴ Pro","Hiragino Maru Gothic Pro","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","HG丸ｺﾞｼｯｸM-PRO","HGMaruGothicMPRO";
}

.hiraginosans {
  font-family: "Hiragino Sans";
}

/*
　サイズ
—————————————————————*/
.fs-lg {
  font-size: 32px;
}
@media all and (max-width: 768px) {
  .fs-lg {
    font-size: 25px;
  }
}

/*-----------------------------------
    共通
-----------------------------------*/
body {
  font-family: "kozuka-gothic" "Hiragino Sans" "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
}

.col-15, .col-sm-15, .col-md-15, .col-lg-15 {
  position: relative;
  min-height: 1px;
  padding-right: 10px;
  padding-left: 10px;
}

.col-15 {
  width: 20%;
  flex: 0 0 20%;
  float: left;
}

@media (min-width: 576px) {
  .col-sm-15 {
    width: 20%;
    flex: 0 0 20%;
    float: left;
  }
}

@media (min-width: 768px) {
  .col-md-15 {
    width: 20%;
    flex: 0 0 20%;
    float: left;
  }
  .col-md-offset-15 {
    margin-left: 4.3333333%;
  }
}

@media (min-width: 992px) {
  .col-lg-15 {
    width: 20%;
    flex: 0 0 20%;
    float: left;
  }
}

/* 余白------------------------*/
.p2 {
  padding: .5rem;
}

@media all and (max-width: 768px) {
  .p2 {
    padding: .2rem;
  }
}

.r-0 {
  right: 0;
}

.m-0 {
  margin: 0 !important;
}

.mt4 {
  margin-top: 4rem !important;
}

.mt5 {
  margin-top: 5rem !important;
}

.mb7 {
  margin-bottom: 7rem !important;
}

.mb6 {
  margin-bottom: 6rem !important;
}

@media all and (max-width: 768px) {
  .mb6 {
    margin-bottom: 3rem !important;
  }
}

.mb5 {
  margin-bottom: 5rem !important;
}

@media all and (max-width: 768px) {
  .mb5 {
    margin-bottom: 3rem !important;
  }
}

.mb20 {
  margin-bottom: 20rem !important;
}

.mb2 {
  margin-bottom: 1.8rem !important;
}

@media all and (max-width: 768px) {
  .mb2 {
    margin-bottom: 0.4rem !important;
  }
}

@media all and (max-width: 768px) {
  .mb3 {
    margin-bottom: 1rem !important;
  }
}

.mt-lg {
  margin-top: 80px;
}

@media all and (max-width: 768px) {
  .mt-lg {
    margin-top: 50px;
  }
}

.mt-md {
  margin-top: 40px;
}

.pt-sm {
  padding-top: 20px !important;
}

.pt-lg {
  margin-top: 50px;
}

.pb-lg {
  margin-bottom: 50px;
}

/* 横幅------------------------*/
.w85 {
  width: 85%;
}

@media all and (max-width: 768px) {
  .sp-w-60 {
    width: 60% !important;
  }
}

.p-lg-layout {
  padding: 0 0 7rem 0.5rem;
}

@media all and (max-width: 768px) {
  .p-lg-layout {
    padding: 0 0 2rem 0.5rem;
  }
}

.p-md-layout {
  padding: 0 5rem 3rem 0.5rem;
}

@media all and (max-width: 768px) {
  .p-md-layout {
    padding: 0 0 2rem 0.5rem;
  }
}

a:hover {
  text-decoration: none;
  color: #808080;
  opacity: 0.8;
}

a:hover img {
  opacity: 0.8;
}

/* ヘッダー */
.h-line {
  width: 100%;
  border-bottom: 1px solid #cccccc;
}

/* ヘッダーロゴ */
.header-logo {
  display: block;
  max-width: 280px !important;
  margin: 0 auto;
  padding: 0.5rem 0;
}

@media all and (max-width: 768px) {
  .header-logo {
    width: 60%;
  }
}

/* ヘッダーの背景色 */
.bg-color-blue {
  background: #99d3e2;
}

/* 背景上下2色分割 */
.bg-color-2line {
  background: linear-gradient(180deg, #99d3e2 0%, #99d3e2 90%, #FFF 0%, #FFF 100%);
  padding-top: 60px;
}

@media all and (max-width: 768px) {
  .bg-color-2line {
    padding-top: 40px;
  }
}

/* copyrights */
.c-copyright a {
  color: #000;
}

.c-copyright small {
  font-size: 1rem;
}

@media all and (max-width: 768px) {
  .c-copyright small {
    font-size: 0.8rem;
  }
}

/* フェードイン処理 */
.fadein {
  opacity: 0;
  transform: translate(0, 50px);
  transition: all 1500ms;
}

.fadein.scrollin {
  opacity: 1;
  transform: translate(0, 0);
}

/* 黄色マーカー */
.marker-yellow {
  background: linear-gradient(transparent 50%, #FFFF00 0%);
}

.underline_dashed{
  border-bottom: 1px dashed #000000;
  }

/*-----------------------------------
    カスタマイズ
-----------------------------------*/
.row {
  margin-right: 0;
  margin-left: 0;
}

@media all and (max-width: 768px) {
  .row {
    margin: auto;
  }
}

@media all and (max-width: 768px) {
  .row > .row {
    margin: 0;
  }
}

p {
  margin: 25px 0 5px;
  line-height: 30px;
  padding-left: 5px;
  padding-right: 5px;
}

@media all and (max-width: 768px) {
  p {
    font-size: 15px;
    line-height: 2.1;
    padding-left: 5px;
    padding-right: 5px;
    letter-spacing:-1px
  }
}

@media all and (max-width: 768px) {
  p .fs-md {
    font-size: 18px;
  }
}

.wrapper {
  max-width: 840px;
  width: 100%;
  padding: 90px 0 60px;
}

@media all and (max-width: 768px) {
  .wrapper {
    max-width: 100%;
    width: 98%;
    padding: 70px 0 40px;
  }
}

hr {
  border-top: 2px dashed #959595;
  margin-top: 35px;
  margin-bottom: 50px;
  width: 80%;
}

@media all and (max-width: 768px) {
  hr {
    border-top: 1px dashed #666666;
    margin-bottom: 40px;
  }
}

/*
　ボタン
—————————————————————*/
.button-wrap {
  margin: 80px 0 30px;
}

@media all and (max-width: 768px) {
  .button-wrap {
    margin-top: 40px;
  }
}

.button-wrap .more-button {
  background: #19181a;
  color: #FFF;
  padding: 20px 60px;
  font-size: 23px;
  border-radius: 5px;
}

@media all and (max-width: 768px) {
  .button-wrap .more-button {
    padding: 15px 40px;
    font-size: 15px;
  }
}

/*
　画像
—————————————————————*/
.img-cood{
  padding-top: 50px;
}

@media all and (max-width: 768px) {
  .img-cood{
    padding-top: 30px;
  }
}


/* フレックス */
.box-parent {
  width:100%;height:auto;
  display:flex;
  flex-wrap:wrap;/* これを指定する */
  justify-content:space-between;
}
.box-child {
  width:calc(100%/2);/* 横幅を3等分 */
  height:auto;
  display:flex;/* 高さを揃えるための指定 */
  flex-direction:column;/* 高さを揃えるための指定 */
  border:1px solid #fff6cb;/* 装飾用 */
  box-sizing:border-box;/* 装飾用 */
}
.box-img {
  height:auto;
  background:#fff6cb;/* 装飾用 */
}
.box-img img {
  width:50%;
  height:auto;
}
.box-text {
  flex-grow:1;/* 高さを揃えるため指定 */
  background:#fff6cb;/* 装飾用 */
}
/* フレックス */


/* トップへ戻るボタン */
#page-top {
  position: fixed;
  bottom: 30px;
  right: 40px;
  z-index: 999;
}

@media all and (max-width: 768px) {
  #page-top {
    bottom: 10px;
    right: 10px;
  }
}

#page-top i {
  font-size: 2.0rem;
}

@media all and (max-width: 768px) {
  #page-top i {
    font-size: 1.5rem;
  }
}

#page-top a {
  background: #fff;
  color: #242020;
  box-shadow: 0 2px 10px -6px rgba(0,0,0,.5), 0 3px 10px -4px rgba(0,0,0,.2);
  width: 70px;
  height: 70px;
  padding: 20px 0;
  text-align: center;
  text-decoration: none;
  border-radius: 100%;
}

@media all and (max-width: 768px) {
  #page-top a {
    width: 50px;
    height: 50px;
    padding: 7px 0;
  }
}

#page-top a:hover {
  background: #fff;
  color: #5d5d5d;
  text-decoration: none;
  opacity: 1;
}
/* トップへ戻るボタン */


/* フッター */
.footer-image {
  width: 100%;
  text-align: center;
  margin-top: 10rem;
}

@media all and (max-width: 768px) {
  .footer-image {
    margin-top: 5rem;
  }
}

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

.footer-link {
  border: 1px solid #4a4a4a;
  padding: 15px 20px;
  margin: 0 10px;
  width: 20%;
}

@media all and (max-width: 768px) {
  .footer-link {
    width: 90%;
    margin: 5px auto;
    font-size: 18px;
    padding: 18px 0;
  }
}

.footer-link .fas {
  margin-left: 20px;
}

.footer-link-list {
  display: flex;
  justify-content: center;
  margin-bottom: 50px;
}

@media all and (max-width: 768px) {
  .footer-link-list {
    flex-direction: column;
  }
}

.footer-link-list a {
  color: #4a4a4a;
  border-radius:5px
}

@media all and (max-width: 768px) {
  .footer-link-list a {
    letter-spacing: 2px;
  }
}

.section-footer {
  background: #fff;
  padding: 80px 0 50px;
}

@media all and (max-width: 768px) {
  .section-footer {
    padding: 0px 0 30px;
  }
}

.section-footer P {
  font-family: 'Bebas Neue', cursive;
  color: #000;
  font-size: 1.5rem;
  letter-spacing: 1.5px;
}

@media all and (max-width: 768px) {
  .section-footer P {
    font-size: 1.2rem;
  }
}



/* ハンバーガー */
/*============
nav
=============*/
nav {
  display: block;
  position: fixed;
  top: 0;
  left: -300px;
  bottom: 0;
  width: 300px;
  height: 100%;
  background: #ffffff;
  overflow-x: hidden;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  transition: .5s;
  z-index: 3;
  overflow-y: scroll;
}
.open nav {
  left: 0;
}
nav .inner {
  padding: 25px;
}
nav .inner ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
nav .inner ul li {
  position: relative;
  margin: 0;
  border-bottom: 1px solid #c7c7c7;
}
nav .inner ul li a {
  display: block;
  color: #333;
  font-size: 14px;
  padding: 1em;
  text-decoration: none;
  transition-duration: 0.2s;
}
nav .inner ul li a:hover {
  background: #e4e4e4;
}
/* @media screen and (max-width: 767px) {
  nav {
    left: -240px;
    width: 240px;
  }
} */

/*============
.toggle_btn
=============*/
.toggle_btn {
  display: block;
  position: fixed;
  top: 23px;
  left: 30px;
  width: 30px;
  height: 30px;
  transition: all .5s;
  cursor: pointer;
  z-index: 3;
}
.toggle_btn span {
  display: block;
  position: absolute;
  left: 0;
  width: 30px;
  height: 2px;
  background-color: #333;
  border-radius: 4px;
  transition: all .5s;
}
.open .toggle_btn {
  left: 330px;
}
.toggle_btn span:nth-child(1) {
  top: 4px;
}
.toggle_btn span:nth-child(2) {
  top: 14px;
}
.toggle_btn span:nth-child(3) {
  bottom: 4px;
}
.open .toggle_btn span {
  background-color: #fff;
}
.open .toggle_btn span:nth-child(1) {
  -webkit-transform: translateY(10px) rotate(-315deg);
  transform: translateY(10px) rotate(-315deg);
}
.open .toggle_btn span:nth-child(2) {
  opacity: 0;
}
.open .toggle_btn span:nth-child(3) {
  -webkit-transform: translateY(-10px) rotate(315deg);
  transform: translateY(-10px) rotate(315deg);
}
/*============
#mask
=============*/
#mask {
  display: none;
}
.open #mask {
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: .8;
  z-index: 2;
  cursor: pointer;
  transition: all .5s;
}
/*============
main
=============*/
main {
  padding: 15px;
}
@media all and (max-width: 768px) {
  main {
    padding: 15px 50px;
  }
}

main h1 {
  font-family: 'Open Sans', sans-serif;
  font-weight: 400;
  text-align: center;
}












/* ーーーーーーーーーーーーーーーーよくある質問ーーーーーーーーーーーーーーーー */

.section_faq{
  background-color: #f1f1f1;
  padding-top: 30px;
  padding-bottom: 80px;
}
@media all and (max-width: 768px) {
  .section_faq{
    padding-bottom: 60px;
  }
}

.title-faq{
  font-size: 28px;
  font-weight: 400;
  color: #3c3c3c;
  padding-top: 30px;
  padding-bottom: 10px;
}
@media all and (max-width: 768px) {
  .title-faq{
    font-size: 20px;
    font-weight: 500;
  }
}

i{
  color: #737272 !important;
}

.qa-001 {
  max-width: 960px;
  margin-bottom: 7px;
  /* border: 1px solid #d6e3db; */
  border-radius: 13px;
  background-color: #FFF;
}

.qa-001 summary {
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
  padding: 1em 2em 1em 3em;
  color: #333333;
  font-weight: 400;
  /* cursor: pointer; */
  font-size: 1rem;
  text-align: left;
  background-color: #FFF;
  border-radius: 13px;
}

.qa-001 p{
  background-color: #FFF;
  border-radius: 13px;
}

.qa-001 summary::before,
.qa-001 p::before {
  position: absolute;
  left: 1em;
  font-weight: 600;
  font-size: 1.3em;
  text-align: left;
}

.qa-001 summary::before {
  color: #75bbff;
  content: "Q";
}

.qa-001 .qa-summary::before {
  color: #75bbff;
  line-height: 1.2;
  content: "Q";
  padding-right: 10px;
}

/* .qa-001 summary::after {
  transform: translateY(-25%) rotate(45deg);
  width: 8px;
  height: 8px;
  margin-left: 10px;
  border-bottom: 3px solid #333333b3;
  border-right: 3px solid #333333b3;
  content: '';
  transition: transform .5s;
  flex-shrink: 0;
}

.qa-001[open] summary::after {
  transform: rotate(225deg);
} */

/* 矢印消す：Chrome、Safari以外 */
summary {
  display: block;
}
/* 矢印消す：Chrome、Safari */
summary::-webkit-details-marker {
  display: none;
}

.qa-001 p {
  position: relative;
  /* transform: translateY(-10px);
  opacity: 0; */
  margin: 0;
  padding: .3em 3em 1.5em;
  color: #333;
  /* transition: transform .5s, opacity .5s; */
}

.qa-001[open] p {
  transform: none;
  opacity: 1;
}

.qa-001 p::before {
  color: #ff8d8d;
  line-height: 1.2;
  content: "A";
}

.qa-001 a:hover {
  background-color: #88caff;
  border: 1px solid #88caff;
  color: #fff;
}


/* 目次のフレックス */
.flex{
  padding: 2.5% 0;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}
@media all and (max-width: 768px) {
  .flex{
    padding: 2.5% 0;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
  }
}

.flex > *{
  min-width: 8%;
  flex-basis: 30%;
  background: #fff;
  font-size: 15px;
  text-align: center;
}
@media all and (max-width: 768px) {
  .flex > *{
    min-width: 8%;
    flex-basis: 47%;
    background: #fff;
    font-size: 13px;
    text-align: center;
  }
}

.flex:after {
  content: "";
  width: 66.5%;
  order: 1;
}
@media all and (max-width: 768px) {
  .flex:after {
    content: "";
    width: 50%;
    order: 1;
  }
}


/* ーーーーーーーーーーーーーーーーリクルートーーーーーーーーーーーーーーーー */
.img-recruit img{
  width: 100%;
  margin: auto;
  padding-bottom: 50px;
  max-width: 1120px;
}

@media all and (max-width: 768px) {
  .img-recruit img{
    width: 100%;
    padding-bottom: 30px;
  }
}

.img-main {
  width: 100%;
  margin:auto
}

.container{
  padding-left: 15px;
  padding-left: 15px;
}

.heading-002 {
  padding: .4em .7em;
  border-left: 5px solid #2d2d2d;
  color: #333333;
  margin-top: 45px;
  margin-bottom: 20px;
}

.heading-022 {
  padding: .5em .7em;
  /* border-left: 5px solid #000000; */
  background-color: #252525;
  color: #fff;
  margin-bottom: 20px;
  font-weight: 400;
}

.box-011{
  border: solid;
  border-color: #939292 !important;
  border: 2px solid;
  border-radius: 8px; /* 半径が8pxの角丸 */
}

.box-010 {
  position: relative;
  /* max-width: 400px; */
  margin: 3.5em auto;
  padding: 2.5em 1.5em 1.5em;
  /* box-shadow: 0 2px 3px rgb(0 0 0 / 20%); */
  /* background-color: #fff4cd; */
  color: #333333;
}

.box-010 span {
  position: absolute;
  top: -15px;
  transform: translateX(-.3em) rotate(-5deg);
  padding: .5em 2em;
  /* border-right: 2px dotted rgb(0 0 0 / 10%);
  border-left: 2px dotted rgb(0 0 0 / 10%); */
  /* box-shadow: 0 0 5px rgb(0 0 0 / 20%); */
  background-color: rgb(242 232 214 / 100%);
  font-weight: 600;
}

.box-010 p {
  margin: 0;
}

.rec-title01{
  font-size: 35px;
  font-weight: bold;
}
@media all and (max-width: 768px) {
  .rec-title01{
    font-size: 28px;
  }
}

.rec-title02{
  font-size: 25px;
  font-weight: bold;
}
@media all and (max-width: 768px) {
  .rec-title02{
    font-size: 23px;
  }
}

.rec-text01{
 color: #616161;
 padding-top: 15px;
}



/* ーーーーーーーーーーーーーーーーラボお悩み相談ーーーーーーーーーーーーーーーー */
.img-lab img{
  width: 100%;
  margin: auto;
  padding-top: 50px;
}

@media all and (max-width: 768px) {
  .img-lab img{
    width: 100%;
    margin: auto;
    padding-top: 30px;
  }
}

.img-lab-notop img{
  width: 100%;
  margin: auto;
  padding-top: 0px;
}

@media all and (max-width: 768px) {
  .img-la-notopb img{
    width: 100%;
    margin: auto;
    padding-top: 0px;
  }
}

.p-wrapping__item3 {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  width: 85%;
  margin: 0px auto 0px;
  grid-gap: 0px;
}
.p-wrapping__item3 a{
  color: #000;
}
.p-wrapping__item3 a:hover{
  text-decoration: none;
}

.img_wrap img{
  width: auto;
  cursor: pointer;
  transition-duration: 0.3s;
}
.img_wrap:hover img{
  opacity: 0.6;
  transition-duration: 0.3s;
}

.mx-auto{
  margin-right: auto!important;
  margin-left: auto!important;
}

.d-block{
  display: block!important;
}

.image_link{
  display:block;
}
.image_link img{
  transition:0.3s;
  display:block;
  width:100%;
  padding: 10px;
}
.image_link:hover img{
  opacity:0.8;
}

.addr{
  font-size: 20px;
}

@media all and (max-width: 768px) {
  .addr{
    font-size: 12px;
    padding-left: 8px;
  }
}




/* ーーーーーーーーーーーーーーーーガイドトップーーーーーーーーーーーーーーーー */

.heading {
  position: relative;
  font-size: 28px;
  font-weight: bold;
  text-align: center;
  line-height: 1.5;
  padding-bottom: 20px;
  color: #353535;
}
@media all and (max-width: 768px) {
  .heading {
    font-size: 22px;
  }
}
.heading::before {
  content: attr(data-number);
  display: block;
  margin-bottom: 50px;
  color: #434343;
  font-size: 45px;
  letter-spacing: 2px;
  font-family: "Abril Fatface", serif;
}
@media all and (max-width: 768px) {
  .heading::before {
    font-size: 40px;
  }
}
.heading::after {
  content: '';
  position: absolute;
  top: 67px;
  left: 50%;
  transform: translateX(-50%);
  width: 2px;
  height: 30px;
  background-color: #434343;
}

.button-guidetop {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  width: 370px;
  margin: 0 auto;
  padding: .9em 3em .9em 2em;
  border: 1px solid #353535;
  border-radius: 5px;
  background-color: #fff;
  color: #353535;
  font-size: 1em;
  margin-bottom: 80px;
}
@media all and (max-width: 768px) {
  .button-guidetop{
    width: 250px;
    margin-bottom: 50px;
  }
}

.button-guidetop::after {
  position: absolute;
  right: 2em;
  transform: translateY(-50%);
  transform-origin: left;
  width: 2em;
  height: .5em;
  background-color: #353535;
  clip-path: polygon(0 100%, 100% 100%, 70% 40%, 70% 90%, 0% 90%);
  content: '';
  transition: transform .3s;
}

.button-guidetop:hover::after {
  transform: translateY(-50%) scaleX(1.4);
}

.guidetop_a{
  text-decoration: none!important;
}

.guide_title{
  font-size: 28px;
  font-weight: bold;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #353535;
}
@media all and (max-width: 768px) {
  .guide_title{
    font-size: 23px;
  }
}

.guide_text01{
  font-size: 15px;
  padding-bottom: 30px;
}
@media all and (max-width: 768px) {
  .guide_text01{
    font-size: 15px;
    padding-bottom: 20px;
  }
}

.img_guidetop{
  padding: 0px 100px 40px;
}
@media all and (max-width: 768px) {
  .img_guidetop{
    padding: 0 0 25px;
  }
}


.box-topinfo {
  max-width: 690px;
  margin: auto;
  margin-top: 50px;
  margin-bottom: 45px;
  border: 1px solid #434343;
  border-radius: 5px;
}

.box-topinfo span {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: .5em 0;
  background-color: #434343;
  color: #fff;
  font-weight: 600;
  font-size: 1.2rem;
}
@media all and (max-width: 768px) {
  .box-topinfo span {
    font-size: 1rem;
  }
}

.box-topinfo p {
  margin: 0;
  padding: 30px;
  color: #353535
}
@media all and (max-width: 768px) {
  .box-topinfo p {
    padding: 15px 20px;
  }
}

.box-topinfo2 {
  max-width: 910px;
  margin: auto;
  margin-top: 50px;
  margin-bottom: 45px;
  border: 1px solid #434343;
  border-radius: 5px;
}

.box-topinfo2 span {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: .5em 0;
  background-color: #434343;
  color: #fff;
  font-weight: 600;
  font-size: 1.2rem;
}
@media all and (max-width: 768px) {
  .box-topinfo2 span {
    font-size: 1rem;
  }
}

.box-topinfo2 p {
  margin: 0;
  padding: 30px;
  color: #353535
}
@media all and (max-width: 768px) {
  .box-topinfo2 p {
    padding: 15px 20px;
  }
}

.guidetop-title {
  display: inline-block;
  position: relative;
  padding: 0 2.5em;
  color: #353535;
  font-weight: 600;
  margin-top: 50px;
  font-size: 2rem;
}
@media all and (max-width: 768px) {
  .guidetop-title {
    font-size: 1.5rem;
  }
}

.guidetop-title::before,
.guidetop-title::after {
  content: '';
  display: inline-block;
  position: absolute;
  top: 50%;
  width: 45px;
  height: 3px;
  background-color: #474747;
}

.guidetop-title::before {
  left: 0;
}

.guidetop-title::after {
  right: 0;
}

/* --------------------お知らせ-------------------- */

.box-info {
  max-width: 960px;
  margin: auto;
  margin-top: 50px;
  border: 2px solid #434343;
  border-radius: 5px;
}

.box-info span {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: .5em 0;
  background-color: #434343;
  color: #fff;
  font-weight: 600;
  font-size: 1.2rem;
}
@media all and (max-width: 768px) {
  .box-info span {
    font-size: 1rem;
  }
}

.box-info p {
  margin: 0;
  padding: 30px;
  color: #353535
}
@media all and (max-width: 768px) {
  .box-info p {
    padding: 25px 20px;
  }
}

.box-info-t {
  max-width: 960px;
  margin: auto;
  margin-top: 50px;
  border: 2px solid #434343;
  border-radius: 5px;
}

.box-info-t span {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: .5em 0;
  background-color: #434343;
  color: #fff;
  font-weight: 600;
  font-size: 1.2rem;
}
@media all and (max-width: 768px) {
  .box-info-t span {
    font-size: 1rem;
  }
}

.box-info-t p {
  margin: 0;
  padding: 0px 30px 0px 30px;
  color: #353535
}
@media all and (max-width: 768px) {
  .box-info-t p {
    padding: 0px 25px 0px 25px;
  }
}

.img_guideinfo{
  padding: 30px 75px 0px;
}
@media all and (max-width: 768px) {
  .img_guideinfo{
    padding: 0 0 0px;
  }
}





/* --------------------予約-------------------- */
.img-yoyaku{
  width: 60%;
}
@media all and (max-width: 768px) {
  .img-yoyaku{
    width: 100%;
  }
}



/* --------------------配送について-------------------- */

.list-guide {
  list-style-type: none;
  padding: 1em;
  border: 2px solid #878787;
  border-radius: 7px;
  margin: 40px 5px;
}

.list-guide li {
  display: flex;
  align-items: center;
  gap: 0 10px;
  padding: .3em;
}

.list-guide li::before {
  transform: rotate(-45deg);
  width: .4em;
  height: .4em;
  border-bottom: 3px solid #858585;
  border-right: 3px solid #858585;
  content: '';
}

.guide_title02{
  font-size: 28px;
  font-weight: bold;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #353535;
}
@media all and (max-width: 768px) {
  .guide_title02{
    font-size: 23px;
  }
}

.guide_text02{
  font-size: 15px;
  padding-bottom: 30px;
  line-height:35px;
}
@media all and (max-width: 768px) {
  .guide_text02{
    font-size: 15px;
    padding-bottom: 20px;
    letter-spacing:-1px
  }
}

.button-rakuten {
  margin: 0 3px 3px;
  padding: 5px 20px;
  border: none;
  border-radius: 5px;
  background-color: #e75e5f;
  color: #fff;
  font-weight: 600;
  font-size: 15px;
}
@media all and (max-width: 768px) {
.button-rakuten {
  margin: 0 3px 3px;
  padding: 2px 15px;
  border: none;
  border-radius: 5px;
  background-color: #e75e5f;
  color: #fff;
  font-weight: 600;
  font-size: 15px;
}
}

.button-rakuten:hover {
  background-color: #eb8c8c;
}

/* 日本地図 */
.table-japan-01{
  display: flex;
  flex-wrap: wrap;
}
.table-japan-01 div{
  border: 1px solid #fff;
  padding: 10px;
  color: #000;
  background: #C9E4B8;
  box-sizing: border-box;
  font-size: 15px;
}
@media all and (max-width: 768px) {
  .table-japan-01 div{
    font-size: 13px;
  }
}
.table-japan-02{
  display: flex;
  flex-wrap: wrap;
}
.table-japan-02 div{
  border: 1px solid #fff;
  color: #000;
  padding: 10px;
  background: #fcd45b;
  box-sizing: border-box;
  font-size: 15px;
}
@media all and (max-width: 768px) {
  .table-japan-02 div{
    font-size: 13px;
  }
}
.table-japan-03{
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 30px;
}
.table-japan-03 div{
  border: 1px solid #fff;
  color: #000;
  padding: 10px;
  background: #fc7171;
  box-sizing: border-box;
  font-size: 15px;
}
@media all and (max-width: 768px) {
  .table-japan-03 div{
    font-size: 13px;
  }
}

.jp-01{
  width: 40%;
  justify-content: center;
  align-items: center;
  display: flex;
  flex-wrap: wrap;
}
.jp-02{
  width: 60%;
}
@media all and (max-width: 768px) {
  .jp-01{
    width: 40%;
    text-align: center;
  }
  .jp-02{
    width: 60%;
  }
}





/* --------------------お支払いについて-------------------- */
.fukidashi {
  display: flex;
  justify-content: center;
  position: relative;
  max-width: 650px;
  margin-bottom: 30px;
  padding: .8em 1.2em;
  border: 2px solid #bdc4c2;
  border-radius: 5px;
  background-color: #fff;
  color: #333333;
}

.fukidashi::before,
.fukidashi::after {
  position: absolute;
  bottom: -15px;
  width: 30px;
  height: 15px;
  clip-path: polygon(0 0, 100% 0, 50% 100%);
  content: '';
}

.fukidashi::before {
  background-color: #bdc4c2;
}

.fukidashi::after {
  bottom: -11px;
  background-color: #fff;
}

table {
  border-collapse: collapse;
  width: 100%;
  margin-bottom: 90px;
}
th,
td {
  padding: 1rem 2rem;
  text-align: center;
  border-bottom: 1px solid #ddd;
}
th {
  font-weight: bold;
  font-size: 1rem;
  color: #fff;
  background: #434343;
  position: sticky;
  top: 0;
}

@media(max-width: 500px) {
  .heading-03 {
    display: none;
  }
  td {
    display: block;
  }
  td::before {
    content: attr(data-label);
    font-size: .875rem;
    color: #666;
    display: block;
    margin-bottom: 0.25rem;
  }
  .table-title {
    color: #fff;
    background: #434343;
    font-weight: bold;
  }
  .table-title a {
    color: #fff;
  }
}


/* --------------------返品について-------------------- */
.box-clip {
  position: relative;
  max-width: 450px;
  margin-top: 15px;
  margin-bottom: 45px;
  padding: 1em 2.5em 1em 1.5em;
  border-radius: 3px;
  box-shadow: 0 2px 3px rgb(0 0 0 / 20%);
  background-color: #eff5f7;
  color: #353535;
}

.box-clip::before,
.box-clip::after {
  position: absolute;
  content: '';
}

.box-clip::before {
  top: -15px;
  right: 10px;
  height: 50px;
  width: 15px;
  border: 3px solid #999;
  border-radius: 10px;
  box-shadow: 1px 1px 2px rgb(0 0 0 / 30%);
  transform: rotate(10deg);
}

.box-clip::after {
  top: 0;
  width: 10px;
  right: 20px;
  border: solid 5px #eff5f7;
}




/* --------------------ラッピングについて-------------------- */


.p-wrapping__item42 {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  width: 100%;
  margin: 30px auto 10px;
  grid-gap: 20px;
}
.p-wrapping__item42 a{
  color: #333333;
}
.p-wrapping__item42 a:hover{
  text-decoration: none;
}

@media all and (max-width: 768px) {
  .p-wrapping__item42 {
    display: grid;
    grid-template-columns: 1fr 1fr;
    width: 100%;
    margin: 30px auto 10px;
    grid-gap: 20px;
  }
}


/* --------------------サイズ表記について-------------------- */

.table-size td:first-child {
  background: #434343;
  color: #fff;
  font-weight: bold;
  border: none;
}
.table-size {
  width: 90%;
  margin: auto;
}
@media screen and (max-width: 640px) {
  .table-size {
    width: 90%;
  }
  .table-size .thead {
    display: none;
  }
  .table-size tr {
    width: 100%;
  }
  .table-size td {
    display: block;
    text-align: center;
    width: 100%;
  }
  .table-size td:first-child {
    background: #434343;
    color: #fff;
    font-weight: bold;
    text-align: center;
  }
  .table-size td:before {
    content: attr(data-label);
    display: inline-block;
    font-weight: bold;
    margin-right: 10px;
  }
}
.txt-size-exp{
  font-size: 15px;
  line-height: 35px;
}
@media all and (max-width: 768px) {
  .txt-size-exp{
    font-size: 14px;
    line-height: 30px;
  }
}



/* 出荷・配送について */
.table-delivery table{
  margin-bottom: 20px;
}

/* 2列だけの表 */
.table-delivery-02 table{
  margin-bottom: 110px;
}
.table-delivery-02 td{
  text-align: left;
}

.table-title-02 {
  color: #fff;
  background: #434343;
  font-weight: bold;
}
.table-title-02 a {
  color: #fff;
}

.convenience img{
  padding-bottom: 10px;
  margin-top: -10px;
}
@media all and (max-width: 768px) {
  .convenience img{
    width: 30%;
    padding-bottom: 0px;
    margin-top: -20px;
  }
}


.teble-map table td tr th{
  border-bottom: none !important;
}




/* サイズガイド */
.section_size{
  background-color: #f1f1f1;
  padding-top: 30px;
  padding-bottom: 80px;
}
@media all and (max-width: 768px) {
  .section_size{
    padding-bottom: 60px;
  }
}

.qa-summary{
  font-size: 18px;
  font-weight: 700;
  padding: 20px 0 30px 20px;
}

.pull-down-size {
  max-width: 1100px;
  margin-bottom: 7px;
  /* border: 1px solid #d6e3db; */
  border-radius: 13px;
  background-color: #FFF;
}

.pull-down-size summary {
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
  padding: 1.5em 2em;
  color: #333333;
  font-weight: 600;
  /* cursor: pointer; */
  font-size: 1rem;
  text-align: left;
  background-color: #FFF;
  border-radius: 13px;
}

.pull-down-size p{
  background-color: #FFF;
  border-radius: 13px;
}

.pull-down-size summary::before,
.pull-down-size p::before {
  position: absolute;
  left: 1em;
  font-weight: 600;
  font-size: 1.3em;
  text-align: left;
}

/* .pull-down-size summary::before {
  color: #75bbff;
  content: "Q";
} */

/* .pull-down-size summary::after {
  transform: translateY(-25%) rotate(45deg);
  width: 8px;
  height: 8px;
  margin-left: 10px;
  border-bottom: 3px solid #333333b3;
  border-right: 3px solid #333333b3;
  content: '';
  transition: transform .5s;
  flex-shrink: 0;
}

.pull-down-size[open] summary::after {
  transform: rotate(225deg);
} */

/* 矢印消す：Chrome、Safari以外 */
summary {
  display: block;
}
/* 矢印消す：Chrome、Safari */
summary::-webkit-details-marker {
  display: none;
}

.pull-down-size p {
  position: relative;
  /* transform: translateY(-10px);
  opacity: 0; */
  margin: 0;
  padding: .3em 2em 1.5em;
  color: #333;
  /* transition: transform .5s, opacity .5s; */
}

.pull-down-size[open] p {
  transform: none;
  opacity: 1;
}

/* .pull-down-size p::before {
  color: #ff8d8d;
  line-height: 1.2;
  content: "A";
} */

.pull-down-size a:hover {
  background-color: #88caff;
  border: 1px solid #88caff;
  color: #fff;
}

.size-item2-1 {
  display: grid;
  grid-template-columns: 1fr 1fr;
  width: 100%;
  margin: 0px auto 0px;
  grid-gap: 0px;
}
@media all and (max-width: 768px) {
  .size-item2-1 {
    grid-template-columns: 1fr;
    width: 100%;
  }
}
.size-item2-1 a{
  color: #000;
}
.size-item2-1 a:hover{
  text-decoration: none;
}

.size-item-padding{
  padding: 30px 2em 80px;
}
@media all and (max-width: 768px) {
  .size-item-padding {
    padding: 10px 1.5em 50px;
  }
}

.size-item-padding-k{
  padding: 10px 2em 20px;
}
@media all and (max-width: 768px) {
  .size-item-padding-k {
    padding: 0px 1.5em 10px;
  }
}

.guide_text03{
  font-size: 15px;
  padding-bottom: 30px;
  line-height:35px;
}
@media all and (max-width: 768px) {
  .guide_text03{
    font-size: 15px;
    padding-bottom: 20px;
    letter-spacing:-1px;
    line-height:25px;
  }
}

.i-red{
  color: #cc0000 !important;
}


/* --------------------便利テンプレ系-------------------- */

/* 2つ並べる */
.p-wrapping__item {
  display: grid;
  grid-template-columns: 1fr 1fr;
  width: 85%;
  margin: 30px auto 10px;
  grid-gap: 20px;
}
.p-wrapping__item a{
  color: #000;
}
.p-wrapping__item a:hover{
  text-decoration: none;
}

/* 3つ並べる */
.p-wrapping__item3 {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  width: 85%;
  margin: 20px auto 10px;
  grid-gap: 20px;
}
.p-wrapping__item3 a{
  color: #000;
}
.p-wrapping__item3 a:hover{
  text-decoration: none;
}


/* PC3つ、スマホ2つ並べる */
.p-wrapping__item32 {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  width: 85%;
  margin: 30px auto 10px;
  grid-gap: 20px;
}
.p-wrapping__item32 a{
  color: #000;
}
.p-wrapping__item23 a:hover{
  text-decoration: none;
}

@media all and (max-width: 768px) {
  .p-wrapping__item32 {
    display: grid;
    grid-template-columns: 1fr 1fr;
    width: 90%;
    margin: 30px auto 10px;
    grid-gap: 20px;
  }
}
