@charset "utf-8";
/* CSS Document */
/*ヘッダー（logoとnav）---------------------------------------*/
.header {
  position: relative;
  z-index: 1;
}
.h__logo {
  top: 60px;
  left: 150px;
  height: calc(192vw/14.4);
  position: absolute;
  width: calc(226vw/14.4);
  z-index: 1;
}
.h__logoTarget {
  display: block;
}
.h__logoTarget img {
  height: 100%;
  width: 100%;
}
.gn {
  display: flex;
  height: 60px;
  justify-content: flex-end;
  align-items: flex-end;
  margin-right: 15rem;
  font-size: 1.4rem;
  font-weight: 500;
}
.gn li {
  padding-left: 30px;
}
.gn li a {
  color: #271403;
}
@media screen and (max-width:768px) {
  .gn {
    /*display: none;*/
    height: auto;
    margin-right: 0;
  }
  
  .gn li {
  padding-left: 0;

  }
  .h__logo {
    position: static;
    display: flex;
    height: 100%;
    margin: 1rem auto;
    justify-content: center;
  }
  .h__logoTarget img {
    width: calc(139vw/3.75)
  }
}
/*------------------------------------トップ---------------------------------------*/
.top-h2_2nd {
  display: flex;
  width: 100%;
  justify-content: center;
  padding: 15rem 0 2rem;
}
.title {
  height: 70px;
}
.top-h3_2nd {
  display: flex;
    justify-content: center;
    font-size: 2rem;
    font-weight: 400;
    padding-bottom: 5rem;
    text-align: center;
    line-height: 1.5;
}
.hero_2nd {
  width: 100%;
  display: flex;
  justify-content: center;
  padding-bottom: 9rem;
}
.hero_2nd img {
  width: calc(290vw/14.4);
}



