@charset "UTF-8";
.oyatsu_single {
  font-family: "TTC", "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
  font-size: 16px;
  width: 1200px;
  margin: 0 auto 150px;
  position: relative;
}
@media only screen and (max-width: 1400px) {
  .oyatsu_single {
    width: calc(100% - 160px);
    margin: 0 auto 150px;
  }
}
@media only screen and (max-width: 767px) {
  .oyatsu_single {
    width: 90%;
    margin: 0 auto 80px;
  }
}

.os_badge {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  padding: 0;
  margin-bottom: 15px;
}
@media only screen and (max-width: 767px) {
  .os_badge {
    display: block;
  }
}
.os_badge_bar {
  margin-right: 1em;
  font-size: 14px;
  display: flex;
  align-items: center;
  box-sizing: content-box;
  min-width: 168px;
  background: #ff8c82;
  color: #fff;
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
  line-height: 1;
  font-size: 16px;
  padding: 9px 20px 8px 10px;
  margin: 20px 20px 20px 0;
}
@media only screen and (max-width: 767px) {
  .os_badge_bar {
    min-width: initial;
    display: inline-block;
    font-size: 0.8rem;
    margin-bottom: 10px;
  }
}
.os_badge_bar .caption {
  position: relative;
  margin-left: 1em;
  display: inline-block;
}
.os_badge_bar .caption::before {
  transform: translateY(-50%);
  position: absolute;
  top: 50%;
  left: -0.5em;
  content: "";
  display: block;
  width: 1px;
  height: 1em;
  background: white;
}
.os_badge_title {
  display: flex;
  line-height: 1.8;
  font-size: 24px;
  font-weight: 700;
}
@media only screen and (max-width: 767px) {
  .os_badge_title {
    font-size: 18px;
    line-height: 1.4;
  }
}
.os_badge_title .number {
  display: flex;
  position: relative;
}
.os_badge_title .number::after {
  content: "｜";
  transform: translateY(1px);
  display: inline-block;
}
.os_badge_title .store {
  display: block;
  position: relative;
}

.os_title {
  position: relative;
  font-size: 30px;
  font-weight: 700;
  line-height: 1.4;
  display: flex;
}
@media only screen and (max-width: 767px) {
  .os_title {
    font-size: 20px;
  }
}

.os_thumb {
  margin-top: 50px;
}
@media only screen and (max-width: 767px) {
  .os_thumb {
    margin-top: 25px;
  }
}
.os_thumb img {
  width: 100%;
  height: auto;
}

.os_catch {
  width: 90%;
  max-width: 900px;
  height: 1180px;
  margin: 150px auto 0;
  display: flex;
  background: rgba(255, 140, 130, 0.08);
}
@media only screen and (max-width: 767px) {
  .os_catch {
    margin: 75px auto 0;
    height: 90vw;
  }
}
.os_catch_lead {
  writing-mode: vertical-rl;
  text-orientation: upright;
  color: #ff8c82;
  padding: 35px;
  font-size: 24px;
  font-weight: 700;
}
@media only screen and (max-width: 767px) {
  .os_catch_lead {
    padding: 1em;
    font-size: 3.2vw;
  }
}
.os_catch_image {
  width: 100%;
  height: 1180px;
  position: relative;
  background-size: cover;
  background-position: center center;
}
@media only screen and (max-width: 767px) {
  .os_catch_image {
    height: 90vw;
  }
}
.os_catch_image img {
  object-fit: cover;
  height: 100%;
}

.oyatsu_single_entry {
  margin-top: 0 !important;
}

