@charset "UTF-8";
/* common
====================================================================================================================================== */
.body.cms-plugin {
  display: inline;
}

#main_column {
  font-size: 1.0625rem;
  line-height: 1.7em;
}

/*非表示*/
.none {
  display: none !important;
}

.visible-off {
  display: none;
}

.hide {
  display: none;
}

img {
  vertical-align: bottom;
  max-width: 100%;
  height: auto;
}

video {
  max-width: 100%;
  height: auto;
}

/*取り消し線を引く*/
.deleted {
  text-decoration: line-through;
}

/*左寄せ・右寄せ対策*/
img.left_align_img {
  margin-right: 15px;
}

img.right_align_img {
  margin-left: 15px;
}

iframe {
  max-width: 100%;
}

.flex {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-between;
}

.white {
  color: #fff;
}

.bg_white {
  background-color: #fff;
}

.bg_pattern {
  background: url(../images/bg_pattern.gif) repeat center center;
  position: relative;
  padding: 3.4em 0;
  margin-bottom: 2em;
}

.bg_pattern:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 25px;
  background: url(../images/edge_bottom.png) repeat-x center top;
  background-size: contain;
}

.bg_pattern:after {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 25px;
  background: url(../images/edge_top.png) repeat-x center bottom;
  background-size: contain;
}

/*画像背景のボタン*/
.bg_img_btn a,
a.bg_img_btn {
  display: block;
  background: no-repeat;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
}

/*center button list*/
.btn_center_box {
  clear: both;
  overflow: hidden;
  width: 100%;
  margin: 0 0 10px;
}

.btn_center_box:after {
  content: ".";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}

.btn_center_box ul {
  position: relative;
  left: 50%;
  float: left;
  margin: 0;
  overflow: visible;
  list-style: none;
  list-style-position: inside;
}

.btn_center_box ul:after {
  content: ".";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}

.btn_center_box li {
  position: relative;
  left: -50%;
  float: left;
  list-style: none;
  display: inline;
}

.btn_center_box li:first-child {
  margin: 0;
}

.btn_center_box li a {
  margin: 0 10px 10px;
}

.button_area {
  margin-bottom: 1.2em;
  text-align: center;
}

.button_area a {
  display: inline-block;
  min-width: 40%;
  margin: 0 auto;
  text-align: center;
  transition: 0.3s;
  padding: 0.9em 3.5em 0.9em 2.5em;
  border-radius: 30px;
  font-size: 1.125rem;
  font-weight: bold;
  line-height: 1.35em;
  border: 2px solid #333;
  background-color: #fff;
  background-image: url(../images/icon_arrow_gray_r.png);
  background-repeat: no-repeat;
  background-position: right 30px center;
}

.button_area a, .button_area a:link {
  color: #333;
  text-decoration: none;
}

.button_area a:hover {
  color: #fff;
  background-image: url(../images/icon_arrow_white_r.png);
  background-color: #333;
}

.button_area a.black {
  background-image: url(../images/icon_arrow_white_r.png);
  background-color: #333;
}

.button_area a.black, .button_area a.black:link {
  color: #fff;
}

.button_area a.black:hover {
  color: #333;
  background-color: #fff;
  background-image: url(../images/icon_arrow_gray_r.png);
}

.button_area a.trans {
  background-color: transparent;
}

.button_area a.trans:hover {
  background-color: #333;
}

/*list*/
#conts ul, #main_column ul {
  list-style-type: none;
  margin-bottom: 1.5em;
  overflow: hidden;
}

#conts ul li, #main_column ul li {
  margin-bottom: 1em;
  padding-left: 0.9em;
  text-indent: -0.9em;
}

#conts ul li:before, #main_column ul li:before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  background-color: #118c18;
  width: 0.5em;
  height: 0.5em;
  border-radius: 0.25em;
  margin-right: 0.4em;
}

#conts ul.sitemap {
  margin-bottom: 0;
}

#conts ol, #main_column ol {
  counter-reset: orderd_num;
  background: none;
  overflow: hidden;
  margin-bottom: 1.5em;
}

#conts ol li, #main_column ol li {
  text-indent: -1.7em;
  padding-left: 1.7em;
  margin-bottom: 1em;
  line-height: 1.5em;
}

#conts ol li:before, #main_column ol li:before {
  counter-increment: orderd_num;
  content: counter(orderd_num);
  font-weight: bold;
  background-color: #118c18;
  display: inline-block;
  color: #fff;
  width: 1.5em;
  height: 1.5em;
  line-height: 1.5em;
  border-radius: 50%;
  margin-right: 0.2em;
  text-indent: 0;
  text-align: center;
  vertical-align: middle;
}

#conts ul.caution {
  margin-bottom: 2.5em;
}

#conts ul.caution li {
  margin-bottom: 0;
}

#conts ul.caution li:before {
  content: "※";
}

#conts ul.plane,
#conts ol.plane,
#conts ul.plane li,
#conts ol.plane li {
  list-style-type: none !important;
  padding: 0;
  text-indent: 0;
}

#conts ul.plane li:before,
#conts ol.plane li:before {
  display: none;
}

/*news list*/
#conts .article_list {
  padding: 0;
}

#conts .article_list li {
  padding-left: 0;
  margin-bottom: 1.2em;
  line-height: 1.3em;
  letter-spacing: -.4em;
  text-indent: 0;
}

#conts .article_list li.no_news {
  letter-spacing: normal;
}

#conts .article_list li:before {
  display: none;
}

#conts .article_list li time, #conts .article_list li a {
  display: inline-block;
  vertical-align: top;
  letter-spacing: normal;
}

#conts .article_list li time {
  font-size: 1em;
  width: 6.5em;
  color: #879187;
}

#conts .article_list li a {
  font-size: 1.0625em;
  color: #333;
  width: calc(100% - 6.5em);
  text-decoration: none;
}

#conts .article_list li a.pickup:before {
  content: "Pick up!";
  font-family: 'Ubuntu Condensed', sans-serif;
  font-size: 1.0625rem;
  line-height: 1;
  padding: 0.2em 0.8em;
  vertical-align: middle;
  margin-right: 0.5em;
  display: inline-block;
  color: #fff;
  background-color: #e01e46;
}

#conts .article_list li a:hover {
  color: #de1e46;
  text-decoration: underline;
}

/*default heading*/
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: normal;
  margin: 0 0 0.8em;
  line-height: 1.3;
}

h1.page_title {
  font-family: "Times New Roman", Times, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HiraMinProN-W3", "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  font-size: 2.5rem;
  font-weight: bold;
  text-align: center;
  color: #333;
  line-height: 1.4em;
  margin: 0 auto;
  max-width: 1080px;
}

