@charset "utf-8";

* {
	padding: 0;
	margin: 0;
}

html {
	height: 100%;
}

body {
	height: 100%;
	color: #000;
	font-family: "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "游明朝", YuMincho, "HG明朝E", "Sawarabi Mincho", "ＭＳ Ｐ明朝", "MS PMincho", serif , "MS-P 明朝";
	word-wrap: break-word;
	margin-bottom: 25px;
	-webkit-text-size-adjust: 100%;
	background-color: #fffbf6;
	background-size: 10px 10px;
	background-position: 0 0, 5px 5px;
	background-image:
	linear-gradient(45deg,  #efefef 50%, #efefef 50%, transparent 50%,
	transparent 60%, #efefef 60%, #efefef 60%),
	linear-gradient(-135deg, #efefef 50%, #efefef 50%, transparent 50%,
	transparent 60%, #efefef 60%, #efefef 60%);
}

.mainContainer {
	width: 100%;
}
img {
	vertical-align: top;
}

section,
article {
	display: block;
}

li {
	list-style-type: none;
}
a {
	color: #000;
	-webkit-transition: 0.2s linear;
	-moz-transition: 0.2s linear;
	transition: 0.2s linear;
	text-decoration: none;
}
a:hover {
	text-decoration: none;
}
.textRight{
	text-align: right;
}
.textLeft{
	text-align: left;
}
.textCenter{
	text-align: center;
}
.clfix::after {
	content: ".";
	display: block;
	height: 0;
	font-size: 0;
	clear: both;
	visibility: hidden;
}



/*ヘッダー-------------------------------------------*/
header {
	width: 100%;
	display: block;
	position: relative;
	border-bottom-color:#fff;
	background-size: cover;
}

.toppage header {
	height: auto !important;
}

header h1 {
	font-weight: normal;
	font-size: 10px;
	line-height: 20px;
	position: absolute;
	z-index: 1000;
	left: 50%;
	top: -36%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}
.header__inner {
	position: relative;
	width: 100%;
	max-width: 1100px;
	margin: 0 auto;
	padding: 0;
}
.sub_top_view {
	display: none;
}

/*グローバルナビゲーション-------------------------------------------*/

#globalNavi {
	font-size: 16px;
	cursor: pointer;
}

/*パン屑-------------------------------------------*/
.breadcrumbs {
	display: block;
	padding: 10px;
}
.breadcrumbs li {
	display: inline-block;
	font-size: 14px;
	color: #666;
}
.breadcrumbs li::after {
	content: "＞";
	padding-left: 10px;
	color: #AAA;
	font-size: 12px;
}
.breadcrumbs li:last-child::after {
	content: "";
}

/*メインコンテンツ-------------------------------------------*/
.sectionBlock {
	clear: both;
	margin: 40px 0;
}
h2 {
	font-size: 28px;
	line-height: 40px;
	color: #000;
	margin-bottom: 30px;
	padding-top: 5px 0;
	position: relative;
	display: block;
	font-weight: normal;
}
.top-sec-title {
	font-size: 40px ;
	font-weight: bold;
	text-align: center;
	line-height: 40px;
	color: #000;
	margin-bottom: 30px;
	padding-top: 5px 0;
}
.section__subtitle {
	font-size: 32px;
	font-weight: bolder;
	border-bottom: dotted 4px #d2d2d2;
}
.section__subtitle span {
	font-size: 12px;
	color: #505050;
	padding-left: 20px;
	letter-spacing: 2px;
}

/*メインビジュアル上の画像-------------------------------------------*/
.top_view__message {
	position: absolute;
	top: 50%;
	right: 0;
	z-index: 100;

}
.top_view__message h2{
	color: #fff;
	font-family: serif;
	font-size: 30px;
	text-align: left;
	background: #000;
	padding: 5px;
}

/*TOP イントロ-------------------------------------------*/
.tp_massage-BG{
	background: #eee;
	padding: 1px;
	position: relative;
}
.tp_massage-box{
	position: relative;
}
.top-intro-title{
	font-size: 50px;
	line-height: 50px;
	text-align: center;
	font-weight: bold;
	color: #5d1e00;
	margin-bottom: 0;
	margin-bottom: 0;
}
.massage-icon img {
	width: 180px;
	height: 180px;
	position: absolute;
	bottom: -55px;
	right: 0;
	transform:rotate(5deg);
}
.botline {
	border: 2px solid #a7a7a7;
	width: 20px;
	margin: 15px auto;
}
.top-intro-text{
	font-size: 17px;
	text-align: center;
	font-weight: normal;
	color:#000;
	line-height: 32px;
}


/*TOP ３列メインコンテンツ-------------------------------------------*/
.category_Bg{
	background: #fff;
	padding: 25px 25px;
}
.top-foodmenu-img {
	background-image: url(../img/menu/1.jpg);
	background-size:  cover;
	background-position: center center;
	background-repeat: no-repeat;
	height: 350px;
	width: 100%;
}
.top-concept-img {
	background-image: url(../img/menu/2.jpg);
	background-size:  cover;
	background-position: center center;
	background-repeat: no-repeat;
	height: 350px;
	width: 100%;
}
.top-aboutus-img {
	background-image: url(../img/menu/3.jpg);
	background-size:  cover;
	background-position: center center;
	background-repeat: no-repeat;
	height: 350px;
	width: 100%;
}
.top-category-box {
	position: relative;
}
.category-box-inner {
	display: block;
	font-size: 26px;
	opacity: 0.6;
	width: 60%;
	padding: 135px 8%;
	border: solid 3px #fff;
	text-align: center;
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	background-color: rgb(255, 0, 0);
	z-index: 1;
}
.top-category-box .top-category-title h2{
	display: block;
	font-weight: bolder;
	font-size: 40px;
	color: #fff !important;
	width: 100%;
	text-align: center !important;
	position: absolute;
	top: 28%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	background-color: none;
	z-index: 2;
}
.top-category-box .top-category-text {
	display: block;
	font-weight: normal;
	font-size: 16px;
	color: #fff !important;
	width: 40%;
	text-align: center !important;
	position: absolute;
	top: 47%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	background-color: none;
	z-index: 2;
}
.top-category-title a{
	display: block;
	font-size: 20px;
	color: #fff!important;
	text-align: center !important;
	position: absolute;
	top: 72%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	background-color: none;
	border: solid 2px #fff;
	padding: 5px 2%;
	width: 40%;
	border-radius: 100px;
	z-index: 2;
}
.top-category-title a:hover{
	color: rgb(255, 0, 0)!important;
	background-color: #fff;
	border: solid 1px rgb(255, 0, 0);
	padding: 5px 2%;
}
.top-category-title a:after {
	display: block;
	content: "";
	position: absolute;
	top: 33%;
	right: 5%;
	width: 10px;
	height: 10px;
	border-top: solid 2px #fff;
	border-right: solid 2px #fff;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}

/*TOP　TOPICS-------------------------------------------*/
.top-sec-title {
	font-size: 40px ;
	font-weight: bold;
	text-align: center;
	line-height: 40px;
	color: #666;
	margin-bottom: 30px;
	padding-top: 5px 0;
}
.news_topics ul li {
	margin-bottom: 20px;
	padding-bottom: 20px;
	border-bottom: solid 2px #666;
	font-size: 15px;
	color: #333;
	text-decoration: none;
	letter-spacing: 2px;
}
.news_topics ul li:first-child {
	margin-top: 20px;
	padding-top: 20px;
	border-top: solid 2px #666;
}
.tpbox__btn {
	font-size: 14px;
	line-height: 40px;
	text-align: center;
	text-decoration: none;
	display: block;
	letter-spacing: 0px;
	color: #fff;
	background-color: #666;
	border: solid 1px #666;
	border-radius: 100px;
	width: 30%;
	margin-left: 35%;
}
.tpbox__btn:hover {
	background-color: #fff;
	color: #000;
	border: solid 1px #000;
}
.news_topics__item {
	text-align: center;
	color: #fff;
	background: #de0000;
	padding: 0 15px;
	margin: 0 15px;
}
.sp__on {
	display: none;
}

/*TOP googlemap-------------------------------------------*/
.topGoogleMap{
	width: 100%;
	height: 350px;
	filter:grayscale(100%);-webkit-filter:grayscale(100%)
}

/*フッター-------------------------------------------*/
footer {
	clear: both;
	padding: 20px 0 0 0;
	display: block;
	color: #000;
	background-color: #fffcf1;
}
.footer_block {
	padding-top: 30px;
	padding-bottom: 30px;
}
.footerLogo {
	display: block;
	margin-right: auto;
	margin-left: auto;
}
.footer_block ul li .listTitle {
	padding-bottom: 5px;
	margin-bottom: 5px;
	border-bottom: dotted 1px #000;
	font-size: 14px;
	letter-spacing: 1px;
}
.footer_block ul li a {
	color: #000;
	text-decoration: none;
	display: block;
	padding: 5px 0 5px 30px;
	font-size: 14px;
	line-height: 22px;
	position: relative;
}
.footer_block ul li a::before {
	font-size: 10px;
	display: block;
	width: 20px;
	line-height: 22px;
	position: absolute;
	top: 5px;
	left: 10px;
	content: '・';
}
.footer_block ul li a:hover {
	opacity: 1.0;
	filter: alpha(opacity=100);
	-ms-filter: "alpha( opacity=100 )";
}
.footer_block ul {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.footer_block ul li ul {
	width: 100% !important;
}
small {
	font-size: 10px;
	font-style: normal;
	text-align: center;
	letter-spacing: 1px;
	line-height: 20px;
	padding: 10px 0 15px 0;
	display: block;
	background: #000;
	color: #fff;
}
.footer_block__inner ul li {
	font-size: 14px;
}

/*トップへ戻るボタン-------------------------------------------*/
.footerToTop {
	position: fixed;
	width: 50px;
	height: 50px;
	bottom: 10px;
	right: 30px;
	z-index: 200;
	background: #fff;
}
.footerToTop a {
	width: 20px;
	height: 20px;
	border-top: 2px solid #000;
	border-right: 2px solid #000;
	display: inline-block;
	transform: rotate(-45deg);
	margin-left: 15px;
	margin-top: 20px;
}
.footerToTop:hover {
	opacity: 0.7;
}

/*サブページ　CONCEPT-------------------------------------------*/
.tpbox {
	width: 100%;
	display: flex;
	justify-content: space-between;
}
.tpbox1 {
	width: 100%;
	display: flex;
	justify-content: space-between;
	padding-top: 50px;
	padding-bottom: 50px;
	margin: 50px 0;
}
.tpbox__itemleft {
	width: 48%;
	flex-direction: column-reverse;
}
.tpbox__itemright {
	width: 48%;
	height: auto;
}
.tpbox__itemright h2 {
	font-size: 24px;
	text-align: left;
}
img.tpbox__img {
	display: block;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

/*サブページ　MENU-------------------------------------------*/
.menu__Categorytitle {
	font-size: 18px;
	line-height: 30px;
	font-weight: normal;
	color: #fff;
	letter-spacing: 1px;
	margin-top: 20px;
	margin-bottom: 20px;
	padding: 10px;
	background-color: #666;
	display: block;
	border: 1px solid #FFFFFF;
}
.sectionBlock table.menuTable {
	width: 98%;
	margin-top: 30px;
	margin-right: auto;
	margin-bottom: 30px;
	margin-left: auto;
}
.sectionBlock table.menuTable th{
	color: #000;
	letter-spacing: 2px;
	width: 40%;
	text-align: left;
	margin-left: 10%;
}


/*サブページ　会社概要、お問い合わせ-------------------------------------------*/
table {
	border-collapse: collapse;
}
table td {
	border-collapse: collapse;
}
.sectionBlock table.company_table,
#mail_form table.mail_formTable {
	width: 98%;
	margin-top: 30px;
	margin-right: auto;
	margin-bottom: 30px;
	margin-left: auto;
}
.sectionBlock table.company_table th,
.sectionBlock table.company_table td {
	padding: 20px;
	font-size: 14px;
	border-bottom: solid 1px #E3E3E3;
}
.sectionBlock table.company_table th {
	color: #000;
	letter-spacing: 2px;
}
/*お問い合わせのページ-------------------------------------------*/
#mail_form table.mail_formTable th {
	text-align: right;
	border-right: solid 1px #CCC;
	border-bottom: solid 1px #CCC;
	font-size: 14px;
	font-weight: bold;
	padding: 20px;
	color: #666;
}
.sectionBlock #mail_form table.mail_formTable th p {
	font-size: 10px;
	line-height: 14px;
	color: #666;
	margin: 0px;
	padding: 0px;
}
span.required {
	display: inline-block;
	color: rgb(255, 38, 38);
	font-size: 12px;
	line-height: 24px;
	padding: 0 5px;
}
#mail_form table.mail_formTable td {
	padding: 20px;
	border-bottom:solid 1px #CCC;
	font-size: 14px;
}
form input.mail_formBtn {
	font-size: 18px;
	background-color: #666;
	color: #FFF;
	padding: 10px 50px;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border: 1px solid #EEE;
	-webkit-transition: 0.2s linear;
	-moz-transition: 0.2s linear;
	transition: 0.2s linear;
	line-height: 24px;
}
form input.mail_formBtn:hover {
	background-color: #FFF;
	color: #000;
	border: solid 1px #000;
	cursor: pointer;
}
#mail_form table.mail_formTable tr:last-child td{
	border-bottom:none;
}

