
@charset "UTF-8";
@import url("https://image.raku-uru.jp/cms/fontcss/font.css");


html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
time,
mark,
audio,
video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    vertical-align: baseline;
}

img {
    border-style: none;
    height: auto;
    width: 100%;
  }
  svg:not(:root) {
    overflow: hidden;
  }
  .ap_hidden {
    display: none !important;
    visibility: hidden;
  }
  a {
    text-decoration: none;
    color: #a12523;
    transition: 0.5s;
  }
  a:hover {
    text-decoration: underline;
    color: #a12523;
    transition: 0.5s;
  }
  a:hover img {
    opacity: 0.6;
    transition: 0.5s;
  }
  html {
    overflow: auto;
  }
  body {
    font-family:  "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
    font-size: 16px;
    color: #333333;
    background: #fff;
    letter-spacing: 0.08em;
    overflow-wrap: break-word;
    word-break: normal;
    overflow-x: hidden;
    max-width: 100vw;
    word-wrap: break-word;
  }
  ul {
    list-style: none;
  }
  .ap_col_container {
    width: 100%;
    position: relative;
  }
  .ap_col_container.full {
    display: flex;
  }
  .ap_col_parent {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    box-sizing: border-box;
    display: flex;
    display: -ms-flexbox;
    flex-direction: row;
    -ms-flex-direction: row;
    flex-wrap: nowrap;
  }
  .ap_col_parent.reverse {
    flex-direction: row-reverse;
  }
  .ap_col_parent.end {
    justify-content: flex-end;
  }
  .ap_col_parent.center {
    align-items: center;
  }
  .ap_col_parent.full {
    max-width: 100vw;
  }
  .ap_col_parent.wrap {
    flex-wrap: wrap;
  }
  .ap_col_parent.just_center {
    justify-content: center;
  }
  .ap_col_parent.between {
    justify-content: space-between;
  }
  [class*='ap_col_child'] {
    min-height: 1px;
    word-wrap: break-word;
    max-width: 100%;
    box-sizing: border-box;
  }
  .ap_col_child_1 {
    width: 100px;
  }
  .ap_col_child_2 {
    width: 200px;
  }
  .ap_col_child_3 {
    width: 300px;
  }
  .ap_col_child_4 {
    width: 400px;
  }
  .ap_col_child_5 {
    width: 500px;
  }
  .ap_col_child_6 {
    width: 600px;
  }
  .ap_col_child_7 {
    width: 700px;
  }
  .ap_col_child_8 {
    width: 800px;
  }
  .ap_col_child_9 {
    width: 900px;
  }
  .ap_col_child_10 {
    width: 1000px;
  }
  .ap_col_child_11 {
    width: 1100px;
  }
  .ap_col_child_12 {
    width: 1200px;
  }

  .ap_col_child_p_1 {
    width: 0.08333%;
  }
  .ap_col_child_p_2 {
    width: 0.16666%;
  }
  .ap_col_child_p_3 {
    width: 0.24999%;
  }
  .ap_col_child_p_4 {
    width: 0.33332%;
  }
  .ap_col_child_p_5 {
    width: 0.41665%;
  }
  .ap_col_child_p_6 {
    width: 0.49998%;
  }
  .ap_col_child_p_7 {
    width: 0.58331%;
  }
  .ap_col_child_p_8 {
    width: 0.66664%;
  }
  .ap_col_child_p_9 {
    width: 0.74997%;
  }
  .ap_col_child_p_10 {
    width: 0.8333%;
  }
  .ap_col_child_p_11 {
    width: 0.91663%;
  }
  .ap_col_child_p_12 {
    width: 0.99996%;
  }

  .ap_flex {
    display: flex;
  }
  .ap_flex.reverse {
    flex-direction: row-reverse;
  }
  .ap_flex.end {
    justify-content: flex-end;
  }
  .ap_flex.center {
    position: relative;
    align-items: center;
  }
  .ap_flex.wrap {
    flex-wrap: wrap;
  }
  .ap_flex.just_center {
    justify-content: center;
  }
  .ap_flex.between {
    justify-content: space-between;
  }
  .ap_block {
    display: block;
  }
  .ap_width_100vw {
    width: 100vw;
  }
  .ap_height_100vh {
    height: 100vh;
  }
  .ap_width_100 {
    width: 100px;
  }
  .ap_width_200 {
    width: 200px;
  }
  .ap_width_300 {
    width: 300px;
  }
  .ap_width_400 {
    width: 400px;
  }
  .ap_width_500 {
    width: 500px;
  }
  .ap_width_600 {
    width: 600px;
  }
  .ap_width_700 {
    width: 700px;
  }
  .ap_height_100 {
    height: 100px;
  }
  .ap_height_200 {
    height: 200px;
  }
  .ap_height_300 {
    height: 300px;
  }
  .ap_height_400 {
    height: 400px;
  }
  .ap_height_500 {
    height: 500px;
  }
  .ap_height_600 {
    height: 600px;
  }
  .ap_height_700 {
    height: 700px;
  }
  .ap_height_800 {
    height: 800px;
  }
  .ap_height_900 {
    height: 900px;
  }
  .ap_width_100p {
    width: 100%;
  }
  .ap_height_100p {
    height: 100%;
  }
  .ap_width_75p {
    width: 75%;
  }
  .ap_height_75p {
    height: 75%;
  }
  .ap_width_50p {
    width: 50%;
  }
  .ap_height_50p {
    height: 50%;
  }
  .ap_width_25p {
    width: 25%;
  }
  .ap_height_25p {
    height: 25%;
  }

  .ap_menu {
    transition: 0.5s;
    position: fixed;
    z-index: 999;
  }
  
  .ap_menu.close {
    opacity: 0;
    transition: 0.5s;
  }
  
  .ap_menu_box {
    position: fixed;
    width: 100vw;
    background: rgba(0,0,0,0.8);
    color: #fff;
    transition: 0.5s;
    padding: 0;
    height: 0;
    overflow: hidden;
    top: 0;
    left:0
    opacity: 0;
  }
  
  .ap_menu_box.opacity {
    opacity: 1;
    transition: 0.5s;
  }
  
  .ap_menu_box.open {
    height: 100%;
    transition: 0.75s;
    z-index: 100;
    padding: 10px;
  }
  
  .ap_menu_box.open ul {
    font-weight: bold;
  }
  
  .ap_menu_box.open li:first-child {
    border-top: 1px #a12523 solid;
  }
  
  .ap_menu_box li {
    padding: 30px;
    text-align: center;
    border-bottom: 1px #a12523 solid;
  }
  
  .ap_accordion {
    cursor: pointer;
  }
  
  .ap_menu_box > a {
    color: #fff;
  }
  
  .ap_col_parent.ap_menu {
    width: 15%;
    right: 0;
  }

  .ap_relative {
    position: relative;
  }
  .ap_absolute {
    position: absolute;
  }
  .ap_fixd {
    position: fixed;
  }

  .ap_top_line {
    border-top: 2px #a12523 solid;
  }
  .ap_top_line.dashed {
    border-top: 2px #a12523 dashed;
  }
  .ap_bottom_line {
    border-bottom: 2px #a12523 solid;
  }
  .ap_bottom_line.dashed {
    border-bottom: 2px #a12523 dashed;
  }
  .ap_left_line {
    border-left: 2px #a12523 solid;
  }
  .ap_right_line {
    border-right: 2px #a12523 solid;
  }
  .ap_border_line {
    border: 2px #a12523 solid;
  }

  .ap_top_line_2nd {
    border-top: 1px #b4504f solid;
  }
  .ap_bottom_line_2nd {
    border-bottom: 1px #b4504f solid;
  }
  .ap_left_line_2nd {
    border-left: 1px #b4504f solid;
  }
  .ap_right_line_2nd {
    border-right: 1px #b4504f solid;
  }
  .ap_border_line_2nd {
    border: 1px #b4504f solid;
  }

  .ap_center_text {
    text-align: center !important;
  }
  .ap_right_text {
    text-align: right !important;
  }
  .ap_left_text {
    text-align: left !important;
  }

  