h1.page_title .en {
  display: block;
  font-size: 1.25rem;
  font-weight: normal;
  line-height: 1.3;
  margin-bottom: 0.4em;
  color: #118c18;
}

h1.page_title .ja {
  display: block;
}

h2 {
  font-size: 1.5625rem;
  font-weight: bold;
  text-align: center;
  line-height: 1.3em;
  color: #fff;
  padding: 1em 0.5em;
  margin-bottom: 1.5em;
  background: url(../images/bg_pattern_green.gif) repeat center center;
}

h2.plane_text {
  font-family: "Times New Roman", Times, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HiraMinProN-W3", "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  font-size: 1.75rem;
  font-weight: bold;
  text-align: center;
  line-height: 1.7em;
  color: #118c18;
  background: none;
  padding: 0;
  margin-left: 0 !important;
  margin-right: 0 !important;
  margin-bottom: 0.6em;
}

h2.left {
  text-align: left;
}

.key_color_yellow h2 {
  background-image: url(../images/bg_pattern_yellow.gif);
  color: #222;
}

h3 {
  font-size: 1.5rem;
  font-weight: normal;
  color: #333;
  text-align: left;
  margin-bottom: 0.6em;
  line-height: 1.6em;
  /*
  &.fukidashi{
    font-weight: bold;
    margin-bottom: 1.5em;

    > span{
      display: inline-block;
      padding-bottom: 0.7em;
      padding-right: 0.5em;
      background: url(../images/title_dotted_underline.png) repeat-x left bottom;
      position: relative;
      min-width: 200px;
      &:before{
        content: "";
        display: block;
        width: 18px;
        height: 20px;
        background: #fff url(../images/title_dotted_fukidashi.png) no-repeat left top;
        background-size: contain;
        position: absolute;
        top: calc(100% - 2px);
        left: 3.5em;
        z-index: 1;
      }
    }
  }
  */
}

h3.fukidashi {
  display: table;
  font-weight: bold;
  margin-bottom: 1.5em;
  padding-bottom: 0.7em;
  padding-right: 0.5em;
  background: url(../images/title_dotted_underline.png) repeat-x left bottom;
  position: relative;
  min-width: 200px;
}

h3.fukidashi:before {
  content: "";
  display: block;
  width: 18px;
  height: 20px;
  background: #fff url(../images/title_dotted_fukidashi.png) no-repeat left top;
  background-size: contain;
  position: absolute;
  top: calc(100% - 2px);
  left: 3.5em;
  z-index: 1;
}

h4 {
  font-size: 1.3125rem;
  font-weight: bold;
  text-align: left;
  line-height: 1.7em;
  color: #118c18;
  margin-bottom: 0.7em;
  padding-left: 1.6em;
  text-indent: -1.6em;
}

h4:before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  width: 24px;
  height: 36px;
  background: url(../images/icon_tree.png) no-repeat left center;
  background-size: contain;
  margin-right: 0.4em;
}

h5 {
  font-size: 1.1875rem;
  font-weight: bold;
  color: #333;
  text-align: left;
  line-height: 1.3em;
  margin-bottom: 0.8em;
}

/*hr*/
hr {
  height: 1px;
  border-bottom: 1px dashed #333;
  background: none;
  margin: 2em 0;
  overflow: hidden;
}

/*段落*/
table p {
  margin-bottom: 0;
}

/*カラー*/
.red {
  color: #e2470c;
}

.yellow {
  color: #ffce32;
}

.green {
  color: #118c18;
}

.pink {
  color: #de1e46;
}

.pale-pink {
  color: #ffab9c;
}

.blue-green {
  color: #21c194;
}

.orange-red {
  color: #e2470c;
}

.gray-blue {
  color: #9cc9db;
}

.font_mincho {
  font-family: "Times New Roman", Times, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HiraMinProN-W3", "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
}

/*画像*/
.wide_photo_image {
  position: relative;
  margin: 4.3em 0 0;
}

.wide_photo_image.in {
  margin: 3em 0 4em;
}

.wide_photo_image img {
  width: 100%;
  margin: 0;
}

.wide_photo_image .caption {
  color: #fff;
  position: absolute;
  right: 2.5%;
  bottom: 2%;
  font-size: 0.78em;
}

/*container*/
.section_box {
  clear: both;
  padding: 0;
  margin-bottom: 3em;
}

.section_box .img_box {
  text-align: center;
}

.section_box figure {
  margin-bottom: 1em;
}

.section_box:after {
  content: ".";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}

/*3列ボックス*/
.box_3_column {
  overflow: hidden;
  margin: 0 -1.5% 1.5em;
}

.box_3_column .box {
  float: left;
  width: 33.3333333%;
  padding: 0 1.5%;
  margin-bottom: 2em;
}

/*2列ボックス*/
.box_2_column {
  overflow: hidden;
  margin: 0 -1.5% 1.5em;
}

.box_2_column .box {
  float: left;
  width: 50%;
  padding: 0 1.5%;
  margin-bottom: 3%;
}

/*索引*/
.list_box {
  border-bottom: 1px dashed #333;
  padding-bottom: 1.5em;
  margin-bottom: 1.5em;
  position: relative;
}

.list_box a {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
}

.list_box a, .list_box a:link {
  text-decoration: none;
}

.list_box a:hover {
  opacity: 0.7;
}

.list_box a:hover .title {
  color: #de1e46;
}

.list_box .icon_image {
  max-width: 140px;
  margin-right: 1em;
  margin-bottom: 0;
  overflow: hidden;
}

.list_box .icon_image img {
  border-radius: 5px;
}

.list_box .main_area {
  width: calc(100% - 140px - 1em);
  position: relative;
}

.list_box .time {
  position: absolute;
  top: 0;
  right: 0;
  line-height: 1.7em;
  margin-bottom: 0.5em;
}

.list_box time {
  font-size: 1.0625rem;
  color: #869086;
}

.list_box .title {
  font-size: 1.25rem;
  font-weight: bold;
  color: #333;
  line-height: 1.4em;
  margin-bottom: 0;
  padding-left: 0.9em;
  padding-right: 5em;
  background: url(../images/icon_arrow_gray_r.png) no-repeat left top 0.3em;
  transition: .3s;
}

.list_box .comment_text {
  margin-top: 0.4em;
}

.list_box .comment_text,
.list_box .comment_text p {
  font-size: 0.9375rem;
  font-weight: normal;
  color: #333;
  line-height: 1.75em;
}

.list_box .comment_text p {
  margin-bottom: 0;
}