.mf__inquiry,
.mf,
input,
textarea{
	width: 60%;
	font-size: 16px;
	padding: 2px 0;
}

@media screen and (min-width:1100px) {

/*ヘッダー-------------------------------------------*/
header {
	height: 220px;
}

.sp_menu,
.menuTrigger,
.close_btn {
	display: none;
}
.headerBgCover{
	height: 210px;
}
.headerBgCover__sub{
	height: 55px;
}
.header_topline{
	top:0;
	border-top: solid 20px #00420e;
}

/*PCグローバルナビ-------------------------------------------*/
#globalNavi {
	width: 100%;
	display: block;
	height: 75px;
	position: absolute;
	z-index: 1000;
	left: 0px !important;
	top: 125px;
	padding-bottom: 30px;
}
#globalNavi.nav_fixed {
	position: fixed;
	top: 0px;
}
#globalNavi ul.globalNaviMenu {
	height: 75px;
	width: 1100px;
	margin-right: auto;
	margin-left: auto;
	display: block;
	border-top: dotted 3px #096b00;
	border-bottom: dotted 3px #096b00;
}
#globalNavi ul li{
	width: 183px;
	height: 75px;
	float: left;
	display: block;
}

#globalNavi li a {
	width: 183px;
	height: 75px;
	display: table-cell;
	color: #bd0000 !important;
	text-decoration: none;
	font-size: 18px;
	text-align: center;
	line-height: 22px;
	position: relative;
	vertical-align: middle;
	font-weight: bold;
	font-size: 20px;
}
#globalNavi li a span{
	display: inline-block;
	color: #000 !important;
	font-size: 11px;
	line-height: 12px;
}
#globalNavi li a::before {
	display: block;
	width: 2px;
	height: 20px;
	position: absolute;
	right: 0px;
	top: 25px;
	background-color: #096b00;
	content: '';
	transform: rotate(35deg);
}
#globalNavi li:first-child a::after {
	display: none;
}
#globalNavi li:last-child a::before {
	display: none;
}
#globalNavi li :hover{
	opacity: 0.5;
}