@media screen and (max-width:768px) {
  .top-img-2nd {
    justify-content: center;
  }
  .top-h23_2nd {
    display: flex;
    flex-flow: column-reverse;
  }
  .top-h3_2nd {
    font-size: 1.6rem;
    padding: 2.2rem 0;
  }
  .top-h2_2nd {
    padding: 0 0 2rem;
  }
  .title {
    height: 33px;
  }
  .hero_2nd {
    width: 100%;
    padding-bottom: 7.5rem;
  }
  .hero_2nd img {
    width: 133px;
    height: 116px;
  }
}
/*-------------------------------------ドッグイヤー--------------------------------------------*/
.dog-ear {
  display: flex;
  justify-content: center;
  text-align: center;
  font-size: 1.6rem;
  line-height: 1.5;
}
.dog-ear-p {
  line-height: 1.5;
  position: relative;
  background: #fffdf4;
  box-shadow: 0px 0px 0px 5px #fffdf4;
  padding: 0.5em 1em;
  margin-bottom: 10rem;
}
.dog-ear-p:after {
  position: absolute;
  content: '';
  left: -7px;
  top: -7px;
  border-width: 0 0 15px 15px;
  border-style: solid;
  border-color: #edd5c0 #edd5c0 #d5a174;
  box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.15);
}
@media screen and (max-width:768px) {
  .dog-ear {
    font-size: 1.4rem;
    text-align: left;
    width: calc(327vw/3.75);
    margin: 0 auto;
  }
  .dog-ear-p {
    margin-bottom: 7rem;
  }
}
/*------------------------------------タイプ診断------------------------------------------*/
.quiz-container {
  display: flex;
  justify-content: center;
  flex-flow: column;
  align-items: center;
  padding-bottom: 11rem;
}
.quiz-h3 {
  font-size: 1.8rem;
  font-weight: 500;
}
.quiz-h2 {
  font-size: 2.4rem;
  font-weight: 500;
  padding: 1.5rem 0;
}
.quiz-wrap {
  background-color: #fffdf4;
  padding: 5rem;
  min-width: 768px;
}
.at-shop-01 {
  padding-right: 5rem;
  min-width: 230px;
}
.at-shop-wrap {
  display: flex;
}
/* 大枠ボックス */
.layer {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  margin: 0 auto;
}
/* 背景画像の読み込み */
.layer-bg {
  background-image: url("../images/buy/buyframe.png");
  background-repeat: no-repeat;
  background-size: contain;
}
/* 重ねる文字の基本設定 */
.layer-txt {
  font-size: 2rem;
  font-weight: 500;
  padding: 1rem 0;
  text-indent: -1rem;
}
.quiz-container h4 {
  font-size: 2rem;
  font-weight: 500;
}
.quiz-container h4::before { /* -----画像あしらい -----*/
  content: ''; /* 空白の要素を作る */
  height: 37px; /* 高さ指定 */
  width: 41px; /* 幅指定 */
  display: inline-block; /* インラインブロックにする */
  background-image: url("../images/buy/24724872.png"); /* 背景画像指定 */
  background-size: contain; /* 背景画像サイズ指定 */
  background-repeat: no-repeat; /* 背景画像リピート指定 */
  background-position: left; /* 背景画像位置指定 */
  vertical-align: text-top; /* 上下中央揃え */
  /*position: relative; 　※位置調整したい場合
    top: -20px;*/
}
.quiz-container h5 {
  font-size: 2rem;
  font-weight: 500;
  padding-bottom: 2rem;
}
.quiz-p1 {
  padding-top: 2rem;
  text-decoration: underline;
  text-underline-offset: 5px;
  padding-bottom: 2rem;
}
.p1-indent {
  text-indent: -1.5em;
}
.quiz-p2 {
  padding-bottom: 1rem;
}
.tsujyo {
  margin-left: 9rem;
  padding: 2rem 0 3.5rem;
}
.at-home-wrap {
  display: flex;
  padding-top: 3rem;
}
.at-home {
  padding-top: 1em;
}
@media screen and (max-width:768px) {
  .quiz-h3 {
    font-size: 1.35rem;
  }
  .quiz-h2 {
    font-size: 1.8rem;
  }
  .quiz-wrap {
    min-width: 345px;
    padding: 2rem 1rem;
  }
  .at-shop-01 {
    flex: none;
    padding-left: 0;
    padding-right: 0;
  }
  .tsujyo {
    padding: 0;
    margin-left: 1rem;
  }
  .at-shop-wrap, .at-home-wrap {
    flex-flow: column;
  }
  .layer {
    justify-content: flex-start;
  }
  .layer-txt {
    font-size: 1.7rem;
    text-indent: 3rem;
  }
  .quiz-container h5 {
    font-size: 1.5rem;
  }
  .quiz-container h4 {
    font-size: 1.5rem;
    padding-top: 1em;
  }
  .quiz-p1 {
    font-size: 1.3rem;
  }
  .quiz-p2 {
    font-size: 1.3rem;
  }
  .quiz-container h4::before {
    vertical-align: middle;
  }
  .quiz-container h4:nth-child(n+2) {
    padding-top: 0;
  }
  .p1-indent {
    text-indent: -1em;
  }
  .at-home-wrap {
    padding-top: 1rem;
  }
}
/*---------------------------------------タブ----------------------------------------*/
.tab-ashirai {
  align-items: flex-end;
  display: flex;
  justify-content: space-around;
  margin: 0 200px;
  padding-bottom: 2rem;
  text-align: center;
  font-size: 1.8rem;
  font-weight: 500;
}
.tab-container01 {
  display: flex;
  flex-flow: column;
  margin: 0 auto;
  width: calc(1040vw/14.4);
}
.tab {
  display: flex;
  justify-content: space-between;
  list-style: none;
  margin: 0;
  padding: 0;
}
.tab > li {
  width: calc(98% / 3);
  height: 80px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #e6a89b;
  border-top: solid 10px #e6a89b;
  font-size: 2.4rem;
  font-weight: 500;
  cursor: pointer;
  text-align: center;
}
.tab small {
  font-size: 1.6rem;
}
/*.tab > li:hover {
  opacity: .7;
}*/
.tab > li.active {
  background-color: #fffdf4;
  position: relative;
  z-index: 3;
}
.content {
  background-color: #fffdf4;
  padding: 5rem;
  line-height: 1.5;
  width: 100%;
  display: none;
}
.active {
  display: block;
}
@media (min-width: 769px) and (max-width:1179px) {
  .tab-container01 {
    width: calc(666vw / 11.79);
    min-width: 666px;
    }
}
@media screen and (max-width:768px) {
  .tab-container01 {
    width: calc(346vw / 3.75);
    }
  
  .tab-ashirai {
    margin: 0 2rem 0 0;
    font-size: 1.4rem;
  }
  .tab-ashirai {
    justify-content: space-evenly;
  }
  .tab > li {
    height: 55px;
    font-size: 1.6rem;
    border-top: solid 7px #e6a89b;
    max-width: 222px;
  }
  .tab small {
    font-size: 1.3rem;
  }
  .content {
    padding: 0 1.1rem 4rem;
    max-width: 666px;
  }
}
/*-----------------------------通常販売タブ---------------------------------*/
/*ボタン*/
.btn-list {
  display: flex;
  justify-content: space-evenly;
  padding: 4rem 0 6rem;
}
.btn::after { /* -----画像あしらい -----*/
  content: ''; /* 空白の要素を作る */
  display: inline-block; /* インラインブロックにする */
  background-size: contain; /* 背景画像サイズ指定 */
  background-repeat: no-repeat; /* 背景画像リピート指定 */
  background-position: center; /* 背景画像位置指定 */
  vertical-align: inherit; /* 上下中央揃え */
  /*position: absolute; 　※位置調整したい場合*/
}
.btn, a.btn, button.btn {
  position: relative;
  display: inline-block;
  padding: 1.7rem 4rem;
  color: #271403;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  text-align: center;
  vertical-align: middle;
  text-decoration: none;
  letter-spacing: 0.1em;
  left: 0;
}
a.btn-border {
  border: 1px solid #d5a174;
  border-radius: 0;
  background: #fffdf4;
  min-width: 250px;
  height: 76.6px;
}
/*a.btn-border:hover {
  color: #fff;
  background: #d5a174;
}*/
.btn01::after {
  height: 31px; /* 高さ指定 */
  width: 31px; /* 幅指定 */
  background-image: url("../images/buy/calendar-icon@2x.png"); /* 背景画像指定 */
}
.btn02::after {
  height: 18px; /* 高さ指定 */
  width: 32px; /* 幅指定 */
  background-image: url("../images/buy/ticket-icon@2x.png"); /* 背景画像指定 */
}
.btn03::after {
  height: 28px; /* 高さ指定 */
  width: 30px; /* 幅指定 */
  background-image: url("../images/buy/shop-icon@2x.png"); /* 背景画像指定 */
}
.tsujyo-lead {
  display: flex;
  background-color: #ad692d;
  justify-content: space-between;
  color: #fff;
  padding: 1.1rem 3rem;
  letter-spacing: 0.1em;
}
.tsujyo-lead h3 {
  font-size: 2.4rem;
  font-weight: 500;
}
.tsujyo-lead p {
  font-size: 1.6rem;
  font-weight: 500;
  background-color: #edd5c0;
  border-radius: 10px;
  color: #271403;
  padding: 0.8rem 1.5rem;
}
.btn-wrap-p {
  font-size: 1.7rem;
  padding: 1em;
}
@media screen and (max-width:1179px) {
  .btn-wrap {
    display: flex;
    flex-flow: column-reverse;
  }
  .btn-list {
    padding: 3rem 0;
    flex-flow: column;
    align-items: center;
  }
  .btn, a.btn {
    font-size: 1.4rem;
    padding: 1rem 2rem;
    margin-bottom: 1rem;
    min-width: 268px;
    min-height: 50px;
  }
  a.btn-border {
    height: 53px;
}
  .btn-wrap-p {
    font-size: 1.4rem;
    padding: 0 1em;
  }
  .tsujyo-lead {
    padding: 0.5rem 2rem;
    margin: 3rem 0;
  }
  .tsujyo-lead h3 {
    font-size: 1.7rem;
    font-weight: 500;
  }
  .yoyaku-img-wrap {
    display: flex;
    padding: 0 3rem 3rem;
  }
  .yoyaku-img {
    width: 100%;
  }
  .yoyaku-img img {
    width: 146px;
  }
  .yoyaku-p {
    margin-left: 2rem;
    padding: 1rem;
    font-size: 1.2rem;
    background-color: #edd5c0;
    border-radius: 10px;
  }
  .yoyaku-p p:first-child {
    font-size: 1.5rem;
    font-weight: 500;
    text-decoration: underline;
    text-underline-position: 5px;
  }
}
/*-----------------------来店予約------------------------*/
.raiten {
  padding-bottom: 4rem;
}
.dtdd {
  display: flex;
}
.dtfr {
  margin: 5rem 4rem 3rem 9rem;
  font-size: 1.8rem;
  font-weight: 500;
  background-color: #edd5c0;
  min-width: 180px;
  max-height: 50px;
  padding: 1rem 0;
  text-align: center;
}
.dd-top {
  font-size: 2.4rem;
  font-weight: 500;
  margin: auto 0;
  padding-top: 1em;
}
.mail {
  padding-top: 2em;
  padding-bottom: 4rem;
}
.dd-top-span {
  font-size: 1.8rem;
}
.mail-icon {
  font-size: 3rem;
  font-family: 'Montserrat';
  font-weight: 800;
  color: #ad692d;
}
.mail-icon::before { /* -----画像あしらい -----*/
  content: ''; /* 空白の要素を作る */
  display: inline-block; /* インラインブロックにする */
  background-size: contain; /* 背景画像サイズ指定 */
  background-repeat: no-repeat; /* 背景画像リピート指定 */
  background-position: center; /* 背景画像位置指定 */
  vertical-align: text-top; /* 上下中央揃え */
  /*position: absolute; 　※位置調整したい場合*/
  height: 33px; /* 高さ指定 */
  width: 42px; /* 幅指定 */
  background-image: url("../images/buy/mail-icon@2x.png"); /* 背景画像指定 */
  margin-right: 1rem;
}
.kibou {
  padding: 4rem 0 1rem;
  font-size: 2.2rem;
  line-height: 1.8;
  font-weight: 500;
}
.kibou-span {
  font-size: 1.6rem;
}
.waku {
  width: 100%;
  padding-bottom: 5rem;
}
.waku img {
  width: calc(230vw/14.4);
}
.waku::after { /* -----画像あしらい -----*/
  content: ''; /* 空白の要素を作る */
  display: inline-block; /* インラインブロックにする */
  background-size: contain; /* 背景画像サイズ指定 */
  background-repeat: no-repeat; /* 背景画像リピート指定 */
  background-position: center; /* 背景画像位置指定 */
  vertical-align: bottom; /* 上下中央揃え */
  /*position: relative; 　※位置調整したい場合*/
  height: 230px; /* 高さ指定 */
  width: 230px; /* 幅指定 */
  background-image: url("../images/buy/mailorder@2x.png"); /* 背景画像指定 */
  margin-left: 5rem;
  /*margin-top: -10rem;*/
}
.kekka-fr {
  margin-top: 1rem;
}
.kekka {
  font-size: 1.6rem;
  line-height: 1.5;
}
.kekka01 {
  font-size: 1.8rem;
  font-weight: 500;
  padding: 0.5em;
}
.kekka01-span {
  color: #ad692d;
  text-decoration: underline;
  text-underline-position: 5px;
}
.kekka02 {
  color: #ad692d;
  font-weight: 500;
}
@media screen and (max-width:1179px) {
  .dtdd {
    flex-flow: column;
  }
  .dtfr {
    margin: 1rem 0;
    font-size: 1.4rem;
    padding: 0.5rem;
  }
  .dd-top {
    font-size: 1.6rem;
    padding-top: 0;
    padding: 0 1em;
  }
  .mail-icon {
    font-size: 1.8rem;
  }
  .mail-icon::before {
    height: 21px;
    width: 27px;
  }
  .mail {
    padding-bottom: 2rem;
  }
  .kibou {
    padding: 2rem 1rem;
    font-size: 1.6rem;
  }
  .waku {
    display: flex;
    justify-content: center;
  }
  .waku::after {
    display: none;
  }
  .waku img {
    width: calc(173vw / 3.75);
    max-width: 300px;
  }
  .kekka01 {
    font-size: 1.6rem;
  }
  .kekka li:nth-child(n+2) {
    font-size: 1.4rem;
  }
  .accordion-006 {
    min-width: calc(327vw /3.75);
    font-size: 1.4rem;
  }
}
/*-----------------------------アコーディオン--------------------------------*/
.accordion-006 {
  max-width: calc(853vw/14.4);
  margin: 0 auto 7rem;
  background-color: #edd5c0;
  border-radius: 5px;
}
.accordion-006 summary {
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
  padding: 1em 2em;
  color: #271403;
  font-weight: 500;
  cursor: pointer;
}
.accordion-006 summary::-webkit-details-marker {
  display: none;
}
.accordion-006 summary::after {
  transform: translateY(-25%) rotate(45deg);
  width: 7px;
  height: 7px;
  margin-left: 10px;
  border-bottom: 3px solid #bda590;
  border-right: 3px solid #bda590;
  content: '';
  transition: transform .3s;
}
.accordion-006[open] summary::after {
  transform: rotate(225deg);
}
.accordion-006 p {
  transform: translateY(-10px);
  opacity: 0;
  margin: 0;
  padding: .3em 2em 1.5em;
  color: #271403;
  transition: transform .5s, opacity .5s;
}
.accordion-006[open] p {
  transform: none;
  opacity: 1;
}
/*-----------------------------------整理券配布------------------------------------------*/
.seiri-wrap {
  display: flex;
  padding: 1rem 0 7rem;
  justify-content: space-between;
}
.seiri-img {
  width: 205px;
  margin: auto 0;
  padding-right: 3rem;
}
.seiri-img img {
  width: 100%;
}
.dd-top-seiri {
  padding-top: 2em;
  padding-bottom: 3rem;
}
.triangle {
  width: 0;
  height: 0;
  border-left: 12px solid transparent;
  border-right: 12px solid transparent;
  border-top: 18px solid #271403;
  padding-bottom: 1.5rem;
  ;
  margin: 0 auto;
}
.dd-top-seiri2 span {
  text-decoration: underline;
  text-underline-position: 6px;
}
.seiri-p {
  padding: 4rem 0 4rem 9rem;
  display: inline-block;
}
@media screen and (max-width:1179px) {
  .seiri-h3 {
    letter-spacing: -0.09em;
  }
  .seiri-wrap {
    flex-flow: column;
    padding: 1rem 0 3rem;
  }
  .seiri-c-img {
    width: 100%;
    display: flex;
    margin: 0 auto;
    justify-content: center;
    padding-bottom: 2rem;
  }
  .seiri-c-img img {
    width: 274px;
  }
  .dd-top-seiri {
    padding-top: 0.5em;
    padding-bottom: 1rem;
    font-size: 1.7rem;
  }
  .triangle {
    border-left: 7px solid transparent;
    border-right: 7px solid transparent;
    border-top: 11px solid #271403;
    padding-bottom: 1rem;
  }
  .seiri-p {
    padding: 0 1em;
    display: block;
  }
}
/*-------------------------------------自由販売---------------------------------------*/
.jiyu-wrap {
  flex-flow: column;
}
.jiyu-p {
  padding: 0 0 0 9rem;
  font-size: 2.4rem;
  font-weight: 500;
  color: #ad692d;
}
.jiyu-container {
  display: flex;
  justify-content: space-between;
}
.jiyu-img {
  width: 270px; /*実際は231px;*/
  margin: auto 0;
  padding-right: 4rem;
}
.jiyu-img img {
  width: 100%;
}
@media screen and (max-width:1179px) {
  .jiyuhanbai-wrap {
    flex-flow: column;
  }
  .jiyu-c-img {
    width: 100%;
    display: flex;
    margin: 0 auto;
    justify-content: center;
    padding-bottom: 2rem;
  }
  .jiyu-c-img img {
    width: 200px;
  }
  .jiyu-p {
    padding: 1rem 0;
    font-size: 1.9rem;
  }
  .jiyu-container {
    display: block;
}
}
/*------------------店主ひとこと-------------------*/
.owner-wrap {
  margin: 3rem 0;
  background-color: #edd5c0;
  line-height: 1.5;
  padding: 3rem;
  border-radius: 20px;
}
.owner-wrap h3 {
  font-size: 1.8rem;
  font-weight: 500;
  padding-bottom: 2rem;
}
.owner-wrap p {
  font-size: 1.6rem;
}
.info-daytime {
  text-align: end;
  padding-top: 1rem;
}
@media screen and (max-width:1179px) {
  .owner-wrap h3 {
    font-size: 1.6rem;
  }
  .owner-wrap p {
    font-size: 1.4rem;
  }
  .info-daytime {
    font-size: 1.4rem;
  }
  .dd-top-span {
    font-size: 1.4rem;
}
}


