/* =Reset
------------------------------------------------------------------------------------------------------------- */
@charset "utf-8";

/*--------------------*
 *  #index_navi
 *--------------------*/
#header_nav{
  text-align:center;
  padding:0 0 1%;
}
#header .header_btn,
#header_nav ul{
  display: flex;
  justify-content: space-between;
  width: 100%;
}
#header_nav li {
  width: 33%;
}
#header_nav a {
  display:block;
  width: 100%;
  height: 180px;
  text-decoration: none;
}
.disp_sp #header_nav a {
  height: 106px;
}
#header_nav a div {
  width: 100%;
  height: 100%;
}
#header_nav .header_btn1 {background:url(../img/index/header_btn1.png) no-repeat 50% top / 100% auto;}
#header_nav .header_btn2 {background:url(../img/index/header_btn2.png) no-repeat 50% top / 100% auto;}
#header_nav .header_btn3 {background:url(../img/index/header_btn3.png) no-repeat 50% top / 100% auto;}
.disp_pc #header_nav .header_btn1:hover {background:url(../img/index/header_btn1_over.png) no-repeat 50% top / 100% auto;}
.disp_pc #header_nav .header_btn2:hover {background:url(../img/index/header_btn2_over.png) no-repeat 50% top / 100% auto;}
.disp_pc #header_nav .header_btn3:hover {background:url(../img/index/header_btn3_over.png) no-repeat 50% top / 100% auto;}
#header_nav a div p {
  font-family: "ヒラギノ明朝 ProN W6", "HiraMinProN-W6", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", Meiryo, serif;
  color: #fff;
  font-size: 1.7em;
  line-height: 1.3em;
  padding-top: 13%;
  font-weight: bold;
}
#header_nav .header_btn1 p {
  text-shadow: 0px 0px 5px #5F0232,0px 0px 5px #5F0232,0px 0px 5px #5F0232,0px 0px 5px #5F0232,
               0px 0px 5px #5F0232,0px 0px 5px #5F0232,0px 0px 5px #5F0232,0px 0px 5px #5F0232,
               0px 0px 5px #5F0232,0px 0px 5px #5F0232,0px 0px 5px #5F0232,0px 0px 5px #5F0232;
}
#header_nav .header_btn2 p {
  text-shadow: 0px 0px 5px #032E01,0px 0px 5px #032E01,0px 0px 5px #032E01,0px 0px 5px #032E01,
               0px 0px 5px #032E01,0px 0px 5px #032E01,0px 0px 5px #032E01,0px 0px 5px #032E01,
               0px 0px 5px #032E01,0px 0px 5px #032E01,0px 0px 5px #032E01,0px 0px 5px #032E01;
}
#header_nav .header_btn3 p {
  text-shadow: 0px 0px 5px #00025E,0px 0px 5px #00025E,0px 0px 5px #00025E,0px 0px 5px #00025E,
               0px 0px 5px #00025E,0px 0px 5px #00025E,0px 0px 5px #00025E,0px 0px 5px #00025E,
               0px 0px 5px #00025E,0px 0px 5px #00025E,0px 0px 5px #00025E,0px 0px 5px #00025E;
}
#header_nav a div p span {
  color: #FFF20E;
  font-size: 1.4em;
  line-height: 1.4em;
  text-shadow: 0px 0px 5px #000,0px 0px 5px #000,0px 0px 5px #000,0px 0px 5px #000,
               0px 0px 5px #000,0px 0px 5px #000,0px 0px 5px #000,0px 0px 5px #000,
               0px 0px 5px #000,0px 0px 5px #000,0px 0px 5px #000,0px 0px 5px #000,
               0px 0px 5px #000,0px 0px 5px #000,0px 0px 5px #000,0px 0px 5px #000;
}
.disp_sp #header_nav a div p {
  font-size: 0.95em;
}

/*--------------------*
 *  .header_menus
 *--------------------*/