/*メインコンテンツ-------------------------------------------*/

.sectionBlock {
	width: 1100px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 50px;
	padding-bottom: 30px;
}

.breadcrumbs ul {
	display: block;
	width: 1100px;
	margin-left: auto;
	margin-right: auto;
}

/*フッター-------------------------------------------*/
.footer_block  {
	width: 1100px;
	margin-right: auto;
	margin-left: auto;
}

.footer_block .footer_block__inner .footerRight {
	float: right;
	width: 240px;
}
.footer_block .footer_block__inner .footerRight p {
	font-size: 12px;
	margin-bottom: 20px;
	line-height: 30px;
}
.footer_block .footer_block__inner ul {
	display: block;
	float: left;
	margin-left: 12%;
}

}
/*-----（/1100～）-----*/


@media screen and (max-width:1100px) {
	
img {
	max-width: 100%;
	height: auto;
	width /***/: auto;
	margin-left: auto;
	margin-right: auto;
}
.mainContainer {
	width: 90%;
	margin-left: 5%;
}

/*ヘッダー-------------------------------------------*/

header {
	height: 150px;
	overflow: hidden;
}

header h1 {
	display: none;
}

.sub_top_view {
	display: block;
	background-image: url(../img/top/01.jpg);
	background-size: cover;
	height: 150px;
}

/*メニューボタン-------------------------------------------*/
.menuTrigger {
	display: block;
	height: 60px;
	width: 70px;
	text-align: center;
	padding: 5px 0;
	position: fixed;
	z-index: 5000;
	top: 15px;
	right: 15px;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
}
.menuTrigger:hover {
	cursor: pointer;
}
.menuTrigger.opened span {
	background-color: #fff;
}
.menuTrigger span {
	width: 28px;
	height: 2px;
	display: block;
	position: absolute;
	left: 50%;
	top: 36%;
	margin-left: -14px;
	background-color: #fff;
}
.menuTrigger span {
	transition: all 0.3s;
	transform: rotate(0deg);
	-webkit-transform: rotate(0deg);
	-moz-transform: rotate(0deg);
}
.menuTrigger span.top {
	transform: translateY(-8px);
	-webkit-transform: translateY(-8px);
	-moz-transform: translateY(-8px);
}
.menuTrigger span.bottom {
	transform: translateY(8px);
	-webkit-transform: translateY(8px);
	-moz-transform: translateY(8px);
}
.menuTrigger:hover span.top {
	transform: translateY(-10px);
	-webkit-transform: translateY(-10px);
	-moz-transform: translateY(-10px);
}
.menuTrigger:hover span.bottom {
	transform: translateY(10px);
	-webkit-transform: translateY(10px);
	-moz-transform: translateY(10px);
}
.menuTrigger.opened  span.middle {
	background: rgba(255, 255, 255, 0);
	transform: translateX(30px);
	-webkit-transform: translateX(30px);
	-moz-transform: translateX(30px);
}
.menuTrigger.opened  span.top {
	transform: rotate(-45deg) translateY(0px);
	-webkit-transform: rotate(-45deg) translateY(0px);
	-moz-transform: rotate(-45deg) translateY(0px);
}
.menuTrigger.opened  span.bottom {
	transform: rotate(45deg) translateY(0px);
	-webkit-transform: rotate(45deg) translateY(0px);
	-moz-transform: rotate(45deg) translateY(0px);
}

/*グローバルナビ-------------------------------------------*/
#globalNavi {
	position: fixed;
	width: 100%;
	height: 100%;
	padding-top: 120px;
	top: 0px;
	overflow: auto;
	z-index: 3000;
	background-color: #000;
	opacity: 0.95;
	filter: alpha(opacity=95);
	-ms-filter: "alpha( opacity=95 )";
	display: none;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
#globalNavi ul {
	display: block;
	margin: 0;
	padding: 0;
	clear: both;
}
#globalNavi ul li a {
	color: #fff;
	text-decoration: none;
	display: block;
	padding-top: 16px;
	padding-right: 30px;
	padding-bottom: 14px;
	padding-left: 30px;
	background-repeat: no-repeat;
	background-position: right center;
	line-height: 22px;
	font-size: 20px;
	font-weight: bolder;
}
#globalNavi ul li a span{
	font-size: 12px;
}
#globalNavi ul li a:hover {
	opacity: 0.5;
}