.ap_primary,
.ap_primary a,
a.ap_primary{
  color:#a12523;
}

.ap_secondary,
.ap_secondary a,
a.ap_secondary{
  color:#b4504f;
}

.ap_red,
.ap_red a,
a.ap_red {
  color: #c77c7b;
}

.ap_orange,
.ap_orange a,
a.ap_orange {
  color: #ff8800;
}

.ap_blue,
.ap_blue a,
a.ap_blue {
  color: #0000bf;
}

.ap_purple,
.ap_purple a,
a.ap_purple {
  color: #884898;
}

.ap_green,
.ap_green a,
a.ap_green {
  color: #00ff2a;
}

.ap_yellow,
.ap_yellow a,
a.ap_yellow {
  color: #ffe100;
}

.ap_pink,
.ap_pink a,
a.ap_pink {
  color: #ff00dd;
}

.ap_gray,
.ap_gray a,
a.ap_gray {
  color: #e1e6f3;
}

.ap_black,
.ap_black a,
a.ap_black {
  color: #111111;
}

.ap_white,
a.ap_white .ap_white a {
  color: #ffffff;
}

.ap_red_2nd,
.ap_red_2nd a,
a.ap_red_2nd {
  color: #9c1a1a;
}

.ap_orange_2nd,
.ap_orange_2nd a,
a.ap_orange_2nd {
  color: #d6761c;
}

.ap_blue_2nd,
.ap_blue_2nd a,
a.ap_blue_2nd {
  color: #1870a9;
}

.ap_purple_2nd,
.ap_purple_2nd a,
a.ap_purple_2nd {
  color: #884898;
}

.ap_green_2nd,
.ap_green_2nd a,
a.ap_green_2nd {
  color: #00ff2a;
}

.ap_yellow_2nd,
.ap_yellow_2nd a,
a.ap_yellow_2nd {
  color: #ffe100;
}

.ap_pink_2nd,
.ap_pink_2nd a,
a.ap_pink_2nd {
  color: #ff00dd;
}

.ap_gray_2nd,
.ap_gray_2nd a,
a.ap_gray_2nd {
  color: #e1e6f3;
}

.ap_black_2nd,
.ap_black_2nd a,
a.ap_black_2nd {
  color: #111111;
}

.ap_white_2nd,
.ap_white_2nd,
a.ap_white_2nd {
  color: #ffffff;
}

.ap_font_bold {
  font-weight: bold;
}

.ap_font_normal {
  font-size: 16px;
}

.ap_font_small {
    font-size: 12.8px;
}

.ap_font_x_small {
    font-size: 9.6px;
}

.ap_font_large {
    font-size: 24px;
}

.ap_font_x_large {
    font-size: 32px;
};

.ap_font_most_large {
    font-size: 40px;
}