.list_box .comment_text font {
  font-size: 0.9375rem !important;
}

.list_box .tag {
  position: absolute;
  top: -8px;
  left: -10px;
  width: 50px;
}

.list_box .tag img {
  width: 100%;
  height: auto;
}

.list_box.noimage .main_area {
  width: 100%;
}

.listbox_3_col,
.listbox_2_col,
.card_box {
  display: inline-block;
  vertical-align: top;
  width: 31%;
  padding: 0;
  margin: 0 0.9% 2em;
  position: relative;
  /* yellow */
}

.listbox_3_col a,
.listbox_2_col a,
.card_box a {
  display: block;
}

.listbox_3_col a, .listbox_3_col a:link,
.listbox_2_col a,
.listbox_2_col a:link,
.card_box a,
.card_box a:link {
  text-decoration: none;
  color: #de1e46;
}

.listbox_3_col a .title_area,
.listbox_2_col a .title_area,
.card_box a .title_area {
  background-image: url(../images/icon_arrow_green_right_bottom.png);
  background-repeat: no-repeat;
  background-position: right bottom;
}

.listbox_3_col a:hover .image_area img,
.listbox_2_col a:hover .image_area img,
.card_box a:hover .image_area img {
  transform: scale(1.1);
}

.listbox_3_col a:hover .title_area,
.listbox_2_col a:hover .title_area,
.card_box a:hover .title_area {
  border: 2px solid #118c18;
}

.listbox_3_col a:hover .title,
.listbox_2_col a:hover .title,
.card_box a:hover .title {
  color: #de1e46;
  text-decoration: underline;
}

.listbox_3_col a:hover .comment,
.listbox_2_col a:hover .comment,
.card_box a:hover .comment {
  color: #de1e46;
}

.listbox_3_col .title_area,
.listbox_2_col .title_area,
.card_box .title_area {
  border: 2px solid #e1e7db;
  background-color: #fff;
  border-radius: 10px;
  overflow: hidden;
  transition: .3s;
}

.listbox_3_col .title_area p,
.listbox_2_col .title_area p,
.card_box .title_area p {
  margin-bottom: 0;
}

.listbox_3_col .image_area,
.listbox_2_col .image_area,
.card_box .image_area {
  overflow: hidden;
}

.listbox_3_col .image_area img,
.listbox_2_col .image_area img,
.card_box .image_area img {
  width: 100%;
  height: auto;
  transition: .5s;
}

.listbox_3_col .text_area,
.listbox_2_col .text_area,
.card_box .text_area {
  padding: 1.3em 1.2em;
}

.listbox_3_col .text_area .title,
.listbox_2_col .text_area .title,
.card_box .text_area .title {
  color: #118c18;
  font-size: 1.25rem;
  font-weight: bold;
  line-height: 1.4em;
  margin: 0;
}

.listbox_3_col .comment,
.listbox_2_col .comment,
.card_box .comment {
  margin-top: 0.6em;
}

.listbox_3_col .comment, .listbox_3_col .comment p,
.listbox_2_col .comment,
.listbox_2_col .comment p,
.card_box .comment,
.card_box .comment p {
  font-size: 0.9375rem;
  margin-bottom: 0;
  color: #333;
  line-height: 1.7em;
}

.listbox_3_col.event a .title_area,
.listbox_2_col.event a .title_area,
.card_box.event a .title_area {
  background-image: url(../images/icon_arrow_pink_right_bottom.png);
}

.listbox_3_col.event a:hover .title_area,
.listbox_2_col.event a:hover .title_area,
.card_box.event a:hover .title_area {
  border: 2px solid #df1e46;
}

.listbox_3_col.event a:hover .title,
.listbox_2_col.event a:hover .title,
.card_box.event a:hover .title {
  text-decoration: underline;
}

.listbox_3_col.event .text_area,
.listbox_2_col.event .text_area,
.card_box.event .text_area {
  padding: 1.1em 1em;
}

.listbox_3_col.event .text_area .title,
.listbox_2_col.event .text_area .title,
.card_box.event .text_area .title {
  font-size: 1.125rem;
  line-height: 1.5em;
  color: #333;
}

.listbox_3_col.flower a,
.listbox_2_col.flower a,
.card_box.flower a {
  position: relative;
}

.listbox_3_col.flower a .title_area,
.listbox_2_col.flower a .title_area,
.card_box.flower a .title_area {
  background-image: url(../images/icon_arrow_pink_right_bottom.png);
}

.listbox_3_col.flower a:hover .title_area,
.listbox_2_col.flower a:hover .title_area,
.card_box.flower a:hover .title_area {
  border: 2px solid #df1e46;
}

.listbox_3_col.flower a:hover .title,
.listbox_2_col.flower a:hover .title,
.card_box.flower a:hover .title {
  text-decoration: underline;
}

.listbox_3_col.flower .title_area,
.listbox_2_col.flower .title_area,
.card_box.flower .title_area {
  position: relative;
}

.listbox_3_col.flower .text_area,
.listbox_2_col.flower .text_area,
.card_box.flower .text_area {
  padding: 1.1em 1em;
}

.listbox_3_col.flower .text_area .title,
.listbox_2_col.flower .text_area .title,
.card_box.flower .text_area .title {
  font-size: 0.9375rem;
  font-weight: normal;
  line-height: 1.6em;
  color: #333;
}

.listbox_3_col .append_text,
.listbox_2_col .append_text,
.card_box .append_text {
  position: absolute;
  top: -6px;
  right: -10px;
  z-index: 1;
  font-size: 0.875rem;
  font-weight: bold;
  color: #fff;
  letter-spacing: 0.05em;
  background-color: #de1e46;
  margin-bottom: 0;
  line-height: 1.3em;
  padding: 0.5em 1em;
  border-radius: 18px;
}

.key_color_yellow .listbox_3_col a .title_area, .key_color_yellow
.listbox_2_col a .title_area, .key_color_yellow
.card_box a .title_area {
  background-image: url(../images/icon_arrow_yellow_right_bottom.png);
}

.key_color_yellow .listbox_3_col a:hover .title_area, .key_color_yellow
.listbox_2_col a:hover .title_area, .key_color_yellow
.card_box a:hover .title_area {
  border-color: #ffc00c;
}

.key_color_yellow .listbox_3_col a:hover .title,
.key_color_yellow .listbox_3_col .text_area .title, .key_color_yellow
.listbox_2_col a:hover .title,
.key_color_yellow
.listbox_2_col .text_area .title, .key_color_yellow
.card_box a:hover .title,
.key_color_yellow
.card_box .text_area .title {
  color: #e2470c;
}

