/*--------------------*
#header
*--------------------*/
#header .header_btn,
#header_nav ul,
#page_navi2 .bg{
  display: table;
  border-collapse: separate;
  width: 100%;
}
#header_nav li {
  display: table-cell;
}

#index #nav a img{
  width: 100%;
  margin:0 auto;
}
#page_navi2 a{
  display: table-cell;
  width: 33%;
}
#header{
  position: relative;
}
#header_nav{
  padding-bottom:1%;
}
#header [id^="h_img"]{
  position:absolute;
}
#h_img1{
  background:url(../../image_sp/index/img1.png) no-repeat 0 0 / 100% auto;
  width:60px;
  height:17px;
  top:34px;
  left:145px;
}
#h_img2{
  background:url(../../image_sp/index/img2.png) no-repeat 0 0 / 100% auto;
  width:26px;
  height:74px;
  top:119px;
  left:170px;
  transform-origin:center top;
}
.mv_a3 {
  -webkit-animation: anime_a3 3.0s infinite ease-in-out;
          animation: anime_a3 3.0s infinite ease-in-out;
}
@keyframes anime_a3 {
    0% { 
		transform:         perspective(500px) rotateZ(20deg);
		-webkit-transform: perspective(500)   rotateZ(20deg);
		-moz-transform:    perspective(500px) rotateZ(20deg);
     }
  50% { 
		transform:         perspective(500px) rotateZ(-20deg);
		-webkit-transform: perspective(500)   rotateZ(-20deg);
		-moz-transform:    perspective(500px) rotateZ(-20deg);
     }
  100% { 
		transform:         perspective(500px) rotateZ(20deg);
		-webkit-transform: perspective(500)   rotateZ(20deg);
		-moz-transform:    perspective(500px) rotateZ(20deg);
     }
}

/*--------------------*
#campaign
*--------------------*/
#campaign{
  margin: 20px 0;
  text-align:center;
}
#campaign P{
  text-align:center;
  margin-bottom:5px;
}
/*--------------------*
.free_link
*--------------------*/
.free_navi {
  font-size: 10px;
  text-align: center;
  width: 100%;
  margin: 2% auto 4%;
}
.free_navi .free_link a{
  color: #ff0;
  font-size: 1.3em;
  line-height: 1.2em;
  margin: 0 auto 15px;
  text-decoration: underline;
}
.free_navi .free_link a span{
  color:#f9d656;
}
.free_navi .pr A{
  color:#FDC6C5;
}

.osusume_btn {
  margin: 0 auto 5%;
  width: 95%;
}

/*--------------------*
#extra_group
*--------------------*/
#extra_group{
  width: 320px;
  margin:0 auto 3%;
}
#extra_group .section_bdy{
  background:url(../../image_sp/index/extra_group/section_bdy.jpg) repeat-y 50% top;
  background-size:320px auto;
}
#extra_group .section_ftr{
  padding-bottom:14%;
  background:url(../../image_sp/index/extra_group/section_ftr.jpg) no-repeat 50% bottom;
  background-size:320px auto;
  position:relative;
  bottom:-1px;
}
#extra_group .section_hdr{
  padding-top:3%;
}
#extra_group .menu_info .pr strong {
  color: #9A012E;
  font-size: 0.9em;
}
#extra_group .menu_bdy{
  margin-bottom: 4px;
}
#extra_group .severalmenu{
  width:90%;
  margin:0 auto 3%;
}
#extra_group h3{
  background-color: #57152C;
  border-radius:5px;
  width: 90%;
  margin: 0 auto 1px;
  padding: 2%;
  color: #fff;
  font-size: 1em;
  line-height:1.3em;
  text-align: center;
  box-shadow:0px 0px 7px 3px #491C3C inset;
}

/*--------------------*
#rec_single
*--------------------*/
#rec_single{
  width: 320px;
  margin:0 auto 6%;
}
#rec_single .section_bdy{
  background:url(../../image_sp/index/rec_single/section_bdy.jpg) repeat-y 50% top;
  background-size:320px auto;
}
#rec_single .section_ftr{
  padding-bottom:12%;
  background:url(../../image_sp/index/rec_single/section_ftr.jpg) no-repeat 50% bottom;
  background-size:320px auto;
  position:relative;
  bottom:-1px;
}
#rec_single .section_hdr{
  padding-top:3%;
}
#rec_single .menu_info .pr strong {
  color: #9A012E;
  font-size: 0.9em;
}
#rec_single .menu_bdy{
  margin-bottom: 4px;
}
#rec_single .severalmenu{
  width:90%;
  margin:0 auto 3%;
}
#rec_single .text_img{
  width:95%;
  margin:0 auto 3%;
}
#rec_single h3{
  background-color: #074D4D;
  border-radius:5px;
  width: 90%;
  margin: 0 auto 1px;
  padding: 2%;
  color: #fff;
  font-size: 1em;
  line-height:1.3em;
  text-align: center;
  box-shadow:0px 0px 7px 3px #013F40 inset;
}