.ap_bg_primary{
    background:#a12523;
  }
  
  .ap_bg_secondary{
    background:#b4504f;
  }
  
  .ap_bg_red {
    background: #c77c7b;
  }
  
  .ap_bg_orange {
    background: #ff8800;
  }

  .ap_bg_blue {
    background: #0000bf;
  }
  
  .ap_bg_purple {
    background: #884898;
  }
  
  .ap_bg_green {
    background: #00ff2a;
  }
  
  .ap_bg_yellow {
    background: #ffe100;
  }
  
  .ap_bg_pink {
    background: #ff00dd;
  }

  .ap_bg_gray {
    background: #ebe6df;
  }

  .ap_bg_black {
    background: #111111;
  }
  
  .ap_bg_white {
    background: #ffffff;
  }
  
  .ap_bg_red_2nd {
    background: #9c1a1a;
  }
  
  .ap_bg_orange_2nd {
    background: #d6761c;
  }
  
  .ap_bg_blue_2nd {
    background: #1870a9;
  }
  
  .ap_bg_purple_2nd {
    background: #884898;
  }
  
  .ap_bg_green_2nd {
    background: #00ff2a;
  }
  
  .ap_bg_yellow_2nd {
    background: #ffe100;
  }
  
  .ap_bg_pink_2nd {
    background: #ff00dd;
  }
  
  .ap_bg_gray_2nd {
    background: #e1e6f3;
  }
  
  .ap_bg_black_2nd {
    background: #111111;
  }
  
  .ap_bg_white_2nd {
    background: #ffffff;
  }

  .ap_title,
  .ap_title_h3,
  .ap_title_h2,
  .ap_title_h1 {
    font-feature-settings: 'palt';
    font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  }
  .ap_change_fam {
    font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  }
  .ap_title_h1 {
    font-size: 60px;
  }
  /* 2024.2.29修正 */
  .ap_title_h2 {
    font-size: 28px;
  }
  .ap_title_h3 {
    font-size: 28px;
  }

  .ap_menu_btn_trigger {
    position: relative;
    width: 50px;
    height: 44px;
    cursor: pointer;
  }
  .ap_menu_btn_trigger span {
    position: absolute;
    left: 0;
    width: 100%;
    height: 4px;
    background-color: #a12523;
    border-radius: 4px;
  }
  .ap_menu_btn_trigger,
  .ap_menu_btn_trigger span {
    display: inline-block;
    transition: all 0.5s;
    box-sizing: border-box;
  }
  .ap_menu_btn_trigger span:nth-of-type(1) {
    top: 0;
  }
  .ap_menu_btn_trigger span:nth-of-type(2) {
    top: 20px;
  }
  .ap_menu_btn_trigger span:nth-of-type(3) {
    bottom: 0;
  }
  
  .ap_menu_btn_trigger.active span:nth-of-type(1) {
    -webkit-transform: translateY(20px) rotate(-45deg);
    transform: translateY(20px) rotate(-45deg);
  }
  .ap_menu_btn_trigger.active span:nth-of-type(2) {
    left: 50%;
    opacity: 0;
    -webkit-animation: active-btn05-bar02 0.8s forwards;
    animation: active-btn05-bar02 0.8s forwards;
  }
  @-webkit-keyframes active-btn05-bar02 {
    100% {
      height: 0;
    }
  }
  @keyframes active-btn05-bar02 {
    100% {
      height: 0;
    }
  }
  .ap_menu_btn_trigger.active span:nth-of-type(3) {
    -webkit-transform: translateY(-20px) rotate(45deg);
    transform: translateY(-20px) rotate(45deg);
  }

  .ap_scroll_fadein {
    opacity: 0;
    transform: translate(0, 100px);
    transition: all 300ms;
  }
  
  .ap_scroll_fadein.scrollin {
    opacity: 1;
    transform: translate(0, 0);
  }
  
  .fadein_load {
    opacity: 0;
  }
  
  .fadein_load.done {
    opacity: 1;
    transition: 1s;
  }

  .ap_margin {
    margin: 30px;
  }

  .ap_margin_half {
    margin: 15px;
  }
  
  .ap_margin-top {
    margin-top: 30px;
  }
  
  .ap_margin-top_large {
    margin-top: 30px;
  }
  
  .ap_margin-top_half {
    margin-top: 15px;
  }
  
  .ap_margin-top_quarter {
    margin-top: 7.5px;
  }
  
  .ap_margin-top_minus {
    margin-top: -30px;
  }
  
  .ap_margin-top_minus_large {
    margin-top: -60px;
  }
  
  .ap_margin-top_minus_most_large {
    margin-top: -75px;
  }
  
  .ap_margin-bottom {
    margin-bottom: 30px;
  }
  
  .ap_margin-bottom_half {
    margin-bottom: 15px;
  }
  
  .ap_margin-bottom_quarter {
    margin-bottom: 7.5px;
  }
  
  .ap_margin-bottom_minus {
    margin-bottom: -30px;
  }
  
  .ap_margin-bottom_large {
    margin-bottom: 60px;
  }
  
  .ap_margin_side {
    margin: 0 30px 0 30px;
  }
  
  .ap_margin_side_half {
    margin: 0 15px 0 15px;
  }
  
  .ap_margin_side_quarter {
    margin: 0 7.5px 0 7.5px;
  }
  
  .ap_margin_top_bottom {
    margin: 30px 0 30px 0;
  }
  
  .ap_margin_top_bottom_half {
    margin: 15px 0 15px 0;
  }
  
  .ap_margin_top_bottom_quarter {
    margin: 7.5px 0 7.5px 0;
  }
  
  .ap_padding_0 {
    padding: 0;
  }
  
  .ap_padding {
    padding: 30px;
  }
  
  .ap_padding_half {
    padding: 15px;
  }
  
  .ap_padding_large {
    padding: 60px;
  }
  
  .ap_padding_top_bottom_large {
    padding: 60px 0 60px 0;
  }
  
  .ap_padding_top_bottom {
    padding: 30px 0 30px 0;
  }
  
  .ap_padding_top_bottom_half {
    padding: 15px 0 15px 0;
  }

  .ap_padding_top {
    padding-top: 30px;
  }

  .ap_padding_bottom {
    padding-bottom: 30px;
  }

  .ap_padding_top_half {
    padding-top: 15px;
  }
  
  .ap_padding_top_bottom_quarter {
    padding: 7.5px 0 7.5px 0;
  }
  
  .ap_padding_side {
    padding: 0 30px 0 30px;
  }
  
  .ap_padding_side_half {
    padding: 0 15px 0 15px;
  }
  
  .ap_padding_side_quarter {
    padding: 0 7.5px 0 7.5px;
  }
  
  .ap_margin_auto {
    margin: auto !important;
  }

  @media screen and (max-width: 768px) {
    .ap_col_container.full {
        display: block;
      }
      body {
        overflow-x: hidden;
      }
      .ap_sm_visible {
        display: block;
      }
      .ap_sm_hidden {
        display: none !important;
      }
      .ap_col_parent {
        max-width: 769px;
        margin: 0 auto;
        display: block;
      }
      .ap_col_parent.full {
        padding: 0;
      }
      .ap_col_parent.full > [class*='ap_col_child'] {
        width: 100%;
        margin-left: 0;
        margin-right: 0;
      }
      [class*='ap_col_child'] {
        width: 100%;
        margin: auto;
        margin-left: auto;
      }
      [class*='ap_col_child']:first-child {
        margin-left: auto;
      }
      [class*='ap_col_child']:last-child {
        margin-right: auto;
      }
      .ap_pc_visible {
        display: none;
      }
      .ap_sm_block {
        display: block;
      }
      [class*='ap_width'] {
        width: 100%;
      }
      [class*='ap_height'] {
        height: auto;
      }
      .ap_width_100vw.sm {
        width: 100vw;
      }
      .ap_height_100vh.sm {
        height: 100vh;
      }
      .ap_width_100p.sm {
        width: 100%;
      }
      .ap_height_100p.sm {
        height: 100%;
      }
      .ap_width_50p.sm {
        width: 50%;
      }
      .ap_height_50p.sm {
        height: 50%;
      }
      .ap_width_25p.sm {
        width: 25%;
      }
      .ap_height_25p.sm {
        height: 25%;
      }
      .ap_width_100.sm {
        width: 100px;
      }
      .ap_width_200.sm {
        width: 200px;
      }
      .ap_width_300.sm {
        width: 300px;
      }
      .ap_width_400.sm {
        width: 400px;
      }
      .ap_width_500.sm {
        width: 500px;
      }
      .ap_width_600.sm {
        width: 600px;
      }
      .ap_width_700.sm {
        width: 700px;
      }
      .ap_width_100vw.sm {
        width: 100vw;
      }
      .ap_height_100vh.sm {
        height: 100vh;
      }
      .ap_width_100p.sm {
        width: 100%;
      }
      .ap_height_100p.sm {
        height: 100%;
      }
      .ap_width_50p.sm {
        width: 50%;
      }
      .ap_height_50p.sm {
        height: 50%;
      }
      .ap_width_25p.sm {
        width: 25%;
      }
      .ap_height_25p.sm {
        height: 25%;
      }
      .ap_height_100.sm {
        height: 100px;
      }
      .ap_height_200.sm {
        height: 200px;
      }
      .ap_height_300.sm {
        height: 300px;
      }
      .ap_height_400.sm {
        height: 400px;
      }
      .ap_height_500.sm {
        height: 500px;
      }
      .ap_height_600.sm {
        height: 600px;
      }
      .ap_height_700.sm {
        height: 700px;
      }
      .ap_height_800.sm {
        height: 800px;
      }
      .ap_height_900.sm {
        height: 900px;
      }
      .ap_flex.sm_block {
        display: block;
      }
      .ap_col_parent.ap_menu > [class*='ap_col_child'] {
        padding-right: 0px;
        padding-left: 0px;
      }

      @media screen and (max-width: 599px) {

      }
  }
  
  


 

/* カレンダー
--------------------------------------------*/
.schedule-area2 {
  margin-bottom: 10px;
  width: 100%;
}
.schedule-area2 .months {
  text-align: left;
  padding: 10px;
  font-size: 16px;
  font-size: 1.6rem;
}

.list-event {
  margin: 0;
  padding: 20px 0;
  text-align: right;
}
.list-event li {
  font-size: 12px;
}

/* イベント色分け */
.e1 i {
	color: #000;
	background-color: #d7d8d8;
	border-radius: 20px;
  }
  
  .e2 i {
	color: #fff;
	background-color: #e6908e;
	border-radius: 20px;
  }
  .e3 i {
	color: #000;
	background-color: #cbeadc;
	border-radius: 20px;
  }
.list-event {
	/* border-top: 1px solid #CCC; */
	padding: 15px 0;
	margin: 0 3%;
	text-align: left;
  }
  .list-event li {
	display: inline-block;
	line-height: 24px;
	position: relative;
	min-height: 24px;
	margin-bottom: 5px;
	margin-right: 10px;
	padding-left: 32px;
	text-align: left;
	list-style: none;
	font-size: 13px;
  }
  .list-event li::before {
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	width: 24px;
	height: 24px;
	content: '';
  }
  .list-event li.event1::before {
	background-color: #CCC;
  border-radius: 20px;
  }
  .list-event li.event2::before {
	background-color: #e6908e;
  border-radius: 20px;
  }
  .list-event li.event3::before {
	background-color: #cbeadc;
  border-radius: 20px;
  }

.footer-logo {
  width: 90%;
  text-align: center;
  font-family: "Sawarabi Mincho", "Times New Roman", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "メイリオ", Meiryo, serif;
  margin: auto;
  margin-bottom: 15px;
}
.footer-logo a {
  font-size: 18px;
  font-size: 1.8rem;
  display: inline-block;
}
.footer-logo img {
  margin: 0 auto 15px;
}

/* カレンダー線あり
--------------------------------------------*/
.calendar table {
  width: 94%;
  margin: auto;
}
.calendar th, .calendar td {
  font-size: 13px;
  font-weight: normal;
  padding: 5px 0;
  width: -webkit-calc(94% / 7);
  width: calc(94% / 7);
  text-align: center;
  margin: 0;
  display: table-cell;
}
.calendar thead th {
  padding: 10px 0;
}
.calendar thead th:first-child {
  color: #d70035;
}
.calendar thead th:last-child {
  color: #006eb0;
}
.calendar td i {
  display: inline-block;
  width: 26px;
  height: 26px;
  line-height: 26px;
  font-style: normal;
  opacity: 0.9;
}

