/* =Reset
------------------------------------------------------------------------------------------------------------- */
@charset "utf-8";

/*--------------------*
 *  #index_navi
 *--------------------*/
#header_nav{
  text-align:center;
  padding:3% 0;
}
#header .header_btn,
#header_nav ul{
  display: table;
  border-collapse: separate;
  width: 100%;
}
#header_nav li {
  display: table-cell;
}
#header_nav a{
  display:block;
}
#index #nav a img{
  width: 100%;
  margin:0 auto;
}
/*--------------------*
 *  .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:3% auto 5%;
}
#input_group .section_bdy{background:url(../img/index/input_group/section_bdy.jpg) repeat-y 50% top / 100% auto;}
#input_group .balloon_group {
  position: relative;
}
#input_group .balloon_group .detail_txt,
#extra_group2 .balloon_group2 .detail_txt {
  position: absolute;
  width: 49%;
  top: 5%;
  left: 3%;
  background: rgba(32,20,45,0.8);
  padding: 3% 4%;
  border-radius: 10px;
  box-shadow: 0px 0px 10px 5px #9bb2ff inset;
}
#input_group .balloon_group .detail_txt p,
#extra_group2 .balloon_group2 .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: 0;
  width: 52%;
}
.disp_sp #input_group .balloon_group .detail_txt p {
  font-size: 1.2em;
  line-height: 1.4;
}
#input_group .balloon_group .detail_txt span {
  color: #F6EC08;
}
#input_group .balloon_group .detail_txt span.pink{
  color: #fe06ff;
}
#input_group .section_ftr{
  background:url(../img/index/input_group/section_ftr.jpg) no-repeat 50% bottom / 100% auto;
  padding-bottom:7%;
  position: relative;
  bottom: -1px;
}
#input_group .section_hdr{
  background:url(../img/index/input_group/section_hdr.jpg) no-repeat 50% top / 100% auto;
  position:relative;
  top:-1px;
  padding-top:4%;
}
#input_group .article_ftr{
  background: url(../img/index/input_group/article_ftr.jpg) no-repeat 50% bottom / 100% auto;
  padding-bottom: 7%;
}
#input_group .article_hdr{
  padding-top: 4%;
}
#input_group .ttl_bdy{
  background: url(../img/index/input_group/title_bdy.jpg) repeat-y 50% top / 100% auto;
  padding-bottom: 4%;
}
#input_group .ttl_bdy h2{
  width: 94%;
  margin: 0 auto;
  text-align: center;
  font-size: 1.7em;
  line-height: 1.4;
  color: #ffff06;
  padding: 2% 0;
  background-image: url(../img/contents/line.png),url(../img/contents/line.png);
  background-repeat: no-repeat, no-repeat;
  background-position: 50% 0, 50% 100%;
  text-shadow: 0px 0px 8px #0112048f,0px 0px 8px #0112048f,0px 0px 8px #0112048f,0px 0px 8px #0112048f,
                0px 0px 8px #0112048f,0px 0px 8px #0112048f,0px 0px 8px #0112048f,0px 0px 8px #0112048f,
                0px 0px 8px #0112048f,0px 0px 8px #0112048f,0px 0px 8px #0112048f,0px 0px 8px #0112048f;
}
.disp_sp #input_group .ttl_bdy h2{
  font-size: 1.5em;
  padding: 4% 0;
}
#input_group .price_info_btn {
  width: 80%;
  margin: 3% auto 2%;
  text-align:center;
  max-width:374px;
}
#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 ul {
  margin: 0 auto;
  padding: 0 10px;
}
#input_group li {
  width: 50%;
  float: left;
  text-align: center;
}
/*--------------------*
#input_group2
*--------------------*/
#input_group2{
  margin:3% auto 5%;
}
#input_group2 h2 img{
  position: relative;
  top: 1px;
}
#input_group2 .section_bdy{background:url(../img/index/input_group2/section_bdy.jpg) repeat-y 50% top / 100% auto;}
#input_group .balloon_group {
  position: relative;
}
#input_group2 .section_ftr{
  background:url(../img/index/input_group2/section_ftr.jpg) no-repeat 50% bottom / 100% auto;
  padding-bottom:7%;
}
#input_group2 .article_ftr{
  padding-bottom: 7%;
}
#input_group2 .article_hdr{
  padding-top: 4%;
}
#input_group2 .price_info_btn {
  width: 80%;
  margin: 3% auto 2%;
  text-align:center;
  max-width:374px;
}
#input_group2 .price_info_btn p{
  line-height:0;
  background-size:100% auto;
}
#input_group2 .btn_exp{
  width:82%;
  margin:0 auto;
  font-size:0.8em;
  color:#000;
  line-height:1.4em;
}
#input_group2 ul {
  margin: 0 auto;
  padding: 0 10px;
}
#input_group2 li {
    width: 70%;
    text-align: center;
    margin: 0 auto;
}
.btn_trial p{
  background-size: 100% auto;
}
/*--------------------*
#extra_group
*--------------------*/
#extra_group{  
  margin:0 auto 6%;
}
#extra_group h2 img{
  position: relative;
  top: 1px;
}
#extra_group .section_bdy{
  background: url(../img/index/extra_group/section_bdy.jpg) repeat-y 50% top / 100% auto;
}
#extra_group .section_ftr{
  padding-bottom:12%;
  background:url(../img/index/extra_group/section_ftr.jpg) no-repeat 50% bottom / 100% auto;
  position:relative;
  bottom:-1px;
}
#extra_group .menu_bdy{
  width:90%;
  margin: 0 auto 2%;
}
#extra_group .severalmenu{
  width:94%;
  margin:0 auto;
}
.disp_sp #extra_group .severalmenu {
  width:94%;
}
#extra_group h3 a{
  color: #B20D4F;
}

