@charset "UTF-8";

img {
  max-width: 100%;
  height: auto;
}

/* PC ************************************************************/

@media (min-width: 769px) {

/*============================================================
#ichioshi-index イチオシトップ
============================================================*/

section {
  margin-bottom: 8rem;
}

.pcbr {
  display: inline;
}

.spbr {
  display: none;
}

.ichioshi-top-view {
  margin-top: 7.9rem;
  margin-bottom: 7.4rem;
}

.ichioshi-top-view img {
  height: 38vw;
}

.ichioshi-info .inner,
.ichioshi-overview .inner {
  max-width: 800px;
  width: calc( 100% - 5% );
  margin: 0 auto;
}

.ichioshi-info-wrap dl {
  background: #f9f4e1;
  font-size: 2rem;
  color: #273750;
  border-radius: 20px;
  padding: 20px;
}

.ichioshi-info-wrap dt {
  width: 180px;
  font-weight: bold;
  text-align: center;
  vertical-align: middle;
  display: table-cell;
}

.ichioshi-info-wrap dd {
  display: table-cell;
  text-align: justify;
  border-left: 1px solid #848484;
  padding: 20px 30px 20px 50px;
  line-height: 1.6;
}

.ttl-ichioshi-wrap {
  text-align: center;
  padding-top: 120px;
  margin-bottom: 4.5rem;
}

.ttl-ichioshi {
  background: linear-gradient(transparent 55%, #f7d5c5 55%);
  font-size: 4rem;
  color: #273750;
  display: inline-block;
  padding: 0 5px 10px;
  position: relative;
}

.ttl-ichioshi i {
  width: 100px;
  height: 100px;
  margin: auto;
  position: absolute;
  left: 0;
  right: 0;
  top: -120px;
}

.ichioshi-overview .inner p {
  letter-spacing: 0.02em;
  font-size: 2.4rem;
  color: #273750;
  line-height: 1.88;
  text-align: justify;
}

.ichioshi-support .inner {
  background: #f9f4e1;
  padding: 50px 0;
  position: relative;
}

.ichioshi-support .inner p {
  font-size: 2rem;
  color: #273750;
  text-align: center;
}

.ichioshi-support a {
  width: 565px;
  height: 155px;
  margin: 30px auto 0;
  display: block;
}

.ichioshi-category {
  margin-bottom: 10rem;
}

.ichioshi-category .ttl-ichioshi-wrap {
  margin-bottom: 0;
}

.ichioshi-column,
.ichioshi-column-pc {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 auto;
  max-width: 100rem;
  position: relative;
}

.ichioshi-column.column3::after {
  display: block;
  content:"";
  width: calc(100% / 3 );
}

.ichioshi-column.column3 li {
  width: calc(100% / 3 );
}

.ichioshi-column.column3 li a {
  display: block;
}

.ichioshi-column.column4 li {
  width: calc(100% / 4);
}

.ichioshi-column.column4::before,
.ichioshi-column.column4::after {
  display: block;
  content:"";
  width: calc(100% / 4);
}

.ichioshi-column.column4::before {
  order: 1;
}

.ichioshi-recommend {
  padding: 0 2.5% 70px;
  position: relative;
  margin-bottom: 0;
}

.ichioshi-recommend li {
  width: calc(100% / 4 - 3%) !important;
  max-width: 250px;
  border: solid 3px #f7d5c5;
  border-radius: 20px;
  overflow: hidden;
  position: relative;
}

.ichioshi-recommend li a {
  background: #fff;
  max-width: 230px;
  display: block;
  overflow: hidden;
}

.ichioshi-recommend li .thumb {
  background: #fff;
  width: 100%;
  height: 15vw;
  max-height: 160px;
  position: relative;
}

.ichioshi-recommend li img,
.thumb img {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  max-width: 100%;
  max-height: 100%;
  margin: auto;
}

.ichioshi-recommend li .ttl {
  font-size: 1.5rem;
  color: #273750;
  text-align: center;
  line-height: 1.4;
  padding: 15px 0;
}


.ichioshi-category-icon .ichioshi-column::before {
  content: "";
  width: 100%;
  position: absolute;
  bottom: 0;
  z-index: 2;
}

.ichioshi-category-icon .item .ichioshi-column::before {
  border-bottom: solid 10px #fff;
}

.ichioshi-category-icon h3.ttl {
  background: #f7d5c5;
  width: 260px;
  color: #273750 !important;
  margin: 20px auto 0;
  border: solid 3px #273750;
  display: block;
  padding: 20px 0;
  margin-bottom: 30px;
  text-align: center;
  font-size: 2.5rem;
  font-weight: bold;
  border-radius: 50px;
  position: relative;
}

.ichioshi-category-icon .area {
  background: #f9f4e1;
  margin: 0 auto;
  width: calc( 100% - 5% );
  border-radius: 20px;
}

.ichioshi-category-icon .area .ichioshi-column .ttl {
  margin-top: -50px;
}

.ichioshi-category-icon {
  margin-bottom: 10rem;
  position: relative;
}

.ichioshi-category-icon .inner {
  padding: 4rem 0;
}

.ichioshi-category-icon li {
  position: relative;
}

.ichioshi-category-icon li a::before {
  content: "";
  width: 1px;
  display: block;
  background: #848484;
  position: absolute;
  top: 10px;
  bottom: 10px;
  right: 0;
}

.ichioshi-category-icon li:nth-child(3n) a::before {
  content: none;
}

.ichioshi-category-icon li a::after {
  content: "";
  height: 1px;
  display: block;
  background: #848484;
  position: absolute;
  bottom: 0;
  right: 10px;
  left: 10px;
}

.ichioshi-category-icon .area li a::before,
.ichioshi-category-icon .area li a::after {
  content: none;
}


.ichioshi-category-icon li a {
  display: block;
  padding: 10% 5%;
}

.ichioshi-category-icon li i {
  width: 100px;
  margin: 0 auto 5px;
  display: block;
}

.ichioshi-category-icon li p {
  font-size: 2rem;
  font-weight: 700;
  text-align: center;
  line-height: 1.3;
  color: #273750;
}

.ichioshi-contact {
  background: #f9f4e1;
  text-align: center;
  padding: 40px 30px;
  margin: 0 auto 8rem;
  width: calc( 100% - 5% );
  max-width: 830px;
  border-radius: 20px;
}

.ichioshi-contact .ttl {
  font-size: 2.8rem;
  font-weight: bold;
  color: #273750;
  margin-bottom: 3rem;
}

.ichioshi-contact .inner p {
  font-size: 2rem;
  color: #273750;
  text-align: center;
  margin-bottom: 3rem;
}

.ichioshi-contact-tel {
  background: #fff;
  font-size: 2rem;
  padding: 20px;
  border-radius: 10px;
}

.ichioshi-contact-tel a {
  color: #273750;
  position: relative;
}

.ichioshi-contact-tel a span {
  font-size: 3rem;
  color: #e6662e;
  position: relative;
  top: 3px;
}

.ichioshi-contact-tel a + a {
  margin-left: 25px;
}

.ichioshi-contact-tel a + a::before {
  content: "／";
  position: absolute;
  top: 5px;
  left: -25px;
}

/*============================================================
#ichioshi-category 各カテゴリー
============================================================*/

.ttl-ready {
  font-size: 3rem;
  text-align: center;
  height: 200px;
  padding-top: 50px;
}

.ichioshi-category-view {
  text-align: center;
  margin-top: 7.9rem;
  margin-bottom: 7.4rem;
}

.ichioshi-category-view img {
  height: 18.8vw;
}

.ichioshi-column.column2 li {
  width: calc(100% / 2 - 3.4%);
  /*max-width: 390px;*/
  margin-bottom: 5%;
}

.ichioshi-column.column2::after {
  display: block;
  content:"";
  width: calc(100% / 2 - 3%);
  /*max-width: 390px;*/
}

.ichioshi-store .inner {
  width: calc( 100% - 14% );
  margin: 0 auto;
}

.ichioshi-store li .thumb {
  background: #fff;
  width: 100%;
  height: 30vw;
  max-height: 350px;
  border: solid 1px #bebebe;
  position: relative;
}

.ichioshi-store li .thumb img {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  max-width: 100%;
  max-height: 100%;
  margin: auto;
}

.ichioshi-store li .ttl {
  font-size: 2rem;
  font-weight: bold;
  line-height: 1.6;
  margin: 15px 0 5px;
}

.ichioshi-store li p {
  font-size: 1.6rem;
  text-align: justify;
  line-height: 1.8;
}

.ichioshi-store .btn {
  background: #f9f4e1;
  width: 250px;
  color: #273750 !important;
  margin: 20px auto 0;
  border: solid 3px #273750;
  display: block;
  padding: 17px 15px 17px 0;
  text-align: center;
  font-size: 1.6rem;
  font-weight: bold;
  border-radius: 50px;
  position: relative;
}

.ichioshi-store .btn::after {
  content: "";
  background: url(../images/common/btn-arrow.png) no-repeat center / contain ;
  width: 25px;
  height: 25px;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 45px;
  margin: auto;
}

.ichioshi-store .btn-top {
  background: #fff;
  width: 450px;
  color: #273750 !important;
  margin: 60px auto 0;
  border: solid 3px #273750;
  display: block;
  padding: 25px 0;
  text-align: center;
  font-size: 1.6rem;
  font-weight: bold;
  position: relative;
}

.ichioshi-store .btn-top::after {
  content: "";
  background: url(../images/common/btn-arrow.png) no-repeat center / contain ;
  width: 25px;
  height: 25px;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 80px;
  margin: auto;
}

}

/* タブレット・スマートフォン ************************************************************/

@media (max-width: 768px) {

.pcbr {
  display: none;
}

.spbr {
  display: inline;
}

/*============================================================
#ichioshi-index イチオシトップ
============================================================*/

.ichioshi-top-view {
  margin-top: 6.2rem;
  margin-bottom: 4rem;
}

.ichioshi-top-view .pc-only {
  display: block !important;
}

.ichioshi-top-view .sp-only {
  display: none !important;
}

.ichioshi-info-wrap dl {
  background: #f9f4e1;
  font-size: 1.6rem;
  color: #273750;
  border-radius: 10px;
  padding: 20px;
  width: 90%;
  margin: 0 auto 30px;
}

.ichioshi-info-wrap dt {
  font-weight: bold;
  text-align: center;
  margin-bottom: 15px;
}

.ichioshi-info-wrap dd {
  border-top: 1px solid #848484;
  padding: 15px 0 0;
  line-height: 1.6;
  text-align: center;
}

.ttl-ichioshi-wrap {
  text-align: center;
  padding-top: 70px;
  margin-bottom: 1.6rem;
}

.ttl-ichioshi {
  background: linear-gradient(transparent 55%, #f7d5c5 55%);
  font-size: 2rem;
  color: #273750;
  display: inline-block;
  padding-bottom: 10px;
  position: relative;
}

.ttl-ichioshi i {
  width: 60px;
  height: 60px;
  margin: auto;
  position: absolute;
  left: 0;
  right: 0;
  top: -70px;
}

.ichioshi-overview {
  margin-bottom: 3rem;
}

.ichioshi-overview .inner {
  padding: 0 5%;
}

.ichioshi-overview .inner p {
  letter-spacing: 0.02em;
  font-size: 1.6rem;
  line-height: 1.88;
  text-align: justify;
}

.ichioshi-support {
  margin-bottom: 5rem;
}

.ichioshi-support .inner {
  background: #f9f4e1;
  padding: 25px 15px;
  position: relative;
}

.ichioshi-support .inner p {
  font-size: 1.5rem;
  color: #273750;
  text-align: center;
}

.ichioshi-support a {
  max-width: 350px;
  height: auto;
  margin: 20px auto 0;
  display: block;
}

.ichioshi-recommend {
  padding: 0 4% 40px;
  position: relative;
  margin-bottom: 0;
}

.ichioshi-recommend ul {
  justify-content: center !important;
  padding: 0 !important;
}

.ichioshi-recommend li {
  width: calc(100% / 2 - 4% ) !important;
  max-width: 210px;
  border: solid 3px #f7d5c5;
  border-radius: 10px;
  overflow: hidden;
  margin: 2%;
  position: relative;
}

.ichioshi-recommend li a {
  background: #fff;
  max-width: 210px;
  display: block;
  overflow: hidden;
}

.ichioshi-recommend li .thumb {
  background: #eee;
  width: 100%;
  height: 30vw;
  max-height: 150px;
  position: relative;
}

.ichioshi-recommend li img,
.thumb img {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  max-width: 100%;
  max-height: 100%;
  margin: auto;
}

.ichioshi-recommend li .ttl {
  font-size: 1.4rem;
  color: #273750;
  text-align: center;
  line-height: 1.4;
  white-space: normal;
  padding: 10px 5px;
}

.ichioshi-category .ttl-ichioshi-wrap {
  margin-bottom: 0;
}

.ichioshi-category-icon .ichioshi-column::before {
  content: "";
  width: 90%;
  position: absolute;
  bottom: 0;
  z-index: 2;
}

.ichioshi-category-icon .item .ichioshi-column::before {
  border-bottom: solid 10px #fff;
}

.ichioshi-category-icon h3.ttl {
  background: #f7d5c5;
  width: 160px;
  color: #273750 !important;
  margin: 0 auto 10px;
  border: solid 2px #273750;
  display: block;
  padding: 10px 0;
  text-align: center;
  font-size: 1.4rem;
  font-weight: bold;
  border-radius: 30px;
  position: relative;
}

.ichioshi-category-icon .area {
  background: #f9f4e1;
  padding: 3rem 0 2.5rem !important;
  margin: 0 auto;
  width: calc( 100% - 5% );
  border-radius: 20px;
}

.ichioshi-category-icon .area .ichioshi-column {
  justify-content: center;
}

.ichioshi-category-icon .area li a {
  padding: 10% 5% 3%;
}

.ichioshi-category-icon .area .ichioshi-column .ttl {
  margin-top: -30px;
}

.ichioshi-category-icon {
  margin-bottom: 5rem;
  position: relative;
}

.ichioshi-category-icon .inner {
  padding: 3rem 0;
}

.ichioshi-category-icon li {
  position: relative;
}

.ichioshi-category-icon li:nth-child(odd) a::before {
  content: "";
  width: 1px;
  display: block;
  background: #848484;
  position: absolute;
  top: 10px;
  bottom: 10px;
  right: 0;
}

.ichioshi-category-icon li a::after {
  content: "";
  height: 1px;
  display: block;
  background: #848484;
  position: absolute;
  bottom: 0;
  right: 10px;
  left: 10px;
}

.ichioshi-category-icon .area li a::before,
.ichioshi-category-icon .area li a::after {
  content: none;
}

.ichioshi-category-icon li a {
  display: block;
  padding: 10% 5%;
}

.ichioshi-category-icon li i {
  width: 70px;
  margin: 0 auto 5px;
  display: block;
}

.ichioshi-category-icon li p {
  font-size: 1.4rem;
  font-weight: 700;
  text-align: center;
  line-height: 1.3;
  color: #273750;
}

.ichioshi-contact {
  background: #f9f4e1;
  text-align: center;
  padding: 25px 15px 20px;
  margin: 0 auto 5rem;
  width: calc( 100% - 5% );
  max-width: 830px;
  border-radius: 20px;
}

.ichioshi-contact .ttl {
  font-size: 1.8rem;
  font-weight: bold;
  color: #273750;
  margin-bottom: 1.8rem;
}

.ichioshi-contact .inner p {
  font-size: 1.5rem;
  color: #273750;
  text-align: center;
  line-height: 1.6;
  margin-bottom: 1.8rem;
}

.ichioshi-contact-tel {
  background: #fff;
  font-size: 1.6rem;
  padding: 20px 15px;
  border-radius: 10px;
}

.ichioshi-contact-tel a {
  color: #273750;
  position: relative;
  display: block;
}

.ichioshi-contact-tel a span {
  font-size: 1.8rem;
  color: #e6662e;
  position: relative;
}

.ichioshi-contact-tel a + a {
  margin-top: 15px;
}

/*============================================================
#ichioshi-category 各カテゴリー
============================================================*/

.ttl-ready {
  font-size: 2em;
  text-align: center;
  height: 200px;
  padding-top: 50px;
}

.ichioshi-category-view {
  margin-top: 6.2rem;
  margin-bottom: 5rem;
  margin-right: auto;
  margin-left: auto;
}

.ichioshi-category-view .pc-only {
  display: block !important;
}

.ichioshi-category-view .sp-only {
  display: none !important;
}

.ichioshi-column {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: justify;
  justify-content: space-between;
  flex-wrap: wrap;
  padding: 0 5%;
  position: relative;
}

.ichioshi-column.column2-sp li {
  width: calc(100% / 2);
}

.ichioshi-store li {
  width: calc(100% / 2 - 3%) !important;
  margin-bottom: 50px;
  padding-bottom: 50px;
  position: relative;
}

.ichioshi-store li .thumb {
  background: #fff;
  width: 100%;
  height: 31.8vw;
  border: solid 1px #bebebe;
  position: relative;
}

.ichioshi-store li .thumb img {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  max-width: 100%;
  max-height: 100%;
  margin: auto;
}

.ichioshi-store li .ttl {
  font-size: 1.6rem;
  font-weight: bold;
  line-height: 1.6;
  margin: 15px 0 5px;
}

.ichioshi-store li p {
  font-size: 1.4rem;
  line-height: 1.6;
  text-align: justify;
}

.ichioshi-store .btn {
  background: #f9f4e1;
  width: 100%;
  color: #273750 !important;
  margin: 20px auto 0;
  border: solid 2px #273750;
  display: block;
  padding: 10px 10px 10px 0;
  text-align: center;
  font-size: 1.2rem;
  font-weight: bold;
  border-radius: 30px;
  position: absolute;
  bottom: 0;
}

.ichioshi-store .btn::after {
  content: "";
  background: url(../images/common/btn-arrow.png) no-repeat center / contain ;
  width: 15px;
  height: 15px;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 20px;
  margin: auto;
}

.ichioshi-store .btn-top {
  background: #fff;
  width: 80%;
  color: #273750 !important;
  margin: 10px auto 40px;
  border: solid 2px #273750;
  display: block;
  padding: 15px 0;
  text-align: center;
  font-size: 1.3rem;
  font-weight: bold;
  position: relative;
}

.ichioshi-store .btn-top::after {
  content: "";
  background: url(../images/common/btn-arrow.png) no-repeat center / contain ;
  width: 20px;
  height: 20px;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 20px;
  margin: auto;
}

}

/* スマートフォン（一部） ************************************************************/

@media (max-width: 599px) {

/*============================================================
#ichioshi-index イチオシトップ
============================================================*/

.ichioshi-top-view .pc-only {
  display: none !important;
}

.ichioshi-top-view .sp-only {
  display: block !important;
}

/*============================================================
#ichioshi-category 各カテゴリー
============================================================*/

.ichioshi-category-view {
  max-width: 40rem;
  margin-bottom: 2.4rem;
}

.ichioshi-category-view .pc-only {
  display: none !important;
}

.ichioshi-category-view .sp-only {
  display: block !important;
}

}