@media screen and (min-width: 768px) {
  /* カレンダー */
  .block-in {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-flow: wrap;
  }

  .schedule-area2 {
    width: 46%;
    margin-right: 2%;
  }

}


.ap_hd_menu a{
  text-decoration: none;
}


.ap_mini_hd_menu{
  width: 100%;
  justify-content: flex-end;
}

.ap_right_white_line{
  border-right: 1px #fff solid;
}

.ap_week_view{
  background: #fff;
}

.ap_week_view th{
  color: #111;
}

.calendar-2 thead th:first-child {
  color: #d70035;
}
.calendar-2 thead th:last-child {
  color: #006eb0;
}
.ap_white a:hover{
  color: #fff;
}

.sun i,
.sat i{
  background: #fff;
  color: #d70035;
  border-radius: 50%;
}
.sat i{
  color: #006eb0;
}

.e2 i,
.e2 i{
  background: #e6908e;
}

.ap_serch_box{
  width: 150px;
  padding: 5px;
}

.ap_submit_btn{
    height: 30px;
    width: 30px;
    outline: none;
    border: none;
    background: #fff;
    cursor:pointer;
}

.ap_submit_btn::after{
  content: "\e92b";
  font-family: "icomoon";
  font-size: 20px;
  color: #a12523;
  vertical-align: middle;
}

.ap_flex.around{
  justify-content: space-around;
}

.ap_flex.items>li{
  width: 30%;
}

.ap_item_photo img{
    height: 300px;
    object-fit: cover;
    font-family: "object-fit: cover;";
}


.ap_cat_menu{
  position: absolute;
  left: 0;
  width: 300px;
  background: rgba(0,0,0,.5);
  padding: 10px;
  display: none;
  z-index: 999;
}

.cat_open:hover .ap_cat_menu{
  position: absolute;
  left: 0;
  width: 400px;
  background: #c77c7b;
  padding: 10px;
  display: block;
  z-index: 999;
}

.cat_open:hover::before{
  content:"■";
  color: #c77c7b;
  width: 1em;
  height: 1em;
  left: 0;
  right: 0;
  top: -10px;
  position: absolute;
  margin: auto;
  transform: rotate(45deg);
  z-index: 999;
}

.child_cat{
  padding-left:.5em;
}

a.ap_white:hover{
  color:#fff;
}


/*------------------------------
  slider
------------------------------*/
#main-image {
  position: relative;
  margin: 0 auto;
  text-align: center;
  overflow: hidden;
}
#main-image img {
  max-width: 100%;
  max-height: 100%;
}

.main-image-slider {
  position: relative;
  overflow: hidden;
  width: 100%;
  max-width: 100vw;
  height: auto;
  margin: 0 auto;
}
.main-image-slider > ul {
  position: absolute;
  z-index: 100;
  top: 0;
  left: 0;
  display: inline-block;
  overflow: hidden;
  height: auto;
}
.main-image-slider > ul > li {
  display: inline;
  float: left;
  overflow: hidden;
  width: 100vw;
  height: auto;
  list-style-type: none;
}
.main-image-slider > ul > li span,
.main-image-slider > ul > li a {
  display: flex;
  width: 100%;
  height: 100%;
  justify-content: center;
  align-items: center;
}

.main-image-prev {
  position: absolute;
  right: 10px;
  top: 50%;
  z-index: 999;
  font-size: 22px;
  margin-top: -16px;
}

.main-image-next {
  position: absolute;
  left: 10px;
  top: 50%;
  z-index: 999;
  font-size: 22px;
  margin-top: -16px;
}

.main-image-prev a,
.main-image-next a {
  display: block;
  width: 24px;
  height: 24px;
  line-height: 30px;
  text-align: center;
}

.main-image-prev a:hover,
.main-image-next a:hover {
  text-decoration: none;
}

.main-image-indicator {
  position: absolute;
  z-index: 999;
  right: 0;
  bottom: 5px;
  left: 0;
}

.main-image-indicator ul {
  text-align: center;
}

.main-image-indicator ul li {
  display: inline-block;
  width: 14px;
  height: 14px;
  margin: 0 8px;
  pacity: .6;
  border: #FFE18C solid 1px;
  border-radius: 50%;
  background-color: transparent;
}

.main-image-indicator ul li.active {
  background-color: #FFE18C;
}

@media screen and (min-width: 600px) {
  #main-image {
    width: 100%;
    overflow: hidden;
    margin: 0;
    text-align: center;
  }

  .main-image-slider > ul {
    height: 460px;
  }
  .main-image-slider > ul > li {
    width: 100%;
  }

  .main-image-indicator {
    bottom: 6px;
  }
  .main-image-indicator ul {
    font-size: 0;
    margin: 0;
    padding: 0;
  }
  .main-image-indicator ul li {
    width: 10px;
    height: 10px;
    margin: 0 4px;
  }
}
@media screen and (min-width: 1019px) {
  .main-image-prev a,
  .main-image-next a {
    display: block;
    width: 30px;
    height: 30px;
    line-height: 20px;
    text-align: center;
  }
}

.ap_kodawari_bg_gray::after{
    content: "";
    background: #ebe6df;
    width: 40%;
    height: 50%;
    position: absolute;
    bottom: 15%;
    z-index: -1;
}

.ap_hd_menu a{
  position: relative;
}
.ap_hd_menu a.kodawari:hover::before,
.ap_hd_menu a.ranking:hover::before,
.ap_hd_menu a.tenpo:hover::before,
.ap_hd_menu a.contact:hover::before{
  content:"■";
  color: #c77c7b;
  width: 1em;
  height: 1em;
  left: 0;
  right: 0;
  top: -10px;
  position: absolute;
  margin: auto;
  transform: rotate(45deg);
}
.ap_hd_icon{
  height: 17px;
  width: auto;
}

.ap_main_logo{
  width: 50%;
  min-width: 200px;
}

.ap_sub_title{
  font-size: 22px;
}

.months{
  margin: 0 5%;
}

.ap_margin-left_auto{
  margin-left: auto;
}

/*
[class*="icon-badge"]:before{
  content:"";
  background: #6a63ee;
  padding: 10px;
  border-radius: 50%;
  width: 30px;
  height: 30px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 5px double #fff;
  color: #fff;
  position: absolute;
  top: -15px;
  z-index: 999;
  font-size: 10px;
  white-space: nowrap;
}

.icon-badge25643::before{
  content:"おすすめ";
}

.icon-badge25642::before{
  content:"NEW";
}

.icon-badge25644::before{
  content:"人気";
}
*/
.ap_flex.breadCrumbsList li:last-child{
  border:none;
}

.ap_right_line_white{
  border-right: 2px #fff solid;
}


/*特商とか*/
.main {
    max-width: 1200px;
    margin: auto;
    padding: 50px 15px;

}

.ttl {
    padding-bottom: 5px;
    border-bottom: solid 2px #b4504f;
    font-size:24px;
    text-align: center;
    margin-bottom: 50px;
    }

.ttl:after {
    content: "";
    display: block;
    width: 100%;
    height:8px;
    background: #b4504f;
    }

.about-tbl {
    width: 100%;
    border-collapse: collapse;
}


.about-tbl tr {
    border-bottom: solid 2px white;
}

.about-tbl tr:last-child {
    border-bottom: none;
}

.about-tbl th {
    position: relative;
    text-align: left;
    width: 30%;
    background-color: #c77c7b;
    color: white;
    text-align: center;
    padding: 10px 0;
    vertical-align: middle;
}

.about-tbl td {
    text-align: left;
    width: 70%;
    text-align: center;
    background-color: #eee;
    padding: 10px 0;
}

