@charset "UTF-8";
/* Sass Document */
html, body {
  height: 100%;
}

@media print, screen and (min-width: 1240px) {
  .container {
    max-width: 1200px;
    margin: auto;
    text-align: center;
    background: white;
  }
  .container h2.content-name {
    font-size: 48px;
    padding: 40px 0 20px;
  }
}
.entry-index {
  margin-bottom: 1em;
}

.entry-index .entry-photo {
  position: relative;
}

.entry-index .entry-photo img.inner_img {
  width: 100%;
  max-height: 300px;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 0% 0%;
     object-position: 0% 0%;
  padding: 2px;
}

.entry-index .entry-photo img.frame_work {
  position: absolute;
  width: 100%;
  height: 100%;
}

.entry-photo ul {
  list-style: none;
  display: flex;
  justify-content: space-around;
  margin: 0;
  padding: 0;
}
.entry-photo li {
  padding: 5px;
}

.entry {
  margin-bottom: 1em;
  padding: 10px;
  border-radius: 4px;
  /*background-color: #fff;*/
}

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

.container p:not(:last-child) {
  padding: 0 14px 0 20px;
  text-align: left;
}

.container h2.entry-name {
  padding: 0 14px 0 20px;
  text-align: left;
}

.container h2.entry-name a {
  color: #212529;
}

@media print, screen and (min-width: 768px) {
  /* デスクトップ用CSS */
  .entry-index {
    display: flex;
    flex-wrap: wrap;
  }
  .entry-index .entry-photo {
    position: relative;
  }
  .entry-index .entry-photo img.inner_img {
    width: 260px;
    height: 260px;
    -o-object-fit: cover;
       object-fit: cover;
    padding: 2px;
  }
  .entry-index .entry-photo img.frame_work {
    position: absolute;
    width: 262px;
  }
  .entry {
    margin: 5px;
    width: calc(33% - 10px);
  }
}
/*　1: 共通 */
.page .container {
  background-color: #fff;
  margin-bottom: -125px;
  padding-bottom: 100px;
  margin-top: -10px;
}

.page .side {
  background-color: white;
}

.main {
  margin-bottom: 10px;
  background-color: white;
}

.main,
.side {
  background-color: #ffffff;
  padding: 2%;
  border-radius: 10px;
}

.content {
  margin: 60px auto 20px;
}

/* Responsive */
@media (min-width: 600px) {
  .flexbox {
    display: flex;
  }
  .main {
    margin: 0 10px 0 0;
  }
}
/*　1: 共通 (yabusame)*/
.hero-bg {
  display: table-cell;
  vertical-align: middle;
}

header.hero {
  position: relative;
  display: table;
  width: 100%;
  height: calc(100vh - 8.2em);
  max-height: 760px;
  padding: 10px 10px 0 10px;
  margin: -10px 0 0 0;
}

@media (min-width: 768px) {
  header.hero {
    position: relative;
    display: table;
    width: 100%;
    height: calc(100vh - 8.2em);
    max-height: 300px;
    padding: 10px 10px 0 10px;
    margin: -10px 0 0 0;
  }
}
.page_container {
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
  text-align: center;
  background: white;
  padding: 25px 0 0 0;
}

@media (min-width: 768px) {
  .page_container {
    width: 750px;
    background: white;
    padding: 25px 0 0 0;
  }
  .y_text {
    padding: 20px 150px;
  }
}
@media (min-width: 992px) {
  .page_container {
    width: 970px;
    background: white;
    padding: 25px 0 0 0;
  }
  .y_text {
    padding: 20px 150px;
  }
}
@media (min-width: 1200px) {
  .page_container {
    width: 1170px;
    background: white;
    padding: 25px 0 0 0;
  }
  .y_text {
    padding: 20px 150px;
  }
}
/*-------------------------*/
/* 1: 共通 */
/*-------------------------*/
/* ページネーション */
.pagination {
  margin-top: 5rem;
}
.pagination > div {
  margin: 0 0.2rem;
}
.pagination li a:hover, .pagination li a:focus {
  opacity: 0.8;
}

/* single/ページ移動 */
.single-pagination {
  margin: 5rem auto;
}

.entry-photo {
  margin: auto;
  text-align: center;
}

/*-------------------------*/
/* 2: info */
/*-------------------------*/
/*-------------------------*/
/* 3: takeout */
/*-------------------------*/
.page-takeout {
  margin-top: 20px;
  margin-bottom: -70px;
}

.page-takeout h3 {
  margin: 20px auto;
}

.content-takeout {
  width: 980px;
  text-align: center;
  margin: auto;
}

.content-takeout .main_photo {
  margin: 0px auto 20px;
}

.content-takeout .main_photo img {
  max-width: 100%;
  height: auto;
}

.content-takeout h2 {
  margin-bottom: 25px;
}

.content-takeout section {
  display: flex;
  justify-content: flex-start;
  margin: auto;
  flex-wrap: wrap;
}

.content-takeout .entry_list {
  width: 190px;
  height: 250px;
  margin-right: 5%;
  padding: 2px;
}

.content-takeout .p_form {
  text-align: left;
  display: flex;
}

