@charset "UTF-8";
/* 子テーマで読み込むCSS */ /*
#color
サイト全体で使うカラーコードの変数を定義する
*/
/*サイトで使用するオリジナルのwebフォントの定義*/
@font-face {
  font-family: "leaf";
  src: url("../fonts/icomoon.eot?tg7uz6");
  src: url("../fonts/icomoon.eot?tg7uz6#iefix") format("embedded-opentype"), url("../fonts/icomoon.ttf?tg7uz6") format("truetype"), url("../fonts/icomoon.woff?tg7uz6") format("woff"), url("../fonts/icomoon.svg?tg7uz6#icomoon") format("svg");
  font-weight: normal;
  font-style: normal;
}
[class^=icon-],
[class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "icomoon" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-file-text2:before {
  content: "\e926";
}

.icon-paste:before {
  content: "\e92d";
}

.icon-warning:before {
  content: "\ea07";
}

.icon-loop2:before {
  content: "\ea2e";
}

.icon-instagram:before {
  content: "\ea92";
}

.icon-youtube2:before {
  content: "\ea9e";
}

.icon-check-circle:before {
  content: "\e90a";
}

.icon-check-ling-large:before {
  content: "\e90b";
}

.icon-check-ling2:before {
  content: "\e910";
}

.icon-check-normal:before {
  content: "\e911";
}

.icon-check-squre:before {
  content: "\e912";
}

.icon-check-ling:before {
  content: "\e913";
}

.icon-arrow-line-down:before {
  content: "\e914";
}

.icon-arrow-line-left:before {
  content: "\e915";
}

.icon-arrow-line-right:before {
  content: "\e916";
}

.icon-arrow-line-up:before {
  content: "\e917";
}

.icon-check-box:before {
  content: "\e918";
}

.icon-maru-arrow-up:before {
  content: "\e906";
}

.icon-maru-arrow-right:before {
  content: "\e907";
}

.icon-maru-arrow-left:before {
  content: "\e908";
}

.icon-maru-arrow-down:before {
  content: "\e909";
}

.icon-spinner:before {
  content: "\e905";
}

.icon-calender:before {
  content: "\e901";
}

.icon-comment:before {
  content: "\e902";
}

.icon-folder:before {
  content: "\e903";
}

.icon-tag:before {
  content: "\e904";
}

.icon-evernote:before {
  content: "\e018";
}

.icon-feedly:before {
  content: "\e007";
}

.icon-pocket:before {
  content: "\e008";
}

.icon-line:before {
  content: "\e009";
}

.icon-hatena:before {
  content: "\e00a";
}

.icon-feedly-square:before {
  content: "\e601";
}

.icon-googleplus:before {
  content: "\e608";
}

.icon-facebook:before {
  content: "\e60d";
}

.icon-twitter:before {
  content: "\e611";
}

.icon-feed:before {
  content: "\e614";
}

.icon-youtube:before {
  content: "\e617";
}

.icon-sp:before {
  content: "\e000";
}

.icon-pc:before {
  content: "\e002";
}

.icon-home:before {
  content: "\e003";
}

.icon-telephone:before {
  content: "\e604";
}

.icon-free-dial:before {
  content: "\e900";
}

.icon-mail:before {
  content: "\e605";
}

.icon-line-m:before {
  content: "\e00b";
}

.icon-arrow-up:before {
  content: "\e004";
}

.icon-arrow-down:before {
  content: "\e00c";
}

.icon-arrow-left:before {
  content: "\e00d";
}

.icon-arrow-right:before {
  content: "\e00e";
}

.icon-delta-down:before {
  content: "\e00f";
}

.icon-delta-up:before {
  content: "\e010";
}

.icon-delta-left:before {
  content: "\e006";
}

.icon-delta-right:before {
  content: "\e005";
}

.icon-big-delta-up:before {
  content: "\e90c";
}

.icon-big-delta-down:before {
  content: "\e90d";
}

.icon-big-delta-left:before {
  content: "\e90e";
}

.icon-big-delta-right:before {
  content: "\e90f";
}

.icon-arrow-index-up:before {
  content: "\e017";
}

.icon-arrow-index-down:before {
  content: "\e016";
}

.icon-arrow-index-left:before {
  content: "\e015";
}

.icon-arrow-index-right:before {
  content: "\e014";
}

.icon-arrow-pc-up:before {
  content: "\e001";
}

.icon-arrow-pc-down:before {
  content: "\e011";
}

.icon-arrow-pc-left:before {
  content: "\e012";
}

.icon-arrow-pc-right:before {
  content: "\e013";
}

/*
店舗ページでのみ使うCSSを記述
*/
.home .content.content-1col {
  padding-top: 0;
}

/*トップページのパン一覧表示で使う*/
.entry-content .wrap_monthly_menu {
  margin: 0 0 30px;
}

.entry-content .alignfull {
  --in-alignfull-mb: 80px;
}

.wrap_monthly_menu_item {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  max-width: 720px;
}

.monthly_menu_item {
  display: inline-block;
  width: 49%;
  text-align: left;
  margin: 0 0 10px;
  border-radius: 3px;
  position: relative;
}

.pan_comment {
  margin: 10px 5px 20px;
  line-height: 1.2;
  font-size: 14px;
}
@media screen and (min-width: 720px) {
  .pan_comment {
    margin: 10px 5px 20px;
    line-height: 1.4;
    font-size: 15px;
  }
}

.go_shcedule {
  text-align: center;
  margin: 15px auto;
}
.go_shcedule a {
  background-color: #95c61d;
  padding: 10px;
  border-radius: 3px;
  color: #216529;
  text-decoration: none;
}
.go_shcedule a:visited {
  color: #216529;
}
.go_shcedule a:hover {
  box-shadow: 0 0 4px #333;
  opacity: 0.8;
}

.entry_tile-wrap_thumb {
  position: relative;
  overflow: hidden;
  display: block;
}
.entry_tile-wrap_thumb::before {
  content: "";
  display: block;
  width: 100%;
  height: 0;
  padding-bottom: 67%;
}
.entry_tile-wrap_thumb img {
  position: absolute;
  top: 50%;
  left: 50%;
  max-width: none;
  transform: translate(-50%, -50%);
  width: 100%;
  height: auto;
}

/*コンテンツ*/
/*記事内のh2タグ*/
.awshop .article h1 {
  color: #913d13;
  font-size: 27px;
  font-weight: normal;
  border-bottom: 1px solid #913d13;
  position: relative;
  padding: 0 0 0 48px;
  line-height: 1.3;
  background-color: transparent;
  border-radius: 0;
}
.awshop .article h2 {
  font-size: 22px;
  line-height: 1.2;
  font-weight: normal;
  border-bottom: none;
  color: hsl(78, 74%, 25%);
  background-color: rgba(148, 198, 30, 0.18);
  padding: 12px 8px 8px;
  border-radius: 5px;
  line-height: 1.2;
}
.awshop .article h3 {
  font-size: 20px;
  margin: 30px 0 15px;
  line-height: 1.2;
  font-weight: normal;
  color: #666;
  border-left: 2px solid #666;
  padding: 5px 10px 1px;
}
.awshop .article h4 {
  font-size: 18px;
  margin: 30px 0 15px;
  line-height: 1.2;
  font-weight: normal;
  color: #666;
}
.awshop .article p {
  margin: 0 0 20px;
  line-height: 1.8;
}
.awshop .article .foot_content h3 {
  margin: 0;
  padding: 10px;
  border-radius: 5px 5px 0 0;
  border: none;
  color: #fff;
}
.awshop .article .foot_content h3 a {
  text-decoration: none;
}
.awshop .wrap_monthly_menu {
  margin-bottom: 40px;
}
.awshop .wrap_monthly_menu h2 {
  color: #913D13;
  font-size: 27px !important;
  text-align: center;
  font-weight: normal;
  position: relative;
  padding: 0;
  line-height: 1.3;
  background-color: transparent;
  border-radius: 0;
  margin: 0 0 20px;
}
@media screen and (min-width: 720px) {
  .awshop .article h1 {
    font-size: 30px;
    padding: 0 0 0 56px;
  }
}
.awshop .article h1::before {
  font-family: "leaf";
  content: "\e100";
  position: absolute;
  top: 0;
  left: 0;
}
.awshop .monthly_menu_item h3 {
  font-size: 13px;
  margin: 0 0 5px;
  line-height: 1.2;
  position: absolute;
  top: 0;
  padding: 5px;
  background-color: #fff022;
  border-left: none;
}
@media screen and (min-width: 720px) {
  .awshop .monthly_menu_item h3 {
    font-size: 14px;
  }
}

.entry-content > * + .wp-block-cover {
  margin-top: 0;
}

.wrap_child_index {
  padding: 0px 20px;
}

.icon-big-delta-down.leaf-top_page {
  margin: 20px auto;
  display: block;
  font-size: 40px;
  color: #913D13;
  text-align: center;
}

.pict_card-pc_4 .pict_card-title,
.pict_card-pc_5 .pict_card-title {
  font-size: 20px;
}

.l-schoolyear h1 {
  text-align: center;
}

p.schoolyear_description {
  text-align: center;
  margin: 15px auto 0;
}

.pict_card-bkc_off .pict_card-item {
  background-color: transparent;
}

/*予約カレンダー*/
.my-calendar-table .no-image {
  display: block;
  background-color: rgb(238, 238, 238);
  text-align: left;
  height: auto;
  width: auto;
  color: #333;
  font-size: 12px;
  border: none;
  overflow: hidden;
}

@media (min-width: 600px) {
  .mc-main .event-title {
    font-size: 12px;
  }
  .mc-main .event-title a {
    font-size: 12px;
  }
  .mc-main td {
    height: 120px;
  }
}
.mc_bottomnav.my-calendar-footer {
  margin-top: 15px;
}

#content .mc-content {
  overflow: scroll;
  position: relative;
}
@media screen and (max-width: 720px) {
  #content .mc-content {
    margin-top: 20px;
    padding-top: 18px;
    width: calc(100% + 20px);
    padding-right: 20px;
  }
  #content .mc-content::before {
    content: "カレンダーは右にスクロールできます ▶";
    display: block;
    text-align: center;
    font-size: 13px;
    position: absolute;
    top: 0;
    width: 100%;
  }
}