.listbox_2_col {
  width: 48%;
  margin: 0 0.5% 2em;
}

.listbox_2_col .title_area {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-between;
}

.listbox_2_col .image_area {
  width: 180px;
}

.listbox_2_col .text_area {
  width: calc(100% - 180px);
  padding: 0.7em 0.8em;
}

.listbox_2_col.event .text_area {
  padding: 0.7em 0.8em;
}

.listbox_2_col.flower .text_area {
  padding: 0.7em 0.8em;
}

.listbox_2_col .append_text {
  top: -20px;
}

/*image背景ボタンリスト*/
.bg_img_btn a {
  display: block;
  background: no-repeat;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
}

/*image100%*/
.img_wide {
  width: 100%;
}

/*button design*/
/*ボタン*/
form input.submit_btn {
  display: inline-block;
  position: relative;
  display: inline-block;
  background: #ddc06e url(../images/icon.png) no-repeat 50px center;
  border: 0;
  min-width: 300px;
  padding: 0.9em 20px 0.9em 40px;
  margin: 0 auto;
  text-align: center;
  font-size: 20px;
  font-weight: bold;
  line-height: 1.4;
  vertical-align: middle;
  letter-spacing: 0.2em;
  border-radius: 0;
}

form input.submit_btn:hover {
  opacity: 0.8;
}

a.btn,
button.btn,
.btn a,
#myreset,
form input.submit_btn {
  display: inline-block;
  position: relative;
  display: inline-block;
  background: #000 url(../images/icon_arrow_white_r.png) no-repeat right 20px center;
  border: solid 2px #fff;
  width: 48%;
  padding: 0.9em 1em 0.9em 0.9em;
  margin: 0 0.9% 0.5em;
  text-align: center;
  font-size: 1.25rem;
  font-weight: bold;
  line-height: 1.4;
  vertical-align: middle;
  letter-spacing: 0.2em;
  border-radius: 0;
  color: #fff;
}

a.btn:hover,
button.btn:hover,
.btn a:hover,
#myreset:hover,
form input.submit_btn:hover {
  background: #fff url(../images/icon_arrow_black_r.png) no-repeat right 20px center;
  border: solid 2px #000;
  color: #000;
}

a.btn:link,
.btn a:link {
  color: #fff;
}

/* ２列ボタン */
.button_2_column {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 2em;
}

.button_2_column .btn {
  display: block;
  width: 48%;
  margin-bottom: 1.1em;
}

.button_2_column .btn a {
  display: block;
  margin: 0;
  width: 100%;
}

a.btn.btn_simple {
  background: #000;
  color: #fff;
  border: none;
  font-size: 1em;
  padding: 0.5em 3em;
  min-width: 0;
}

a.btn.btn_simple:hover {
  color: #fff;
}

/*戻る*/
a.btn.back,
button.btn.back,
.btn.back a,
button.btn.back:hover {
  margin-right: 20px;
  background: url(../images/icon_back.png) no-repeat 20px center;
  color: #7b6737;
  padding-left: 40px;
  padding-right: 20px;
  border: 0;
}

/*a.btn.back:before, #myreset:before { background-image:url(../images/icon_back.png); margin-right:14px; }*/
/*icon*/
.btn_icon {
  display: inline-block;
  background: url(../images/icon.png) no-repeat left center;
  padding: 2px 0 2px 30px;
  margin-top: 1.5em;
}

.btn_icon.btn_dl {
  background-image: url(../images/icon_dl.png);
}

/*wide*/
a.btn_wide {
  display: block;
  background: #000;
  color: #fff;
  width: 100%;
  margin: 0;
  padding: 0.8em 10px;
  font-size: 1.9em;
  letter-spacing: 0.2em;
}

a.btn:hover,
button:hover,
.btn a:hover,
#myreset:hover,
.btn_icon:hover,
a.btn_wide:hover,
form input.submit_btn:hover {
  opacity: 0.8;
}

a.btn:hover,
.btn a:hover,
button:hover {
  color: #333;
}

/*table*/
/* テーブル */
table {
  width: 100%;
  padding: 0;
  margin-bottom: 2.5em;
  border-collapse: collapse;
  vertical-align: top;
}

table caption {
  font-size: 1.125rem;
  font-weight: bold;
  background-color: transparent;
  text-align: center;
  padding: 0.7em 0.7em;
}

table, table th, table td {
  border: 1px solid #b2b7ae;
}

table th {
  width: auto;
  padding: 0.6em 0.7em;
  white-space: nowrap;
}

table td {
  padding: 0.7em 0.5em;
}

table thead th {
  background-color: #118c18;
  color: #fff;
  font-weight: bold;
  border-bottom: none;
}

table tbody th {
  background-color: #e7f3e7;
}

.table01 {
  width: 100%;
  border: none;
}

.table01 th, .table01 td {
  border: none;
  border-top: 1px dashed #333;
  border-bottom: 1px dashed #333;
}

.table01 th {
  padding: 0.7em 0.5em 0.7em 0.7em;
  background: none;
  text-align: left;
  vertical-align: top;
  font-weight: bold;
}

.table01 td {
  padding: 0.7em 0.7em 0.7em 0.5em;
  vertical-align: top;
}

/* color box
====================================================================================================================================== */
/*box*/
.point_box {
  border: solid 1px #ddc06e;
  padding: 25px;
  margin-bottom: 1em;
}

/*画像で見出しを作る用（スタイルを強制リセット）*/
h1.plane,
h2.plane,
h3.plane,
h4.plane,
h5.plane {
  background: none !important;
  border: none !important;
  padding-left: 0 !important;
  padding-right: 0 !important;
  padding-top: !important;
}

h1.plane:after,
h2.plane:after,
h3.plane:after,
h4.plane:after,
h5.plane:after {
  display: none !important;
}

h1.plane img,
h2.plane img,
h3.plane img,
h4.plane img,
h5.plane img {
  margin: 0;
  max-width: none;
}

/*adjust*/
.clear {
  clear: both;
}

.ma0 {
  margin: 0 !important;
}

.mab0 {
  margin-bottom: 0 !important;
}

.mab5 {
  margin-bottom: 5px !important;
}

.mab10 {
  margin-bottom: 10px !important;
}

.mab20 {
  margin-bottom: 20px !important;
}

.mab30 {
  margin-bottom: 30px !important;
}

.mab40 {
  margin-bottom: 40px !important;
}

.mab1em {
  margin-bottom: 1em !important;
}

.mab15em {
  margin-bottom: 1.5em !important;
}

.mab2em {
  margin-bottom: 2em !important;
}

.mab25em {
  margin-bottom: 2.5em !important;
}