table.payment-content {
    border-collapse: collapse;
    margin: auto;
    border: 1px solid #a9a9a9;
}

.payment-content tr {
    border-bottom: 1px solid #a9a9a9;
}

.payment-content td {
    border-right: 1px solid #a9a9a9;
}

.payment-title,
.carriage-title {
    font-weight: bold;
    padding: 10px 0;
}

.carriage-content a {
    text-decoration: underline;
}

.carriage-content a:hover {
    color: #b4504f;
}

.shipment-explanation .payment-content {
    width: 100%;
    margin: 0 0 30px 0;
}

.shipment-explanation .payment-content td {
    padding: 1em;
}

.shipment-explanation .payment-title,
.shipment-explanation .carriage-title {
    border-left: 5px solid #b4504f;
    padding: 0 15px;
    margin: 15px 0;
}
/*hoverで色*/
.photo_wrap{
    position: relative;
    z-index: -1;
    display: grid;
    }
    
.photo_wrap a{
    /* position: absolute; */
    top:0;
    left: 0;
    width: 100%;
    height: 100%;
    /* z-index: 2; */
    background: linear-gradient(-45deg, rgba(143, 211, 244, 0),rgba(132, 250, 176, 0));
    transition:background 3.0s;
    }
    
.photo_wrap a:hover{
    background: linear-gradient(-45deg, rgba(143, 211, 244, .6),rgba(132, 250, 176, .6));
    }

#page-top {
        position: fixed;
        bottom: 10px;
        right: 10px;
        margin: 0 10px;
        z-index: 999;
    }

    #page-top a {
        text-decoration: none;
        background: #a12523;
        opacity: 0.7;
        width: 50px;
        height: 50px;
        line-height: 50px;
        text-align: center;
        display: inline-block;
        border-radius: 50%;
    }

    #page-top a::after {
        content: "\e912";
        font-family: 'icomoon';
        color: #fff;
        font-size: 10px;
    }

    #page-top a:hover {
        text-decoration: none;
    }

@media screen and (max-width: 414px) {
 .about-tbl th,.about-tbl td{
    display: block;
    width: 100%;
}
    table.payment-content {
    width: 85%;
}
}

/*header・パンくず・footer・トグルメニュー*/
/*SPメニュー*/
    .ap_sm_visible_inline,.sm_header,.sm_menu_cut_title,.ap_menu_btn_trigger{
        display: none;
    }
    
    .sm_header_top a:nth-child(2){
        display: none;
    }
    
    .ap_cat_menu{
        z-index: 1;
    }

@media screen and (max-width: 768px) {
    
    img.ap_hd_icon_cart{
        height:35px;
        width: auto;
    }
    .ap_mini_hd_menu {
        width: 100%;
        margin-left: 0;
        background: #c77c7b;
    }
    .sm_menu{
    background: #fff;
    position: fixed;
    left: 0;
    z-index: 999999999;
    top:0;
    height: 100%;
    overflow: scroll;
    
  }
    .ap_serch_form{
    width: 100%;
    background: #999;
    padding: 1em;
    box-sizing: border-box;
    }
    .sm_menu_red{
    width: 49%;
    display: inline-block;
    padding: 10px;
    text-align: center;
    color: #fff;
    box-sizing: border-box;
}
    
    .sm_menu_cut_title{
    width: 100%;
    text-align: left;
    border-top: 1px solid;
    display: block;
	background-color: #a12523;
}
    
    a.sm_menu_red{
        color: #fff;
    }
    .sm_header{
        background: #fff;
        padding: 15px;
        display: flex;
        align-items: center;
    }
    .sm_header > a{
        width: 200px;
        margin-right: 15px;
    }
    .ap_hd_menu{
    display: flex;
    flex-direction: column;
    border-bottom: none;
    }
    
    .ap_hd_menu a{
    padding: 0;
    }
    
    .ap_hd_menu a.kodawari:hover::before,
    .ap_hd_menu a.tenpo:hover::before,
    .ap_hd_menu a.contact:hover::before{
      content:none;
    }
    
    
    .cat_open:hover .ap_cat_menu{
        width: 100%;
        position: static;
        display: block;
        padding: 0;
        background: #fff;
    }

    .cat_open:hover::before{
      content:none;
    }
    
    .ap_cat_menu{
        width: 100%;
        position: static;
        display: block;
        padding: 0;
        background: #fff;
    }
    
    .ap_cat_menu li a.ap_white{
        color: #b4504f;
    }
        
    .cat_open:hover .ap_cat_menu{
        width: 100%;
        position: static;
        display: block;
        padding: 0;
        background: #fff;
    }
    
    
    .ap_cat_menu li a{
        color: #b4504f;
        padding: 0;
    }
    .cat_open,.child_cat{
        padding: 0;
    }
    
    a.kodawari,a.ranking,a.items,a.tenpo,a.contact,.ap_cat_menu li,.sm_footer_menu a{
    width: 100%;
    display: inline-block;
     border-bottom: 1px solid #b4504f;
    padding:5px;
    }
    .ap_sm_visible_inline{
        display: inline-block;
        margin-right: 5px;
    }
    
    .ap_serch_box {
    padding: 15px;
    width: 100%;
    box-sizing: border-box;
    border-radius: 25px;
    border: none;
    }
    
    .ap_submit_btn{
        display: none;
    }
    
     /*スマホのときにトグル*/
.ap_col_parent.ap_menu{
    z-index: 9999999999;
    top:20px;
    right: 10px;
    }
.ap_menu_btn_trigger {
  position: relative;
  width: 40px;
  height: 30px;
  cursor: pointer;
  display: block;
}
.ap_menu_btn_trigger span {
  position: absolute;
  left: 0;
  width: 100%;
  height: 4px;
  background-color:#1a1a1a;
  border-radius: 4px;
}
.ap_menu_btn_trigger,
.ap_menu_btn_trigger span {
  display: inline-block;
  transition: all 0.5s;
  box-sizing: border-box;
}
.ap_menu_btn_trigger span:nth-of-type(1) {
  top: 0;
}
.ap_menu_btn_trigger span:nth-of-type(2) {
  top: 13px;
}
.ap_menu_btn_trigger span:nth-of-type(3) {
  bottom: 0;
}
    
.ap_menu_btn_trigger.active span:nth-of-type(1) {
  -webkit-transform: translateY(15px) rotate(-45deg);
  transform: translateY(15px) rotate(-45deg);
}
.ap_menu_btn_trigger.active span:nth-of-type(2) {
  left: 50%;
  opacity: 0;
  -webkit-animation: active-btn05-bar02 0.8s forwards;
  animation: active-btn05-bar02 0.8s forwards;
}
@-webkit-keyframes active-btn05-bar02 {
  100% {
    height: 0;
  }
}
@keyframes active-btn05-bar02 {
  100% {
    height: 0;
  }
}
.ap_menu_btn_trigger.active span:nth-of-type(3) {
  -webkit-transform: translateY(-11px) rotate(45deg);
  transform: translateY(-11px) rotate(45deg);
}
     /*スマホの時にメニュー拡大*/

    .sm_menu{
    display: block;
    transform: translateX(100vw);
    transition: all .3s linear;
    top:0;
    }
    /* アニメーション後のメニューの状態 */
    .sm_menu.is-active{
      transform: translateX(0);
    }
        #header > section{
        margin-top:0;
    }
    header section > div:nth-child(2){
        padding: 15px;
    }
    .sm_header_top{
    background: #fff;
    display: flex;
    align-items: center;
    padding: 0;
    }
    .sm_header_top a:nth-child(1){
    width: 200px;
    margin-right: 10px;
    }
     .sm_header_top a:nth-child(2){
        display: block;
    }
    
    .sm_footer_menu{
        text-align: center;
        flex-direction: column;
    }
    .pankuzu > div{
        padding:15px;
    }
    
    .breadCrumbsList .ap_padding_side{
        padding: 0 5px;
        font-size: 12px;
    }
    }