/*メインコンテンツ-------------------------------------------*/
.massage-icon img {
	width: 120px;
	height: 120px;
}
.top-foodmenu-img,
.top-concept-img,
.top-aboutus-img{
	height: 350px;
	width: 100%;
}
.top-category-box .top-category-title h2{
	font-size: 40px;
	width: 100%;
	top: 25%;
}
.top-category-title a{
	font-size: 20px;
	top: 75%;
	padding: 5px 2%;
	width: 40%;
}
.category-box-inner {
	width: 70%;
}

/*トップフォーム-------------------------------------------*/
.top_view__message {
	left: 400px;
}
.top_view__message img {
	width: 500px;
}

/*フッター-------------------------------------------*/
.footer_block .footer_block__inner {
	width: 96%;
	margin-right: auto;
	margin-left: auto;
}
.footer_block .footer_block__inner .footerRight {
	float: right;
	width: 24%;
}
.footer_block .footer_block__inner .footerRight p {
	font-size: 12px;
	margin-bottom: 20px;
}
.footer_block .footer_block__inner ul {
	display: block;
	float: left;
	width: 24%;
	padding-right: 5px;
}
.footerToTop {
	bottom: 10px;
	right: 10px;
}

}
/*-----（/～1100）-----*/


@media screen and (max-width:768px) {
	
header h1 {
	left: 5px;
	top: 5px;
}

/*メインビジュアル上の画像-------------------------------------------*/
.top_view__message {
	display: none;
}


/*メインコンテンツ-------------------------------------------*/

.top-sec-title,
.top-intro-title {
	font-size: 28px;
	line-height: 28px;
}
.top-intro-text {
	font-size: 14px;
}

.top-foodmenu-img,
.top-concept-img,
.top-aboutus-img{
	height: 280px;
	width: 100%;
}
.top-category-box .top-category-title h2{
	font-size: 35px;
	width: 80%;
	top: 25%;
}
.top-category-box .top-category-text {
	font-size: 13px;
	width: 60%;
}
.top-category-title a{
	font-size: 20px;
	top: 75%;
	padding: 5px 2%;
	width: 40%;
}
.category-box-inner {
	width: 70%;
	padding: 110px 8%;
}

/*コンセプト　こだわりのフレックスボックス*/
.tpbox {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
}
.tpbox1 {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	padding-bottom: 60px;
	flex-direction: column-reverse;
}
.tpbox :nth-child(odd) {
	flex-direction: row-reverse;
}
.tpbox__itemleft {
	width: 100%;
}
.tpbox__itemright {
	width: 100%;
	padding-top: 20px;
}
.tpbox__img:nth-child(odd) {
	display: block;
	width: 100%;
	flex-direction: column-reverse;
}
.tpbox__itemright h2 {
	margin-bottom: 10px;
}
.tpbox__itemright p{
	font-size: 13px;
}


/*テーブル-------------------------------------------*/
.sectionBlock table.company_table th,
.sectionBlock table.company_table td,
.sectionBlock table.mail_formTable th,
.sectionBlock table.mail_formTable td {
	display: block;
	padding: 15px;
	text-align: left;
}
.sectionBlock table.mail_formTable th,
.sectionBlock table.mail_formTable td {
	text-align: center !important;
}
.sectionBlock table.mail_formTable th {
	border-right: none !important;
}


/*フッター-------------------------------------------*/
footer {
	padding-bottom: 20px;
}
.footer_block .footer_block__inner .footerRight {
	float: none;
	clear: both;
	width: 100%;
	text-align: center;
	margin-bottom: 0px;
	padding-top: 20px;
}
.footer_block .footer_block__inner .footerRight p {
	line-height: 26px;
	margin-bottom: 0px;
}
.footer_block .footer_block__inner ul {
	width: 32%;
}
img.footerLogo {
	width: 70%;
	margin-left: 15%;
}

}
/*-----（/～760）-----*/

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