.mab3em {
  margin-bottom: 3em !important;
}

.mab35em {
  margin-bottom: 35em !important;
}

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

.mat5 {
  margin-top: 5px !important;
}

.mat10 {
  margin-top: 10px !important;
}

.mat20 {
  margin-top: 20px !important;
}

.mat30 {
  margin-top: 30px !important;
}

.mat-10 {
  margin-top: -10px !important;
}

.mat-20 {
  margin-top: -20px !important;
}

.mat-30 {
  margin-top: -30px !important;
}

.mar10 {
  margin-right: 10px !important;
}

.mar20 {
  margin-right: 20px !important;
}

.mal10 {
  margin-left: 10px !important;
}

.mal20 {
  margin-left: 20px !important;
}

.pa0 {
  padding: 0 !important;
}

.pat0 {
  padding-top: 0 !important;
}

.pab0 {
  padding-bottom: 0 !important;
}

.pat15 {
  padding-top: 15px !important;
}

/*font size*/
.font_xs {
  font-size: 0.8em;
}

.font_sm {
  font-size: 0.86em;
}

.font_la {
  font-size: 1.2em;
}

.font_lm {
  font-size: 1.6em;
}

.font_xl {
  font-size: 2em;
}

.font_normal {
  font-weight: normal;
}

.font_bold {
  font-weight: bold;
}

.text_center {
  text-align: center !important;
}

.text_right {
  text-align: right !important;
}

.text_left {
  text-align: left !important;
}

.font_0 {
  font-size: 0;
}

.font_plus {
  font-size: 1.07em;
}

/*kerning*/
.kerning0 {
  letter-spacing: 0;
}

.kerning {
  letter-spacing: -0.05em;
}

.kerning01 {
  letter-spacing: -0.1em;
}

.kerning02 {
  letter-spacing: -0.25em;
}

.kerning03 {
  letter-spacing: -0.5em;
}

.kerning_plus {
  letter-spacing: 0.25em;
}

/*行間詰め*/
.line_height_min {
  line-height: 1.6;
}

/*文字間*/
.letter {
  letter-spacing: 0.08em;
}

/*タイトル調整用*/
.kerning_tit {
  letter-spacing: 0.27em;
}

.kerning_tit_m {
  letter-spacing: 0.17em;
}

.kerning_tit_m02 {
  letter-spacing: 0.1em;
}

.font_num {
  font-size: 1.05em;
}