/*free*/

  .ap_blue_bg{
  background:url("https://image.raku-uru.jp/01/9385/14/h_bg_g_1594797644498.jpg");
  padding:2em;
  position: absolute;
  top: -100px;
    }

  .ap_kodawari_title{
    font-size: 35px;
    color: #fff;
    font-weight: bold;
    text-align: center;
    letter-spacing: 7px;
    }
    
    .kodawari_border {
    padding-bottom: 5px;
    border-bottom: solid 2px #b4504f;
    font-size:24px;
    }

    .kodawari_border:after {
    content: "";
    display: block;
    width: 100%;
    height:8px;
    background: #b4504f;
    }
    
.ap_white_bg_op{
    background-color: rgba(255,255,255,0.8);
    padding:1em 1em;
    line-height: 30px;
    margin-top:15px;
    line-height: 35px;
    }
    
.ap_kodawari_single_img{
    justify-content: center;
    position: absolute;
    bottom:-100px;
    }
.ap_kodawari_single_img li{
    width: 40%;
    margin-bottom: 30px;
    margin-right: 30px;
    }
.ap_margin_top_auto{
    margin-top: auto;
    }
    
.ap_kodawari_bg_single::after {
    content: "";
    background: #ebe6df;
    width: 80%;
    height: 60%;
    position: absolute;
    z-index: -1;
    bottom: 5%;
    }
    
.ap_kodawari_bg_single_second::before{
    content: "";
    background:url("https://image.raku-uru.jp/01/9385/98/kodawari_10%402x-50_1597797683770.jpg");
    width: 45%;
    height: 35%;
    position: absolute;
    z-index: -1;
    left: 0;
    top: 5%;
    background-size:cover
    }
    
    
.ap_kodawari_bg_single_second::after{
    content: "";
    background: #ebe6df;
    width: 80%;
    height: 60%;
    position: absolute;
    z-index: -2;
    right: 0;
    bottom: 5%;
    }
    
.ap_margin_bottom_kodawari{
    margin-bottom: 200px;
    }