.section__subtitle {
	font-size: 24px;
	margin-bottom: 10px;
}
.section__subtitle span {
	font-size: 12px;
	padding-left: 5px;
}

.top-intro-text{
	font-size: 13px;
	line-height: 22px;
}

.tpbox__btn {
	font-size: 14px;
	line-height: 26px;
	display: block;
	width: 100%;
	padding-left: 0;
	text-align: center;
	margin-left: 0;
}

.massage-icon img {
	width: 80px;
	height: 80px;
}
.top-foodmenu-img,
.top-concept-img,
.top-aboutus-img {
	height: 250px;
}
.top-category-box .top-category-title h2 {
	font-size: 30px;
	width: 80%;
	top: 25%;
}
.top-category-title a:after {
	width: 6px;
	height: 6px;
}
.sp__on {
	display: block;
}

.footer_block .footer_block__inner {
	width: 100%;
}
.footer_block ul li .listTitle {
	font-size: 12px;
	letter-spacing: 0;
}
.footer_block ul li a {
	padding-left: 20px;
	font-size: 13px;
	line-height: 18px;
	}
.footer_block .footer_block__inner ul {
	width: 32%;
	margin-left: 1%;
}
.footer_block .footer_block__inner ul li{
	font-size: 13px;
}



}
/*-----（/～560）-----*/

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