.header_menus {
  width: 92%;
  margin: 0 auto 1%;
}
.disp_sp .header_menus {
  margin-top: 2%;
}
.header_menus .menu_bdy {
  margin-bottom: 2%;
  background: linear-gradient(0deg, #FEE2C3, #FDFEFE);
  padding: 2% 4%;
  border-radius: 6px;
  position: relative;;
}
.header_menus .menu_bdy::after{
  position:relative;
  border-right: 2px solid #473B2D;
  border-top: 2px solid #473B2D;
  content: "";
  height: 8px;
  margin-top: -8px;
  position: absolute;
  right: 2%;
  top: 54%;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  width: 8px;
}
.header_menus .menu_bdy p {
  font-size: 1.5em;
  font-weight: bold;
  color: #BF035D;
  text-decoration: underline;
}
.header_menus .menu_bdy p.f_blue {
  color: #010066;
}
.disp_sp .header_menus .menu_bdy p {
  font-size: 1em;
}

/*--------------------*
#input_group
*--------------------*/
#input_group{
  margin:0 auto;
}
#input_group .balloon_group {
  position: relative;
}
#input_group .balloon_group .detail_txt {
  position: absolute;
  width: 49%;
  top: 23%;
  left: 40%;
  background: rgba(88,11,76,0.8);
  padding: 3% 4%;
  border-radius: 10px;
  box-shadow: 0px 0px 10px 5px #F334F5 inset;
}
#input_group .balloon_group .detail_txt p {
  font-size: 1.7em;
  line-height: 1.7em;
  color: #fff;
  text-shadow: 0px 0px 4px #37032C,0px 0px 4px #37032C,0px 0px 4px #37032C,0px 0px 4px #37032C,
                0px 0px 4px #37032C,0px 0px 4px #37032C,0px 0px 4px #37032C,0px 0px 4px #37032C,
                0px 0px 4px #37032C,0px 0px 4px #37032C,0px 0px 4px #37032C,0px 0px 4px #37032C;
  text-align: justify;
}
.disp_sp #input_group .balloon_group .detail_txt {
  top: 20%;
}
.disp_sp #input_group .balloon_group .detail_txt p {
  font-size: 1em;
}
#input_group .balloon_group .detail_txt span {
  color: #F6EC08;
}
#input_group .section_bdy{
  background:url(../img/index/input_group/section_bdy.jpg) repeat-y 50% top / 100% auto;
}
#input_group .section_ftr{
  background:url(../img/index/input_group/section_ftr.jpg) no-repeat 50% bottom / 100% auto;
  position:relative;
  bottom:-1px;
  padding-bottom:12%;
}
#input_group .section_hdr{
  padding-top:2%;
}
#input_group .ttl_bdy{
  background:url(../img/index/input_group/title_bdy.jpg) repeat-y 50% top / 100% auto;
  width: 94%;
  margin: 0 auto 4%;
}
#input_group .ttl_ftr{
  background:url(../img/index/input_group/title_ftr.jpg) no-repeat 50% bottom / 100% auto;
  position:relative;
  bottom:-1px;
  padding-bottom:4%;
}
#input_group .ttl_hdr{
  background:url(../img/index/input_group/title_hdr.jpg) no-repeat 50% top / 100% auto;
  position:relative;
  top:-1px;
  padding-top:4%;
}
#input_group .ttl_bdy h2 {
  font-size: 2em;
  text-align: center;
  color: #000;
  text-shadow: 0 0 5px #fff,0 0 5px #fff,0 0 5px #fff,0 0 5px #fff,0 0 5px #fff,
               0 0 5px #fff,0 0 5px #fff,0 0 5px #fff,0 0 5px #fff,0 0 5px #fff,
               0 0 5px #fff,0 0 5px #fff,0 0 5px #fff,0 0 5px #fff,0 0 5px #fff,
               0 0 5px #fff,0 0 5px #fff,0 0 5px #fff,0 0 5px #fff,0 0 5px #fff;
  padding: 0 7%;
  font-weight: normal;
  line-height: 1.3em;
}
.disp_sp #input_group .ttl_bdy h2 {
  font-size: 1.1em;
  font-weight: bold;
}
#input_group .ttl_bdy h2 span {
  color: #9B029C;
}
#input_group .price_info_btn {
  width: 80%;
  margin: 5% auto 2%;
  text-align:center;
  max-width:440px;
}
#input_group .price_info_btn p{
  line-height:0;
  background-size:100% auto;
}
#input_group .btn_exp{
  width:82%;
  margin:0 auto;
  font-size:0.8em;
  color:#000;
  line-height:1.4em;
}
#input_group .balloon h2{
  position: relative;
}
#input_group ul {
  margin: 0 auto;
  padding: 0 10px;
}
#input_group li {
  width: 50%;
  float: left;
  text-align: center;
}
/*--------------------*
#extra_group
*--------------------*/
#extra_group{  
  margin:0 auto;
}
#extra_group .section_bdy {
  background:url(../img/index/extra_group/section_bdy.jpg) repeat-y 50% top / 100% auto;
}
#extra_group .section_hdr{
  padding-top:8%;
  background:url(../img/index/extra_group/section_hdr.jpg) no-repeat 50% top / 100% auto;
  position:relative;
  top:-1px;
}
#extra_group .menu_ftr {
  padding-bottom:10%;
  background:url(../img/index/extra_group/menu_ftr.jpg) no-repeat 50% bottom / 100% auto;
  position:relative;
  bottom:-1px;
}