/*文字にアンチエイリアスを効かせる*/
.font_smoothing {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* フォント調整 */
.font_mincho {
  font-family: "Times New Roman", Times, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HiraMinProN-W3", "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
}

.font_ubuntu {
  font-family: 'Ubuntu Condensed', sans-serif;
}

/* 文章枠用CSS
====================================================================================================================================== */
p,
.common_box .text_box {
  margin-bottom: 1.7em;
}

img.brclear {
  display: block;
  margin: 0 auto 1em;
}

/*スタンダード（画像右／左寄せ）*/
.common_box {
  overflow: visible;
}

.common_box:after {
  content: ".";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}

.common_box .img_box, :not(.img_box) img.left {
  float: left;
  margin-right: 20px;
  max-width: 50%;
  width: auto;
  margin-top: 0.6em;
  font-size: 12px;
  line-height: 1.7;
}

.common_box .img_box.auto_width img {
  width: auto;
}

.common_box .text_box {
  display: inline;
  overflow: hidden;
}

/*右*/
.common_box.right .img_box, :not(.img_box) img.right {
  float: right;
  margin-right: 0;
  margin-left: 20px;
}

/*画像3つ並び*/
.photo_3column {
  overflow: hidden;
  text-align: center;
}

.photo_3column img {
  float: left;
  width: 33.3333%;
}

/*画像3つ並び（画像にフレームをつける）*/
.photo_frame_3column {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-around;
  margin-bottom: 2.5em;
}

.photo_frame_3column .photo_column {
  width: 31%;
}

.photo_frame_3column img {
  width: 100%;
  height: auto;
  border: 4px solid #fff;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}

/*画像3つ並び（ページ内）*/
.photo_3column_in {
  margin: 2em 0;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: flex-start;
}

.photo_3column_in img {
  width: 31.5%;
  height: auto;
}

/*画像2つ並び（ページ内）*/
.photo_2column_in {
  margin: 4% 0;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: flex-start;
}

.photo_2column_in img {
  width: 48%;
  height: auto;
}

/* ２列入力枠 */
.two_column_box {
  margin: 0 -1.5% 1.5em;
}

.two_column_box .half_box {
  float: left;
  width: 50%;
  padding: 0 1.5%;
}

.two_column_box:after {
  content: ".";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}

/* 組み写真 */
.grid_image_box {
  margin-bottom: 2.5em;
}

.grid_image_box .image_box {
  margin-bottom: 1.5em;
}

.grid_image_box .image_box img {
  width: 100%;
  height: auto;
}

.grid_image_box .image_box .image_big {
  float: left;
  width: 66.5%;
}

.grid_image_box .image_box .image_small {
  float: right;
  width: 32.5%;
}

.grid_image_box .image_box .image_small img {
  margin-bottom: 0.5em;
}

.grid_image_box .image_box:after {
  content: ".";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}

/* 特別枠 グリーン、ピンク */
.border_box {
  background-color: #fff;
  padding: 2em 2.4em;
  position: relative;
  margin-bottom: 2.5em;
}

.border_box:after {
  content: "";
  display: block;
  position: absolute;
  z-index: 1;
}

.border_box.green_box {
  border: 10px solid #e5f0db;
}

.border_box.green_box:after {
  bottom: -24px;
  right: -19px;
  width: 155px;
  height: 81px;
  background: url(../images/illst_garden.png) no-repeat right bottom;
  background-size: contain;
}

.border_box.pink_box {
  border: 10px solid #ffeae8;
}

.border_box.pink_box:after {
  bottom: -28px;
  right: -19px;
  width: 158px;
  height: 79px;
  background: url(../images/illst_garden_rose.png) no-repeat right bottom;
  background-size: contain;
}

/* メニュー（大） */
.menu_box_large {
  display: inline-block;
  vertical-align: top;
  width: 27%;
  padding: 0;
  margin: 0 2.5% 2em;
}

.menu_box_large .menu_photo {
  border-radius: 50%;
  width: 240px;
  height: 240px;
  overflow: hidden;
  margin: 0 auto;
}

.menu_box_large .menu_photo img {
  width: 100%;
  height: 86%;
  object-fit: cover;
  font-family: 'object-fit: cover;';
}

.menu_box_large figcaption {
  margin-top: -3em;
  position: relative;
  z-index: 1;
  text-align: center;
}

.menu_box_large h3 {
  font-size: 1.125rem;
  font-weight: bold;
  text-align: center;
  color: #fff;
  min-height: 54px;
  background: url(../images/bg_menu_title_green.png) no-repeat center center;
  background-size: 100% 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 0.2em;
  padding: 0.7em;
  line-height: 1.4;
}

.menu_box_large .price, .menu_box_large strong {
  font-size: 1rem;
  font-weight: bold;
  margin-bottom: 0;
}

.menu_box_large .menu_introduction {
  font-size: 0.94rem;
  font-weight: normal;
  text-align: center;
  background: url(../images/menubox_text_line.png) repeat left top;
  line-height: 39px;
  padding: 0 0.5em;
}

.key_color_yellow .menu_box_large h3 {
  color: #333;
  background-image: url(../images/bg_menu_title_yellow.png);
}

/* メニュー（中、小） */
.menu_box_middle,
.menu_box_small {
  background: url(../images/bg_pattern_wood.jpg) repeat center center;
  padding: 10px;
  position: relative;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
  margin-bottom: 2.7em;
}

.menu_box_middle:before,
.menu_box_small:before {
  content: "";
  display: block;
  position: absolute;
  top: -26px;
  left: 0;
  width: 100%;
  height: 27px;
  background: url(../images/illst_menu_pin.png) no-repeat center bottom;
  background-size: contain;
}

.menu_box_middle .inner,
.menu_box_small .inner {
  background-color: #fff;
  padding: 2em 2.5em;
}

.menu_box_middle .before_menu_title,
.menu_box_small .before_menu_title {
  font-size: 1.25rem;
  text-align: center;
  line-height: 1;
  color: #e2470c;
  margin-bottom: 0.2em;
}

.menu_box_middle h3,
.menu_box_small h3 {
  font-size: 1.5625rem;
  font-weight: bold;
  text-align: center;
  margin-bottom: 1.2em;
}

.menu_box_middle .menu_wrap,
.menu_box_small .menu_wrap {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-between;
}

.menu_box_middle .menu_table_area,
.menu_box_small .menu_table_area {
  width: 59.5%;
}

.menu_box_middle .menu_table_area table tbody th, .menu_box_middle .menu_table_area table tbody td,
.menu_box_small .menu_table_area table tbody th,
.menu_box_small .menu_table_area table tbody td {
  vertical-align: middle;
}

.menu_box_middle .menu_table_area table tbody th,
.menu_box_small .menu_table_area table tbody th {
  font-weight: normal;
  font-size: 1.0625rem;
  white-space: normal;
  padding-left: 1em;
  text-indent: -1em;
  line-height: 1.5em;
}

.menu_box_middle .menu_table_area table tbody th:before,
.menu_box_small .menu_table_area table tbody th:before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  background-color: #ffc00c;
  width: 0.6em;
  height: 0.6em;
  border-radius: 0.3em;
  margin-right: 0.4em;
}

.menu_box_middle .menu_table_area table tbody td,
.menu_box_small .menu_table_area table tbody td {
  text-align: right;
  white-space: nowrap;
}

.menu_box_middle .menu_table_area table tbody tr:last-of-type th, .menu_box_middle .menu_table_area table tbody tr:last-of-type td,
.menu_box_small .menu_table_area table tbody tr:last-of-type th,
.menu_box_small .menu_table_area table tbody tr:last-of-type td {
  border-bottom: none;
}

.menu_box_middle .menu_photo_area,
.menu_box_small .menu_photo_area {
  width: 37.2%;
}

.menu_box_middle .menu_photo,
.menu_box_small .menu_photo {
  margin-bottom: 1em;
}

.menu_box_middle .menu_photo .photo,
.menu_box_small .menu_photo .photo {
  overflow: hidden;
  margin-bottom: 0.1em;
}

.menu_box_middle .menu_photo .photo img,
.menu_box_small .menu_photo .photo img {
  width: 100%;
  height: auto;
}

.menu_box_middle .menu_photo figcaption,
.menu_box_small .menu_photo figcaption {
  font-size: 0.8125rem;
}

/* tab fukidashi */
#conts .tab_fukidashi {
  overflow: hidden;
  margin: 0 -2px 1em;
  padding-bottom: 15px;
}

#conts .tab_fukidashi li {
  list-style: none;
  width: 50%;
  float: left;
  border-left: solid 2px #fff;
  border-right: solid 2px #fff;
  background-color: #ebebeb;
  margin: 0;
  padding: 0;
  font-size: 1.5625rem;
  line-height: 1.3;
  text-align: center;
}

#conts .tab_fukidashi li:before, #conts .tab_fukidashi li:after {
  display: none;
}

#conts .tab_fukidashi li a, #conts .tab_fukidashi li span {
  display: block;
  width: 455px;
  background: #ebebeb;
  padding: 0.9em 0.5em;
}

#conts .tab_fukidashi li:first-child a, #conts .tab_fukidashi li:first-child span {
  margin-left: auto;
}

#conts .tab_fukidashi li:last-child a, #conts .tab_fukidashi li:last-child span {
  margin-right: auto;
}

#conts .tab_fukidashi li a {
  color: #333;
  text-decoration: none;
}

#conts .tab_fukidashi li a:hover {
  background: #ccc;
}

#conts .tab_fukidashi li.on {
  background-image: url(../images/bg_pattern_green.gif);
}

#conts .tab_fukidashi li.on span {
  position: relative;
  background: url(../images/bg_pattern_green.gif) repeat center center;
  color: #fff;
}

#conts .tab_fukidashi li.on span:after {
  content: "";
  display: block;
  position: absolute;
  left: 50%;
  bottom: -15px;
  width: 30px;
  height: 15px;
  margin-left: -15px;
  background: url(../images/arrow_f_g.png) no-repeat;
  background-size: 100% auto;
}

#conts.key_color_yellow .tab_fukidashi li.on {
  background-image: url(../images/bg_pattern_yellow.gif);
}

#conts.key_color_yellow .tab_fukidashi li.on span {
  background-image: url(../images/bg_pattern_yellow.gif);
  color: #222;
  font-weight: bold;
}

#conts.key_color_yellow .tab_fukidashi li.on span:after {
  background-image: url(../images/arrow_f_y.png);
}

