@charset "UTF-8";
@media screen and (min-width:769px){
/* ----------------------------------
  PC　SP view divergence - utility
---------------------------------- */
.u-media-pc {
  display: block;
}
.u-media-sp {
  display: none;
}
.cf::before, .cf::after {
    content: "";
    display: table;
}
.cf::after {
    clear: both;
}
img {
    border: 0;
    vertical-align: top;
}
/*
################################################################################################################

Common Layout
- 全ページ共通

################################################################################################################
*/
body {
	color:#1e1e1e;
	-webkit-text-size-adjust: none;
	min-width: 980px;
/*	background:url(../img/common/mainBg.jpg) repeat;*/
}
p {
	word-break: break-all;
}
a:link, a:visited, a:hover, a:active {
	color: #66100E;
	text-decoration: none;
}
a:hover {
	text-decoration: none;
}
img {
    box-shadow: #000 0 0 0;
}
img, x:-moz-any-link, x:default {
    box-shadow: #000 0 0 0;
}


/*
################################################################################################################

Head
- 共通ヘッダー

################################################################################################################
*/
header {
	height: 138px;
}
.commonHead {
	border-top: 4px solid #4a0000;
	background:url(../img/headBg.jpg) repeat-x top center;
}
.ie7 .commonHead {
	background-position: center 4px;
}
.commonHead .headInner {
	width: 950px;
	margin: 0 auto;
	position: relative;
	height:82px;
}

/** mainLogo **/
.commonHead .headInner h1{
	position:absolute;
	top:0;
	left:0;
	z-index:1;
}
/** copy **/
.commonHead .headInner .copy {
	padding:34px 0 0 156px;
	display: inline-block;
}
/** headNav **/
.commonHead .headInner .headNav {
	position:absolute;
	top:0;
	right:0;
}
.commonHead .headInner .headNav .addthis_native_toolbox{
	float:left;
	margin:10px 10px 0 0;
	width: 230px;
	
}
.ie7 .commonHead .headInner .headNav {
	width:400px;
}
.ie7 .commonHead .headInner .headNav .addthis_native_toolbox{
	width:270px;
}

/** SNS **/
.addthis_native_toolbox {
	/*width:224px;*/
}
.addthis_button_tweet{
	width:95px !important;
}
.fb-like{
	margin-right:5px;
}
.animated {
    float: left !important;
}
.addthis_button{
	float:right;
	margin:2px 2px 0 0;
}

/** 言語リンク **/
.commonHead .headInner .headNav .language {
	float:left;
	margin:10px 10px 0 0;
}
.commonHead .headInner .headNav .language li {
	float:left;
	padding:0 7px;
	font-size:93%;
	line-height:1;
	border-right: solid 1px #430100;
}
.commonHead .headInner .headNav .language li:last-child {
	border-right: none;
}
.commonHead .headInner .headNav .language li.current {
	color:#b50007;
}

/** お問い合わせ **/
.commonHead .headInner .headNav .infoBtn{
	float:right;
	margin-bottom:13px;
}
/** お気に入りリスト **/
.commonHead .headInner .headNav .favoBtn{
	clear:both;
	/*float:right;*/
	/*width:134px;*/
	width: 100%;
}
.commonHead .headInner .headNav .favoBtn dl{
	float: right;
}
.commonHead .headInner .headNav .favoBtn dl dt{
	float: left;	
}

.commonHead .headInner .headNav .favoBtn dl dd{
	float: left;
	height: 17px;
	line-height: 17px;
	font-size: 10px;
	text-align: center;
	padding: 0 5px;
	border-top: 1px solid #461010;
	border-right: 1px solid #461010;
	border-bottom: 1px solid #461010;
}

.ie7 .commonHead .headInner .headNav .favoBtn{
	margin-left:-13px;
}

/** grobal Navigation **/
.commonHead .gNav {
	background:url(../img/common/redBg.jpg) repeat-x top center;
}
.commonHead .gNavInner {
	width: 950px;
	margin: 0 auto;
	position: relative;
	height:52px;
}
.commonHead .gNav ul{
	width: 816px;
	margin-left:134px;
}
.commonHead .gNav ul li {
	float: left;
	line-height: 1em;
	text-align: center;
/*	background:url(../img/common/gnavBar.gif) no-repeat left 16px;*/
}
.commonHead .gNav ul li:first-child {
	background:none;
}
.commonHead .gNav ul li a {
	display: block;
	padding:17px 21px 17px;
}

/* プルダウン */
#pullNav {
	position: relative;
}
#pullNav li {
	list-style: none;
	float: left;
	position: relative;
}
#pullNav ul {
	display: none;
	position: absolute;
	top: 52px;
	left: 0px;
	width: 140px;
	margin-left:0px;
}
* html #pullNav ul {
	line-height: 0;
}
#pullNav ul li {
	float: none;
	border:none;
}
#pullNav ul a {
	display: block;
	width: 108px;
	background: #3f0600;
	padding: 16px;
	border-top: 1px solid #72532d;
	zoom: 1;
	line-height: 1;
	text-align:left;
}

/*
################################################################################################################

Foot
- 共通フッター


################################################################################################################
*/
footer {
	clear:both;
	position: relative;
	background:#fff;
	margin: 0 0 -16px 0;
}

/* フッターリンク
-------------------------*/
.footLinks {
	background:#e5dbce;
	padding:40px 0 40px;
}
.footLinks .footLinksContent {
	width:950px;
	margin:0 auto;
}
.footLinks .footLinksContent .arbeit,
.footLinks .footLinksContent .reserve,
.footLinks .footLinksContent .search,
.footLinks .footLinksContent .footColumn,
.footLinks .footLinksContent .pdfContent{
	float:left;
}
.footLinks .footLinksContent .arbeit,
.footLinks .footLinksContent .reserve,
.footLinks .footLinksContent .search,
.footLinks .footLinksContent .footColumn{
	margin-right:17px;
}

/** アルバイト募集 **/
.footLinks .footLinksContent .arbeit{
	/*background:url(../img/arbeitBg.jpg) no-repeat top center;*/
	width:210px;
	padding:3px 6px 6px;
	height:181px;
	position:relative;
}
.footLinks .footLinksContent .arbeit .arbeitTitle{
	margin:0 0 0 12px;
}
.footLinks .footLinksContent .arbeit .arbeitWrap{
	background:#ffe696;
	padding:7px 9px 6px;
}
.footLinks .footLinksContent .arbeit .arbeitWrap img{
	text-align:center;
}
.footLinks .footLinksContent .arbeit .arbeitWrap .info{
	margin:0 0 5px 12px;
}
.footLinks .footLinksContent .arbeit .arbeitWrap .searchBtn{
	margin-bottom:6px;
}