#content .mc-main table, #content .mc-main.calendar {
  padding: 0;
}
#content .mc-main .mc-date {
  padding: 2px 4px;
  text-align: center;
  font-size: 12px;
  color: #777;
}
#content .mc-main .event-title {
  border-left: none;
  padding: 2px;
  margin: 0;
  font-size: 10px;
}
#content .mc-main .event-title a {
  border-left: none;
  padding: 2px;
  margin: 0;
  font-size: 10px;
  font-weight: 400;
}
#content .mc-main .category-key h3 {
  font-size: 16px;
  margin: 5px 5px 5px;
  color: #333;
  border-left: none;
  padding: 0;
}
#content .mc-main thead {
  border-bottom: none;
}
#content .mc-main .my-calendar-nav li a {
  color: #666;
  background: #f6f6f6;
  text-decoration: none;
  border-color: #eee;
}
#content .mc-main .category-key {
  border: 1px solid #eee;
  background-color: #f6f6f6;
  color: #666;
}
#content .mc-main .category-key h3 {
  display: none;
}
#content .mc-main .category-key a {
  text-decoration: none;
  color: #666;
}
#content .mc-main th abbr {
  border-bottom: none;
  text-decoration: none;
  color: #666;
}
#content .mc-main .mc-event {
  margin-inline: 5px;
  margin-block: 5px;
}
#content .mc-main .event-title button {
  padding: 5px 10px;
}
#content .mc-main td .event-title {
  padding: 0;
}
#content .mc-main .mc-date,
#content .mc-main .has-events .mc-date {
  font-weight: normal;
}
#content .mc-main .mc_mc_.mc_rel_mcat1 .event-title {
  background-color: #d3efbb !important;
}
#content .mc-main .mc_mc_.mc_rel_mcat1 .event-title a {
  background-color: #d3efbb !important;
}
#content .mc-main .mc_mc_.mc_rel_mcat1 .event-title a:hover {
  background-color: #dcf2c9 !important;
}
#content .mc-main .mc_mc_.mc_rel_mcat2 .event-title {
  background-color: #ffbebe !important;
}
#content .mc-main .mc_mc_.mc_rel_mcat2 .event-title a {
  background-color: #ffbebe !important;
}
#content .mc-main .mc_mc_.mc_rel_mcat2 .event-title a:hover {
  background-color: #ffc7c7 !important;
}
#content .mc-main .calendar-event .details,
#content .mc-main .calendar-events {
  padding: 10px;
  border-radius: 5px;
  border: none;
  background-color: #f5f5f5;
  box-shadow: 0px 0px 3px #666;
  color: #333;
  width: 90vw;
  max-width: 400px;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