#extra_group .severalmenu{
  width:86%;
  margin:0 auto;
}
#extra_group .severalmenu .caption {
  width: 92%;
  margin: 3% auto;
  background-color: #FFFEFC;
  padding: 3% 4%;
  border-radius: 6px;
}
#extra_group #frmInput2 {
  padding-top: 5%;
}
#extra_group .balloon_group .detail_txt ,
#extra_group .balloon_group2 .detail_txt {
  position: absolute;
  background-color: rgba(114,26,102,0.9);
  padding: 4% 5%;
  border-radius: 10px;
  box-sizing: border-box;
  text-align: justify;
  box-shadow: 0px 0px 10px 6px #E829E2 inset;
}
#extra_group .balloon_group2 {
  position: relative;
}
#extra_group .balloon_group2 .detail_txt {
  width: 57%;
  top: 13%;
  left: 3%;
}
.disp_sp #extra_group .balloon_group2 .detail_txt {
  top: 7%;
}
#extra_group .balloon_group .detail_txt p ,
#extra_group .balloon_group2 .detail_txt p {
  font-size: 1.8em;
  line-height: 1.5em;
  color: #fff;
  text-shadow: 0px 0px 4px #320B2E,0px 0px 4px #320B2E,0px 0px 4px #320B2E,0px 0px 4px #320B2E,
                0px 0px 4px #320B2E,0px 0px 4px #320B2E,0px 0px 4px #320B2E,0px 0px 4px #320B2E,
                0px 0px 4px #320B2E,0px 0px 4px #320B2E,0px 0px 4px #320B2E,0px 0px 4px #320B2E;
}
.disp_sp #extra_group .balloon_group .detail_txt p ,
.disp_sp #extra_group .balloon_group2 .detail_txt p {
  font-size: 1.1em;
}
#extra_group .balloon_group .detail_txt span ,
#extra_group .balloon_group2 .detail_txt span {
  color: #FAFC04;
}
#extra_group .balloon_group {
  background:url(../img/index/extra_group/photo.jpg) no-repeat 50% top / 100% auto;
  padding: 31% 0;
  position: relative;
}
#extra_group .balloon_group .detail_txt {
  width: 54%;
  top: 9%;
  left: 42%;
}
#extra_group .text_img {
  width: 95%;
  margin: 0 auto 1%;
}
#extra_group .price_info_btn {
  width: 85%;
  margin: 3% auto 0;
  text-align:center;
  max-width:470px;
}
#extra_group .price_info_btn p{
  line-height:0;
  background-size:100% auto;
}
#extra_group .btn_exp{
  width:82%;
  margin:0 auto;
  font-size:0.8em;
  color:#000;
  line-height:1.4em;
}

