@charset "UTF-8";
/*=====================
header
=====================*/
h1 {
	margin-bottom: 0px;
	height: 379px;
}
.btn_free {
	position: relative;
	z-index: 99;
	margin-bottom: 0px;
}
.btn_free li {
	width: 160px;
	float: left;
	margin-left: 0px;
}
.btn_free li:last-child {
	margin-left: 0px;
}
.btn_free li a {
	display: block;
	background: url(../images/top/sprite_btn_free.png) left top no-repeat;
	background-size: 320px 85px;
	background-position: 0px 0px;
	height: 85px;
	width: 160px;
	text-indent: 100%;
	overflow: hidden;
	white-space: nowrap;
}
.btn_free li a:active {
}
.btn_free li:last-child a {
	background-position: -160px 0px;
}
.btn_free li:last-child a:active {
}

/*=====================
main
=====================*/
#main {
	margin: -40px auto;
	width: 100%;
}
nav {
}
#content {
  background: url(../images/top/main_image_top.jpg) center top no-repeat;
}

/*=====================
共通
=====================*/
.icon {
	/*width: 100px;*/
	width: 116px;
}
.title {
	font-size: 3em;
  	font-weight: bold;
}
.title a {
	text-decoration: underline;
	letter-spacing: 0;
}
.lead {
	clear: both;
	font-size: 1.5em;
	padding: 0px 60px 10px;
	color: #000;
}
.price {
	text-align: right;
	font-size: 1.6em;
	margin: 0;
	clear: both;
	padding: 0px 100px 15px 0;
	color: #391c00;
}


/*=====================
ナビ
=====================*/
nav ul {
}
nav li {
}
nav li a {
}
.nav_senja {
}
nav li.nav_senja a {
}
nav li.nav_senja a:hover {
}
.nav_senjutsu {
	margin: 0px 15px 0 0px;
}
nav li.nav_senjutsu a {
}
nav li.nav_senjutsu a:hover {
}
nav li.nav_special a {
}
nav li.nav_special a:hover {
}


/*=====================
新着
=====================*/
#new {
	margin: 0px auto 4px;
	position: relative;
	z-index: 99;
}
.cap_new {
	width: 816px;
	margin: 0px auto 0px;
	position: relative;
}
.cap_new_bow{
    position: absolute;
    top: 576px;
    left: -102px;
}

#new .title_new {
	width: 816px;
	margin: 0px auto 0px;
	padding: 0px;
}

#new ul {
    background-image: url(../images/top/bg_new_top.jpg), url(../images/top/bg_new_btm.jpg), url(../images/top/bg_new_mid.jpg);
    background-position: left top, left bottom, left bottom;
    background-repeat: no-repeat, no-repeat, repeat-y;
    padding: 0 0 35px 0;
    margin: 0 auto;
    position: relative;
    width: 816px;
}
#new li {
    margin: 0;
}

#new li:first-child {
    background: url(../images/top/new_line.png) center bottom no-repeat;
    margin: 0;
}
#new li:last-child {
    margin-bottom: 0px;
}

#new .label {
	width: 129px;
	position: absolute;
	top: 0px;
	left: 60px;
}

#new .icon {
    float: left;
    margin: 10px 8px 0 84px;
}
#new li:first-child .icon {
    margin: 43px 8px 0 84px;
}
#new li:last-child .icon {
}

#new li .title {
    width: 530px;
    margin: 26px 0 0 0;
    float: left;
    font-size: 2.6em;
    font-weight: bold;
}
#new li:first-child .title {
    margin: 58px 0 0 0;
}
#new li:last-child .title {
}

#new li .title .inner_title {
}

#new li .lead {
	padding: 0px 106px 10px;
}

#new li:first-child .price {
}
#new li:last-child .price {
}

#new a {
	display: block;
	position: relative;
}

#new .btm_wrap {
}

#new li a::before {
}

/*=====================
バナーリンク
=====================*/
.note {
	text-align: center;
  font-size: 1.6em;
  margin: 25px 0 0px 0;
  position: relative;
  z-index: 999;
  padding: 0px 34px;
}
.note a {
	color: #ffd22d;
	text-decoration: underline;
}
/*=====================
高額メニュー
=====================*/
#rec {

	width: 816px;
	margin: 0 auto;
}
#rec .cap_rec {
	width: 816px;
}
#rec .list_wrap {
	background-image: url(../images/top/bg_rec_mid.jpg);
	background-repeat: repeat-y;
	background-position: center top;
	position: relative;
	margin: 0 0 0px 0px;
	padding: 0px 0 77px 0;
}
#rec .list_wrap:before {
	content: '';
	width: 816px;
	height: 100px;
	position: absolute;
	top: -1px;
	left: 0;
	background-image: url(../images/top/bg_rec_top.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}