/** なか卯てれび **/
.footLinks .footLinksContent .nakauTv{
	margin-bottom:14px;
}
/** メールマガジン **/
.footLinks .footLinksContent .mailMagazine{
	margin-bottom:14px;
}
/** pdf **/
.footLinks .footLinksContent .pdfContent{
	width:210px;
	/*height:178px;*/
	height:118px;
	padding:6px;
	background:#cdbeaa;
}
.footLinks .footLinksContent .pdfContent ul{
}
.footLinks .footLinksContent .pdfContent ul li{
	border-top:1px solid #e4d4bf;
	font-size:116%;
	letter-spacing:0.02em;
	line-height:1;
	background-color:#fff;
}
.footLinks .footLinksContent .pdfContent ul li a{
	color:#422d0e;
}
.footLinks .footLinksContent .pdfContent ul li:hover{
	cursor:pointer;
}
.footLinks .footLinksContent .pdfContent ul li .title{
	float:left;
	width:135px;
}
.footLinks .footLinksContent .pdfContent ul li .pdfBtn{
	float:right;
}
.footLinks .footLinksContent .pdfContent ul li.pdf01{
	border-top: none;
	background-color: #FFF;
/*	background-image: url(../img/common/roundBgTop.gif);*/
	background-repeat: no-repeat;
	background-position: center top;
	height:61px;
}
.footLinks .footLinksContent .pdfContent ul li.pdf02{
	height:55px;
}
.footLinks .footLinksContent .pdfContent ul li.pdf03{
	line-height: 1.3;
	background-color: #FFF;
	background-image: url(../img/common/roundBgBottom.gif);
	background-repeat: no-repeat;
	background-position: center bottom;
	height:59px;
}
.footLinks .footLinksContent .pdfContent ul li.pdf03 .pdfBtn{
	margin-top:10px;
}
.footLinks .footLinksContent .pdfContent ul li.pdf01 a{
	padding: 23px 20px;
	display:block;
	overflow: visible;
}
.footLinks .footLinksContent .pdfContent ul li.pdf02 a{
	padding:19px 20px;
	display:block;
	overflow: visible;
}
.footLinks .footLinksContent .pdfContent ul li.pdf03 a{
	padding: 10px 20px 12px;
	display:block;
	overflow: visible;
}

/* footNavigation
-------------------------*/
.footNav{
	/*background:url(../img/common/redBg.jpg) repeat-x top center;*/
}
.footNav,
.footNav a {
	color: #ffffff;
}
.footNav a:hover {
	text-decoration:underline;
}
.footNav .footNavInner{
	padding: 40px 0;
	width:950px;
	margin:0 auto;
	position:relative;
}
.footNav .footNavInner ul li {
	padding-right:16px;
	margin-right:16px;
	border-right:1px solid #fff;
	float:left;
	font-size:85%;
}
.footNav .footNavInner ul li:last-child {
	padding-right:0;
	margin-right:0;
	border-right:none;
}
/** pageTop **/
footer .pageTop {
	position:absolute;
	top:33px;
	right:0;
}
footer .credit{
	width:950px;
	margin:0 auto;
	height:74px;
}
footer .credit .footLogo{
	float:left;
	margin-top:19px;
}
footer .credit .copyright{
	float:right;
	margin-top:28px;
	font-size:85%;
	font-family:Arial, Helvetica, sans-serif;
	color:#000;
}

.rightTop {
    display: block;
    overflow: hidden;
    padding: 0 0 20px 20px;
}

}


@media screen and (max-width:768px){



/* ----------------------------------
  PC　SP view divergence - utility
---------------------------------- */
.u-media-pc {
  display: none;
}
.u-media-sp {
  display: block;
}


/*
################################################################################################################

Common Layout
- 全ページ共通

################################################################################################################
*/
body {
	color: #270302;
	/*-webkit-text-size-adjust: none;*/
	/*text-align: center;*/
/*	min-width: 640px;*/
}
/*p {
	word-break: break-all;
}*/
a:link, a:visited, a:hover, a:active {
	color: #66100E;
	text-decoration: none;
}
a:hover {
	text-decoration: none;
}
img {
	box-shadow: #000 0 0 0;
}
img, x:-moz-any-link, x:default {
 box-shadow: #000 0 0 0;
}
/*
################################################################################################################

Head
- 共通ヘッダー

################################################################################################################
*/
header {
	/*margin-bottom: 1px;*/
}
.commonHead hgroup {
	padding: 0px 30px;
	height: 106px;
	background: #b60008;
}
/** mainLogo **/
.commonHead h1 a {
	float: left;
	padding: 34px 50px 20px 0;
}
.commonHead h2 {
	float: left;
	margin-top: 40px;
}
/** 言語リンク **/
.commonHead .language {
	float:right;
	margin:44px 0 0;
}
.commonHead .language li {
	float:left;
	padding:0 7px;
	font-size:18px;
	line-height:1;
	border-right: solid 1px #ffa200;
}
.commonHead .language li:last-child {
	border-right: none;
}
.commonHead .language li a {
	color:#ffa200;
}

/** grobal Navigation **/
.commonHead .gNav {
}
.commonHead .gNav ul {
	background: url(../img/sp/gNavBg.jpg) repeat-x;
	height: 96px;
}
.commonHead .gNav ul li {
	float: left;
	width: 20%;
	height: 96px;
	background: url(../img/sp/gNavBoder.jpg) no-repeat left center;
}
.commonHead .gNav ul li.pc {
	position:relative;
}
.commonHead .gNav ul li:first-child {
	background: none;
}
.commonHead .gNav ul li a {
	display: block;
	width: 100%;
	text-align: center;
	font-size: 22px;
	font-weight: bold;
	padding: 37px 0 38px;
	color: #c19f76;
	line-height: 1;
}

.commonHead .gNav ul .navOff a{
	color: #753217 !important;
}
	
.commonHead .gNav ul li span{
	position:absolute;
	top:-6px;
	right:-6px;
	z-index:100;
}
/* プルダウン */
#pullNav {
	position: relative;
}
#pullNav ul {
	display: none;
	position: absolute;
	top: 96px;
	left: 0px;
	width: 100%;
	margin-left:0px;
	background:#3a0800;
	height:auto;
}
#pullNav ul li {
	float: none;
	border-top: 1px solid #72532d;
	background:none;
	width: 100%;
}
#pullNav ul a {
	display: block;
	padding: 33px;
	 zoom: 1;
	line-height: 1;
	text-align: left;
	width: auto;
}
#pullNav ul a.iconPc {
	display: block;
	padding: 33px;
	 zoom: 1;
	line-height: 1;
	text-align: left;
	width: auto;
	background: url(../sp/img/common/iconPc.png) no-repeat 96% center;
}


/*
################################################################################################################

FootLinks
- フッターリンク

################################################################################################################
*/
.footLinks {
	margin: 15px 15px 70px;
}
.footLinks ul.linkList li {
	margin-bottom: 20px;
}
/** pdf **/
.footLinks .pdfContent {
	padding: 6px;
	background: #e4d4bf;
	color: #422d0e;
}
.footLinks .pdfContent ul {
}
.footLinks .pdfContent ul li {
	border-top: 1px solid #e4d4bf;
	font-size: 26px;
	line-height: 1;
	background-color: #fff;
	text-align: left;
}
.footLinks .pdfContent ul li:first-child {
	border-radius: 5px 5px 0px 0px;
	border-top:none;
}
.footLinks .pdfContent ul li:last-child {
	border-radius: 0px 0px 5px 5px;
}
.footLinks .pdfContent ul li a {
	padding: 24px 40px;
	display: block;
	color:#422d0e;
}
.footLinks .pdfContent ul li a img {
	margin-left: 18px;
}
/*
################################################################################################################

Foot
- 共通フッター


################################################################################################################
*/
/** pageTop **/
.pageTop {
	margin-bottom: 30px;
}
/** SNS **/
.addthis_native_toolbox {
	width: 448px;
	height: 40px;
	margin: 0 auto 40px;
}