img.ap_65_p{
    width: 60%;
    }



    .ap_flex.sns_area a{
      padding: 0 7px;
    }

    .sp_sns_area{
      display: none;
    }

    .ap_margin_top_300{
      margin-top: 300px;
    }

    .ap_kodawari_bg>div>p{
      text-shadow: #fff 2px 2px 0px;
    }

    .ap_btn{
      background: #fff;
    }
    
    @media screen and (max-width: 768px) {

    .ap_flex.sns_area{
      display: none;
    }

    .sp_sns_area{
      display: flex;
      justify-content: center;
    }

    .sp_sns_area a{
      padding: 5px 15px;
      width: 40px;
      margin-top: 20px;
    }

    .ap_margin-top_half.sm_none{
      margin-top: 0;
      padding-bottom: 20px;
    }
      
    .ap_blue_bg {
    background: url(https://image.raku-uru.jp/01/9385/14/h_bg_g_1594797644498.jpg);
    padding: 1em;
    top: -50px;
    left: 50%;
    transform: translateY(0%) translateX(-50%);
    -webkit- transform: translateY(0%) translateX(-50%);
    width: 500px;
    margin: auto;
        }
        
        .ap_kodawari_title{
    font-size: 18px;
    letter-spacing: 5px;
    }
        
    .ap_blue_bg .ap_sub_title{
        font-size: 18px;
    }
        
    .ap_margin_bottom_kodawari {
    margin-bottom: 110px;
}  
    kodawari_border {
    font-size: 18px;
}
    .ap_kodawari_bg_single .ap_col_parent .ap_padding{
    padding-bottom: 285px;
}
    .ap_kodawari_bg_single_second::before {
    width: 90%;
    height: 25%;
}
    img.ap_65_p {
    width: 40%;
    margin-top:120px;
}
.ap_kodawari_bg_single_second .ap_col_parent .ap_col_child_7{
    text-align: right;
        }
    }
      
    
 @media screen and (max-width: 414px) {
     
    .ap_blue_bg {
    width: 300px;
     }
             
    .ap_kodawari_single_img li{
    margin-bottom: 20px;
    margin-right: 20px;
    }
     
        .ap_kodawari_bg_single .ap_col_parent .ap_padding{
    padding-bottom: 130px;
     }
     
     .ap_kodawari_bg_single_second::before {
    width: 80%;
    height: 15%;
    top: 1%;
}
}
    
 @media screen and (max-width: 320px) {
     
    .ap_kodawari_bg_single .ap_col_parent .ap_padding{
    padding-bottom: 100px;
}
    .ap_kodawari_bg_single_second::before {
      height: 10%;
      top: 3%;
}
}

/*free店舗*/

.ap_tenpo_bg_single::after {
    content: "";
    background: #ebe6df;
    width: 80%;
    height: 60%;
    position: absolute;
    z-index: -1;
    bottom: 5%;
    }
    
    
.ap_tenpo_bg_single_second::after{
    content: "";
    background: #ebe6df;
    width: 80%;
    height: 60%;
    position: absolute;
    z-index: -2;
    right: 0;
    bottom: 5%;
    }
    
    
.ap_margin_bottom_tenpo{
    margin-bottom: 100px;
    }

@media screen and (max-width: 768px) {

.ap_tenpo_bg_single .ap_col_parent .ap_padding{
    padding-bottom: 30px;
}
    .ap_tenpo_bg_single_second::before {
    width: 90%;
    height: 25%;
    }
}
 @media screen and (max-width: 414px) {

 .ap_tenpo_bg_single .ap_col_parent .ap_padding{
    padding-bottom: 30px;
     }
     
     .ap_tenpo_bg_single_second::before {
    width: 80%;
    height: 9%;
    top: 11%;
}
}
    
 @media screen and (max-width: 320px) {
     
    .ap_tenpo_bg_single .ap_col_parent .ap_padding{
    padding-bottom: 30px;
}
    .ap_tenpo_bg_single_second::before {
    height: 5%;
}
}

/*店舗テーブル*/
.table6{
width: 100%;
border-collapse: separate;
border-spacing: 0px;
border-top: 1px solid #ccc;
border-left: 1px solid #ccc;
}
.table6 th{
width:25%;
padding:10px;
text-align: left;
vertical-align: top;
color: #444;
background-color: #fafafa;
border-right: 1px solid #ccc;
border-bottom: 1px solid #ccc;
}
.table6 td{
width:75%;
padding:10px;
background-color: #fafafa;
border-right: 1px solid #ccc;
border-bottom: 1px solid #ccc;
}
    
 @media screen and (max-width: 414px) {
     .table6 th,.table6 td{
         display: block;
         width: 100%;
     }
    }

/*送料テーブル*/
.ap_postage {
    width: 100%;
    border-collapse: separate;
    border-spacing: 0px;
    border-top: 1px solid #ccc;
    border-left: 1px solid #ccc;
    margin: 0 auto;
    word-break: break-all
}

.ap_postage th {
    padding: 10px;
    line-height: 3em;
    color: #fff;
    background-color:  #c77c7b;
    border-right: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    box-sizing: border-box;
}

.ap_postage td {
    padding: 10px;
    line-height: 3em;
    color: #444;
    background-color: #fafafa;
    border-right: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    box-sizing: border-box;
}
.sm_postage{
    display: none;
}


@media screen and (max-width: 769px) {
    .ap_postage th{
        display: none;
        line-height: 2em;
    }
    .sm_postage{
        display: inline-block;
    }

    .ap_postage td{
        display: block;
        width: 100%;
        line-height: 2em;
    }
   .ap_postage td:first-child{
   color: #fff;
   background-color: #c77c7b;
   }
}

/*スライダー追加分*/

.slick-dots{
  bottom: 15px !important;
}

.slick-dots li button:before{
  font-size: 32px !important;
  color: #fff !important;
}

.slick-dots li.slick-active button:before{
  color: #fff !important;
}

.slick-next{
  right: 15px !important;
  background: url(https://image.raku-uru.jp/01/9385/89/arrow_slider_r_1597652723291.png) !important;
  background-size: 100% 100% !important;
  z-index: 9999;
}

.slick-prev:hover, .slick-prev:focus{
  background: url(https://image.raku-uru.jp/01/9385/88/arrow_slider_l_1597652723048.png) !important;
  background-size: 100% 100% !important;
}

.slick-next:hover, .slick-next:focus{
  background: url(https://image.raku-uru.jp/01/9385/89/arrow_slider_r_1597652723291.png) !important;
  background-size: 100% 100% !important;
}

.slick-prev{
  left: 15px !important;
  background: url(https://image.raku-uru.jp/01/9385/88/arrow_slider_l_1597652723048.png) !important;
  background-size: 100% 100% !important;
  z-index: 99999;
}

.slick-prev:before{
  content: "" !important;
}

.slick-next:before{
  content: "" !important;
}

.slick-prev, .slick-next{
  width: 30px !important;
  height: 70px !important;
}


.ap_bg_primary_img{
background-image: url("https://image.raku-uru.jp/01/9385/107/bg_footer_1597896944179.jpg");
background-repeat: no-repeat;
background-size: cover;
}


@media screen and (max-width: 414px) {
    .bg_use .use_title_top {
        padding: 4em 2em!important;
    }
}

/*0827デザイン修正*/
.ap_margin_top_bottom_large{
    margin:60px 0;
}

.ap_font_size_item{
    font-size: 18px;
}

.ap_news_bg_gray::after{
    content: "";
    background: #ebe6df;
    width: 100%;
    height: 70%;
    position: absolute;
    bottom: 15%;
    z-index: -1;
}

.headerbanner{
	background-color: #006dae;
}
.coupon-campaign{
	color: #ffffff;
	text-align: center;
}

/* PCバナー用 */
.pcbanner { display: block !important; }
.spbanner ,.spmenu { display: none !important; }

/* 202502メニュー修正 */
.category-list{
	padding: 0 15px;
}

@media screen and (max-width: 414px) {
.ap_padding{
    padding:15px;
}
}

@media screen and (max-width: 768px) {
.ap_news_bg_gray::after{
    /* width: 100%; */
    height: 100px;
    bottom: 0;
}
/* SPバナー用 */
.pcbanner ,.pcmenu { display: none !important;
}
.spbanner,.spmenu{ display: block !important;
}
/* SPflex解除 */
.sp_flex{
display: block;
}
.sp_width{
width:100% !important;
}
}

@media screen and (min-width: 768px){
.br-sp {display: none; }
}
    
@import url("https://image.raku-uru.jp/cms/fontcss/font.css");


/*詳細ページ(写真エリア）*/


/* 1枚目画像 */
.item-detail-photo-main {
  position: relative;
  padding: 0;
}

.item-detail-photo {
  position: relative;
  overflow: hidden;
  width: 600px;
  height: 600px;
  margin: 0 auto 10px;
}
.item-detail-photo li {
  list-style: none;
  float: left;
  width: 600px;
  height: 600px;
  position:relative;
}
.item-detail-photo img {
  display: block;
  position:absolute;
  top:50%;
  left:50%;
  transform: translate(-50%, -50%);
  max-width: 100%;
  max-height: 100%;
  margin: auto;
  width: 600px;
  height: 600px;
  object-fit: cover;
}

/* 商品画像:矢印 */
.item-detail-photo-backbtn,
.item-detail-photo-nextbtn {
  position: absolute;
  top: 50%;
  display: block;
 /* margin-top: -15px; */
}
.item-detail-photo-backbtn a,
.item-detail-photo-nextbtn a {
    position: relative;
    display: block;
    font-size: 40px;
    color: #a12523;
}

.item-detail-photo-backbtn a::before,
.item-detail-photo-nextbtn a::before {
  position: absolute;
}
.item-detail-photo-backbtn a:hover,
.item-detail-photo-nextbtn a:hover {
  text-decoration: none;
}

.item-detail-photo-backbtn {
  left: 20px;
}
.item-detail-photo-backbtn a::before {
  content: "\e905";
  font-family: "icomoon";
  left: -16px;
}

.item-detail-photo-nextbtn {
  right: 20px;
}
.item-detail-photo-nextbtn a::before {
  content: "\e90b";
  font-family: "icomoon";
  right: -20px; /* 矢印の位置調整 */
}

/* 商品画像:サムネイル */
.item-detail-thumb {
  width: 500px; /* サムネイルのエリア幅 */
  margin: 0 auto;
  text-align: center;
  overflow: hidden;
}

.item-detail-thumb-photo {
  display: inline-block;
  vertical-align: top;
  width: 60px;
  height: 60px;
  margin: 0 0 10px;
  overflow: hidden;
  position: relative;
  border: 1px solid #d2d2d2;
}
.item-detail-thumb-photo img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50% , -50%);
  width: 60px;
  height: 60px;
  max-width: inherit;
  object-fit: cover;
}

.ttl-reservation {
  font-size: 16px;
  line-height: 33px;
  display: inline-block;
  width: 100px;
  height: 33px;
  margin-right: 12px;
  text-align: center;
  font-weight: normal;
  color: #1a130c;
  background: #f3f3f3;
}


/* 詳細ページ （右側）
----------------------------------*/



.ap_title_wrap,.ap_detail_wrap {
    border-top: 2px #a12523 solid;
    border-bottom: 2px #a12523 solid;
}

/* カートエリア */
.item-detail-cart {
  width: 100%;
  padding: 0 3%;
  margin-bottom: 25px;
}
.item-detail-cart p {
  font-size: 14px;
  margin-bottom: 10px;
  text-align: left;
}


/* バリエーション */
/* select text */
.item-detail-select,
.item-detail-inputtext {
  position: relative;
  width: 100%;
}
.item-detail-select label,
.item-detail-inputtext input {
  position: relative;
  display: inline-block;
  overflow: hidden;
  width: 100%;
  height: 56px;
  vertical-align: middle;
  border: 1px solid #d2d2d2;
  background-color: #fff;
}
.item-detail-select::before {
  position: absolute;
  z-index: 2;
  top: 50%;
  right: 20px;
  width: 0;
  height: 0;
  margin-top: -3px;
  content: '';
  border-width: 8px 5px 0 5px;
  border-style: solid;
  border-color: #333 transparent transparent transparent;
}
.item-detail-select select {
  font-size: 16px;
  line-height: 56px;
  position: relative;
  z-index: 2;
  display: block;
  width: 100%;
  width: -webkit-calc(100%);
  height: 56px;
  margin: 0;
  padding: 0 45px 0 15px;
  border: 0;
  outline: none;
  background: transparent;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

select::-ms-expand {
  display: none;
}

/* radio */
.item-detail-radio {
  overflow: hidden;
  width: 100%;
  text-align: left;
  overflow: hidden;
  width: 100%;
}
.item-detail-radio div {
  margin-bottom: 10px;
  padding-bottom: 1px;
}
.item-detail-radio input {
  position: absolute;
  opacity: .0;
}
.item-detail-radio input + label {
  font-size: 16px;
  line-height: 1;
  position: relative;
  display: inline-block;
  padding-left: 30px;
}
.item-detail-radio input + label::before {
  position: absolute;
  top: 1px;
  left: 0;
  display: block;
  width: 15px;
  height: 15px;
  margin-top: -1px;
  content: '';
  border: 1px solid #999;
  border-radius: 50%;
}
.item-detail-radio input:checked + label::after {
  position: absolute;
  top: 3px;
  left: 3px;
  display: block;
  width: 11px;
  height: 11px;
  content: '';
  border-radius: 50%;
  background-color: #22af73;
}
.item-detail-radio label {
  font-size: 18px;
  line-height: 2;
  display: block;
  padding: 0;
}

.item-detail-num-count {
  font-size: 0;
  display: flex;
  width: 100%;
}

.item-detail-num-plus {
  font-size: 14px;
  display: inline-block;
  vertical-align: middle;
}
.item-detail-num-plus a,
.item-detail-num-minus a {
    font-size: 20px;
    line-height: 60px;
    display: block;
    width: 60px;
    height: 60px;
    text-align: center;
    text-decoration: none;
    background-color: #333;
    color: #fff;
    box-sizing: border-box;
    border-radius: 5px;
}

.item-detail-num-minus {
  font-size: 14px;
  display: inline-block;
  margin-right: 6px;
  vertical-align: middle;
}

.item-detail-num {
  height: 60px;
  margin-right: 6px;
  padding: 0;
  vertical-align: middle;
}
.item-detail-num input[type=number] {
  font-size: 20px;
  line-height: 60px;
  display: block;
  width: 60px;
  height: 60px;
  text-align: center;
  border: solid 1px #d2d2d2;
  -moz-appearance: textfield;
  box-sizing: border-box;
  border-radius: 5px;
}
.item-detail-num input[type=number]::-webkit-inner-spin-button, .item-detail-num input[type=number]::-webkit-outer-spin-button {
  margin: 0;
  -webkit-appearance: none;
}

.item-detail-num-select {
  position: relative;
  display: inline-block;
  overflow: hidden;
  width: 100%;
  height: 56px;
  vertical-align: middle;
  border: 1px solid #d2d2d2;
  background-color: #fff;
}
.item-detail-num-select label::before {
  position: absolute;
  z-index: 2;
  top: 50%;
  right: 20px;
  width: 0;
  height: 0;
  margin-top: -3px;
  content: '';
  border-width: 7px 5px 0 4px;
  border-style: solid;
  border-color: #000 transparent transparent transparent;
}
.item-detail-num-select select {
  font-size: 14px;
  line-height: 56px;
  position: relative;
  z-index: 2;
  display: block;
  width: 100%;
  width: -webkit-calc(100%);
  height: 56px;
  margin: 0;
  padding: 0 0 0 20px;
  text-indent: .01px;
  text-overflow: '';
  border: 0;
  outline: none;
  background: transparent;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

/* カートボタン */
.item-detail-cart-btn {
  width: 100%;
  position: relative;
}

.item-detail-cart-btn a {
  display: block;
  font-size: 20px;
  line-height: 50px;
  width: 100%;
  height: 55px;
  text-align: center;
  color: #fff;
  border-radius: 30px;
  background-color: #a12523;
  border: 2px solid #a12523;
}

.item-detail-cart-btn a::before {
  content: "\e918";
  font-family: "icomoon";
  font-size: 26px;
  margin-right: 15px;
}
.item-detail-cart-btn a:hover {
  background-color: #fff;
  text-decoration: none;
  color: #a12523;
  border: 2px solid #a12523;
}

.item-detail-cart-btn span {
  display: block;
  font-size: 20px;
  line-height: 50px;
  width: 100%;
  height: 55px;
  text-align: center;
  color: #fff;
  border-radius: 30px;
  background-color: #a9a9a9;
}

/* お気に入りへ追加 */
.item-detail-addwishlist-text{
    text-align: center;
    font-weight: bold;
}
.heart {
    position: absolute;
    width: 50px;
    height: 45px;
    left: 50%;
    margin-top: -22px;
    margin-left: -25px;
  }
  .heart:before,
  .heart:after {
    position: absolute;
    content: "";
    left: 25px;
    top: 0;
    width: 25px;
    height: 40px;
    background: #a12523;
    border-radius: 25px 25px 0 0;
    transform: rotate(-22deg);
    transform-origin: 0 100%;
  }
  .heart:after {
    left: 0;
    transform: rotate(45deg);
    transform-origin :100% 100%;
  }

/* シェアボタン */
.item-detail-share {
  margin-bottom: 0;
  text-align: left;
}
.item-detail-share ul {
  padding: 15px 0;
}
.item-detail-share li {
  display: inline-block;
  width: 120px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  margin: 0;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  border-radius: 10px;
}
.item-detail-share li a {
  display: block;
  font-size: 14px;
  color: #fff;
}
.item-detail-share li a:hover {
  text-decoration: none;
}
.item-detail-share li.twitter {
  background-color: #000;
}
.item-detail-share li.twitter a:hover {
  background-color: #888;
}
.item-detail-share li.facebook {
  background-color: #3b5998;
}
.item-detail-share li.facebook a:hover {
  background-color: #263961;
}

.item-dtail-nostock,
.item-dtail-outofoperiod {
  font-size: 14px;
  font-size: 1.4rem;
  color: #999999;
  line-height: 1.6;
}

.item-dtail-stock0 {
  color: #d70035;
}

/* 商品情報エリア */
.item-detail-txt1{
    font-weight: bold;
}
.item-detail-txt2{
    padding: 15px 0 0;
}
.padding-top-harf{
    padding-top: 15px;
}
.padding-bottom-10px{
    padding-bottom: 10px;
}
.word-break{
    white-space: nowrap;
}
.inline{
    display:inline-block

}

/* サムネイル付き商品画像
----------------------------*/
/* オープン画像 */
/*overlay*/
.overlay {
  position: fixed;
  z-index: 9998;
  top: 0;
  left: 0;
  display: none;
  width: 100%;
  height: 100%;
  background-color: rgba(51, 51, 51, 0.8);
}

.modal-open {
  /* overflow: hidden; */
}
.modal-open .overlay {
  display: block;
}

/* modal */
.modal {
  position: absolute;
  z-index: 9999;
  display: none;
  background-color: #fff;
}

.modal-open .modal {
  display: block;
}

.modal-inner {
  position: relative;
  width: 100%;
}

.modal-img {
  width: 100%;
}

.modal-img img {
  max-width: 640px;
  max-height: 640px;
  width: auto;
  height: auto;
}

.modal-close {
  position: absolute;
  top: -42px;
  right: 0px;
}
.modal-close a {
  display: block;
  width: 32px;
  height: 32px;
}
.modal-close a::before {
  content: "\e904";
  font-family: "icomoon";
  color: #000;
  font-size: 32px;
}

.item_block{
    background:#f2f2f2;
}

.recommend li:nth-child(n+7){
    display: none;
}

/* レコメンド商品リスト・PC */
.item-photo img{
  /* width: 29vw; */
  aspect-ratio: 1 / 1;
  object-fit: cover;
}
.item-price{
  color: #333;
}
.ap_btn{
  border: solid 1px #a12523;
  width: 200px;
  padding: 10px 20px;
  display: inline-block;
}

.flex-flow{
    flex-flow: column;
}


@media screen and (max-width: 768px) {
 .item-photo img{
  width: 45vw;
}
 .ap_flex.ap_bule_item>li{
  width: 45vw;
 }

.item-detail-photo-main .item-detail-photo {
  width: 94vw;
  height: auto;
  aspect-ratio: 1 / 1;
  object-fit: cover;
}
     
.item-detail-photo-main .item-detail-photo li {
  width: 94vw;
  height: auto;
  aspect-ratio: 1 / 1;
  object-fit: cover;
}

.item-detail-photo-main .item-detail-photo img {
  width: 94vw;
  height: auto;
  aspect-ratio: 1 / 1;
  object-fit: cover;
}

.item-detail-cart-btn a{
    width:100%;
  }
.item-detail-thumb{
    width: 100%;
  }
}