#rec .list_wrap:after {
	content: '';
	width: 816px;
	height: 190px;
	position: absolute;
	bottom: -1px;
	left: 0;
	background-image: url(../images/top/bg_rec_btm.jpg);
	background-repeat: no-repeat;
	background-position: center bottom;
}
#rec .list_wrap .inner {
	position: relative;
	z-index: 1000;
}
#rec .title_rec {
}

#rec .title_rec .inner {
}

@keyframes anime_film {
from {
background-position: 0 0;
}
to {
background-position: -3164px 0;
}
}

/*
#rec .title_rec .cap_slider {
}
*/

#rec ul {
}

#rec li {
	background: url(../images/top/line_top.png) center bottom no-repeat;
	padding: 0 0 12px 0;
	position: relative;
	width: 816px;
	margin: 0 auto;
}
#rec li:last-child {
	padding: 0;
	background: none;
	padding-bottom: 30px;
}
#rec li a {
	display: block;
}
#rec li a::before {
/*
  display: block;
  content: "";
  position: absolute;
  top: 53%;
  right: 14px;
  width: 9px;
  height: 20px;
  margin-top: -5px;
  background: url(../images/top/arrow_top.png) center right no-repeat;
  background-size: 9px 20px;
 */ 
}

#rec li .icon {
	margin: 10px 10px 0 40px;
	float: left;
}
#rec li:first-child .icon {
	margin: 30px 10px 0 40px;
}
#rec li:last-child .icon {
}

#rec li .title {
	width: 590px;
	float: left;
	margin: 20px 0 0px 0;
}
#rec li:first-child .title {
	margin: 44px 0 0px 0;
}
#rec li:last-child .title {
	margin: 25px 0 0px 0;
}
#rec li .title .inner_title {
}

#rec li .price {
	padding: 0 79px 0 0;
}
/*=====================
おすすめメニュー
=====================*/
#special {
	width: 100%;
	margin: 0 auto;
	position: relative;
}
#special .cap_special {
	width: 816px;
	margin: 0 auto;
}

#special .list_wrap {
  position: relative;
  z-index: 5;
}
#special .list_wrap:before {
}
#special .list_wrap:after {
}

#special .list_wrap .inner {
	position: relative;
	z-index: 1000;
	width: 816px;
    margin: 0 auto;
    margin-top: -28px;
}

#special .title_special {
    background-image: url(../images/top/bg_title_special.jpg);
    background-position: left top;
    background-repeat: no-repeat;
    width: 816px;
    height: 259px;
    margin: 0 auto;
    position: relative;
    z-index: 10;
}
.title_special_bow{
	position: absolute;
    width: 960px;
    top: 0;
    left: -80px;
}

#special li {
	background-image: url(../images/top/bg_special_top.jpg), url(../images/top/bg_special_btm.jpg), url(../images/top/bg_special_mid.jpg);
	background-position: left top, left bottom, left bottom;
	background-repeat: no-repeat, no-repeat, repeat-y;
	padding: 0 0 50px 0;
	margin: 0 auto;
}
#special li:last-child {
}
#special li a {
	display: block;
	position: relative;
}

/*#special li a::before {
	display: block;
	content: "";
	position: absolute;
	top: 53%;
	right: 14px;
	width: 9px;
	height: 20px;
	margin-top: -5px;
	background: url(../images/top/arrow_top.png) center right no-repeat;
	background-size: 9px 20px;
}*/

#special .label {
	width: 75%;
    margin: auto;
    padding-top: 23px;
}

#special .icon {
	margin: 44px 15px 10px 40px;
	float: left;
}
#special li:first-child .icon {
	margin: 0px 15px 10px 40px;
}
#special .title {
	width: 610px;
	float: left;
	margin: 44px 0 0 0px;
}

#special .title .inner_title {
}

#special li:first-child .title {
	margin: 12px 0 0 0px;
}
#special .price {
	margin: 0 39px 0 0px;
  padding: 0 0 0 0;
}
#special li:last-child .price {
	padding: 0 0 0 0;
}

#special .cap_special_btm {
	width: 720px;
  	margin: 0 auto;
}

#special .btn {
	
}

#special .btn_special {
	background: url(../images/common/sprite_btn.png) left top no-repeat;
	text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;
	display: block;
	width: 418px;
	height: 124px;
	background-position: 0px -501px;
	margin: 10px auto 0;
}