.top-category-box .top-category-title h2,
.top-sec-title{
	font-size: 20px;
	top: 20%;
}
.top-intro-title{
	font-size: 18px;
	line-height: 18px;
}
.top-intro-text {
	font-size: 13px;
}
.massage-icon img {
	width: 70px;
	height: 70px;
}
.top-category-title a{
	font-size: 15px;
}
.top-category-box .top-category-text {
	font-size: 12px;
	top: 44%;
	line-height: 15px;
}
.sectionBlock .news_topics ul li {
	margin-top: 10px;
	font-size: 13px;
}

.tpbox1 {
	margin: 0;
}
.tpbox__itemright h2 {
	font-size: 16px;
}

.footer_block .footer_block__inner ul {
	width: 98%;
	margin-left: 1%;
	margin-right: 0;
	padding: 5px 5px 10px 5px;
	font-size: 13px;
}

.mf__inquiry,
.mf,
input,
textarea{
	width: 100%;
}



}
/*-----（/～400）-----*/


/*スライドショー---------------------------------------------------------*/
.top_view {
	height: auto;
	width: 100%;
	display: block;
	margin-left: auto;
	margin-right: auto;
	position: relative;
	overflow: hidden;
}

.top_view img.imgBase {
	display: block;
	margin-left: auto;
	margin-right: auto;
	width: 100%;
}
.top_view img.topImg01,
.top_view img.topImg02,
.top_view img.topImg03 {
	animation-name: album;
	-webkit-animation-name: album;
	animation-duration: 15s;
	-webkit-animation-duration: 15s;
	animation-iteration-count: infinite;
	-webkit-animation-iteration-count: infinite;
	opacity: 0;
	display: block;
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
}