#twitter-widget-0 {
	width: 185px !important;
	height: 40px !important;
}
#twitter-widget-1 {
	width: 185px !important;
	height: 40px !important;
}
.fb-like span {
	width: 200px !important;
	height: 40px !important;
}
.fb-like iframe {
	width: 200px !important;
	height: 40px !important;
}

.addthis_native_toolbox iframe {
	margin: 0 !important;
}
.fb-like {
	margin-right: 10px;
}
.android .addthis_native_toolbox {
	width: 400px;
	height: 41px;
	margin: 0 auto 40px;
}
.android .fb-like span {
	width: 150px !important;
	height: 41px !important;
}
.android .fb-like iframe {
	width: 150px !important;
	height: 41px !important;
}



.addthis_button {
	margin: 0px 0px 0 0;
	float: right;
}
/** footNavigation **/
.footNav, .footNav a {
	color: #ffffff;
}
footer .footNav ul li {
	font-size: 24px;
	margin-bottom: 36px;
}
footer .footNav ul li.pcLink a{
	background:url(../sp/img/common/iconPc.png) no-repeat right center;
	padding-right:40px;
}
footer .interfaceChange {
	background: #fff;
	margin: 0 80px 40px;
}
footer .interfaceChange a {
	padding: 24px 0;
	display: block;
	color: #3e0900;
	font-size: 26px;
	font-weight: bold;
	line-height: 1;
}
footer .interfaceChange a img {
	margin-right: 18px;
}
footer .credit {
	background: #FFF;
	padding: 40px 0;
}
footer .credit .copyright {
	font-size: 24px;
	font-family: Arial, Helvetica, sans-serif;
	color: #3a0a0a;
	font-weight: bold;
}

/* 20140902 fix */

.favoBtn{
	margin: 0 auto 35px auto;
	width: 530px;
	height: 67px;
	padding: 15px 0;
	background: #f3bbad;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
	text-align: center;	
}

.favoBtn dl{
	display: inline-block;
}

.favoBtn dl dt{
	float: left;
}

.favoBtn dl dd{
	padding: 2px 11px 0;
	font-size: 26px;
	line-height: 38px;
	height: 38px;
	border-top: 2px solid #461010;
	border-bottom: 2px solid #461010;
	border-right: 2px solid #461010;
	float: left;
}

/* お気に入り商品 20140902
-------------------------*/

.contentText{
	
}

.contentText .List li{
	text-align: left;
	font-size: 24px;
	line-height: 30px;
	margin: 18px 0;
	text-indent: -1em;
	padding: 0 0 0 1em;
	color: #1b1b1b;		
}

.contentText .List li:before{
	content:"・";
}

.contentText .right{
	float: right;	
}

.contentInner .favo{
	background: #ffffff;	
}

.favo_Content{
	border-top: 1px solid #e2cda3;
	margin: 20px 0 20px 0;
}

article.favolist{
	-moz-box-sizing:border-box;
	background: #ffffff;
	padding: 21px 15px;
	border-bottom: 1px solid #e2cda3;
}

article.favolist .fovo_content01{
	padding: 0 19px 0 0;	
}

article.favolist .fovo_content01 a{
	width: 100%;
	display: table;
	background: url(../sp/img/common/icon_link01.png) center right no-repeat;
}

article.favolist figure.favo_img{
	display: table-cell;
	vertical-align: middle;
	width: 230px;
	height: 180px;
}

article.favolist .favo_text{
	display: table-cell;
	padding: 0 60px 0 20px;
	text-align: left;
	vertical-align: middle;	
}

article.favolist h4{
	font-size: 30px;
	font-weight: bold;
	line-height: 30px;
	color: #b60008;
	margin: 0 0 13px 0;
}

article.favolist h5{
	font-size: 20px;
	padding: 0 0 13px 0;	
}

article.favolist p.bt_detail{
	margin: 0 0 15px 0;	
}

article.favolist table{
	margin: 24px 0 0 0 ;
}

article.favolist table th{
	font-size: 22px;
	font-weight: bold;
	color: #451111;
	text-align: center;
	vertical-align: middle;
	background: #f0a997;
	border-right: 1px solid #ffffff;
	border-bottom: 1px solid #f0a997;
}

article.favolist table th{
	height: 88px;
}

article.favolist table th small{
	display: block;
	font-size: 24px;
}

article.favolist table th strong{
	display: block;
	font-size: 30px;
}

article.favolist table th.cel01{
	width: 205px;	
	border-left: 1px solid #f0a997;
}

article.favolist table th.cel02{
	width: 135px;	
}

article.favolist table th.cel03{
	width: 135px;	
}

article.favolist table th.cel04{
	border-right: 1px solid #f0a997;
	width: 135px;	
}

article.favolist table td{
	font-size: 22px;
	height: 55px;
	color: #202020;
}

article.favolist table td.cel01{
	width: 205px;
	color: #451111;
	border-left: 1px solid #f0a997;	
}

article.favolist table td.cel02{
	width: 135px;	
}

article.favolist table td.cel03{
	width: 135px;	
}

article.favolist table td.cel04{
	border-right: 1px solid #f0a997;
	width: 135px;	
}

article.favolist table td{
	border-right: 1px solid #f0a997;
	border-bottom: 1px solid #f0a997;
	text-align: center;
	vertical-align: middle;
}

article.favolist .bt_deleat{
	margin: 22px 0 0 0;	
}

