@charset "UTF-8";
/* CSS Document */
/*clearfix
-----------------------------------------------------------------*/
.clearfix:after {
  content: '';
  display: block;
  clear: both;
}
.clearfix {
  /*↓DWで正しく表示させる為*/
  overflow: hidden;
}
.img {
  vertical-align: bottom;
}
.img_sp {
  width: 100%;
  height: auto;
}
.txtMar {
  margin-bottom: 0.5em;
}
dl, dt, dd {
  margin: 0;
  padding: 0;
}
/*汎用
--------------------*/
h1, h2, h3, h4, h5, h6, h7 {
  padding: 0px;
  margin: 0px;
}
ul, li {
  list-style: none;
  margin: 0;
  padding: 0;
}
/* Base Font-Size
--------------------*/
.small {
  font-size: 90%;
  line-height: 140%;
}
.large {
  font-size: 16px;
  line-height: 130%;
}
.slarge {
  font-size: 18px;
  line-height: 110%;
}
span.font_small {
  font-size: 90%;
  line-height: 100%;
}
/* reset */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, 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, output, ruby, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block;
}
ol, ul {
  list-style: none;
}
blockquote, q {
  quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
/*汎用
------------------------------*/
#Wrap {
	font-family: "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif;
}
/* float */
.fltL {
  float: left;
}
.fltR {
  float: right;
}
/* text align */
.tx-l {
  text-align: left;
}
#Wrap .tx-c, .tx-c {
  text-align: center;
}
#Wrap .tx-r, .tx-r {
  text-align: right;
}
/*text*/
.txt-bold {
  font-weight: bold;
}
.txt-white {
  color: #ffffff;
}
.txt-blue {
  color: #00AFEC;
}
.txt-green {
  color: #00c909;
}
.txt-red {
  color: #F00;
}
.txt-pink {
  color: #E4007E;
}
.txt-gold {
  color: #A9955F;
}
.txt-price {
  color: #F00;
  font-weight: bold;
}
.txt-gentei {
  border: solid 1px;
  padding: 1px 2px;
}
.box-red {
  border: 2px solid red;
  padding: 10px;
  display: block;
  width: fit-content;
  margin: 0 auto; /* 中央揃え */
}
/*画像置換用*/
.tx-9999 {
  text-indent: -9999px;
}
/*インデント*/
.kome {
  text-indent: -1em;
  padding-left: 1em;
}
/*マージン*/
#Wrap .mt2, .mt2 {
  margin-top: 2px;
}
#Wrap .mt5, .mt5 {
  margin-top: 5px;
}
#Wrap .mt10, .mt10 {
  margin-top: 10px;
}
#Wrap .mt15, .mt15 {
  margin-top: 15px;
}
#Wrap .mt20, .mt20 {
  margin-top: 20px;
}
#Wrap .mt25, .mt25 {
  margin-top: 25px;
}
#Wrap .mt30, .mt30 {
  margin-top: 30px;
}
#Wrap .mt35, .mt35 {
  margin-top: 35px;
}
#Wrap .mt40, .mt40 {
  margin-top: 40px;
}
.mt50 {
  margin-top: 50px;
}
#Wrap .mt1em, .mt1em {
  margin-top: 1em;
}
#Wrap .mt2em {
  margin-top: 2em;
}
#Wrap .mt05em {
  margin-top: .5em;
}
.mg-b3 {
  margin-bottom: 2px;
}
.mg-b5 {
  margin-bottom: 5px;
}
.mg-b6 {
  margin-bottom: 6px;
}
.mg-b8 {
  margin-bottom: 8px;
}
.mg-b10 {
  margin-bottom: 10px;
}
.mg-b15 {
  margin-bottom: 15px;
}
.mg-b20 {
  margin-bottom: 20px;
}
.mg-b25 {
  margin-bottom: 25px;
}
.mg-b30 {
  margin-bottom: 30px;
}
.mg-b40 {
  margin-bottom: 40px;
}
.mg-l1em {
  margin-left: 1em;
}
.mg-l5 {
  margin-left: 5px;
}
.mg-l10 {
  margin-left: 10px;
}
.mg-r5 {
  margin-right: 5px;
}
.mg-r10 {
  margin-right: 10px;
}
/*パディング*/
.pd-r10 {
  padding-right: 10px;
}
.pd-r20 {
  padding-right: 20px;
}
.pd-l5 {
  padding-left: 5px;
}
.pd-l10 {
  padding-left: 10px;
}
.pd-l20 {
  padding-left: 20px;
}
.pd-b5 {
  padding-bottom: 5px;
}
.pd-b10 {
  padding-bottom: 10px;
}
.pd-b20 {
  padding-bottom: 20px;
}
.mr3 {
  margin-right: 3px;
}
.pt10 {
  padding-top: 10px;
}
.pt20 {
  padding-top: 20px;
}
.pc-item {
  display: block;
}
.sp-item {
  display: none;
}
.fnt_serif {
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}
#Wrap .sp {
  display: none !important;
}
@media (max-width: 559px) {
  #Wrap .pc {
    display: none !important;
  }
  #Wrap .sp {
    display: block !important;
  }
}
/*全体囲み
-----------------------------------------------------------------*/
#Wrap {
  text-align: center;
}
#Wrap .section-title a {
  text-decoration: underline;
}
#Wrap img {
  width: 100%;
  vertical-align: bottom;
}
#Wrap .featured-events-see-details {
  text-decoration-color: #8d8d8d;
}
#Wrap .featured-events-see-details a {
  color: #8d8d8d;
  -webkit-transition: opacity 0.2s linear, color 0.2s linear;
  transition: opacity 0.2s linear, color 0.2s linear;
  text-decoration-color: #8d8d8d;
  text-decoration: none !important;
  border-bottom: none !important;
}
.featured-events-area.bg_white {
  border: 1px solid #231815;
  background-color: #fff;
}
#Wrap .w65 {
  width: 65% !important;
  margin: auto;
}
#Wrap .w31 {
  width: 45% !important;
}
#Wrap .w5 {
  width: 3%;
}
#Wrap .w25 {
  width: 250px;
}
#Wrap .c_center {
  margin-left: auto;
  margin-right: auto;
}
.alignCenter_conts {
  margin-left: auto;
  margin-right: auto;
}
#Wrap .page_index {
  text-align: left;
}
.article-section-table-cont ol li a {
  color: #2c2c2c !important;
  font-weight: bold !important;
  text-decoration: underline !important;
}
#Wrap span.txt_lg {
  display: block;
  font-size: 120%;
}
#Wrap .tw a {
  text-decoration: underline !important;
}
.icon-blank-custom::after {
  content: url(../images/v.png);
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: 400;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  display: inline-block;
  -webkit-font-smoothing: antialiased;
}
.icon-blank-custom {
  text-decoration: underline;
}
.fs20 {
  font-size: 2rem !important;
  font-weight: bold;
}
.article-section-notice {
  text-align: left;
}
.sns_links {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.sns_links div {
  width: 40px;
  margin: 0 30px;
}
@media (max-width: 559px) {
  .sns_links div {
    width: 10%;
    margin: 0 5%;
  }
  .section-title.sp_c {
    text-align: center !important;
  }
}
.txt-ttl {
  color: #A84F25;
}
.two-column-item-pic {
  margin-bottom: 2rem;
}
.two-column-item-name {
  margin-bottom: 2rem;
}
.prof_2c {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.prof_2c div {
  width: 32%;
  margin: 0 2%;
}
.prof_2c img {
  display: block;
  width: 92%;
}
#Wrap .mb0, .mb0 {
  margin-bottom: 0 !important;
}
.two-column-item-txt.mb0 {
  font-weight: bold;
}
.sc_h {
  width: 60%;
  margin: 20px auto 10px;
}
@media (max-width: 559px) {
  .sc_h {
    width: 80%;
  }
  .two-column-item-pic.tea_btm {
    width: 90%;
    margin: 0 auto;
  }
}
.pc60 {
  width: 60%;
  margin: 0 auto 0;
}
@media (max-width: 559px) {
  .pc60 {
    width: 100%;
  }
}
.tf_conts {
  background-image: url("../images/tf_conts.jpg");
  background-repeat: no-repeat;
  background-position: top center;
  background-size: contain;
  padding: 50px 0 50px;
}
.tf_conts-pic {
  width: 60%;
  max-width: 680px;
  margin: 20px auto 0;
}
.shikiri {
  width: 90%;
  margin: auto;
}
.two-column-item li.tf_l {
  width: 50%;
  vertical-align: top;
}
.two-column-item li.tf_r {
  width: 40%;
  vertical-align: top;
}
.tf_r .two-column-item-name {
  margin-bottom: .5rem;
}
@media (max-width: 559px) {
  .tf_conts {
    background-image: url("../images/tf_conts_sp.jpg");
    padding: 30px 6% 30px;
    background-size: cover;
  }
  .tf_conts-pic {
    width: 90%;
    max-width: none;
    margin: 20px auto 0;
  }
  .tf_conts h2, .tf_conts p {
    text-align: left !important;
  }
  .two-column-item li.tf_l {
    width: 100%;
  }
  .two-column-item li.tf_r {
    width: 100%;
  }
  #Wrap .tf_sp_txt_l h2, #Wrap .tx-c, #Wrap .tf_sp_txt_l p {
    text-align: left !important;
  }
  #Wrap .l-title-wrap .tx-c {
    text-align: center !important;
  }
  #Wrap .section-title {
    text-align: left !important;
  }
  #Wrap .page_index li {
    padding-left: 2em;
    text-indent: -2em;
  }
}
#Wrap .tp_mi {
  margin: 20px auto 50px;
  border: 1px solid #333;
  width: 52%;
  padding: 15px 20px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.tp_mi_p {
  width: 80%;
}
.tp_mi_h {
  width: 100%;
  text-align: center;
  font-size: 20px;
  font-weight: bold;
  margin: .5em 0 .8em;
}
.tp_mi_btn {
  width: 48%;
  line-height: 1.5;
  font-size: 14px;
  font-weight: bold;
}
.tp_mi_btn a {
  display: block;
  background-color: #333;
  color: #fff;
	padding: 1em 0;
}
@media (max-width: 559px) {
  #Wrap .tp_mi {
    margin: 20px auto 50px;
    border: 1px solid #333;
    width: 100%;
    padding: 15px 20px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
  }
  .tp_mi_p {
    width: 40%;
  }
  .tp_mi_h {
    font-size: 4vw;
  }
  .tp_mi_btn {
    width: 60%;
    font-size: 3.4vw;
  }
}
.featured-events-txt-wrap.bnr01 {
  position: relative;
}
.bnr01_txt {
  position: absolute;
  bottom: 1em;
  left: 1em;
  font-size: 12px;
  text-align: left;
}
@media (max-width: 559px) {
  .featured-events-txt-wrap.bnr01 {
    padding-top: 2vw;
  }
  .bnr01_txt {
    position: relative;
    bottom: auto;
    left: auto;
    margin-bottom: 1em;
    font-size: 3.2vw;
    text-align: left;
  }
}
.bnr_sub {
  font-size: 75%;
}
.mi_txt2 {
  background-color: #FFEA00;
}
.content-inner.tp_txx {
  max-width: 90%;
}
.content-inner.tp_txx .bg-white {
  background-color: #fff;
  border: 1px solid #333;
}
.two-column-item-name {
  font-size: 18px;
  margin-bottom: .2em;
}
@media (max-width: 559px) {
  .two-column-item-name {
    font-size: 4.2vw;
  }
}
.goTop.plain-btn {
  max-width: 560px;
  font-weight: bold;
}
.goTop.plain-btn a {
  font-size: 18px;
  position: relative;
}
.goTop.plain-btn a:before {
  content: '';
  width: 1em;
  height: 1em;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  position: absolute;
  top: .8em;
  right: 1em;
  transform: rotate(45deg);
}
.goTop.plain-btn a:hover:before {
  border-color: #333;
}
@media (max-width: 559px) {
  .goTop.plain-btn {
    max-width: 100%;
  }
  .goTop.plain-btn a {
    font-size: 3vw;
  }
}
.article-section-table-cont .no_num li::before {
  content: none;
  padding-left: 0;
}
#Wrap .page_index .no_num li {
  padding-left: 0 !important;
  text-indent: 0 !important;
}
.p_sec_h {
  font-size: 24px;
  color: #C80656;
}
@media (max-width: 559px) {
  .p_sec_h {
    font-size: 4.8vw;
  }
}
.p_sec_h span {
  font-size: 60%;
  display: block;
  color: #333;
  margin-top: 1em;
}
.milk_area {
  margin-bottom: 80px;
  background-color: #dcc3a7;
  padding: 50px 0 50px;
  background-image: url("../images/scone_4_15/milk_01.png"), url("../images/scone_4_15/milk_02.png"), url("../images/scone_4_15/milk_03.png"), url("../images/scone_4_15/milk_04.png");
  background-position: 20px 420px, 95% 600px, 20px 840px, 95% 1040px;
  background-repeat: no-repeat, no-repeat, no-repeat, no-repeat;
  background-size: 180px auto, 204px auto, 204px auto, 156px auto;
}
.milk_h {
  width: 200px;
  margin: 0 auto 15px;
}
.milk_area .p_sec_h {
  color: #fff !important;
  margin-top: 0;
}
.milk_area .p_sec_h span {
  font-size: 80%;
  color: #fff;
  margin-top: 0;
}
@media (max-width: 559px) {
  .milk_area {
    background-image: none;
    margin-bottom: 8vw;
    padding: 6vw 4%;
  }
  .milk_h {
    width: 40%;
    margin: 0 auto 4vw;
  }
  #Wrap .milk_area .section-title {
    text-align: center !important;
  }
}
.milk_area h3 {
  text-align: center;
  color: #8C6239;
  font-weight: bold;
  font-size: 28px;
  margin: 0;
}
.milk_area h4 {
  text-align: center;
  color: #8C6239;
  font-weight: bold;
  font-size: 20px;
  margin-top: .5em;
}
.milk_area p {
  text-align: center;
  color: #8C6239;
  font-size: 16px;
  font-weight: bold;
}
.milk_area p.sepp {
  color: #fff;
  font-size: 16px;
  font-weight: bold;
  margin: .5em 0;
}
.milk_area p.ss {
  font-size: 14px;
}
@media (max-width: 559px) {
  .milk_area h3 {
    font-size: 4.8vw;
    text-align: left;
  }
  .milk_area h4 {
    font-size: 4.2vw;
    text-align: left;
  }
  .milk_area p {
    font-size: 3.8vw;
    text-align: left;
  }
  .milk_area p.sepp {
    font-size: 3.8vw;
    text-align: center;
  }
  .milk_area p.ss {
    font-size: 3.0vw;
  }
  .milk_01 {
    width: 40%;
    margin: 4vw auto 4vw;
  }
}
.p_sec_h.s4 {
  color: #A84F25;
}
.p_sec_h.s5 {
  color: #E8447E;
}
#Wrap .mi_img {
  border: 1px solid #333;
	width: 60%;
	padding: 15px 15px;
}
.sc_h_sec {
  width: 60%;
  margin: 0 auto;
}
@media (max-width: 559px) {
  .bg_white h5 {
    text-align: left;
  }
	#Wrap .mi_img {
		width: 100%;
		padding: 15px 2%;
	}
}
@media (min-width: 560px) {
  .bg_top {
    background-image: url(../images/top/back_image_top.jpg);
    background-position: center top;
    background-repeat: no-repeat;
    background-size: 1440px auto;
  }
  .article-header.article-header-slider.top {
    padding-bottom: 0;
  }
  .bg_top h1.l-title {
    padding-top: 50px;
  }
  .bg_c h1.l-title, .bg_01 h1.l-title, .bg_02 h1.l-title, .bg_03 h1.l-title, .bg_04 h1.l-title, .bg_05 h1.l-title, .bg_06 h1.l-title {
    padding-top: 56px;
  }
  .bg_c {
    background-image: url(../images/scone_4_15/back_image_04.png);
    background-position: center 30px;
    background-repeat: no-repeat;
    background-size: 1100px auto;
  }
  /*.bg_01 {
		background-image: url(../images/scone_1_15/back_image_01.png);
		background-position: center 30px;
		background-repeat: no-repeat;
		background-size: 1100px auto;
	}
  .bg_02 {
		background-image: url(../images/scone_2_15/back_image_02.png);
		background-position: center 30px;
		background-repeat: no-repeat;
		background-size: 1100px auto;
	}
  .bg_03 {
		background-image: url(../images/scone_3_15/back_image_03.png);
		background-position: center 30px;
		background-repeat: no-repeat;
		background-size: 1100px auto;
	}
  .bg_04 {
		background-image: url(../images/scone_4_15/back_image_04.png);
		background-position: center 30px;
		background-repeat: no-repeat;
		background-size: 1100px auto;
	}
  .bg_05 {
		background-image: url(../images/scone_5_15/back_image_05.png);
		background-position: center 30px;
		background-repeat: no-repeat;
		background-size: 1100px auto;
	}
  .bg_06 {
		background-image: url(../images/scone_6_15/back_image_06.png);
		background-position: center 30px;
		background-repeat: no-repeat;
		background-size: 1100px auto;
	}*/
  .bg_c .article-section-item, .bg_01 .article-section-item, .bg_02 .article-section-item, .bg_03 .article-section-item, .bg_04 .article-section-item, .bg_05 .article-section-item, .bg_06 .article-section-item, .bg_c .content-inner, .bg_01 .content-inner, .bg_02 .content-inner, .bg_03 .content-inner, .bg_04 .content-inner, .bg_05 .content-inner, .bg_06 .content-inner, .bg_c .article-section-item, .bg_01 .article-section-item, .bg_02 .article-section-item, .bg_03 .article-section-item, .bg_04 .article-section-item, .bg_05 .article-section-item, .bg_06 .article-section-item {
    background-color: transparent !important;
  }
}
@media (max-width: 559px) {
  .article-header-image {
    padding-top: 0 !important;
  }
}
.index_h {
  text-align: center;
  font-size: 1.6rem;
  padding-bottom: .5em;
}
.content-inner {
  background-color: #fff !important;
}
.index_ul {
  text-align: center;
  font-size: 1.6rem;
}
.index_ul li::before {
  display: none;
}
.index_ul li a {
  display: block;
  color: #000;
  font-weight: bold;
  background-color: #F4B4D0;
  padding: .2em 0;
}
.index_ul li:nth-child(2n) a {
  background-color: #CAE5CD;
}
#Wrap .page_index li {
  padding-left: 0;
  text-indent: 0;
}
.index_ul li span {
  padding-left: 1em;
}
@media (max-width: 559px) {
  .index_ul li span {
    padding-left: 0;
    display: block;
    text-decoration: none;
  }
}
@media (min-width: 560px) {
  .article-section-notice.notice-marg .content-inner {
    width: 840px;
  }
}
@media (max-width: 559px) {
  .article-section-notice.notice-marg .content-inner {
    width: 100%;
    padding: 0 !important;
  }
}
@media (min-width: 560px) {
  .one-column-item-store-info.s6 {
    width: 64%;
  }
}
@media (max-width: 559px) {
  .bg_c h1.l-title, .bg_01 h1.l-title, .bg_02 h1.l-title, .bg_03 h1.l-title, .bg_04 h1.l-title, .bg_05 h1.l-title, .bg_06 h1.l-title {
    padding-top: 30px;
  }
}
.brandstory_btn {
  width: 80px;
  position: fixed;
  top: 150px;
  right: 50px;
  z-index: 3;
  transition: .3s;
  opacity: 0;
  pointer-events: none;
  transform: translateY(10px);
}
.brandstory_btn.app {
  opacity: 1;
  pointer-events: all;
  transform: translateY(0);
}
.brandstory_btn ul {
  display: flex;
  flex-wrap: wrap;
  align-content: flex-start;
  align-items: center;
  justify-content: space-between;
}
.brandstory_btn ul li {
  width: 100%;
  margin-bottom: 10px;
  font-size: 10px;
  text-align: center;
  font-weight: bold;
  line-height: 1.5;
  height: 80px;
  display: table;
}
.brandstory_btn ul li a {
  display: table-cell;
  vertical-align: middle;
  color: #333;
  background-color: #74bed7;
}
.brandstory_btn ul li a span.nw {
	display: block;
	color: #E4007F;
	font-size: 120%;
}
@media (max-width: 559px) {
  .brandstory_btn {
    width: 100%;
    position: fixed;
    bottom: 0;
    left: 0;
    z-index: 3;
    top: auto;
    right: auto;
  }
  .brandstory_btn br {
    display: none;
  }
  .brandstory_btn ul {
    background-color: #fff;
  }
  .brandstory_btn ul li {
    width: 100%;
    height: auto;
    font-size: 2.6vw;
    margin-bottom: 0;
    line-height: 1
  }
  .brandstory_btn ul li:nth-child(2),
	.brandstory_btn ul li:nth-child(n+3) {
    margin-top: 5px;
  }
  .brandstory_btn ul li a {
    padding: 1em 0;
  }
	.brandstory_btn ul li a span.nw {
		display: inline-block;
		margin-right: .5em;
	}
}
#Wrap .icon_ph img {
  width: 20%;
  display: block;
  margin: 0 auto;
}
.icon_ph span {
  text-align: center;
  display: block;
  margin-top: 1em;
}
.icon_ph_txt {
  width: 70%;
  margin: 0 auto 1.5em;
  text-align: left;
}
.icon_ph_txt span {
  display: block;
  margin-bottom: .5em;
  font-size: 130%;
  font-weight: bold;
}
.icon_btn a {
  display: block;
  margin-top: 20px;
}
#Wrap .icon_btn a img {
  width: 10% !important;
  margin: 0 auto 5px;
  display: block;
}
.icon_btn a span {
  color: #333;
  text-align: center;
}
#Wrap .c_one {
  padding: 0 18%;
}
#Wrap .two-column-item-wrap p {
  word-break: break-word;
}
@media (max-width: 559px) {
  #Wrap .icon_ph img {
    width: 30%;
  }
  .icon_ph_txt {
    width: 100%;
  }
  #Wrap .icon_btn a img {
    width: 20% !important;
  }
  #Wrap .c_one {
    padding: 0 0;
  }
}
/*.map {
  margin-top: -100px;
  z-index: 0;
  position: relative;
}
@media (max-width: 559px) {
	.map {
		margin-top: 0;
	}
}*/
.map__area {
	padding: 0 5%;
}
@media (max-width: 559px) {
	.map__area {
		padding: 0;
	}
}