/*--------------------*
#extra_group2
*--------------------*/
#extra_group2{
  
  margin:0 auto 6%;
}
#extra_group2 .balloon_group2 {
  position: relative;
}
#extra_group2 .balloon_group2 img{
  position: relative;
  top: 1px;
}
#extra_group2 .balloon_group2 .detail_txt {
  width: 53%;
  top: 21%;
  left: 3%;
}
#extra_group2 .balloon_group .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_group2 .balloon_group2 .detail_txt p{
  font-size: 1.1em;
  line-height: 1.4;
}
#extra_group2 .balloon_group2 .detail_txt span {
  color: #FAFC04;
}
#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 .btn{
  text-align: center;
}
#extra_group2 .menu_bdy{
  width:90%;
  margin: 0 auto 2%;
}
#extra_group2 .severalmenu{
  width:94%;
  margin:0 auto;
}
#extra_group2 H3.ttl_font {
  margin: 0 auto 15px;
  padding: 8px 12px;
  background-color: #661138;
  border-radius: 4px;
  color: #fff;
  text-align: center;
  width: 86%;
  box-sizing: border-box;
  font-weight: normal;
  text-shadow: 0 0 7px #000,0 0 7px #000,0 0 10px #000,0 0 10px #000,0 0 7px #000,0 0 7px #000,0 0 10px #000,0 0 10px #000,0 0 7px #000,0 0 7px #000,0 0 10px #000,0 0 10px #000;
}

/*--------------------*
.free_navi
*--------------------*/
.free_navi{
  font-size: 0.9em;
  text-align: center;
  width: 95%;
  margin: 2% auto 4%;
  color:#FDF2EA;
}

/*--------------------*
[id^="group"]
*--------------------*/
#allmenus h2 img{
  position: relative;
  top: 1px;
}
[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 {
  margin:0 auto;
}
#allmenus .section_hdr{padding-top:3%;}
#allmenus .menu_hdr{position: relative; top: -10px;}
#allmenus .menu_ftr{position: relative; bottom:-5px;}
#allmenus .section_ftr{position: relative; bottom:-1px;padding-bottom: 12%;}
#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;
  color: #000;
}

/*--------------------*
#group1
*--------------------*/
#group1 { margin: 0 auto 5%; }
#group1 h3 { color:#B20D4F;}
#group1 .section_ftr{
  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;
}

/*--------------------*
#group2
*--------------------*/
#group2 { margin: 0 auto 5%; }
#group2 h3{ color:#751e78;}
#group2 .section_ftr{
  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 h3{ color:#071A54;}
#group3 .section_ftr{
  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);
}