/*////////////////////////////////////セット予約///////////////////////////////////////////*/
.set-lead {
  font-size: 1.7rem;
  padding: 1em;
  line-height: 1.6;
  padding-bottom: 2rem;
}

.Instagramlogo {
  height: 1.5em;
  vertical-align: bottom;
}
.mail-info {
  display: block;
  line-height: 2;
  font-size: 1.8rem;
  color: #ad692d;
}
.waku2 {
  padding-bottom: 5rem;
  padding-top: 2rem;
}
.waku2 img {
  width: calc(310vw / 14.4);
  vertical-align: top;
}
.kekka03 {
  line-height: 1.5;
  font-size: 1.6rem;
  color: #ad692d;
}
.kekka03-wrap {
  padding-top: 2rem;
  padding-left: 1rem;
}
.owner-wrap02 {
  margin: 3rem 0;
  background-color: #edd5c0;
  line-height: 1.5;
  padding: 3rem;
  border-radius: 20px;
}
.owner-wrap02 h3 {
  font-size: 1.8rem;
  font-weight: 500;
  padding-bottom: 2rem;
}
.owner-wrap02 h3 span {
  font-size: 1.6rem;
}
.owner-wrap02 p {
  font-size: 1.6rem;
}

@media screen and (max-width:1179px) {
  .set-lead {
    font-size: 1.4rem;
    padding: 3rem 2rem 1rem;
  }
  .waku2 img {
    width: calc(300vw / 3.75);
}
  .mail-info {
    font-size: 1.4rem;
    padding: 0 1em;
}
}