.map_area .content-inner, .map_area .section-title-area, .map_area p {
  background-color: inherit !important;
  z-index: 0;
}
.map_area .section-title-area, .map_area p {
  position: relative;
  background-color: inherit !important;
}
.hov {
  background-color: #fff;
  opacity: .2;
}
.brand_h {
  color: #E60044 !important;
}
.brand_hc {
  text-align: center;
  font-size: 20px;
  font-weight: bold;
  line-height: 1.2;
  margin: 1em auto 3em;
  background-color: #7D4698;
  padding: 1em 0;
  border-radius: 2em;
  width: 14em;
  color: #fff;
}
.brand_hc.c2 {
  background-color: #E74291;
}
.brand_hc.c3 {
  background-color: #EE7800;
  padding: .5em 0;
}
.brand_hc.c4 {
  background-color: #008CCF;
}
.tp_mi_btn.s_btn {
  margin-left: auto;
  margin-right: auto;
  width: 25%;
}
@media (max-width: 559px) {
  .tp_mi_btn.s_btn {
    width: 60%;
  }
}
#Wrap .icon_ph_wp {
  display: flex;
  align-content: flex-start;
  align-items: flex-start;
  justify-content: center;
}
#Wrap .icon_ph_wp .icon_ph {
  width: 20%;
  margin: 0 2%;
}
#Wrap .icon_ph_wp .icon_ph img {
  width: 100%;
}
.konohito_h {
  width: 90%;
  margin-left: auto;
  margin-right: auto;
}
.hito_wp {
  width: 86%;
  margin: 40px auto 0;
  border-top: 1px solid #040000;
  padding-top: 40px;
}
.hito_wp .article-section-item.two-column-item-wrap {
  margin-bottom: 0;
}
.hito_wp .icon_ph_txt {
  width: 90%;
}
.hito_wp.end {
  border-bottom: 1px solid #040000;
  padding-bottom: 40px;
  margin-bottom: 160px;
}
@media (max-width: 559px) {
  .hito_wp {
    margin-top: 20px;
    padding-top: 20px;
  }
  .hito_wp.end {
    padding-bottom: 20px;
    margin-bottom: 80px;
  }
}
/*1223追加
フローティングアイコン最後大きく*/
@media (min-width: 560px) {
  #Wrap .cam_icon {
    transform: scale(1.25) translate(0.8rem, 1em);
  }
}
/*@media (max-width: 559px) {
  #Wrap .cam_icon {
    width: 100%;
  }
}*/