@media screen and (max-width: 767px) {
  .content-takeout section {
    flex-direction: column;
  }
  .content-takeout .entry_list {
    width: 95%;
  }
}
@media print, screen and (min-width: 768px) {
  /* デスクトップ用CSS */
  header {
    flex-direction: row;
  }
  .container {
    display: flex;
  }
  .sidebar {
    width: 300px;
  }
  .main {
    flex: 1;
  }
}
@media (min-width: 768px) {
  .main_photo {
    /*width: 780px;*/
    margin: 0 auto;
  }
}
@media (min-width: 992px) {
  .main_photo {
    /*width: 860px;*/
    margin: 0 auto;
  }
}
@media (min-width: 1200px) {
  .main_photo {
    /*width: 860px;*/
    margin: 0 auto;
  }
}
#fancybox-img {
  max-width: 400px;
  max-height: 300px;
}

.menu_content {
  display: flex;
  justify-content: space-around;
  padding: 0;
  width: 100%;
  text-align: left;
}

.menu_title {
  font-size: 24px;
}

.menu_left,
.menu_right {
  width: 50%;
  min-height: 220px;
}

.menu_left p {
  padding: 5px 0 0 15px;
  font-size: 12px;
}

.menu_left .name {
  font-weight: bold;
}

.menu_right p {
  font-size: 15px;
}

.shop_content {
  position: relative;
}

.qr {
  position: absolute;
  top: 5px;
  right: 5px;
}

.qr img {
  width: 50px;
  height: 50px;
}

.shop_content ul {
  list-style: none;
  text-align: left;
  border-top: 1px dashed #1a1a1a;
  margin: 0;
  padding: 5px;
  font-size: 14px;
}
.shop_content li:nth-of-type(1) {
  font-weight: bold;
  font-size: 18px;
}
.shop_content li:nth-of-type(2) {
  font-weight: bold;
  font-size: 24px;
}
.shop_content li:nth-of-type(3) {
  font-weight: bold;
  font-size: 12px;
  margin-top: 7px;
}
.shop_content li:nth-of-type(4) {
  font-weight: bold;
  font-size: 12px;
}

.menu_icon {
  display: flex;
  justify-content: start;
}

.entry_list span.large {
  font-size: 20px;
}
.entry_list span.small {
  font-size: 10px;
}

.post-type-archive-takeout hr {
  width: 98%;
  text-align: center;
}
.post-type-archive-takeout .entry {
  padding: 20px 10px 50px;
}

/*-------------- 

譲ります・譲ってください
（reuse/reuse_cat/kids/）

---------------*/
.content_takeout .guide-img {
  margin-top: 20px;
}

.givetake {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 50px auto 0;
}

.givetake div {
  margin: 0 10px;
}

.goods_title {
  font-size: 18px;
}

.goods_list dt {
  margin-top: 1em;
  padding: 0 2em;
  color: #fff;
  text-shadow: 1px 1px rgba(0, 0, 0, 0.4);
  background-color: #de8a9d;
}

.goods_list dd {
  padding: 0 1em;
  margin-left: 0;
  font-size: 0.8em;
  border-width: 0 1px 1px;
  border-style: none solid solid;
  border-color: #de8a9d;
}

.name_list {
  text-align: left;
}

.name_list dt {
  clear: left;
  float: left;
  width: 20%;
  font-weight: bold;
}

.name_list dd {
  margin: 0 0 0 20%;
}

.name_list dd:before {
  content: ":　";
}

.sec_reuse {
  width: 100%;
}

.tab_wrap {
  width: 100%;
  margin: 30px auto;
  font-family: "hanasome";
  width: 96%;
}

.panel_area {
  border: #e0eecf solid 5px;
  border-radius: 10px;
  margin-top: -26px;
  padding: 25px 0 0 0;
  margin-inline: auto;
}

.tab_area_l {
  font-size: 0;
  margin: 25px 2px;
  display: flex;
  justify-content: center;
  position: relative;
  background: url(../images/life/line.png) bottom no-repeat;
  align-items: end;
}

.tab_area_l label {
  margin: 0 5px;
  display: inline-block;
  padding: 18px 0;
  text-align: center;
  font-size: 16px;
  border-radius: 8px 8px 0 0;
  cursor: pointer;
  transition: ease 0.2s opacity;
}

.currentpage-general .tab1_label {
  background: url(../images/post/general_on.png) bottom no-repeat;
  width: 416px;
  height: 91px;
}
.currentpage-general .tab2_label {
  background: url(../images/post/kids_off.png) bottom no-repeat;
  width: 416px;
  height: 90px;
}

.currentpage-kids .tab1_label {
  background: url(../images/post/general_off.png) bottom no-repeat;
  width: 416px;
  height: 91px;
}
.currentpage-kids .tab2_label {
  background: url(../images/post/kids_on.png) no-repeat;
  width: 416px;
  height: 86px;
}

.pattern {
  margin-bottom: -190px;
}

.pattern_flex {
  display: flex;
  margin-top: -120px;
  justify-content: center;
  align-items: center;
  padding: 0px 0 40px 0;
}