#content .mc-main .calendar-event .details .time-block {
  font-size: 18px;
  border-bottom: 1px solid #ccc;
  margin-bottom: 10px;
  color: #666;
  text-align: center;
}
#content .mc-main span.mc-event-date.dtstart {
  display: block;
  color: #333;
  font-weight: 700;
}
#content .mc-main .calendar-event .event-time {
  display: inline-block;
  margin-right: 0;
  margin-bottom: 2px;
  font-size: 0.85em;
}
#content .mc-main span.end-time.dtend {
  font-size: 0.85em;
}
#content .mc-main .time-block p {
  line-height: 1.3;
  margin: 0;
}
@media screen and (max-width: 720px) {
  #content .mc-main:not(.mini) thead {
    border-bottom: none;
  }
  #content .mc-main:not(.mini) table.my-calendar-table {
    display: table;
    min-width: 600px;
  }
  #content .mc-main:not(.mini) .my-calendar-table thead {
    display: table-header-group;
  }
  #content .mc-main:not(.mini) .my-calendar-table tbody {
    display: table-row-group;
  }
  #content .mc-main:not(.mini) .my-calendar-table tr {
    display: table-row;
  }
  #content .mc-main:not(.mini) .my-calendar-table td {
    display: table-cell;
  }
  #content .mc-main:not(.mini) .my-calendar-table caption {
    display: table-caption;
  }
  #content .mc-main:not(.mini) .my-calendar-navigation, #content .mc-main:not(.mini) table.my-calendar-table, #content .mc-main:not(.mini) .my-calendar-table thead, #content .mc-main:not(.mini) .my-calendar-table tbody, #content .mc-main:not(.mini) .my-calendar-table caption {
    margin: 0.5rem auto;
    padding: 0;
  }
  #content .mc-main:not(.mini) .my-calendar-table td {
    margin-bottom: 0;
    width: auto;
  }
  #content .mc-main:not(.mini) .my-calendar-table td.no-events, #content .mc-main:not(.mini) .my-calendar-table td.nextmonth {
    display: table-cell;
  }
  #content .mc-main:not(.mini) .my-calendar-table td .mc-date span[aria-hidden=true] {
    display: inline;
  }
  #content .mc-main:not(.mini) .my-calendar-table td .mc-date {
    font-size: var(--grid-date);
    padding: 0.5em 1em;
  }
  #content .mc-main:not(.mini) .my-calendar-table td .button {
    font-size: 1rem;
    padding: 0.5rem;
  }
  #content .mc-main:not(.mini) .my-calendar-table td .mc-date .screen-reader-text {
    display: none;
    clip: auto;
    -webkit-clip-path: none;
    clip-path: none;
    height: auto;
    margin: 0;
    overflow: auto;
    position: static !important;
    width: auto;
    text-align: left;
  }
  #content .mc-main:not(.mini) .my-calendar-table th {
    display: table-cell;
  }
  #content .mc-main:not(.mini) .my-calendar-table td .mc-date span[aria-hidden=true].event-icon {
    display: none;
  }
  #content .mc-main .my-calendar-navigation > div {
    justify-content: center;
  }
  #content .mc-main .my-calendar-navigation ul {
    gap: 20px;
  }
}