#Wrap .takeout a {
	background-color: #00ab83;
	color: #fff;
	vertical-align: top;
	line-height: 1.2;
	padding-top: 1em;
	background-image: url(../images/top/takeout.png);
	background-position: center bottom;
	background-repeat: no-repeat;
	background-size: 60% auto;
}
#Wrap .camera {
	font-size: 7px;
	transform: scale(1.2);
	transform-origin: right top;
	letter-spacing: -0.01em;
}
#Wrap .camera span.date {
	font-size: 5px;
}
#Wrap .camera a {
	background-color: #C60080;
	color: #fff;
	vertical-align: top;
	line-height: 1.2;
	padding-top: 1em;
	background-image: url(../images/top/camera.png);
	background-position: center bottom 20%;
	background-repeat: no-repeat;
	background-size: 50% auto;
}


@media (max-width: 559px) {
	#Wrap .takeout a {
		vertical-align: middle;
		line-height: 1.1;
		font-size: 2.4vw;
		text-align: center;
		padding-left: 1em;
		/*padding: .5em 1em;*/
		background-image: url(../images/top/takeout.png),url(../images/top/takeout2.png);
		background-size: 10% auto, 10% auto;
		background-position: 95% center, 15% center;
	}
	#Wrap .takeout a br {
		display: none;
	}
	#Wrap .takeout a .spa {
		display: none;
	}
	
	#Wrap .camera {
		font-size: 2.4vw;
		transform: none;
	}
	#Wrap .camera span.date {
		font-size: 2.0vw;
		display: block;
		margin-top: .5em;
	}
	#Wrap .camera a {
		background-size: auto 60%;
		background-position: 94% center;
	}
	
}
.brandstory_btn ul li a.r_map {
	background-color: #333;
	color: #fff;
}