.top_view img.topImg02 {
	animation-delay:5s;
	-webkit-animation-delay:5s;
}

.top_view img.topImg03 {
	animation-delay:10s;
	-webkit-animation-delay: 10s;
}

@keyframes album {
	0% {
		opacity: 0;
		-webkit-transform: scale(1.2);
		-moz-transform: scale(1.2);
		-o-transform: scale(1.2);
		-ms-transform: scale(1.2);
		transform: scale(1.2);
	}
	
	10% {
		opacity: 1;
	}

	34% {
		opacity: 1;
		-webkit-transform: scale(1.0);
		-moz-transform: scale(1.0);
		-o-transform: scale(1.0);
		-ms-transform: scale(1.0);
		transform: scale(1.0);
	}
	44% {
		opacity: 0;
	}
}

@-webkit-keyframes album {
	0% {
		opacity: 0;
		-webkit-filter: opacity(50%);
		-moz-filter:opacity(50%);
		-ms-filter:opacity(50%);
		filter: opacity(50%);
		-webkit-transform: scale(1.2);
		-moz-transform: scale(1.2);
		-o-transform: scale(1.2);
		-ms-transform: scale(1.2);
		transform: scale(1.2);
	}
	
	10% {
		opacity: 1;
		-webkit-filter: opacity(100%);
		-moz-filter: opacity(100%);
		-ms-filter: opacity(100%);
		filter: opacity(100%);
	}

	34% {
		opacity: 1;
		-webkit-transform: scale(1.0);
		-moz-transform: scale(1.0);
		-o-transform: scale(1.0);
		-ms-transform: scale(1.0);
		transform: scale(1.0);
	}
	44% {
		opacity: 0;
	}
}

/*アイテムのエフェクト-------------------------------------------*/
.itemEffect {
	opacity: 0;
	filter: alpha(opacity=0);
	-ms-filter: "alpha( opacity=0 )";
	transform: translateY(30px);
	-webkit-transform: translateY(30px);
	-moz-transform: translateY(30px);
	-webkit-transition: 1.0s ease-out;
	-moz-transition: 1.0s ease-out;
	transition: 1.0s ease-out;
}
.itemEffect.delay02 {
	transition-delay:0.2s;
	-webkit-transition-delay:0.2s;
}
.itemEffect.delay04 {
	transition-delay:0.4s;
	-webkit-transition-delay:0.4s;
}
.itemEffect.delay06 {
	transition-delay:0.6s;
	-webkit-transition-delay:0.6s;
}
.itemEffect.delay08 {
	transition-delay:0.8s;
	-webkit-transition-delay:0.8s;
}
.itemEffect.start {
	opacity: 1;
	filter: alpha(opacity=100);
	-ms-filter: "alpha( opacity=100 )";
	transform: translateY(0px);
	-webkit-transform: translateY(0px);
	-moz-transform: translateY(0px);
}