article.favolist .bt_deleat a{
	font-size: 24px;
	height: 62px;
	line-height: 64px;
	display: block;
	color: #020202;
	background: #d0d0d0;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}
}
@media screen and (min-width:769px){
/* ----------------------------------
  PC　SP view divergence - utility
---------------------------------- */
.u-media-pc {
  display: block;
}
.u-media-sp {
  display: none;
}
.cf::before, .cf::after {
    content: "";
    display: table;
}
.cf::after {
    clear: both;
}
img {
    border: 0;
    vertical-align: top;
}
/*
################################################################################################################

Common Layout
- 全ページ共通

################################################################################################################
*/
body {
	color:#1e1e1e;
	-webkit-text-size-adjust: none;
	min-width: 980px;
	/*background:url(../img/common/mainBg.jpg) repeat;*/
}
p {
	word-break: break-all;
}
a:link, a:visited, a:hover, a:active {
	/*color: #b60009; */
	text-decoration: none;
}
a:hover {
	text-decoration: none;
}
img {
    box-shadow: #000 0 0 0;
}
img, x:-moz-any-link, x:default {
    box-shadow: #000 0 0 0;
}


/*
################################################################################################################

Head
- 共通ヘッダー

################################################################################################################
*/
header {
	height: 138px;
}
.commonHead {
	border-top: 4px solid #4a0000;
	background:url(../img/headBg.jpg) repeat-x top center;
}
.ie7 .commonHead {
	background-position: center 4px;
}
.commonHead .headInner {
	width: 950px;
	margin: 0 auto;
	position: relative;
	height:82px;
}

/** mainLogo **/
.commonHead .headInner h1{
	position:absolute;
	top:0;
	left:0;
	z-index:1;
}
/** copy **/
.commonHead .headInner .copy {
	padding:34px 0 0 156px;
	display: inline-block;
}
/** headNav **/
.commonHead .headInner .headNav {
	position:absolute;
	top:0;
	right:0;
}
.commonHead .headInner .headNav .addthis_native_toolbox{
	float:left;
	margin:10px 10px 0 0;
	width: 230px;
	
}
.ie7 .commonHead .headInner .headNav {
	width:400px;
}
.ie7 .commonHead .headInner .headNav .addthis_native_toolbox{
	width:270px;
}

/** SNS **/
.addthis_native_toolbox {
	/*width:224px;*/
}
.addthis_button_tweet{
	width:95px !important;
}
.fb-like{
	margin-right:5px;
}
.animated {
    float: left !important;
}
.addthis_button{
	float:right;
	margin:2px 2px 0 0;
}

/** 言語リンク **/
.commonHead .headInner .headNav .language {
	float:left;
	margin:10px 10px 0 0;
}
.commonHead .headInner .headNav .language li {
	float:left;
	padding:0 7px;
	font-size:93%;
	line-height:1;
	border-right: solid 1px #430100;
}
.commonHead .headInner .headNav .language li:last-child {
	border-right: none;
}
.commonHead .headInner .headNav .language li.current {
	color:#b50007;
}

/** お問い合わせ **/
.commonHead .headInner .headNav .infoBtn{
	float:right;
	margin-bottom:13px;
}
/** お気に入りリスト **/
.commonHead .headInner .headNav .favoBtn{
	clear:both;
	/*float:right;*/
	/*width:134px;*/
	width: 100%;
}
.commonHead .headInner .headNav .favoBtn dl{
	float: right;
}
.commonHead .headInner .headNav .favoBtn dl dt{
	float: left;	
}

.commonHead .headInner .headNav .favoBtn dl dd{
	float: left;
	height: 17px;
	line-height: 17px;
	font-size: 10px;
	text-align: center;
	padding: 0 5px;
	border-top: 1px solid #461010;
	border-right: 1px solid #461010;
	border-bottom: 1px solid #461010;
}

.ie7 .commonHead .headInner .headNav .favoBtn{
	margin-left:-13px;
}

/** grobal Navigation **/
.commonHead .gNav {
	background:url(../img/redBg.jpg) repeat-x top center;
}
.commonHead .gNavInner {
	width: 950px;
	margin: 0 auto;
	position: relative;
	height:52px;
}
.commonHead .gNav ul{
	width: 816px;
	margin-left:134px;
}
.commonHead .gNav ul li {
	float: left;
	line-height: 1em;
	text-align: center;
	/*background:url(../img/common/gnavBar.gif) no-repeat left 16px;*/
}
.commonHead .gNav ul li:first-child {
	background:none;
}
.commonHead .gNav ul li a {
	display: block;
	padding:17px 21px 17px;
}

/* プルダウン */
#pullNav {
	position: relative;
}
#pullNav li {
	list-style: none;
	float: left;
	position: relative;
}
#pullNav ul {
	display: none;
	position: absolute;
	top: 52px;
	left: 0px;
	width: 140px;
	margin-left:0px;
}
* html #pullNav ul {
	line-height: 0;
}
#pullNav ul li {
	float: none;
	border:none;
}
#pullNav ul a {
	display: block;
	width: 108px;
	background: #3f0600;
	padding: 16px;
	border-top: 1px solid #72532d;
	zoom: 1;
	line-height: 1;
	text-align:left;
}

/*
################################################################################################################

Foot
- 共通フッター


################################################################################################################
*/
footer {
	clear:both;
	position: relative;
	background:#fff;
	margin: 0 0 -16px 0;
}

/* フッターリンク
-------------------------*/
.footLinks {
	background:#e5dbce;
	padding:40px 0 40px;
}
.footLinks .footLinksContent {
	width:950px;
	margin:0 auto;
}
.footLinks .footLinksContent .arbeit,
.footLinks .footLinksContent .reserve,
.footLinks .footLinksContent .search,
.footLinks .footLinksContent .footColumn,
.footLinks .footLinksContent .pdfContent{
	float:left;
}
.footLinks .footLinksContent .arbeit,
.footLinks .footLinksContent .reserve,
.footLinks .footLinksContent .search,
.footLinks .footLinksContent .footColumn{
	margin-right:17px;
}

/** アルバイト募集 **/
.footLinks .footLinksContent .arbeit{
/*	background:url(../img/arbeitBg.jpg) no-repeat top center;*/
	width:210px;
	padding:3px 6px 6px;
	height:181px;
	position:relative;
}
.footLinks .footLinksContent .arbeit .arbeitTitle{
	margin:0 0 0 12px;
}
.footLinks .footLinksContent .arbeit .arbeitWrap{
	background:#ffe696;
	padding:7px 9px 6px;
}
.footLinks .footLinksContent .arbeit .arbeitWrap img{
	text-align:center;
}
.footLinks .footLinksContent .arbeit .arbeitWrap .info{
	margin:0 0 5px 12px;
}
.footLinks .footLinksContent .arbeit .arbeitWrap .searchBtn{
	margin-bottom:6px;
}

/** なか卯てれび **/
.footLinks .footLinksContent .nakauTv{
	margin-bottom:14px;
}
/** メールマガジン **/
.footLinks .footLinksContent .mailMagazine{
	margin-bottom:14px;
}
/** pdf **/
.footLinks .footLinksContent .pdfContent{
	width:210px;
	/*height:178px;*/
	height:128px;
	padding:6px;
	background:#cdbeaa;
}
.footLinks .footLinksContent .pdfContent ul{
}
.footLinks .footLinksContent .pdfContent ul li{
	border-top:1px solid #e4d4bf;
	font-size:116%;
	letter-spacing:0.02em;
	line-height:1;
	background-color:#fff;
}
.footLinks .footLinksContent .pdfContent ul li a{
	color:#422d0e;
}
.footLinks .footLinksContent .pdfContent ul li:hover{
	cursor:pointer;
}
.footLinks .footLinksContent .pdfContent ul li .title{
	float:left;
	width:135px;
}
.footLinks .footLinksContent .pdfContent ul li .pdfBtn{
	float:right;
}
.footLinks .footLinksContent .pdfContent ul li.pdf01{
	border-top: none;
	background-color: #FFF;
/*	background-image: url(../img/common/roundBgTop.gif);*/
	background-repeat: no-repeat;
	background-position: center top;
	height:61px;
}
.footLinks .footLinksContent .pdfContent ul li.pdf02{
	height:55px;
}
.footLinks .footLinksContent .pdfContent ul li.pdf03{
	line-height: 1.3;
	background-color: #FFF;
	background-image: url(../img/common/roundBgBottom.gif);
	background-repeat: no-repeat;
	background-position: center bottom;
	height:59px;
}
.footLinks .footLinksContent .pdfContent ul li.pdf03 .pdfBtn{
	margin-top:10px;
}
.footLinks .footLinksContent .pdfContent ul li.pdf01 a{
	padding: 23px 14px !important;
	display:block;
	overflow: visible;
}
.footLinks .footLinksContent .pdfContent ul li.pdf02 a{
	padding:19px 14px !important;
	display:block;
	overflow: visible;
}
.footLinks .footLinksContent .pdfContent ul li.pdf03 a{
	padding: 10px 20px 12px;
	display:block;
	overflow: visible;
}