.os_entry {
  margin-top: 60px;
}
@media only screen and (max-width: 767px) {
  .os_entry {
    margin-top: 30px;
  }
}
.os_entry_title {
  margin-top: 75px;
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 30px;
}
@media only screen and (max-width: 767px) {
  .os_entry_title {
    margin-top: 35px;
    font-size: 18px;
    margin-bottom: 15px;
  }
}
.os_entry_text {
  margin-top: 20px;
  margin-bottom: 40px;
  font-size: 16px;
}
@media only screen and (max-width: 767px) {
  .os_entry_text {
    margin-top: 10px;
    margin-bottom: 20px;
  }
}
.os_entry_image {
  margin-top: 40px;
}
@media only screen and (max-width: 767px) {
  .os_entry_image {
    margin-top: 20px;
  }
}
.os_entry_image .caption {
  font-size: 14px;
  margin-top: 20px;
}
@media only screen and (max-width: 767px) {
  .os_entry_image .caption {
    margin-top: 10px;
    font-size: 14px;
  }
}
.single-special .os_entry_image .caption {
  margin-top: 8px;
}
@media only screen and (max-width: 767px) {
  .single-special .os_entry_image .caption {
    margin-top: 4px;
  }
}
.os_entry_vertical {
  margin-top: 40px;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  max-width: 800px;
}
@media only screen and (max-width: 767px) {
  .os_entry_vertical {
    margin-top: 20px;
  }
}
.os_entry_vertical .caption {
  font-size: 14px;
  margin-top: 20px;
}
@media only screen and (max-width: 767px) {
  .os_entry_vertical .caption {
    margin-top: 10px;
    font-size: 14px;
  }
}

.os_entry a {
  color: #ff8c82;
  text-decoration: underline;
  text-underline-offset: 2px;
  transition: opacity 0.2s ease;
}
.os_entry a:hover,
.os_entry a:focus {
  opacity: 0.7;
}

.os_store {
  margin-top: 80px;
  display: flex;
  gap: 8%;
}
@media only screen and (max-width: 767px) {
  .os_store {
    margin-top: 40px;
    display: block;
  }
}

.os_info {
  flex: 0 0 46%;
  min-width: 0;
  margin-bottom: 50px;
}
.os_store .os_info:only-child {
  flex: 1 1 100%;
}
.single-recipe .os_store {
  margin-top: 30px;
}
.os_info > .os_entry {
  margin-top: 30px;
}
.os_info > .os_entry > *:first-child {
  margin-top: 0;
}
.store_single_main > .os_entry {
  margin-top: 0;
}
.store_single_main > .os_entry > *:first-child,
.store_single_img > *:first-child {
  margin-top: 0;
}

@media only screen and (max-width: 767px) {
  .os_info {
    display: block;
    margin-bottom: 25px;
  }
}
.os_info img {
  width: 100%;
}
.os_info_name {
  margin-bottom: 30px;
  font-size: 28px;
  font-weight: 700;
}
@media only screen and (max-width: 767px) {
  .os_info_name {
    margin-bottom: 15px;
    font-size: 20px;
  }
}
.os_info_name span {
  display: inline-block;
  border-bottom: 2px solid #ff8c82;
}
.os_info_title {
  margin-bottom: 20px;
  font-size: 18px;
  font-weight: 700;
}
@media only screen and (max-width: 767px) {
  .os_info_title {
    margin-bottom: 10px;
    font-size: 16px;
  }
}
.os_info_contents {
  font-size: 14px;
}
.os_info_images {
  margin-top: 40px;
}
@media only screen and (max-width: 767px) {
  .os_info_images {
    margin-top: 20px;
  }
}
.os_info_images img {
  width: 100%;
  margin-top: 10px;
}
.os_info_images img:first-child {
  margin-top: 0;
}

.os_info_images.main_slider {
  width: 100%;
  max-width: 480px;
  margin: 20px 0 0;
  overflow: hidden;
  position: relative;
}
.os_info_images.main_slider .swiper-container {
  width: 100% !important;
  max-width: 480px !important;
  margin: 0 !important;
  padding-bottom: 30px;
  overflow: hidden;
  position: relative;
  box-sizing: border-box;
}
.os_info_images.main_slider .swiper-wrapper {
  width: 100%;
  box-sizing: border-box;
}
.os_info_images.main_slider .swiper-slide {
  width: 100%;
  flex-shrink: 0;
  box-sizing: border-box;
}
.os_info_images.main_slider .swiper-slide img {
  display: block;
  width: 100%;
  max-width: 100%;
  height: 260px;
  object-fit: cover;
  margin: 0;
}
@media only screen and (max-width: 767px) {
  .os_info_images.main_slider .swiper-slide img {
    height: 200px;
  }
}
.os_info_images.main_slider .swiper-button-prev,
.os_info_images.main_slider .swiper-button-next {
  color: #fff !important;
  opacity: 1 !important;
  transform: scale(0.6);
  top: calc(50% - 15px);
}
.os_info_images.main_slider .swiper-pagination {
  bottom: 6px;
}
.os_info_images.main_slider .swiper-pagination-bullet-active {
  background: #ff8c82;
}