.longdesc.description {
  font-size: 18px;
  text-align: center;
}
.longdesc.description img {
  margin-top: 12px;
}
.longdesc.description p {
  margin-bottom: 5px;
}
.longdesc.description .event_title {
  font-weight: bold;
}

/*サイドバー*/
.leaf_shop_step_menu li {
  border-bottom: 1px solid;
}

.awshop .sb_content {
  background-color: #fffdeb;
  border: 2px solid #913d13;
  border-radius: 15px 15px 3px 3px;
}
.awshop .sb_content > :not(h3) {
  border: none;
}
.awshop .sb_content > ul {
  border: none !important;
}
.awshop .sb_content h3 {
  background-color: #913d13;
  color: #fff;
  font-weight: normal;
  font-size: 18px;
  border-radius: 12px 12px 0 0;
  padding-left: 36px;
  position: relative;
}
.awshop .sb_content h3.with_img {
  padding-left: 0;
}
.awshop .sb_content h3:before {
  font-family: "leaf";
  content: "\e101";
  position: absolute;
  top: 10px;
  left: 8px;
  line-height: 1;
}
.awshop .sb_content h3 a {
  background-color: #913d13;
  color: #fff;
  font-weight: normal;
  font-size: 18px;
  border-radius: 12px 12px 0 0;
}
.awshop .sb_content .page_item,
.awshop .sb_content .menu-item, .awshop .sb_content.leaf_shop_step_menu li {
  list-style: none;
}
.awshop .sb_content .page_item a::before,
.awshop .sb_content .menu-item a::before, .awshop .sb_content.leaf_shop_step_menu li a::before {
  font-family: "leaf";
  content: "\e102";
  color: #913d13;
  font-size: 26px;
  line-height: 1;
  margin-right: 8px;
  align-self: flex-start;
}
.awshop .sb_content.leaf_shop_step_menu .cat-item {
  border-bottom: 1px solid #ccc;
}
.awshop .sb_content.leaf_shop_step_menu .cat-item a:after {
  font-family: "icomoon";
  content: "\e916";
  font-size: 12px;
  opacity: 0.6;
  margin-left: auto;
}
.awshop .sb_content .page_item a,
.awshop .sb_content .menu-item a,
.awshop .sb_content .cat-item a {
  padding: 10px 15px;
  color: #913d13;
  background-color: #fffdeb;
  display: flex;
  align-items: center;
}
.awshop .sb_content .page_item a:hover,
.awshop .sb_content .menu-item a:hover,
.awshop .sb_content .cat-item a:hover {
  background-color: transparent;
}
.awshop .sb_content .leaf_shop_step_menu .cat-item:hover {
  background-color: #fcf6d4;
  font-weight: bold;
}
.awshop .sb_content .recentposts {
  border-top-color: rgba(145, 61, 18, 0.2);
}
.awshop .sb_content .recentposts a:hover {
  background-color: #fcf6d4;
}
.awshop .sb_content[class^=widget_yyc] li a {
  border-top-color: rgba(145, 61, 18, 0.2) !important;
}
.awshop .sb_content[class^=widget_yyc] li a:hover {
  background-color: #fcf6d4 !important;
}
.awshop .sb_content.leaf_shop_step_menu .cat-item,
.awshop .sb_content .page_item,
.awshop .sb_content .menu-item {
  border-bottom-color: rgba(145, 61, 18, 0.2);
}
.awshop .sb_content.leaf_shop_step_menu .cat-item:hover, .awshop .sb_content.leaf_shop_step_menu .cat-item.current_menu-item, .awshop .sb_content.leaf_shop_step_menu .cat-item.current_page_item,
.awshop .sb_content .page_item:hover,
.awshop .sb_content .page_item.current_menu-item,
.awshop .sb_content .page_item.current_page_item,
.awshop .sb_content .menu-item:hover,
.awshop .sb_content .menu-item.current_menu-item,
.awshop .sb_content .menu-item.current_page_item {
  background-color: #fcf6d4;
  font-weight: bold;
}
.awshop .sb_content.leaf_shop_step_menu .cat-item .children a,
.awshop .sb_content .page_item .children a,
.awshop .sb_content .menu-item .children a {
  background-color: #fffdeb;
}
.awshop .sb_content .leaf_shop_step_menu .cat-item a:hover {
  background-color: transparent;
}
.awshop .sb_content .page_item:hover > .children,
.awshop .sb_content .menu-item:hover > .sub-menu {
  height: auto;
}
@media screen and (min-width: 720px) {
  .awshop .sb_content .fb-page {
    height: 350px;
  }
}