/* footNavigation
-------------------------*/
.footNav{
	/*background:url(../img/common/redBg.jpg) repeat-x top center;*/
}
.footNav,
.footNav a {
	color: #ffffff;
}
.footNav a:hover {
	text-decoration:underline;
}
.footNav .footNavInner{
	padding: 40px 0;
	width:950px;
	margin:0 auto;
	position:relative;
}
.footNav .footNavInner ul li {
	padding-right:16px;
	margin-right:16px;
	border-right:1px solid #fff;
	float:left;
	font-size:85%;
}
.footNav .footNavInner ul li:last-child {
	padding-right:0;
	margin-right:0;
	border-right:none;
}
/** pageTop **/
footer .pageTop {
	position:absolute;
	top:33px;
	right:0;
}
footer .credit{
	width:950px;
	margin:0 auto;
	height:74px;
}
footer .credit .footLogo{
	float:left;
	margin-top:19px;
}
footer .credit .copyright{
	float:right;
	margin-top:28px;
	font-size:85%;
	font-family:Arial, Helvetica, sans-serif;
	color:#000;
}

.rightTop {
    display: block;
    overflow: hidden;
    padding: 0 0 20px 20px;
}

}


@media screen and (max-width:768px){



/* ----------------------------------
  PC　SP view divergence - utility
---------------------------------- */
.u-media-pc {
  display: none;
}
.u-media-sp {
  display: block;
}


/*
################################################################################################################

Common Layout
- 全ページ共通

################################################################################################################
*/
body {
	color: #270302;
	/*-webkit-text-size-adjust: none;*/
	/*text-align: center;*/
	/*min-width: 640px;*/
}
/*p {
	word-break: break-all;
}*/
a:link, a:visited, a:hover, a:active {
	color: #66100E;
	text-decoration: none;
}
a:hover {
	text-decoration: none;
}
img {
	box-shadow: #000 0 0 0;
}
img, x:-moz-any-link, x:default {
 box-shadow: #000 0 0 0;
}
/*
################################################################################################################

Head
- 共通ヘッダー

################################################################################################################
*/
header {
	/*margin-bottom: 1px;*/
}
.commonHead hgroup {
	padding: 0px 30px;
	height: 106px;
	background: #b60008;
}
/** mainLogo **/
.commonHead h1 a {
	float: left;
	padding: 34px 50px 20px 0;
}
.commonHead h2 {
	float: left;
	margin-top: 40px;
}
/** 言語リンク **/
.commonHead .language {
	float:right;
	margin:44px 0 0;
}
.commonHead .language li {
	float:left;
	padding:0 7px;
	font-size:18px;
	font-size: 11px;
	line-height:1;
	border-right: solid 1px #ffa200;
}
.commonHead .language li:last-child {
	border-right: none;
}
.commonHead .language li a {
	color:#ffa200;
}

/** grobal Navigation **/
.commonHead .gNav {
}
.commonHead .gNav ul {
	background: url(../img/sp/gNavBg.jpg) repeat-x;
	height: 96px;
}
.commonHead .gNav ul li {
	float: left;
	width: 25%;
	height: 96px;
	background: url(../img/sp/gNavBoder.jpg) no-repeat left center;
}
.commonHead .gNav ul li.pc {
	position:relative;
}
.commonHead .gNav ul li:first-child {
	background: none;
}
.commonHead .gNav ul li a {
	display: block;
	width: 100%;
	text-align: center;
	/*font-size: 22px;*/
	font-size: 11px;
	font-weight: bold;
	padding: 37px 0 38px;
	color: #c19f76;
	line-height: 1;
}

.commonHead .gNav ul .navOff a{
	color: #753217 !important;
}
	
.commonHead .gNav ul li span{
	position:absolute;
	top:-6px;
	right:-6px;
	z-index:100;
}
/* プルダウン */
#pullNav {
	position: relative;
}
#pullNav ul {
	display: none;
	position: absolute;
	top: 96px;
	left: 0px;
	width: 100%;
	margin-left:0px;
	background:#3a0800;
	height:auto;
}
#pullNav ul li {
	float: none;
	border-top: 1px solid #72532d;
	background:none;
	width: 100%;
}
#pullNav ul a {
	display: block;
	padding: 33px;
	 zoom: 1;
	line-height: 1;
	text-align: left;
	width: auto;
}
#pullNav ul a.iconPc {
	display: block;
	padding: 33px;
	 zoom: 1;
	line-height: 1;
	text-align: left;
	width: auto;
	/*background: url(../sp/img/common/iconPc.png) no-repeat 96% center;*/
}


/*
################################################################################################################

FootLinks
- フッターリンク

################################################################################################################
*/
.footLinks {
	margin: 15px 15px 70px;
}
.footLinks ul.linkList li {
	margin-bottom: 20px;
}
/** pdf **/
.footLinks .pdfContent {
	padding: 6px;
	background: #e4d4bf;
	color: #422d0e;
}
.footLinks .pdfContent ul {
}
.footLinks .pdfContent ul li {
	border-top: 1px solid #e4d4bf;
	font-size: 26px;
	line-height: 1;
	background-color: #fff;
	text-align: left;
}
.footLinks .pdfContent ul li:first-child {
	border-radius: 5px 5px 0px 0px;
	border-top:none;
}
.footLinks .pdfContent ul li:last-child {
	border-radius: 0px 0px 5px 5px;
}
.footLinks .pdfContent ul li a {
	padding: 24px 40px;
	display: block;
	color:#422d0e;
}
.footLinks .pdfContent ul li a img {
	margin-left: 18px;
}
/*
################################################################################################################

Foot
- 共通フッター


################################################################################################################
*/
/** pageTop **/
.pageTop {
	margin-bottom: 30px;
}
/** SNS **/
.addthis_native_toolbox {
	width: 448px;
	height: 40px;
	margin: 0 auto 40px;
}

#twitter-widget-0 {
	width: 113px !important;
    height: 20px !important;
}
#twitter-widget-1 {
	width: 185px !important;
	height: 40px !important;
}
.fb-like span {
	width: 200px !important;
	height: 40px !important;
}
.fb-like iframe {
	width: 200px !important;
	height: 40px !important;
}

.addthis_native_toolbox iframe {
	margin: 0 !important;
}
.fb-like {
	margin-right: 10px;
}
.android .addthis_native_toolbox {
	width: 400px;
	height: 41px;
	margin: 0 auto 40px;
}
.android .fb-like span {
	width: 150px !important;
	height: 41px !important;
}
.android .fb-like iframe {
	width: 150px !important;
	height: 41px !important;
}



.addthis_button {
	margin: 0px 0px 0 0;
	float: right;
}
/** footNavigation **/
.footNav, .footNav a {
	color: #ffffff;
}
footer .footNav ul li {
	/*font-size: 24px;*/
	font-size: 14px;
	margin-bottom: 36px;
}
footer .footNav ul li.pcLink a{
	background:url(../sp/img/common/iconPc.png) no-repeat right center;
	padding-right:40px;
}
footer .interfaceChange {
	background: #fff;
	margin: 0 80px 40px;
}
footer .interfaceChange a {
	padding: 24px 0;
	display: block;
	color: #3e0900;
	/*font-size: 26px;*/
	font-size: 16px;
	font-weight: bold;
	line-height: 1;
}
footer .interfaceChange a img {
	margin-right: 18px;
}
footer .credit {
	background: #FFF;
	padding: 40px 0;
}
footer .credit .copyright {
	/*font-size: 24px;*/
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	color: #3a0a0a;
	font-weight: bold;
}

/* 20140902 fix */

.favoBtn{
	margin: 0 auto 35px auto;
	width: 530px;
	height: 67px;
	padding: 15px 0;
	background: #f3bbad;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
	text-align: center;	
}

.favoBtn dl{
	display: inline-block;
}

.favoBtn dl dt{
	float: left;
}