@media (min-width: 560px) {
	/*.anc_sps {
		padding-top: 130px !important;
		margin-top: -130px !important;
	}*/
}

/*250116*/
.map-DLbtn {
    width: 50%;
    display: block;
    margin-inline: auto;
    /*background-color: #A3D6CA;*/
    color: #333;
    font-size: 20px;
    font-weight: 600;
   /* padding: 1rem 0;*/
}
@media (max-width: 559px){
    .map-DLbtn {
        width: 70%;
        font-size: 3.8vw;
    }
}

.brand_item_area .two-column-item-txt {
	margin-bottom: 1em;
}
.two-column-item-pic img {
	aspect-ratio: 1 / 1;
}
.ex_wp.one-column-item-store-info-wrap {
	width: 100%;
	max-width: 1000px;
}
.bb_pnk {
	border-top: 5px solid #E4007F;
}


.brandstory_btn .new a {
	background-color: #ffd900;
	color: #008842;
	letter-spacing: -0.05em;
}
.brandstory_btn ul li a span.nw {
	color: #008842;
}

.sec_h_pre {
	text-align: center;
	font-size: 24px;
	font-weight: bold;
	color: #F00;
}

.sec_pre_in {
	border-top: 2px solid #F00;
	border-bottom: 2px solid #F00;
	padding: 15px 0;
	color: #F00;
	text-align: center;
	font-weight: bold;
	width: 75%;
	margin: 0 auto;
	font-size: 14px;
}
.sec_h_pre_h {
	font-size: 18px;
	line-height: 1;
}
.sec_h_pre_h span {
	padding: .2em 1em;
	border: 2px solid #F00;
	margin-top: .5em;
}
.sec_h_pre_d {
	font-size: 18px;
	line-height: 2;
	margin-top: .5em;
}
.sec_h_pre_t {
	font-size: 14px;
	line-height: 1.4;
	font-weight: bold;
	margin-top: 1.5em;
	color: #F00;
}
.mt02 {
	margin-top: 2em !important;
}
.tp_mi_btn.pre {
	width: 23%;
	margin: 15px auto 0;
}
.top_map {
	width: 80%;
	margin: 30px auto 0;
}
.page_index .content-inner {
	background-color: #E6E6E6 !important;
	text-align: left;
	padding: 10px 20px;
	box-sizing: border-box;
}
.index_h {
	text-align: left;
	font-weight: bold;
	padding-bottom: 0;
}
.index_ul li {
	text-align: left;
}
.index_ul li a,
.index_ul li:nth-child(2n) a {
	background-color: inherit;
}
@media screen and (max-width: 767px) {
	.sec_pre_in {
		width: 100%;
		text-align: left;
		font-size: 3.8vw;
	}
	.sec_h_pre_h {
		text-align: center;
		font-size: 4.3vw;
	}
	.sec_h_pre_h span {
		display: block;
	}
	.sec_h_pre_d {
		font-size: 4vw;
	}
}
@media (min-width: 560px) {
	#anc07 .one-column-item-store-info-wrap {
		width: 100%;
	}
	#Wrap #anc07 .w65 {
		width: 50% !important;
	}
	#Wrap #anc07 .w31 {
		width: 31% !important;
	}
	.featured-events-area h2 {
		font-size: 22px;
	}
	.top_tw_btn .featured-events-ph {
		width: 25%;
	}
}
.bg_yw {
	background-color: #FFF100;
}
.area-link-wrap {
	max-width: 300px;
	margin: 0 auto;
}
.area-link-wrap a {
	display: block;
	background-color: #009F80;
	color: #fff;
	padding: 10px 20px;
	text-decoration: none;
	border-radius: 0;
	font-weight: bold;
	font-size: 18px;
	text-align: center;
}
.area-link-wrap + .area-link-wrap {
	margin-top: 1em;
}
.featured-events-ph.bnr01 {
	width: 25%;
}
.featured-events-ph.bnr02 {
	width: 30%;
}
.ols_btn {
	width: 50%;
	margin: 50px auto 25px;
}
@media screen and (max-width: 767px) {
	.area-link-wrap {
		/*margin-top: -10px !important; 
		margin-bottom: 10px !important;*/
		max-width: 90%;
	}
	.area-link-wrap + .area-link-wrap {
		margin-top: 1em;
	}
	.ols_btn {
		width: 100%;
		margin-bottom: 10px;
	}
	.featured-events-ph.bnr01,
	.featured-events-ph.bnr02 {
		width: 100%;
	}
	.tp_mi_btn.pre {
		width: 50%;
		margin: 15px auto 0;
	}
	.map-DLbtn {
		width: 100%;
	}
}
.area_01 .plain-btn {
	background-color: #009f80;
	border-color: #009f80;
	font-weight: bold;
}
.area_01 .plain-btn a:hover {
	color: #009f80;
}
.area_02 .plain-btn {
	background-color: #de6500;
	border-color: #de6500;
	font-weight: bold;
}
.area_02 .plain-btn a:hover {
	color: #de6500;
}