@media screen and (max-width: 768px) {
  /*default heading*/
  h1.page_title {
    font-size: 2rem;
    padding-bottom: 0.7em;
  }
  h2 {
    margin-left: -20px;
    margin-right: -20px;
  }
  h3.fukidashi {
    padding-bottom: 0.3em;
    background-size: 6px auto;
  }
  h3.fukidashi:before {
    width: 14px;
    height: 16px;
    left: 1.5em;
  }
  h4:before {
    width: 22px;
    height: 34px;
    margin-right: 0.4em;
  }
  /*画像*/
  .wide_photo_image {
    margin-top: 1.4em;
  }
  .wide_photo_image.in {
    margin: 1em 0 2em;
  }
  .wide_photo_image .caption {
    font-size: 0.7em;
  }
  /*container*/
  .section_box {
    padding: 0;
  }
  .top_line {
    margin-top: 3px;
    padding-top: 2em;
  }
  .bg_pattern {
    margin-left: -20px !important;
    margin-right: -20px !important;
  }
  /*button design*/
  a.btn,
  .btn a,
  #myreset {
    background-size: auto 13px;
    font-size: 1.125rem;
  }
  /*戻る*/
  a.btn.back,
  .btn.back a {
    min-width: 30%;
    background-size: auto 13px;
  }
  /* ２列ボタン */
  .button_2_column .btn {
    width: 49%;
    margin-bottom: 1em;
  }
  .button_area a {
    background-size: 10px auto;
    background-position: right 23px center;
  }
  /*icon*/
  .btn_icon {
    padding: 2px 0 2px 22px;
    background-size: 10px auto;
    margin-top: 0.6em;
  }
  .btn_icon.back {
    background-size: 8px auto;
  }
  /*wide*/
  a.btn_wide {
    padding: 0.6em 10px;
    font-size: 1.4em;
    letter-spacing: 0.1em;
  }
  /*3列ボックス*/
  .box_3_column {
    margin: 0 -0.6% 1.5em;
  }
  .box_3_column .box {
    padding: 0 0.6%;
    margin-bottom: 1.5em;
  }
  /*2列ボックス*/
  .box_2_column {
    overflow: hidden;
    margin: 0 -0.6% 1.5em;
  }
  .box_2_column .box {
    padding: 0 0.6%;
    margin-bottom: 1.5em;
  }
  /*索引*/
  .list_box .icon_image {
    width: 110px;
  }
  .list_box .main_area {
    width: calc(100% - 110px - 1em);
  }
  .list_box .title {
    padding-left: 0.8em;
    background-size: 10px auto;
  }
  /*横並びボックス*/
  .listbox_3_col,
  .listbox_2_col,
  .card_box {
    width: 48.5%;
    padding: 0;
    margin: 0 0.5% 2em;
  }
  .listbox_3_col .text_area,
  .listbox_2_col .text_area,
  .card_box .text_area {
    padding: 1.1em;
  }
  .listbox_3_col.event .text_area,
  .listbox_2_col.event .text_area,
  .card_box.event .text_area {
    padding: 1em;
  }
  .listbox_3_col.flower .title_area .append_text,
  .listbox_2_col.flower .title_area .append_text,
  .card_box.flower .title_area .append_text {
    top: -4px;
    right: -4px;
    border-radius: 15px;
  }
  .listbox_3_col.flower .text_area,
  .listbox_2_col.flower .text_area,
  .card_box.flower .text_area {
    padding: 1em;
  }
  .listbox_2_col .image_area {
    width: 160px;
  }
  .listbox_2_col .text_area {
    width: calc(100% - 160px);
  }
  .listbox_2_col .append_text {
    top: -16px;
  }
  /* 特別枠 グリーン、ピンク */
  .border_box {
    padding: 1.3em 1.8em;
  }
  .border_box.green_box {
    border-width: 8px;
  }
  .border_box.green_box:after {
    bottom: -18px;
    right: -16px;
    width: 130px;
    height: 70px;
  }
  .border_box.pink_box {
    border-width: 8px;
  }
  .border_box.pink_box:after {
    bottom: -18px;
    right: -16px;
    width: 130px;
    height: 70px;
  }
  /* メニュー（大） */
  .menu_box_large {
    width: 44%;
    margin: 0 3% 2em;
  }
  .menu_box_large h3 {
    font-size: 1.0625rem;
  }
  .menu_box_large .menu_introduction {
    font-size: 1rem;
    background-size: auto 36px;
    line-height: 36px;
    padding: 0 0.3em;
  }
  /* メニュー（中、小） */
  .menu_box_middle:before,
  .menu_box_small:before {
    top: -20px;
    height: 20px;
  }
  .menu_box_middle .inner,
  .menu_box_small .inner {
    padding: 1.5em 1.8em;
  }
  .menu_box_middle .menu_table_area table tbody th,
  .menu_box_small .menu_table_area table tbody th {
    font-size: 0.9375rem;
  }
  .menu_box_middle .menu_table_area table tbody th:before,
  .menu_box_small .menu_table_area table tbody th:before {
    width: 0.4em;
    height: 0.4em;
    border-radius: 0.2em;
  }
  /* tab fukidashi */
  #conts .tab_fukidashi {
    margin-left: -22px;
    margin-right: -22px;
  }
  #conts .tab_fukidashi li {
    font-size: 1.2rem;
  }
  #conts .tab_fukidashi li a, #conts .tab_fukidashi li span {
    width: auto;
  }
  #conts .tab_fukidashi li.on span:after {
    bottom: -10px;
    width: 20px;
    height: 10px;
    margin-left: -10px;
  }
}