.favoBtn dl dd{
	padding: 2px 11px 0;
	font-size: 26px;
	font-size: 14px;
	line-height: 38px;
	height: 38px;
	border-top: 2px solid #461010;
	border-bottom: 2px solid #461010;
	border-right: 2px solid #461010;
	float: left;
}

/* お気に入り商品 20140902
-------------------------*/

.contentText{
	
}

.contentText .List li{
	text-align: left;
	font-size: 24px;
	line-height: 30px;
	margin: 18px 0;
	text-indent: -1em;
	padding: 0 0 0 1em;
	color: #1b1b1b;		
}

.contentText .List li:before{
	content:"・";
}

.contentText .right{
	float: right;	
}

.contentInner .favo{
	background: #ffffff;	
}

.favo_Content{
	border-top: 1px solid #e2cda3;
	margin: 20px 0 20px 0;
}

article.favolist{
	-moz-box-sizing:border-box;
	background: #ffffff;
	padding: 21px 15px;
	border-bottom: 1px solid #e2cda3;
}

article.favolist .fovo_content01{
	padding: 0 19px 0 0;	
}

article.favolist .fovo_content01 a{
	width: 100%;
	display: table;
	background: url(../sp/img/common/icon_link01.png) center right no-repeat;
}

article.favolist figure.favo_img{
	display: table-cell;
	vertical-align: middle;
	width: 230px;
	height: 180px;
}

article.favolist .favo_text{
	display: table-cell;
	padding: 0 60px 0 20px;
	text-align: left;
	vertical-align: middle;	
}

article.favolist h4{
	font-size: 30px;
	font-weight: bold;
	line-height: 30px;
	color: #b60008;
	margin: 0 0 13px 0;
}

article.favolist h5{
	font-size: 20px;
	padding: 0 0 13px 0;	
}

article.favolist p.bt_detail{
	margin: 0 0 15px 0;	
}

article.favolist table{
	margin: 24px 0 0 0 ;
}

article.favolist table th{
	font-size: 22px;
	font-weight: bold;
	color: #451111;
	text-align: center;
	vertical-align: middle;
	background: #f0a997;
	border-right: 1px solid #ffffff;
	border-bottom: 1px solid #f0a997;
}

article.favolist table th{
	height: 88px;
}

article.favolist table th small{
	display: block;
	font-size: 24px;
}

article.favolist table th strong{
	display: block;
	font-size: 30px;
}

article.favolist table th.cel01{
	width: 205px;	
	border-left: 1px solid #f0a997;
}

article.favolist table th.cel02{
	width: 135px;	
}

article.favolist table th.cel03{
	width: 135px;	
}

article.favolist table th.cel04{
	border-right: 1px solid #f0a997;
	width: 135px;	
}

article.favolist table td{
	font-size: 22px;
	height: 55px;
	color: #202020;
}

article.favolist table td.cel01{
	width: 205px;
	color: #451111;
	border-left: 1px solid #f0a997;	
}

article.favolist table td.cel02{
	width: 135px;	
}

article.favolist table td.cel03{
	width: 135px;	
}

article.favolist table td.cel04{
	border-right: 1px solid #f0a997;
	width: 135px;	
}

article.favolist table td{
	border-right: 1px solid #f0a997;
	border-bottom: 1px solid #f0a997;
	text-align: center;
	vertical-align: middle;
}

article.favolist .bt_deleat{
	margin: 22px 0 0 0;	
}

article.favolist .bt_deleat a{
	font-size: 24px;
	height: 62px;
	line-height: 64px;
	display: block;
	color: #020202;
	background: #d0d0d0;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}
}



/*
-------------------------------------------------------
main
-------------------------------------------------------*/
.media-pc{
	display: block;
}
.media-sp{
	display: none !important;
}
#main_vision_wrap{
  position: relative;
  background-color: #ffffff;
  overflow:  hidden;
  height: 600px;
  padding-top: 0;
  padding-bottom: 0;
  background-image: url("../img/img_main.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top center;
}
#main_vision {
  position: relative;
  width: 100%;
  height: 100%;	 	
}
.main_v_content_wrap {
  max-width: 890px;
  width: 100%;	
  text-align: center;
  top: 50%;
  left: 0;
  right: 0;	
  transform: translateY(-50%);
  -webkit-\ transform: translateY(-50%) ;
  position: absolute;
  background: rgba(255,255,255,0.5);
  padding: 88px 20px 56px 20px;
  margin: auto;
  box-sizing: border-box;
  border: solid 4px #fff;	
}
.main_title {
  margin-bottom: 40px;
}


/*@media screen and (min-width:1400px) {
#main_vision_wrap {
    height: 650px;
}	
}*/

@media screen and (max-width:700px) {
  
.media-pc{
	display: none !important;
}
.media-sp{
	display: block !important;
}
#main_vision_wrap {
  height: 360px;
	}
.main_v_content_wrap {
  width: 95%;
  padding: 20px;
	}
}

/*-------------------------------------------------------
page nav
-------------------------------------------------------*/
.page_nav_ul {
  display: flex;
  justify-content: center;
  padding: 32px 0;
  flex-wrap: wrap;	
}
.page_nav_li {
  margin-right: 20px;
}
.page_nav_li:last-child {
  margin-right: 0;
}
.page_nav_li a:hover{
	opacity: 0.7;
	transition: 0.5s;
}


@media screen and (max-width:700px){
.page_nav_li:nth-child(1) {
  margin-bottom: 10px;		
	}
.page_nav_li:nth-child(2) ,.page_nav_li:nth-child(4)
{
  margin-right: 0;
  margin-bottom: 10px;	
}
li.page_nav_li img {
    width: 100%;
}	
.page_nav_ul {
    padding: 40px 20px;
}	
.page_nav_li {
  margin-right: 10px;
}	
.page_nav_li {
  width: calc((100% - 10px)/2);
}	
.page_nav_li:nth-child(4)
}



/*-------------------------------------------------------
page section common
-------------------------------------------------------*/
#main {
  padding-bottom: 120px;
}
.section {
  background: #eeeeee;
  position: relative;
  padding-bottom: 64px;	
}
.section_inner {
  max-width: 940px;
  margin: 0 auto;
  padding: 0 40px 60px 40px;
  background: #fff;	
}
.sec_title_wrap {
  text-align: center;
  position: relative;
  padding: 100px 0 0 0;
}
.section::after {
  width: 100%;
  height: 170px;
  background: #b50107;
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  right: 0;
}
.sec_title_logo {
  padding: revert;
  position: relative;
  z-index: 10;
}
.sec_title_logo::after {
  content: "";
  width: 280px;
  height: 280px;
  border-radius: 50%;
  background: #fff;
  position: absolute;
  top: -50px;
  left: 0;
  right: 0;
  margin: auto;
  z-index: -1;
}
.sec_title {
  position: relative;
  z-index: 10;
  margin-top: 40px;
  font-size: 36px;
  font-weight: bold;
  text-align: center;
  padding-bottom: 24px;	
  margin-bottom: 60px;	 
}
.sec_title::after {
  content: "";
  width: 60px;
  height: 7px;
  background: #b50107;
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  bottom: 0;
  border-radius: 10px;
}
.sec_bl_title {
  font-size: 20px;
  color: #fff;
  font-weight: 500;
  background: #b50107;
  letter-spacing: 0.06em;
  width: 160px;
  text-align: center;
  padding: 3px 0;
  margin-right: 20px;	
}
.sec_bl_title.small {
  font-size: 14px;
}
.sec_txt {
  font-size: 20px;
  font-weight: 500;
}
.sec_txt span {
  font-size: 16px;
  display: block;
}
.sec_bl_in_li {
  font-size: 20px;
  line-height: 1.6;
  margin-bottom: 10px;
}
.step .sec_bl_in_li {
  font-size: min(2.1vw,20px);
  line-height: 1.6;
  margin-bottom: 16px;
  display: flex;
  align-content: center;
  align-items: center;
  border: solid 2px #b50107;	
}

