/* cart
 * 
 */
.cartjs_box {
  padding: 30px 10px 0 10px;
  background: url(/wp-content/themes/segawa-21/resources/functions/images/border-3.gif) center top repeat-x transparent;
  background-size: 135px 1px;
  /*
 * order-guide
 */
}
.cartjs_box::after {
  content: '';
  display: table;
  clear: both;
}
.cartjs_box .cartjs_product_name {
  font-size: 115%;
}
.cartjs_box .cartjs_product_form {
  margin: 0 !important;
}
.cartjs_box .cartjs_product_img {
  width: 180px;
  text-align: center;
  margin: 15px auto;
}
.cartjs_box .cartjs_product_table {
  margin-top: 15px !important;
}
.cartjs_box .cartjs_product_table table, .cartjs_box .cartjs_product_table th, .cartjs_box .cartjs_product_table td {
  text-align: left;
  padding: 0;
  padding-left: 0 !important;
  border: none;
  background-color: transparent;
  color: inherit;
  vertical-align: top;
}
.cartjs_box .cartjs_product_table th {
  padding-right: 20px;
  font-weight: normal;
  white-space: nowrap;
}
.cartjs_box .cartjs_product_table td {
  font-weight: bold;
}
.cartjs_box .cartjs_product_table tr:not(:last-child) th {
  padding-bottom: 10px;
}
.cartjs_box .cartjs_product_table .cartjs_product_input_txt {
  text-align: center;
  border-radius: 5px;
}
.cartjs_box .cartjs_product_table input, .cartjs_box .cartjs_product_table select {
  font-size: 16px;
  font-weight: normal;
}
.cartjs_box .cartjs_product_table select {
  max-width: 220px;
  width: 100%;
}
.cartjs_box .cartjs_cart_in {
  text-align: center;
}
.cartjs_box .cartjs_cart_in input {
  font-size: 120%;
  padding: 8px 15px;
  width: 180px;
  background-color: #b03143;
  font-weight: bold;
  color: #f6f4ec;
  -webkit-box-shadow: inset 0 0 30px 0 #75202d, inset 0 0 0 1px #75202d, inset 0 0 0 2px rgba(255, 255, 255, 0.7);
  box-shadow: inset 0 0 30px 0 #75202d, inset 0 0 0 1px #75202d, inset 0 0 0 2px rgba(255, 255, 255, 0.7);
  border: none;
  border-radius: 0;
}
.cartjs_box .cartjs_sk_link_other {
  font-size: 87.5%;
}
@media (min-width: 700px) {
  .cartjs_box {
    padding: 30px 20px 0 20px;
  }
  .cartjs_box .cartjs_product_img {
    float: right;
    text-align: right;
    margin: 0;
    margin-left: 10px;
  }
  .cartjs_box .cartjs_product_table select {
    max-width: 300px;
    width: auto;
  }
  .cartjs_box .cartjs_cart_in {
    text-align: left;
  }
}
.orderNav > div {
  padding: 9px;
  background-color: #faf8f0;
  border-radius: 9px;
  border: 1px solid #75202d;
}
.orderNav > div .more {
  margin-left: auto;
  margin-right: auto;
}
@media (min-width: 750px) {
  .orderNav {
    display: flex;
    align-items: stretch;
    margin-left: -10px;
    margin-right: -10px;
  }
  .orderNav > div {
    padding: 14px;
    margin-top: 0 !important;
    margin: 0 10px;
    width: 50%;
  }
}
.orderNav .more a {
  border-color: #75202d;
}
.orderNav.orderNav-reserve > div {
  background-color: transparent;
  border-style: dashed;
  text-align: center;
}
.orderNav.orderNav-reserve > div h3 {
  background-image: none;
  font-size: 120%;
}
.orderNavHeadline {
  display: flex;
  justify-content: center;
  align-items: center;
  color: #75202d;
  font-size: 1.4em;
  line-height: 1.4;
  margin-bottom: -13px;
}
.orderNavHeadline > * {
  margin-top: 0 !important;
}
.orderNavHeadline > .orderNavHeadline_icon {
  min-width: 75px;
  margin-right: 5px;
}
.orderNavHeadline > .orderNavHeadline_icon span {
  display: inline-block;
}
.orderNavHeadline > .orderNavHeadline_text span {
  display: inline-block;
}
.deliveryFee {
  /*
 * shop
 */
}
@media (max-width: 800px) {
  .deliveryFee {
    font-size: 0.825em;
    line-height: 1.5;
  }
}
.shop1 {
  text-align: center;
  margin-bottom: 30px;
}
.shop1 .shop1_logo {
  margin: 30px auto !important;
}
.shop1 .shop1_logo h2 {
  padding: 0;
  background-image: none;
}
.shop1 .shop1_logo h2 img {
  max-width: 70%;
}
@media (min-width: 900px) {
  .shop1 {
    display: flex;
    align-items: center;
    margin-bottom: 40px;
  }
  .shop1 .shop1_logo {
    margin: 0 auto !important;
    min-width: 320px;
    flex-grow: 1;
  }
  .shop1 .shop1_logo h2 img {
    max-width: 100%;
    margin-left: -30px;
  }
  .shop1 .shop1_img {
    margin-top: 0 !important;
  }
}
.shop2 .catchText {
  margin-bottom: 30px;
  text-align: center;
}
@media (min-width: 1080px) {
  .shop2 .catchText {
    text-align: left;
  }
}
.shop2Main .shop2Main_img {
  text-align: center;
}
.shop2Main .shop2Main_img img {
  max-width: 82%;
}
@media (min-width: 700px) {
  .shop2Main {
    display: flex;
  }
  .shop2Main .shop2Main_img {
    margin: 0 auto !important;
    text-align: center;
    padding-left: 25px;
    min-width: 365px;
  }
  .shop2Main .shop2Main_img img {
    max-width: 100%;
  }
  .shop2Main .shop2Main_text {
    margin-top: 0 !important;
  }
}
.shop3Img {
  text-align: center;
}
.shop3Img > div:last-child {
  display: none;
}
@media (min-width: 900px) {
  .shop3Img {
    display: flex;
  }
  .shop3Img > div:last-child {
    display: block;
  }
}
.shop3Access {
  /*
 * mind
 */
}
@media (min-width: 900px) {
  .shop3Access {
    display: flex;
  }
  .shop3Access .shop3Access_address {
    flex-grow: 1;
    margin-top: 0 !important;
    min-width: 380px;
  }
  .shop3Access .shop3Access_map {
    width: 65%;
    margin-top: 0 !important;
  }
}
body.mind .main-contents h3 {
  padding: 0;
  background-image: none;
}
.mindIntro {
  margin-bottom: 50px;
}
.mindIntro .mindIntro_text img {
  width: 70%;
  margin-top: -70px;
}
@media (min-width: 400px) {
  .mindIntro .mindIntro_text img {
    width: 55%;
    margin-top: -120px;
  }
}
@media (min-width: 700px) {
  .mindIntro {
    position: relative;
  }
  .mindIntro .mindIntro_img {
    text-align: right;
  }
  .mindIntro .mindIntro_text {
    position: absolute;
    bottom: 50%;
  }
  .mindIntro .mindIntro_text img {
    margin-top: 0;
    margin-bottom: -80px;
    width: auto;
  }
}
@media (min-width: 900px) {
  .mindIntro .mindIntro_text img {
    margin-left: 50px;
  }
}
@media (max-width: 799px) {
  .mindIntro.mindIntro-home .more {
    margin-left: auto;
    margin-right: auto;
  }
}
@media (min-width: 700px) {
  .mindIntro.mindIntro-home {
    margin-bottom: -180px;
  }
  .mindIntro.mindIntro-home .mindIntro_text {
    position: relative;
    bottom: auto;
    top: -180px;
  }
  .mindIntro.mindIntro-home .mindIntro_text img {
    margin-top: 0;
    margin-bottom: 0;
    width: auto;
  }
}
@media (min-width: 800px) {
  .mindIntro.mindIntro-home {
    margin-bottom: 30px;
  }
  .mindIntro.mindIntro-home .mindIntro_text {
    position: absolute;
    top: 0;
    max-width: 42%;
  }
}
@media (min-width: 900px) {
  .mindIntro.mindIntro-home {
    margin-bottom: 0;
  }
  .mindIntro.mindIntro-home .mindIntro_text {
    margin-left: 40px;
    max-width: 46%;
  }
  .mindIntro.mindIntro-home .mindIntro_text img {
    margin-left: 0;
  }
}
.mind2_img1, .mind2_img2, .mind2_img3, .mind3_img1, .mind3_img2, .mind4_img1 {
  text-align: center;
}
.mind2_img1 img, .mind3_img1 img, .mind3_img2 img, .mind4_img1 img {
  max-width: 80%;
}
.mind2_img2 img, .mind2_img3 img {
  max-width: 60%;
}
@media (min-width: 700px) {
  /*
 * sweets
 */  .mind2_img1 img {
    margin-top: -100px;
    max-width: none;
  }
  .mind2_img2 img {
    max-width: none;
  }
  .mind2_img3 img {
    margin-top: -30px;
    max-width: none;
  }
  .mind3_catch1 img {
    max-width: none;
    margin-top: 15px;
    margin-left: -40px;
  }
  .mind3_img1 img {
    max-width: none;
  }
  .mind3_img2 img {
    max-width: none;
    margin-top: -20px;
  }
  .mind4_catch1 img {
    max-width: none;
    margin-top: 10px;
    margin-left: -110px;
  }
  .mind4_img1 img {
    max-width: none;
  }
}
body.sweets .carrot {
  /*
 * layout-2column
 */
}
body.sweets .carrot .order img {
  max-width: 80%;
}
@media (min-width: 700px) {
  body.sweets .carrot .order img {
    max-width: none;
  }
}
.layout-2column {
  /*
 * order
 */
}
.layout-2column > div:first-child h2 {
  font-size: 1.75em;
  font-weight: normal;
  font-family: serif;
  line-height: 1.25;
  padding-bottom: 15px;
  text-align: center;
}
.layout-2column > div:first-child h2 span {
  display: inline-block;
}
@media (min-width: 1080px) {
  .layout-2column {
    display: flex;
    flex-direction: row;
  }
  .layout-2column > div:first-child {
    width: 300px;
    min-width: 300px;
    flex-basis: 300px;
    margin-right: 50px;
  }
  .layout-2column > div:first-child h2 {
    font-size: 2em;
    text-align: left;
  }
  .layout-2column > div:last-child {
    margin-top: 0 !important;
    flex-grow: 1;
    flex-basis: 730px;
  }
}
.order {
  display: flex;
  flex-direction: column;
  /*
 * photoframe
 */
}
@media (min-width: 700px) {
  .order {
    flex-direction: row;
    margin-bottom: 40px;
  }
  .order .order_toLeft {
    order: -1;
    margin-top: 0 !important;
  }
  .order .order_toRight {
    order: 1;
    margin-top: 0 !important;
    padding-left: 20px;
  }
}
.photoframe {
  position: relative;
  display: inline-block;
  /*
 * sweets thumbs
 */
}
.photoframe::after {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  border: 3px solid #f6f4ec;
  -o-border-image: url(/wp-content/uploads/2019/05/photoframe-bg.png) 3 3 3 3 repeat repeat;
  border-image: url(/wp-content/uploads/2019/05/photoframe-bg.png) 3 3 3 3 repeat repeat;
  z-index: 1;
}
.photoframe > img {
  vertical-align: top;
  border-radius: 3px;
}
body.sweets #main .page-list .page-list-item .eyecatch a, body.home #main .page-list .page-list-item .eyecatch a {
  position: relative;
  display: inline-block;
  max-width: 100%;
  /*
 * footer
 */
}
body.sweets #main .page-list .page-list-item .eyecatch a::after, body.home #main .page-list .page-list-item .eyecatch a::after {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  border: 3px solid #f6f4ec;
  -o-border-image: url(/wp-content/uploads/2019/06/photoframe-border.png) 3 3 3 3 repeat repeat;
  border-image: url(/wp-content/uploads/2019/06/photoframe-border.png) 3 3 3 3 repeat repeat;
  z-index: 1;
  cursor: pointer;
  pointer-events: none;
}
body.sweets #main .page-list .page-list-item .eyecatch a > img, body.home #main .page-list .page-list-item .eyecatch a > img {
  vertical-align: top;
}
.footerContact {
  color: #555;
  text-align: center;
}
.footerContact p {
  margin: 0 !important;
  line-height: 1.7;
}
.footerContact .footerTel {
  font-weight: bold;
  text-decoration: none;
}
@media (min-width: 540px) {
  .footerContact {
    display: table;
    margin: auto;
    text-align: left;
  }
  .footerContact > div {
    display: table-row;
  }
  .footerContact > div > p {
    display: table-cell;
    padding: 0 15px;
  }
}
@media (min-width: 1080px) {
  /*
 * header
 */  #menu .free {
    width: 520px;
  }
}
.headerContact {
  color: #555;
  text-align: center;
  padding: 0;
  background-color: #faf8f0;
  border-radius: 8px;
  border: 5px solid #faf8f0;
  -o-border-image: url(/wp-content/themes/segawa-21/resources/functions/images/shortcut-bg.png) 5 5 5 5 repeat repeat;
  border-image: url(/wp-content/themes/segawa-21/resources/functions/images/shortcut-bg.png) 5 5 5 5 repeat repeat;
}
.headerContact p {
  margin: 0 !important;
  line-height: 1.7;
}
.headerContact > div img {
  vertical-align: top;
  margin: 5px 10px;
}
@media (min-width: 540px) {
  /*
 * banner
 */  .headerContact {
    display: table;
    margin: auto;
    text-align: left;
  }
  .headerContact > div {
    display: table-row;
  }
  .headerContact > div > p {
    display: table-cell;
    padding: 0 15px;
  }
  .headerContact > div img {
    margin: 5px 0;
  }
}
body:not(.sidebar-right) {
  /*
 * common
 */
}
body:not(.sidebar-right) .utilities .banner {
  font-size: 0;
}
body:not(.sidebar-right) .utilities .banner p {
  margin-left: 5px;
  margin-right: 5px;
  font-size: 16px;
}
body:not(.sidebar-right) .utilities .banner p img {
  max-width: 262px;
}
@media (min-width: 700px) {
  body:not(.sidebar-right) .utilities .banner {
    margin-left: -5px;
    margin-right: -5px;
  }
}
.catchText {
  font-weight: bold;
  font-size: 1.5em;
  line-height: 1.4;
  /* 画像リンクエフェクト */
}
.catchText span {
  display: inline-block;
}
@media (min-width: 700px) {
  .catchText {
    font-size: 1.75em;
  }
}
.container a img, .editing a img {
  opacity: 1;
  transition: 0.3s;
}
.container a:hover img, .editing a:hover img {
  opacity: 0.5;
}
