/* =Reset
------------------------------------------------------------------------------------------------------------- */
@charset "utf-8";

/*--------------------*
 *  #index_navi
 *--------------------*/
#header_nav{
  text-align:center;
}
#header .header_btn,
#header_nav ul{
  display: table;
  border-collapse: separate;
  width: 100%;
}
#header_nav li {
  display: table-cell;
  padding: 1%;
}
#header_nav a{
  display:block;
  margin: 0 auto 3%;
}
#index #nav a img{
  width: 100%;
  margin:0 auto;
}

/*--------------------*
[id^="group"]
*--------------------*/
[id^="group"]{
  margin:0 auto 6%;
}
#allmenus .balloon_group {
  position: relative;
}
#allmenus .balloon_group .detail_txt2 P {
  position: absolute;
  background: #8F0CB4;
  border: 1px solid #EA61E1;
  padding: 3%;;
  border-radius: 10px;
  color: #fff;
  box-sizing: border-box;
  text-align: justify;
  box-shadow: 0px 0px 8px 3px #EA61E1 inset;
  font-weight: bold;
  top: 14%;
  left: 41%;
  width: 55%;
}
#allmenus .balloon_group b {color: #F4FA27;}
.disp_pc .balloon_group .detail_txt2 P{
  font-size: 1.6em;
  line-height: 1.5em;
  font-weight: bold;
}
.disp_sp #allmenus .balloon_group .detail_txt2 P{
  font-size: 1.1em;
  line-height: 1.4em;
  font-weight: bold;
  width: 64%;
  top: 9%;
  left: 34%;
}
#allmenus .additional_day {
  font-size: 0.8em;
  font-weight: bold;
  text-align: left;
}
#allmenus [id^="group"] .severalmenu {
  width: 87%;
  margin:0 auto;
}
#allmenus .severalmenu .caption { color: #000; }
#allmenus a { text-decoration: none; }
#allmenus .section_hdr{padding-top:1%;}
#allmenus .section_ftr{position: relative; bottom:-1px;}
#allmenus .menu_bdy {
  margin: 0 auto;
}
#allmenus .menu_ftr {
  padding-bottom:3%;
}
#allmenus .menu_hdr {
  padding-top:3%;
}

/*--------------------*
#group1
*--------------------*/
#group1 { margin: 0 auto 5%; }
#group1 h4 { color:#B20D4F;}
#group1 .section_ftr{
  padding-bottom:10%;
  background:url(../img/index/allmenu/group1/section_ftr.jpg) no-repeat 50% bottom / 100% auto;
}
#group1 .section_bdy{
  background:url(../img/index/allmenu/group1/section_bdy.jpg) repeat-y 50% top / 100% auto;
}
#allmenus h2 {
  position: relative;
  top: 1px;
}

/*--------------------*
#group2
*--------------------*/
#group2 { margin: 0 auto 5%; }
#group2 h4{ color:#751e78;}
#group2 .section_ftr{
  padding-bottom:10%;
  background:url(../img/index/allmenu/group2/section_ftr.jpg) no-repeat 50% bottom / 100% auto;
}
#group2 .section_bdy{
  background:url(../img/index/allmenu/group2/section_bdy.jpg) repeat-y 50% top / 100% auto;
}
/*--------------------*
#group3
*--------------------*/
#group3 { margin: 0 auto 5%; }
#group3 h4{ color:#071A54;}
#group3 .section_ftr{
  padding-bottom:10%;
  background:url(../img/index/allmenu/group3/section_ftr.jpg) no-repeat 50% bottom / 100% auto;
}
#group3 .section_bdy{
  background:url(../img/index/allmenu/group3/section_bdy.jpg) repeat-y 50% top / 100% auto;
}

/*--------------------*
#attention
*--------------------*/
#attention ol li,
#attention ol li p{
  line-height:1.5;
}
.spread1_group,
.spread2_group,
.kakushin_group,
.message_group{
  transform: scale(0.9);
}

/*----------------------------*
 accordion
*-----------------------------*/
#allmenus .more,
#allmenus .close{
  font-size: 16px;
  background: linear-gradient(to bottom, #FFFFC7, #FFE65B);
  border: 2px solid #432312;
  border-radius: 50px;
  color:#432312;
  cursor:pointer;
  width: 280px;
  height: 48px;
  margin: 20px auto 0;
  text-align:center;
  display: flex;
  flex-flow: column;
  justify-content: center;
  align-items: center;
}
.disp_pc #allmenus .more,
.disp_pc #allmenus .close{
  font-size: 18px;
  width: 330px;
}
#allmenus .more > span,
#allmenus .close > span{
  width: 100%;
}

#allmenus .more .mark,
#allmenus .close .mark{
  position: relative;
  font-weight: bold;
}
#allmenus .more .mark::after,
#allmenus .close .mark::after{
  content: '';
  width: 6px;
  height: 6px;
  border: 0;
  border-top: solid 2px #432312;
  border-right: solid 2px #432312;
  transform: rotate(45deg);
  position: absolute;
  top: 0;
  right: -1em;
  bottom: 0;
  margin: auto;
}