/*--------------------*
#extra_group2
*--------------------*/
#extra_group2{
  margin:0 auto 6%;
}
#extra_group2 .balloon_group {
  position: relative;
}
#extra_group2 .balloon_group .text1 {
  width: 100%;
  position: absolute;
  top: 5%;
  text-align: center;
  color: #fff;
  font-size: 2em;
  line-height: 1.6em;
  font-weight: bold;
}
#extra_group2 .balloon_group span.f_white_pink {
  text-shadow: 0px 0px 10px #CD0094,0px 0px 10px #CD0094,0px 0px 10px #CD0094,0px 0px 10px #CD0094,
               0px 0px 10px #CD0094,0px 0px 10px #CD0094,0px 0px 10px #CD0094,0px 0px 10px #CD0094,
               0px 0px 10px #CD0094,0px 0px 10px #CD0094,0px 0px 10px #CD0094,0px 0px 10px #CD0094;
}
#extra_group2 .balloon_group span.f_white_purple {
  text-shadow: 0px 0px 10px #6501CC,0px 0px 10px #6501CC,0px 0px 10px #6501CC,0px 0px 10px #6501CC,
               0px 0px 10px #6501CC,0px 0px 10px #6501CC,0px 0px 10px #6501CC,0px 0px 10px #6501CC,
               0px 0px 10px #6501CC,0px 0px 10px #6501CC,0px 0px 10px #6501CC,0px 0px 10px #6501CC;
}
.disp_sp #extra_group2 .balloon_group .text1 {
  font-size: 1.1em;
}
#extra_group2 .balloon_group .detail_txt {
  position: absolute;
  width: 88%;
  top: 74%;
  left: 3%;
  background: rgba(248,206,24,0.9);
  padding: 4% 3%;
  border-radius: 10px;
  box-shadow: 0px 0px 10px 5px #F8F5EE inset;
}
#extra_group2 .balloon_group .detail_txt p {
  font-size: 1.8em;
  line-height: 1.6em;
  font-weight: bold;
  text-shadow: 0px 0px 8px #fff,0px 0px 8px #fff,0px 0px 8px #fff,0px 0px 8px #fff,
               0px 0px 8px #fff,0px 0px 8px #fff,0px 0px 8px #fff,0px 0px 8px #fff,
               0px 0px 8px #fff,0px 0px 8px #fff,0px 0px 8px #fff,0px 0px 8px #fff;
  text-align: center;
}
.disp_sp #extra_group2 .balloon_group .detail_txt {
  top: 73%;
}
.disp_sp #extra_group2 .balloon_group .detail_txt p {
  font-size: 1em;
}
#extra_group2 .balloon_group .detail_txt span {
  font-size: 1.2em;
  color: #8416D8;
}
#extra_group2 .section_bdy {
  background:url(../img/index/extra_group2/section_bdy.jpg) repeat-y 50% top / 100% auto;
}
#extra_group2 .section_ftr {
  padding-bottom:15%;
  background:url(../img/index/extra_group2/section_ftr.jpg) no-repeat 50% bottom / 100% auto;
  position:relative;
  bottom:-1px;
}
#extra_group2 .section_hdr{
  padding-top: 8%;
  background:url(../img/index/extra_group2/section_hdr.jpg) no-repeat 50% top / 100% auto;
  position:relative;
  top:-1px;
}
#extra_group2 .ttl_bdy{
  background:url(../img/index/extra_group2/title_bdy.jpg) repeat-y 50% top / 100% auto;
  margin: 0 auto;
}
#extra_group2 .ttl_ftr{
  background:url(../img/index/extra_group2/title_ftr.jpg) no-repeat 50% bottom / 100% auto;
  position:relative;
  bottom:-1px;
  padding-bottom:6%;
}
#extra_group2 .ttl_hdr{
  background:url(../img/index/extra_group2/title_hdr.jpg) no-repeat 50% top / 100% auto;
  position:relative;
  top:-1px;
  padding-top:9%;
}
#extra_group2 h2 {
  font-size: 3.6em;
  text-align: center;
  text-shadow: 0px 0px 7px #06016B,0px 0px 7px #06016B,0px 0px 7px #06016B,0px 0px 7px #06016B,
               0px 0px 7px #06016B,0px 0px 7px #06016B,0px 0px 7px #06016B,0px 0px 7px #06016B,
               0px 0px 7px #06016B,0px 0px 7px #06016B,0px 0px 7px #06016B,0px 0px 7px #06016B;
  font-weight: normal;
  color: #FBFB19;
}
.disp_sp #extra_group2 h2 {
  font-size: 2em;
  font-weight: bold;
}
#extra_group2 h2 small {
  font-size: 0.6em;
  color: #fff;
  text-shadow: 0px 0px 5px #000,0px 0px 5px #000,0px 0px 5px #000,0px 0px 5px #000,
               0px 0px 5px #000,0px 0px 5px #000,0px 0px 5px #000,0px 0px 5px #000,
               0px 0px 5px #000,0px 0px 5px #000,0px 0px 5px #000,0px 0px 5px #000;
}
#extra_group2 h2 span {
  font-size: 1.1em;
  color: #C60368;
  text-shadow: 0 0 5px #fff,0 0 5px #fff,0 0 5px #fff,0 0 5px #fff,0 0 5px #fff,
               0 0 5px #fff,0 0 5px #fff,0 0 5px #fff,0 0 5px #fff,0 0 5px #fff,
               0 0 5px #fff,0 0 5px #fff,0 0 5px #fff,0 0 5px #fff,0 0 5px #fff;
}
#extra_group2 .severalmenu {
  width:86%;
  margin:0 auto;
}
#extra_group2 .menu_bdy{
  margin: 0 auto 2%;
}