.os_entry_image.main_slider {
  width: 100%;
  max-width: 100%;
  margin: 20px 0;
  overflow: hidden;
  position: relative;
}
.os_entry_image.main_slider .swiper-container {
  width: 100% !important;
  max-width: 100% !important;
  margin: 0 !important;
  padding-bottom: 30px;
  overflow: hidden;
  position: relative;
  box-sizing: border-box;
}
.os_entry_image.main_slider .swiper-wrapper {
  width: 100%;
  box-sizing: border-box;
}
.os_entry_image.main_slider .swiper-slide {
  width: 100%;
  flex-shrink: 0;
  box-sizing: border-box;
}
.os_entry_image.main_slider .swiper-slide img {
  display: block;
  width: 100%;
  max-width: 100%;
  height: auto;
  aspect-ratio: 4 / 3;
  object-fit: cover;
  margin: 0;
}
.os_entry_image.main_slider .swiper-button-prev,
.os_entry_image.main_slider .swiper-button-next {
  color: #fff !important;
  opacity: 1 !important;
  transform: scale(0.7);
  top: calc(50% - 15px);
}
.os_entry_image.main_slider .swiper-pagination {
  bottom: 6px;
}
.os_entry_image.main_slider .swiper-pagination-bullet-active {
  background: #ff8c82;
}

.os_catch_image.main_slider {
  width: 100%;
  max-width: 100%;
  height: 100%;
  margin: 0;
  overflow: hidden;
  position: relative;
}
.os_catch_image.main_slider .swiper-container {
  width: 100% !important;
  max-width: 100% !important;
  height: 100% !important;
  margin: 0 !important;
  padding-bottom: 0;
  overflow: hidden;
  position: relative;
  box-sizing: border-box;
}
.os_catch_image.main_slider .swiper-wrapper {
  width: 100%;
  height: 100%;
  box-sizing: border-box;
}
.os_catch_image.main_slider .swiper-slide {
  width: 100%;
  height: 100%;
  flex-shrink: 0;
  box-sizing: border-box;
}
.os_catch_image.main_slider .swiper-slide img {
  display: block;
  width: 100%;
  max-width: 100%;
  height: 100%;
  object-fit: cover;
  margin: 0;
}
.os_catch_image.main_slider .swiper-button-prev,
.os_catch_image.main_slider .swiper-button-next {
  color: #fff !important;
  opacity: 1 !important;
  transform: scale(0.7);
  top: calc(50% - 15px);
}
.os_catch_image.main_slider .swiper-pagination {
  bottom: 6px;
}
.os_catch_image.main_slider .swiper-pagination-bullet-active {
  background: #ff8c82;
}

.os_data {
  flex: 0 0 46%;
  word-break: break-all;
  letter-spacing: 0.02em;
  margin-bottom: 100px;
  margin-bottom: 50px;
}
@media only screen and (max-width: 767px) {
  .os_data {
    display: block;
    margin-bottom: 25px;
  }
}
.os_data h5 {
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 20px;
}
@media only screen and (max-width: 767px) {
  .os_data h5 {
    font-size: 18px;
  }
}
.os_data dl {
  font-size: 15px;
  border-bottom: 1px solid #e6e6e6;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.os_data dl:nth-of-type(1) {
  border-top: 1px solid #e6e6e6;
}
@media only screen and (max-width: 767px) {
  .os_data dl.pc {
    display: none;
  }
}
.os_data dt {
  width: 20%;
  padding: 12px 0;
  font-weight: 700;
}
@media only screen and (max-width: 767px) {
  .os_data dt {
    width: 100%;
    padding: 12px 0 6px;
  }
}
.os_data dd {
  width: 80%;
  padding: 12px 0;
}
@media only screen and (max-width: 767px) {
  .os_data dd {
    width: 100%;
    padding: 0 0 12px;
  }
}

.store_map {
  width: 100%;
  max-width: 1200px;
}
.store_map h3 {
  text-align: center;
  margin-bottom: 25px;
  font-family: "TTC";
  font-size: 22px;
  font-weight: 700;
}
.store_map iframe {
  width: 100%;
  height: 320px;
}
@media only screen and (max-width: 767px) {
  .store_map iframe {
    height: 240px;
  }
}