.mobile_sidebar .leaf_shop_step_menu .cat-item {
  padding: 10px;
  border-bottom: 1px solid #ccc;
}
.mobile_sidebar a:not(.rb_tel):not(.rb_contact):not(.rb_booking) {
  color: #666;
  font-size: 14px;
  background-color: transparent;
}
.mobile_sidebar h3 {
  padding: 8px 6px;
  font-size: 18px;
  background-color: #eeeeee;
  border-bottom: 1px solid #ccc;
}

.sidebar .boxBanner {
  margin-bottom: 20px;
  border-radius: 15px 15px 3px 3px;
  overflow: hidden;
}

.wp-block-cover .wp-block-cover__inner-container .step_content {
  color: #333;
}

.step-brown .step_title {
  color: #913D13;
  border-bottom-color: #913D13;
}

.step-brown .step_mark {
  background-color: #fda556;
  background-image: linear-gradient(-20deg, hsl(20, 77%, 32%) 50%, hsl(20, 77%, 38%) 50%, hsl(20, 77%, 38%));
}

#content .step_block {
  position: relative;
}
#content .step_block .step_num {
  font-weight: bold;
  font-size: 25px;
  margin-left: 0;
}
#content .step_block .step_text {
  margin-right: 5px;
}
#content .step_block.step-circle.step-brown .step_mark {
  background-color: #fda556;
  background-image: linear-gradient(-45deg, hsl(20, 77%, 32%) 50%, hsl(20, 77%, 38%) 50%, hsl(20, 77%, 38%));
}
#content .step_block.step-line:before {
  width: 8px;
  position: absolute;
  left: 15px;
  top: 20px;
}
#content .step_block.step-line.step-brown::before {
  background-color: #E3CD00;
  background-image: none;
}
#content .step_block.step-line .step_content {
  margin-left: 40px;
}
#content .step_block.step-line .step_vline {
  background-color: #E3CD00;
  background-image: none;
}
#content .step_block.step-line .step_content {
  margin-left: 10px;
}

#content h2.leaf-top-h2 {
  text-align: center;
  font-weight: normal;
  background-color: transparent;
  font-size: 1.7em;
  margin: 0 auto 10px;
  padding: 0;
  color: #913D13;
}
@media screen and (min-width: 720px) {
  #content h2.leaf-top-h2 {
    font-size: 2.2em;
  }
}
#content h2.leaf-top-h2 + p {
  color: #333;
}
#content h2.leaf-top-h2::before {
  font-family: "leaf";
  content: "\e100";
  display: block;
  margin-bottom: 20px;
}
#content h2.leaf-top-h2::after {
  content: "";
  width: 80px;
  border-bottom: 1px solid #913D13;
  display: block;
  margin: 25px auto;
}
#content h2.leaf-top-h2 + p {
  line-height: 1.5;
  opacity: 0.7;
  margin-top: 0 !important;
}
/*# sourceMappingURL=style.css.map */