/*--------------------*
.free_navi
*--------------------*/
.free_navi{
  font-size: 0.9em;
  text-align: center;
  width: 95%;
  margin: 2% auto 4%;
  color:#FDF2EA;
}

/*--------------------*
[id^="group"]
*--------------------*/
[id^="group"]{
  
  margin:0 auto 6%;
}
#allmenus .price_info {
  color: #242a7a;
}
#allmenus .additional_day {
  font-size: 0.8em;
  font-weight: bold;
  text-align: left;
}
#allmenus [id^="group"] .severalmenu {
  width: 94%;
  margin:0 auto;
}
#allmenus .section_ftr{padding-bottom: 12%;}
#allmenus .section_hdr{padding-top: 7%;position:relative;top:-1px;}
#allmenus .menu_hdr{position: relative; top: -10px;}
#allmenus .menu_ftr{position: relative; bottom:-5px;}
#allmenus .section_ftr{position: relative; bottom:-1px;}
#allmenus .menu_bdy{
  margin:0 auto 4%;
  width:90%;
  max-width: 542px;
}
#allmenus .menu_ftr{
  padding-bottom:0;
}
#allmenus .menu_hdr{
  padding-top:2%;
}
#allmenus a {
  text-decoration: none;
}

/*--------------------*
#group1
*--------------------*/
#group1 { margin: 0 auto 5%; }
#group1 h3 { color:#B20D4F;}
#group1 .section_bdy{
  background:url(../img/index/allmenu/group1/section_bdy.jpg) repeat-y 50% top / 100% auto;
}
#group1 .section_ftr{
  background:url(../img/index/allmenu/group1/section_ftr.jpg) no-repeat 50% bottom / 100% auto;
}
#group1 .section_hdr{
  background:url(../img/index/allmenu/group1/section_hdr.jpg) no-repeat 50% top / 100% auto;
}

/*--------------------*
#group2
*--------------------*/
#group2 { margin: 0 auto 5%; }
#group2 h3{ color:#751e78;}
#group2 .section_bdy{
  background:url(../img/index/allmenu/group2/section_bdy.jpg) repeat-y 50% top / 100% auto;
}
#group2 .section_ftr{
  background:url(../img/index/allmenu/group2/section_ftr.jpg) no-repeat 50% bottom / 100% auto;
}
#group2 .section_hdr{
  background:url(../img/index/allmenu/group2/section_hdr.jpg) no-repeat 50% top / 100% auto;
}
/*--------------------*
#group3
*--------------------*/
#group3 { margin: 0 auto 5%; }
#group3 h3{ color:#071A54;}
#group3 .section_bdy{
  background:url(../img/index/allmenu/group3/section_bdy.jpg) repeat-y 50% top / 100% auto;
}
#group3 .section_ftr{
  background:url(../img/index/allmenu/group3/section_ftr.jpg) no-repeat 50% bottom / 100% auto;
}
#group3 .section_hdr{
  background:url(../img/index/allmenu/group3/section_hdr.jpg) no-repeat 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);
}