/*////////////////////////////////////通販///////////////////////////////////////////*/
.tsuhan-lead {
  font-size: 1.7rem;
  padding: 1em;
  line-height: 1.5;
  padding-bottom: 2rem;
}
.tsuhan-p {
  font-size: 1.8rem;
}
.tsuhan-kibou {
  color: #ad692d;
  font-weight: 500;
  padding-top: 2rem;
}
.tsuhan-kekka-p {
  padding-top: 3em;
}
.kekka-fr-t {
  margin-top: 5rem;
}
.truck-img-wrap::after { /* -----画像あしらい -----*/
  content: ''; /* 空白の要素を作る */
  display: inline-block; /* インラインブロックにする */
  background-size: contain; /* 背景画像サイズ指定 */
  background-repeat: no-repeat; /* 背景画像リピート指定 */
  background-position: top; /* 背景画像位置指定 */
  vertical-align: bottom; /* 上下中央揃え */
  /*position: relative; 　※位置調整したい場合*/
  height: 230px; /* 高さ指定 */
  width: 230px; /* 幅指定 */
  background-image: url("../images/buy/truck-illust@2x.png"); /* 背景画像指定 */
  margin-left: 45%;
}
@media screen and (max-width:1179px) {
  .tsuhan-lead {
    font-size: 1.4rem;
    padding: 3rem 2rem 1rem;
  }
  .tsuhan-p {
    font-size: 1.4rem;
}
  .tsuhan-kibou {
    padding-top: 1.6rem;
}
  .truck-img-wrap::after {
    height: 160px;
    width: 160px;
    margin-left: 25%;
}
  .tsuhan-kekka-p {
    padding: 1em;
    font-size: 1.4rem;
}
  .kekka-fr-t {
    margin-top: 3rem;
}
}