.sec_bl_in_li:last-child {
  margin-bottom: 0;	
}
.sec_bl_li {
  display: flex;
  align-items: flex-start;	
  margin-bottom: 40px;	
}
.sec_bl_li:last-child {
  margin-bottom: 0;	
}
.step .sec_bl_in_li span {
  border-right: solid 2px #b50107;
  background: #edf0f2;
  color: #b50107;
  font-size: min(2.1vw,20px);
  font-weight: 500;
  letter-spacing: 0.04em;
  width: 120px;
  display: block;
  text-align: center;
  height: 44px;
  line-height: 44px;
  position: relative;
  margin-right: 16px;	
}
.step .sec_bl_in_li span::before {
  content: "";
  width: 11px;
  height: 9px;
  background: url("../img/nakau_step_arrow.png");
  background-repeat: no-repeat;
  background-position: bottom center;
  background-size: contain;
  position: absolute;
  left: 0;
  right: 0;
  bottom: -9px;
  margin: auto;	
}
.step .sec_bl_in_li:last-child span::before {
	display: none;
}
.sec_bl_dt {
  width: calc(100% - 180px);
}
.sec_txt img {
  margin-left: 10px;
}
.sec_bl_in_li .small {
  display: block;
  font-size: 15px;
}


#sec03.section::after {
  background: #33c265;
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  right: 0;
}
#sec03 .sec_title::after {
  content: "";
  width: 60px;
  height: 7px;
  background: #33c265;
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  bottom: 0;
  border-radius: 10px;
}
#sec03 .sec_bl_title {
  background: #33c265;
}
#sec03 .step .sec_bl_in_li {
  border: solid 2px #33c265;
}
#sec03 .step .sec_bl_in_li span {
  border-right: solid 2px #33c265;
  color: #33c265;
  background: #fff;	
}
#sec03 .step .sec_bl_in_li span::before {
  content: "";
  width: 11px;
  height: 9px;
  background: url("../img/uber_step_arrow.png");
  background-repeat: no-repeat;
  background-position: bottom center;
  background-size: contain;
  position: absolute;
  left: 0;
  right: 0;
  bottom: -9px;
  margin: auto;
}

#sec04.section::after {
  background: #f52900;
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  right: 0;
}
#sec04 .sec_title::after {
  content: "";
  width: 60px;
  height: 7px;
  background: #f52900;
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  bottom: 0;
  border-radius: 10px;
}
#sec04 .sec_bl_title {
  background: #f52900;
}
#sec04 .step .sec_bl_in_li {
  border: solid 2px #f52900;
}
#sec04 .step .sec_bl_in_li span {
  border-right: solid 2px #f52900;
  background: #fff;
  color: #f52900;
}
#sec04 .step .sec_bl_in_li span::before {
  content: "";
  width: 11px;
  height: 9px;
  background: url("../img/demaekan_step_arrow.png");
  background-repeat: no-repeat;
  background-position: bottom center;
  background-size: contain;
  position: absolute;
  left: 0;
  right: 0;
  bottom: -9px;
  margin: auto;
}
#sec04 .step .sec_bl_in_li span.small::before{
  display: none;
}

/* ----sec06----- */
#sec06.section::after {
  background: #00c2e8;
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  right: 0;
}
#sec06 .sec_title::after {
  content: "";
  width: 60px;
  height: 7px;
  background: #00c2e8;
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  bottom: 0;
  border-radius: 10px;
}
#sec06 .sec_bl_title {
  background: #00c2e8;
}
#sec06 .step .sec_bl_in_li {
	border: solid 2px #00c2e8;

}
#sec06 .step .sec_bl_in_li span {
	border-right: solid 2px #00c2e8;
  color: #00c2e8;
  background: #fff;
}
#sec06 .step .sec_bl_in_li span::before {
  content: "";
  width: 11px;
  height: 9px;
  background: url("../img/wolt_step_arrow.png");
  background-repeat: no-repeat;
  background-position: bottom center;
  background-size: contain;
  position: absolute;
  left: 0;
  right: 0;
  bottom: -9px;
  margin: auto;
}
#sec06 .step .sec_bl_in_li span.small::before{
  display: none;
}
#sec06 .uber_link_wrap {
	border-top: solid 10px #00c2e8;
    margin-top: 80px;
    padding-top: 24px;
}

/* ----sec07----- */
#sec07.section::after {
  background: #e71e0a;
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  right: 0;
}
#sec07 .sec_title::after {
  content: "";
  width: 60px;
  height: 7px;
  background: #e71e0a;
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  bottom: 0;
  border-radius: 10px;
}
#sec07 .sec_bl_title {
  background: #e71e0a;
}
#sec07 .step .sec_bl_in_li {
	border: solid 2px #e71e0a;

}
#sec07 .step .sec_bl_in_li span {
	border-right: solid 2px #e71e0a;
  color: #e71e0a;
  background: #fff;
}
#sec07 .step .sec_bl_in_li span::before {
  content: "";
  width: 11px;
  height: 9px;
  background: url("../img/demaekan_step_arrow.png");
  background-repeat: no-repeat;
  background-position: bottom center;
  background-size: contain;
  position: absolute;
  left: 0;
  right: 0;
  bottom: -9px;
  margin: auto;
}
#sec07 .step .sec_bl_in_li span.small {
  border: none;
  background: no-repeat;
  position: inherit;
  width: auto;
  font-size: 14px;
  color: #000;
  margin-left: 10px;
}
#sec07 .step .sec_bl_in_li span.small::before{
  display: none;
}
#sec07 .uber_link_wrap {
	border-top: solid 10px #e71e0a;
    margin-top: 80px;
    padding-top: 24px;
}

@media screen and (max-width:700px){
.sec_title_wrap {
  padding: 60px 0 0 0;
}	
.section {
  padding-bottom: 0;
}	
.section::after {
    width: 100%;
    height: 100px;
	}
.sec_title_logo::after {
	width: 160px;
	height: 160px;
	top: -30px;
	}
.sec_title_logo img {
  width: 80px;
}	
.sec_title {
    margin-top: 20px;
    font-size: 26px;
    padding-bottom: 16px;
    margin-bottom: 64px;
}
.sec_bl_li {
    display: block;
	}
.sec_bl_dt {
    width: 100%;
}	
.sec_bl_title {
    font-size: 20px;
    font-weight: bold;	
    width: 100%;
    text-align: center;
    padding: 7px 0;
    margin-right: 0;
    margin-bottom: 20px;
}	
.sec_bl_title.small {
    font-size: 20px;
}	
.sec_bl_title.small br {
    display: none;
}
.section_inner {
    padding: 0 20px 100px 20px;
	}
.sec_bl_in_li {
    font-size: 18px;
	}
.step .sec_bl_in_li {
    font-size: 20px;
    line-height: 1.6;
    margin-bottom: 16px;
    display: block;
    border: none;
}	
.step .sec_bl_in_li span {
    border: solid 2px #b50107;
    background: #edf0f2;
    color: #b50107;
    font-size: 20px;
    font-weight: 500;
    letter-spacing: 0.04em;
    width: 100%;
    text-align: center;
    height: 50px;
    line-height: 50px;
    position: relative;
    margin-right: 0;
    margin-bottom: 15px;	
    display: block;
}
.sec_txt span {
  font-size: 16px;
  display: block;
}	
#sec03 .step .sec_bl_in_li {
  border: solid 2px #33c265;
  border: none;
}	
#sec03 .step .sec_bl_in_li span {
  border: solid 2px #33c265;
}
#sec04 .step .sec_bl_in_li {
  border: none;
}	
#sec04 .step .sec_bl_in_li span {
  border: solid 2px #f52900;
}	
#sec06 .step .sec_bl_in_li {
	border: none;
}
#sec06 .step .sec_bl_in_li span {
	border: solid 2px #00c2e8;
}
#sec07 .step .sec_bl_in_li {
	border: none;
}
#sec07 .step .sec_bl_in_li span {
	border: solid 2px #e71e0a;
}

}