#special a.btn_special:hover {
	opacity: 0.8;
}

/*=====================
メニュー一覧
=====================*/
.menu_list_wrap {
	width: 816px;
	margin: 0 auto 20px;
}
#love {
}
#marr {
}
#life {
}
#love .title_love {
	width: 816px;
	margin: 0px auto 0px;
	padding: 0;
}
#marr .title_marr {
	width: 816px;
	margin: 0px auto 0px;
	padding: 0px 0 0 0;
}
#life .title_life {
	width: 816px;
	margin: 0px auto 0px;
	padding: 0;
}

.menu_list_wrap ul {
    background-image: url(../images/top/bg_menu_top.jpg), url(../images/top/bg_menu_btm.jpg), url(../images/top/bg_menu_mid.jpg);
    background-position: center top, center bottom, center bottom;
    background-repeat: no-repeat, no-repeat, repeat-y;
    padding: 0px 0 40px 0;
    margin: 0 0 0px 0;
}
.menu_list_wrap li {
    background: url(../images/top/line_top.png) center bottom no-repeat;
    padding: 0 0 12px 0;
    position: relative;
    width: 816px;
    margin: 0 auto;
}
.menu_list_wrap li:last-child {
    padding: 0;
    background: none;
}

.menu_list_wrap .icon {
	float: left;
	margin: 18px 8px 10px 40px;
}
.menu_list_wrap li:first-child .icon {
	margin-top: 37px;
}
#life .menu_list_wrap li:first-child .icon {
	margin-top: 20px;
}
.menu_list_wrap .title {
    width: 600px;
    float: left;
    margin: 30px 0px 0px 0px;
}
.menu_list_wrap li:first-child .title {
	margin-top: 48px;
}
#life .menu_list_wrap li:first-child .title {
	margin-top: 26px;
}

.menu_list_wrap .title {
	color: #000000;
}
#love .title a{
	color: #bf0031;
}
#marr .title a{
	color: #71009b;
}
#life .title a{
	color: #00398f;
}

.menu_list_wrap .title .inner_title {
}
/*#love .inner_title {
	color: #bf0031;
}
#marr .inner_title {
	color: #71009b;
}
#life .inner_title {
	color: #00398f;
}*/

.menu_list_wrap .price {
	/*
	color: #391c00;
	clear: both;
	padding: 0px 0px 0 0px;
	margin: 0px 42px 7px 0;
	position: relative;
	top: 0px;*/
	padding: 0px 60px 0px 0;
}
#love ul {
}
/*#love.menu_list_wrap  li a:visited .title,
#marr.menu_list_wrap  li a:visited .title,
#life.menu_list_wrap  li a:visited .title {
	color: #868686;
}*/

/*.menu_list_wrap li a::before {
	display: block;
  content: "";
  position: absolute;
  top: 53%;
  right: 14px;
  width: 9px;
  height: 20px;
  margin-top: -5px;
  background: url(../images/top/arrow_menu.png) center right no-repeat;
  background-size: 9px 20px;
}*/
/*.menu_list_wrap li:first-child a::before {
	display: block;
	content: "";
	position: absolute;
	top: 50%;
	right: 14px;
	width: 9px;
	height: 20px;
	margin-top: -5px;
}*/

#love li a::before {
}
#marr li a::before {
}
#life li a::before {
}
.menu_list_wrap li a::after {
}
.menu_list_wrap a {
	display: block;
}

/*
#love .red,
#marr .red,
#life .red {
	color: #0021ff;
}
*/


/*=====================
フッターリンク
=====================*/
#free + .nav_footer {
	display: none;
	margin-bottom: 30px;
}
.nav_footer {
	margin-bottom: 16px;
}
.nav_footer ul {
	display: table;
	table-layout: fixed;
	width: 100%;
	background: url(../images/top/btn_footer.png) left top no-repeat;
	background-size: 320px 56px;
	height: 56px;
}
.nav_footer li {
	display: table-cell;
}
.nav_footer li.love {
}
.nav_footer a {
	display: block;
	height: 56px;
	text-indent: 100%;
	overflow: hidden;
	white-space: nowrap;
	color: #fff;
}
.btn_top {
	width: 240px;
    margin: 10px auto 16px;
    overflow: hidden;
    border: 1px solid #ffffff;
}
.btn_top a {
	display: block;
    padding: 8px 0;
    color: #ffffff;
    text-align: center;
    font-size: 1.7em;
    text-decoration: underline;
    background-color: rgba(0,0,0,0.4);
}
.btn_top a:hover {
	text-decoration: none;
}