.area_03 .plain-btn {
	background-color: #a64a97;
	border-color: #a64a97;
	font-weight: bold;
}
.area_03 .plain-btn a:hover {
	color: #a64a97;
}

.area_04 .plain-btn {
	background-color: #d7006f;
	border-color: #d7006f;
	font-weight: bold;
}
.area_04 .plain-btn a:hover {
	color: #d7006f;
}


.area_01 .plain-btn:hover,
.area_02 .plain-btn:hover,
.area_03 .plain-btn:hover,
.area_04 .plain-btn:hover {
	background-color: #fff;
}




#Wrap.scone_brandstory h3 {
	font-size: 22px;
	text-align: left;
	margin-top: 50px;
	border-bottom: 1px solid #333;
	line-height: 1.6;
}
#Wrap.scone_brandstory .article-body li {
	margin-bottom: 10px;
}
#Wrap.scone_brandstory h4 {
	font-size: 20px;
	line-height: 1.6;
	margin-top: .5em;
	text-align: left;
}
#Wrap.scone_brandstory p {
	font-size: 14px;
	line-height: 1.6;
	margin-top: .2em;
	word-break: break-word;
	text-align: left;
}
@media screen and (min-width: 768px) {
	.pc_pad {
		padding: 10px 0;
	}
	
	
}