/*-------------------------------------------------------
sec01
-------------------------------------------------------*/
.sec_lead {
  text-align: center;
  font-size: 24px;
  font-weight: bold;
  letter-spacing: 0.04em;
  margin-bottom: 20px;
}

.app_link_wrap {
  display: flex;
  justify-content: center;
  background: #edf0f2;
  max-width: 700px;
  margin: 0 auto 60px auto;
  border-radius: 10px;
  align-content: center;
  align-items: center;
  padding: 20px 0;	
}
.app_link_l {
  font-size: 18px;
  font-weight: bold;
  line-height: 1.6;
  text-indent: -0.5em;
  border-right: solid 2px #000;
  padding: 10px 32px 10px 0;
  margin-right: 24px;
}
.app_link_ul {
  display: flex;
}
.app_link_li:nth-child(1) {
  margin-right: 24px;
}
.app_link_li a:hover {
  opacity: 0.7;
  transition: 0.5s;
}
.card_list_ul {
  display: flex;	
  justify-content: flex-start;	
}
.card_wrap {
  background: #edf0f2;
  padding: 20px;
  margin-top: 32px;		
}
.card_list_li {
  margin-right: 20px;
}
.card_list_li:last-child {
  margin-right: 0;
}
.banner_wrap {
  margin-top: 80px;
}
.banner_link_ul {
  display: flex;
  justify-content: center;
  background: #b02b30;
  border-radius: 0 0 20px 20px;
  position: relative;
  padding: 16px 0 24px 0;
}
.banner_link_li:nth-child(1) {
  margin-right: 28px;
}
.banner_link_li a:hover{
	opacity: 0.7;
	transition: 0.5s;
}

@media screen and (max-width:768px){
.sec_lead {
    font-size: 21px;   	
}	
.app_link_wrap {
    display: block;
    padding: 24px 10px;	
}
.app_link_l {
    font-size: 18px;
    font-weight: bold;
    line-height: 1.6;
    text-indent: -0.5em;
    border-right: none;
    padding: 0 0 20px 0;
    margin-right: 0;
    text-align: center;
}	
.app_link_l br {
    display: none;
}	
.app_link_ul {
    display: flex;
    justify-content: center;
}	
li.app_link_li img {
    width: 100%;
}
li.app_link_li {
  width: calc((100% - 10px)/2);
}
.app_link_li:nth-child(1) {
  margin-right: 10px;
}

.banner_wrap {
  margin-top: 40px;
}
.banner_link_li:nth-child(1) {
  margin-right: 10px;
}	
.banner_link_ul {
  border-radius: 0 0 10px 10px;
  padding: 16px 10px 24px 10px;
}	
.card_wrap {
  padding: 0;
	}
}



/*-------------------------------------------------------
sec02
-------------------------------------------------------*/
.web_img {
  text-align: center;
}
.btn_link {
  margin: 30px 0 60px 0;
}
.btn_link a {
  font-size: 21px;
  font-weight: 400;
  color: #000;
  background-color: #fff;	
  display: block;
  width: 320px;
  margin: 0 auto;
  border: solid 2px #b02b30;
  border-radius: 50px;
  height: 60px;
  line-height: 60px;
  background-image: url("../img/arrow_r_red.png");
  background-repeat: no-repeat;
  background-position: 96% center;
  background-size: 9px 10px;
}
.btn_link a:hover {
  font-size: 21px;
  font-weight: 400;
  color: #fff;
  background-color: #b02b30;	
  display: block;
  width: 320px;
  margin: 0 auto;
  border: solid 2px #b02b30;
  border-radius: 50px;
  height: 60px;
  line-height: 60px;
  background-image: url("../img/arrow_r_wh.png");
  background-repeat: no-repeat;
  background-position: 96% center;
  background-size: 9px 10px;
  transition: 0.5s;	
}


/*-------------------------------------------------------
sec03
-------------------------------------------------------*/
.uber_link_ul {
  display: flex;
  justify-content: center;
}
.uber_link_li:nth-child(1) {
  margin-right: 28px;
}
.uber_link_title {
  font-size: 23px;
  font-weight: bold;
  margin-bottom: 30px;
  text-align: center;
}
.uber_link_wrap {
  border-top: solid 10px #33c265;
  margin-top: 80px;
  padding-top: 24px;
}

@media screen and (max-width:700px){
.uber_link_li:nth-child(1) {
  margin-right: 10px;
}
}


/*-------------------------------------------------------
sec04
-------------------------------------------------------*/
#sec04 .step .sec_bl_in_li span.small {
  border: none;
  background: no-repeat;
  position: inherit;
  width: auto;
  font-size: 14px;
  color: #000;
  margin-left: 10px;
}
#sec04 .uber_link_wrap {
  border-top: solid 10px #f52900;
  margin-top: 80px;
  padding-top: 24px;
}

@media screen and (max-width:700px){
#sec04 {
  margin-bottom: 40px;
}
#sec04 .step .sec_bl_in_li span.small::before {
  display: none;	
}
#sec04 .step .sec_bl_in_li span.small {
  line-height: 1;
  margin-top: 10px;
}
}
/*-------------------------------------------------------
sec05
-------------------------------------------------------*/
#sec05::after {
  display: none;
}
.sns_link_title {
  font-size: 26px;
  font-weight: bold;
  text-align: center;
  margin-bottom: 52px;
}
#sec05 .section_inner {
  padding: 40px;
  border-radius: 12px;
}
.sns_link_ul {
  display: flex;
  justify-content: center;
}
.sns_link_li {
  text-align: center;
  margin-right: 88px;
}
.sns_link_li:last-child {
  margin-right: 0;
}
.sns_link_li a {
  font-size: 26px;
  color: #000;
  font-weight: 600;
}
.sns_link_li a:hover {
	opacity: 0.7;
	transition: 0.5s;
}
.sns_link_li span {
  display: block;
  margin-top: 16px;	
}


@media screen and (max-width:700px){
.sns_link_ul {
  display: flex;
  justify-content: space-between;
}	
.sns_link_title {
  font-size: 21px;
  margin-bottom: 32px;	
	}
.sns_link_li a {
  font-size: 18px;
	}
.sns_link_li {
  width: calc((100% - 20px) / 3);
  margin: 0;
}	
	
}