.store_foot_area {
  padding-top: 100px;
  margin: 100px 0 80px;
  border-top: 1px solid #ccc;
}
@media only screen and (max-width: 767px) {
  .store_foot_area {
    padding-top: 60px;
    margin: 70px 0 50px;
  }
}
.store_foot_area h4 {
  text-align: center;
  margin-bottom: 60px;
  line-height: 1.4;
  font-size: 20px;
  font-weight: 700;
}
@media only screen and (max-width: 767px) {
  .store_foot_area h4 {
    font-size: 20px;
  }
}

.store_foot_list li {
  width: 24%;
}
@media only screen and (max-width: 767px) {
  .store_foot_list li {
    margin-bottom: 20px;
    width: 48%;
  }
}
.store_foot_list:before, .store_foot_list:after {
  content: "";
  display: block;
  width: 24%;
  height: 0;
}
.store_foot_list:before {
  order: 1;
}

@media only screen and (max-width: 767px) {
  .store_foot_area {
    padding-top: 60px;
    margin: 70px 0 50px;
  }
  .store_foot_area h4 {
    /*margin-bottom: 30px;*/
    font-size: 20px;
  }
  .store_foot_list li {
    margin-bottom: 20px;
    width: 48%;
  }
}
/* 店舗　リスト　*/
ul.archive_list {
  display: -webkit-flex;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.archive_list:after {
  content: "";
  display: block;
  width: 30%;
}

.archive_list li {
  position: relative;
  width: 31%;
  margin-bottom: 50px;
}

.archive_img {
  width: 100%;
  height: 0;
  line-height: 0;
  margin-bottom: 4px;
  overflow: hidden;
  padding-bottom: 69%;
  position: relative;
}

.archive_img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.archive_data_box {
  position: relative;
}

.archive_cateBar {
  box-sizing: content-box;
  position: absolute;
  top: -20px;
  background: #ff8c82;
  color: #fff;
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
  line-height: 1;
  font-size: 16px;
  padding: 9px 20px 8px 10px;
  display: inline-block;
  font-family: "TTC", "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
}

.cateBar.gourmet:before {
  content: "GOURMET";
}

.cateBar.gourmetbeauty:before {
  content: "GOURMET / BEAUTY";
}

.cateBar.gourmetlifestyle:before {
  content: "GOURMET / LIFE STYLE";
}

.cateBar.gourmetskillup:before {
  content: "GOURMET / SKILLUP";
}

.cateBar.gourmethelp:before {
  content: "GOURMET / HELP";
}

.cateBar.gourmetcarlife:before {
  content: "GOURMET / CAR LIFE";
}

.cateBar.gourmethousing:before {
  content: "GOURMET / HOUSING";
}

.cateBar.beauty:before {
  content: "BEAUTY";
}

.cateBar.beautylifestyle:before {
  content: "BEAUTY / LIFE STYLE";
}

.cateBar.beautyskillup:before {
  content: "BEAUTY / SKILLUP";
}

.cateBar.beautyhelp:before {
  content: "BEAUTY / HELP";
}

.cateBar.beautycarlife:before {
  content: "BEAUTY / CAR LIFE";
}

.cateBar.beautyhousing:before {
  content: "BEAUTY / HOUSING";
}

.cateBar.skillup:before {
  content: "SKILLUP";
}

.cateBar.skilluphousing:before {
  content: "SKILLUP / HOUSING";
}

.cateBar.skillupcarlife:before {
  content: "SKILLUP / CAR LIFE";
}

.cateBar.skilluplifestyle:before {
  content: "SKILLUP / LIFE STYLE";
}

.cateBar.skilluphelp:before {
  content: "SKILLUP / HELP";
}

.cateBar.housing:before {
  content: "HOUSING";
}

.cateBar.housingcarlife:before {
  content: "HOUSING / CAR LIFE";
}

.cateBar.housinglifestyle:before {
  content: "HOUSING / LIFE STYLE";
}

.cateBar.housinghelp:before {
  content: "HOUSING / HELP";
}

.cateBar.carlife:before {
  content: "CAR LIFE";
}

.cateBar.carlifelifestyle:before {
  content: "CAR LIFE / LIFE STYLE";
}

.cateBar.carlifehelp:before {
  content: "CAR LIFE / HELP";
}

.cateBar.lifestyle:before {
  content: "LIFE STYLE";
}

.cateBar.lifestylehelp:before {
  content: "LIFE STYLE / HELP";
}

.cateBer.help:before {
  content: "HELP";
}

.gourmet:before,
.gourmetbeauty:before,
.gourmetlifestyle:before,
.gourmetskillup:before,
.gourmethelp:before,
.gourmetcarlife:before,
.gourmethousing:before,
.beauty:before,
.beautylifestyle:before,
.beautyskillup:before,
.beautyhelp:before,
.beautycarlife:before,
.beautyhousing:before,
.skillup:before,
.skilluphousing:before,
.skillupcarlife:before,
.skilluplifestyle:before,
.skilluphelp:before,
.housing:before,
.housingcarlife:before,
.housinglifestyle:before,
.housinghelp:before,
.carlife:before,
.carlifelifestyle:before,
.carlifehelp:before,
.lifestyle:before,
.lifestylehelp:before,
.cateBer.help:before {
  padding: 2px;
  border: 1px solid #ff8c82;
}

.archive_cateBar span {
  display: inline-block;
  font-size: 13px;
  line-height: 1;
  padding: 0;
}

.cateBar {
  position: relative;
}

.archive_data_box h3 {
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 6px;
}

.archive_txt {
  height: 48px;
  overflow: hidden;
  font-size: 15px;
}

@media only screen and (max-width: 767px) {
  .archive_list {
    width: 90%;
    margin: 0 auto;
  }
  .archive_list li {
    width: 48%;
    margin-bottom: 20px !important;
  }
  /*.archive_data_box{padding-top:15px!important}*/
  .archive_cateBar {
    font-size: 12px;
  }
  .archive_cateBar span {
    font-size: 11px;
  }
  .archive_date {
    text-align: left;
  }
  .archive_txt {
    display: none;
  }
  .archive_data_box h3 {
    line-height: 1.4;
    font-size: 16px;
  }
  .cateBar {
    position: relative;
    top: -20px;
    font-size: 0.6rem;
    z-index: 1;
  }
}
/*----------------------- oyatsu　一覧 ---------------------------*/
.oyatsu_archive {
  width: 1200px;
  margin: 0 auto 150px;
  position: relative;
}

@media only screen and (max-width: 1400px) {
  .oyatsu_archive {
    width: calc(100% - 160px);
    margin: 0 80px 150px;
  }
}
@media only screen and (max-width: 767px) {
  .oyatsu_archive {
    width: 90%;
    margin: 0 auto 80px;
  }
}
/* プラグイン　ページナビ用 */
.wp-pagenavi {
  display: -ms-flex;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-weight: bold;
  margin: 0 auto;
  text-align: center;
  font-size: 14px;
}

.wp-pagenavi .pages {
  display: none;
}

.wp-pagenavi .current,
.wp-pagenavi .page {
  padding: 0;
  display: inline-block;
  background-color: #f0f0f0;
  border: none;
  line-height: 40px;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  margin: 0 10px;
}

.wp-pagenavi a:hover {
  border: none;
  background-color: #999;
  opacity: 1;
}

.wp-pagenavi .current {
  color: #fff;
  background-color: #646464;
  border: none;
}

.wp-pagenavi a.previouspostslink,
.wp-pagenavi a.nextpostslink {
  padding: 0;
  border: none;
  line-height: 40px;
  font-size: 20px;
  font-weight: normal;
  width: 40px;
  height: 40px;
  margin: 0;
  background-color: transparent;
  color: #333;
}

.wp-pagenavi a.previouspostslink:hover,
.wp-pagenavi a.nextpostslink:hover {
  color: #fff;
  background-color: transparent;
}

.wp-pagenavi .first,
.wp-pagenavi .last {
  border: none;
  padding-top: 6px;
}

.wp-pagenavi .extend {
  border: none;
}

@media only screen and (max-width: 767px) {
  .wp-pagenavi .current,
  .wp-pagenavi .page {
    margin: 0 4px;
  }
}

/*# sourceMappingURL=oyatsu.css.map */