@media screen and (max-width: 540px) {
  /*default heading*/
  h1.page_title {
    font-size: 1.875rem;
  }
  h2 {
    font-size: 1.4rem;
  }
  h3.fukidashi {
    padding-bottom: 0.3em;
  }
  h3.fukidashi:before {
    width: 12px;
    height: 14px;
    left: 1em;
  }
  h4:before {
    width: 20px;
    height: 32px;
  }
  .common_box .img_box, :not(.img_box) img.left {
    display: block;
    float: none;
    text-align: center;
    margin-top: 0;
    margin-left: auto;
    margin-right: auto;
    max-width: auto;
    max-width: initial;
  }
  .common_box.right .img_box, :not(.img_box) img.right {
    float: none;
    display: block;
    margin-left: auto;
    margin-right: auto;
  }
  :not(.img_box) img.left, :not(.img_box) img.right {
    margin-bottom: 1em;
  }
  /*news list*/
  #conts .article_list li {
    margin-bottom: 1.2em;
  }
  #conts .article_list li time {
    display: block;
    width: auto;
    font-size: 0.8125em;
    margin-bottom: 0.3em;
  }
  #conts .article_list li a {
    display: block;
    width: auto;
    font-size: 0.875em;
  }
  .bg_pattern:before {
    height: 15px;
  }
  .bg_pattern:after {
    height: 15px;
  }
  /*button design*/
  a.btn,
  .btn a,
  #myreset {
    display: block;
    width: 100%;
    margin-left: 0;
    margin-right: 0;
    background-size: auto 13px;
    font-size: 1.0625rem;
  }
  /* ２列ボタン */
  .button_2_column {
    display: block;
  }
  .button_2_column .btn {
    width: 100%;
    margin-bottom: 0.5em;
  }
  /*3列ボックス*/
  .box_3_column {
    margin: 0 0 1.5em;
  }
  .box_3_column .box {
    float: none;
    width: 100%;
    max-width: 280px;
    padding: 0;
    margin: 0 auto 1.5em;
  }
  /*2列ボックス*/
  .box_2_column {
    overflow: hidden;
    margin: 0 0 1.5em;
  }
  .box_2_column .box {
    float: none;
    width: 100%;
    padding: 0;
    margin-bottom: 1.5em;
  }
  .button_area {
    display: block;
  }
  .button_area a {
    width: 100%;
    background-size: 8px auto;
    background-position: right 15px center;
  }
  /*索引*/
  .list_box .icon_image {
    width: 100px;
  }
  .list_box .main_area {
    width: calc(100% - 100px - 1em);
  }
  .list_box .title {
    background-size: 8px auto;
    background-position: left top 0.4em;
    padding-right: 0;
  }
  .list_box .time {
    display: block;
    position: static;
    text-align: right;
    margin-bottom: 0;
  }
  .list_box .tag {
    top: -8px;
    left: -10px;
    width: 45px;
  }
  /*横並びボックス*/
  .listbox_3_col,
  .listbox_2_col,
  .card_box {
    display: block;
    width: auto;
    margin: 0 0 2em;
  }
  .listbox_3_col .title_area,
  .listbox_2_col .title_area,
  .card_box .title_area {
    background-size: 28px auto;
  }
  .listbox_3_col.event .text_area .title, .listbox_3_col.flower .text_area .title,
  .listbox_2_col.event .text_area .title,
  .listbox_2_col.flower .text_area .title,
  .card_box.event .text_area .title,
  .card_box.flower .text_area .title {
    font-size: 1.25rem;
  }
  .listbox_2_col .image_area {
    width: 140px;
  }
  .listbox_2_col .text_area {
    width: calc(100% - 140px);
  }
  .listbox_2_col_sp {
    display: block;
    width: auto;
    margin: 0 0 2em;
  }
  .listbox_2_col_sp .title_area {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
  }
  .listbox_2_col_sp .image_area {
    width: 140px;
  }
  .listbox_2_col_sp .text_area {
    width: calc(100% - 140px);
    padding: 1.8em 1.1em 0.8em;
  }
  .listbox_2_col_sp.noimage .text_area {
    width: 100%;
    float: none;
    padding: 1.8em 1.1em;
  }
  .listbox_2_col_sp .text_area .title {
    font-size: 1.35rem;
  }
  /*３列入力枠*/
  .three_column_box {
    margin: 0 0 1.5em;
  }
  .three_column_box .box {
    float: none;
    width: auto;
    padding: 0;
    margin-bottom: 1.5em;
  }
  /* ２列入力枠 */
  .two_column_box {
    margin: 0 0 1.5em;
  }
  .two_column_box .half_box {
    float: none;
    width: auto;
    padding: 0;
    margin-bottom: 1.5em;
  }
  /* 組み写真 */
  .grid_image_box .image_box .image_big {
    float: none;
    width: auto;
    margin-bottom: 0.5em;
  }
  .grid_image_box .image_box .image_small {
    float: none;
    width: auto;
  }
  .grid_image_box .image_box .image_small img {
    margin-bottom: 0;
    float: left;
    width: 49%;
  }
  .grid_image_box .image_box .image_small img + img {
    margin-left: 2%;
  }
  .grid_image_box .image_box .image_small:after {
    content: ".";
    display: block;
    clear: both;
    height: 0;
    visibility: hidden;
  }
  .grid_image_box .image_box:after {
    display: none;
  }
  /* 特別枠 グリーン、ピンク */
  .border_box {
    padding: 1.2em 1.4em;
  }
  .border_box.green_box {
    border-width: 7px;
  }
  .border_box.green_box:after {
    width: 120px;
    height: 60px;
  }
  .border_box.pink_box {
    border-width: 7px;
  }
  .border_box.pink_box:after {
    width: 120px;
    height: 60px;
  }
  /* メニュー（大） */
  .menu_box_large {
    display: block;
    width: auto;
    margin: 0 0 3em;
  }
  .menu_box_large .menu_photo {
    width: 230px;
    margin: 0 auto;
  }
  .menu_box_large .menu_introduction {
    background-size: auto 34px;
    line-height: 34px;
  }
  .menu_box_large h3 {
    max-width: 260px;
    margin-left: auto;
    margin-right: auto;
  }
  /* メニュー（中、小） */
  .menu_box_middle,
  .menu_box_small {
    margin-left: -20px;
    margin-right: -20px;
    padding: 12px;
  }
  .menu_box_middle:before,
  .menu_box_small:before {
    top: -18px;
    height: 18px;
  }
  .menu_box_middle .inner,
  .menu_box_small .inner {
    padding: 1.4em;
  }
  .menu_box_middle .menu_wrap,
  .menu_box_small .menu_wrap {
    display: block;
  }
  .menu_box_middle .menu_table_area,
  .menu_box_small .menu_table_area {
    width: auto;
  }
  .menu_box_middle .menu_table_area table th, .menu_box_middle .menu_table_area table td,
  .menu_box_small .menu_table_area table th,
  .menu_box_small .menu_table_area table td {
    display: table-cell;
    border-top: 1px dashed #333;
    border-bottom: 1px dashed #333;
  }
  .menu_box_middle .menu_photo_area,
  .menu_box_small .menu_photo_area {
    width: auto;
  }
  .menu_box_middle .menu_photo_area .menu_photo,
  .menu_box_small .menu_photo_area .menu_photo {
    display: inline-block;
    vertical-align: top;
    width: 47%;
    margin: 0 1% 1.5em;
  }
  /* table */
  table {
    font-size: 0.9em;
  }
  table th {
    white-space: normal;
  }
  .table01 {
    font-size: 1em;
    border-top: 1px dashed #333;
  }
  .table01 th, .table01 td {
    display: block;
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }
  .table01 th {
    border: 0;
    padding-bottom: 0;
  }
  .table01 td {
    border-top: 0;
    padding-top: 0;
  }
}