/*--------------------*
#input_group
*--------------------*/
#input_group{
  width:320px;
  margin:0 auto 5%;
}
#input_group H2{
  position:relative;
  top:1px;
}
#input_group H3{
  text-align: center;
}
#frmInput .section_bdy{
  background:url(../../image_sp/index/input_group/section_bdy.jpg) repeat-y 50% top;
  background-size:320px auto;
}
#frmInput .section_ftr{
  padding-bottom:12%;
  background:url(../../image_sp/index/input_group/section_ftr.jpg) no-repeat 50% bottom;
  background-size:320px auto;
  position:relative;
  bottom:-1px;
}
#frmInput .section_hdr{
  background:none;
  padding-top:3%;
}
#input_group .article_bdy H3{
  margin: 0 auto 3%;
}
#input_group .severalmenu{
  width:92%;
  margin:0 auto 3%;
}
#input_group .menu_info A{color:#E0016A;}
#input_group .menu_bdy{
  margin:0 auto 2%;
}
#input_group .pr{
  color: #9A012E;
}
#input_group UL{
  width: 96%;
  margin: 0 auto;
}
#input_group LI{
  width:50%;
  float:left;
  text-align:center;
  margin-top:10px;
}
#input_group .btn_exp{
  width:90%;
  margin:0 auto;
  font-size:0.8em;
  color:#000;
  line-height:1.4em;
}
#input_group .price_info_btn{
  width:87%;
  margin:3% auto 1%;
}
#input_group .btn_exp{
  width:90%;
  margin:0 auto;
  font-size:0.8em;
  color:#222;
  line-height:1.4em;
  font-weight:bold;
}
#frmInput P.btn_exp span{
  color: #9F00B7;
}
#input_group .text_img{
  margin-bottom:3%;
}
#input_group .cookie_check{
  margin:15px auto 0;
  line-height:1.6em;
}

/*--------------------*
[id^="group"]
*--------------------*/
[id^="group"]{
  color:#3E3E26;
  margin:40px 0 30px;
}
#allmenus{
  margin-bottom:8%;
}
#allmenus .additional_day {
  font-size: 12px;
  font-weight: bold;
  text-align: left;
}
#allmenus [id^="group"] .severalmenu {
  width: 94%;
  margin:0 auto;
}
#allmenus .section_bdy{ background-color:#000;}
#allmenus .menu_hdr{ position: relative; top: -14px;}
#allmenus .menu_ftr{position:relative; bottom:-7px;}
#allmenus .section_ftr{position:relative; bottom:-2px;}
#allmenus .section_hdr{padding-top:2%;}
#allmenus .menu_bdy{
  background:url(../../image_sp/index/allmenu/menu_bdy.png) repeat-y center top;
  background-size:310px auto;
  margin:0 auto 6%;
  width:310px;
}
#allmenus .menu_ftr{
  padding-bottom:0;
  background:url(../../image_sp/index/allmenu/menu_ftr.png) no-repeat center bottom;
  background-size:310px auto;
}
#allmenus .menu_hdr{
  padding-top:3%;
  background:url(../../image_sp/index/allmenu/menu_hdr.png) no-repeat center top;
  background-size:310px auto;
}

/*--------------------*
#group1
*--------------------*/
#group1{  margin:1em auto; }
#group1 h4 { color:#B20D4F;}
#group1 .section_ftr{
  padding-bottom:5%;
  background:url(../../image_sp/index/allmenu/group1/section_ftr.jpg) no-repeat 50% bottom;
  background-size:100% auto;
}
#group1 .section_bdy{
  background:url(../../image_sp/index/allmenu/group1/section_bdy.jpg) repeat-y 50% top;
  background-size:100% auto;
}

/*--------------------*
#group2
*--------------------*/
#group2{  margin:1em auto;}
#group2 h4{ color:#A30FA1;}
#group2 .section_ftr{
  padding-bottom:5%;
  background:url(../../image_sp/index/allmenu/group2/section_ftr.jpg) no-repeat 50% bottom;
  background-size:100% auto;
}
#group2 .section_bdy{
  background:url(../../image_sp/index/allmenu/group2/section_bdy.jpg) repeat-y 50% top;
  background-size:100% auto;
}
/*--------------------*
#group3
*--------------------*/
#group3{  margin:1em auto;}
#group3 h4{ color:#004000;}
#group3 .section_ftr{
  padding-bottom:5%;
  background:url(../../image_sp/index/allmenu/group3/section_ftr.jpg) no-repeat 50% bottom;
  background-size:100% auto;
}
#group3 .section_bdy{
  background:url(../../image_sp/index/allmenu/group3/section_bdy.jpg) repeat-y 50% top;
  background-size:100% auto;
}

/*----------------------------*
 accordion 2021/08/24 added
*-----------------------------*/
#allmenus .more,
#allmenus .close{
  background-color:#41355D;
  border:1px solid #7E6B55;
  border-radius:5px;
  color:#eee;
  cursor:pointer;
  width:89%;
  margin:2% auto;
  padding:2%;
  text-align:center;
}
#allmenus .more SPAN,
#allmenus .close SPAN{
  display:block;
  width:100%;
}

/*--------------------*
.gototop
*--------------------*/
.gototop{
  width: 80%;
  margin: 20px auto 0;
  text-align: center;
}
.gototop a{
  text-decoration: underline;
  color: #77FFFF;
}
/*--------------------*
#campaign
*--------------------*/
#campaign{
  margin-top:20px;
}
#campaign p{
  color:#fff;
  text-align:center;
}

/*--------------------
.cookie_check
--------------------*/
.cookie_check{
  color: #333;
  text-align:center;
  margin: 0 auto 5%;
}