@charset "utf-8";

* {
	padding: 0;
	margin: 0;
}

html {
	height: 100%;
}

body {
	height: 100%;
	color: #666;
	background-color: #FFFFFF;
	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%;
}

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

section,
article {
	display: block;
}

a img {
	-webkit-transition: 0.2s linear;
	-moz-transition: 0.2s linear;
	transition: 0.2s linear;
}
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;
	background-size: cover;
}
.toppage header {
	height: auto !important;
}
header.sub_top_view {
	background-image: url(../img/top/01.jpg);
}
h1 {
	font-weight: normal;
	font-size: 10px;
	line-height: 20px;
	position: absolute;
	top: 20px;
	left: 20px;
	z-index: 3000;
}

.slideshow {
	position: relative;
	overflow: hidden;
	width: 80%;
	margin-left: 20%;
	margin-top: 75px;
	z-index: 2000;
}
#slide1 {
	background-image: url(../img/top/01.jpg);
	background-size:  cover;
	height: 700px;
}
#slide2 {
	background-image: url(../img/top/02.jpg);
	background-size:  cover;
	height: 700px;
}
#slide3 {
	background-image: url(../img/top/03.jpg);
	background-size:  cover;
	height: 700px;
}
.top__slide--BG{
	background: #fff9ec;
	position: absolute;
	top: 0;
	left: 0;
	width: 50%;
	height: 810px;
	z-index: 1000;
}

/*メインビジュアル上の画像-------------------------------------------*/

.top_view__message {
	position: absolute;
	top: 30%;
	left: 12%;
	z-index: 3000;
	margin-bottom: 15px;
	transform: translate(-50%, -50%);
}
.top_view__message p{
	font-size: 60px;
	font-weight: bold;
	color: none;
	white-space: nowrap;
	color: #000;
}
.top_view__message p span{
	background: #fff;
	padding: 0 20px;
}

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

#globalNavi {
	font-size: 20px;
	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: 50px 0;
}

.section__subtitle {
	font-size: 32px;
}
.section__subtitle span {
	font-size: 12px;
	color: #AAA;
	padding-left: 20px;
	letter-spacing: 2px;
}

/*TOP イントロ-------------------------------------------*/
.tp_massage-box{
	margin-top: 130px;
}
.top-intro-text{
	font-size: 30px;
	font-weight: normal;
	color: #000;
	padding-bottom: 20px;
	text-align: center;
}
.top-intro-text-small{
	font-size: 18px;
	font-weight: normal;
	color: #000;
	line-height: 35px;
	text-align: center;
}


/*TOPメインコンテンツ-------------------------------------------*/
.top-foodmenu-img {
	background-image: url(../img/menu/1.jpg);
	background-size:  cover;
	background-position: center center;
	background-repeat: no-repeat;
	filter: brightness(0.4);
	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;
	filter: brightness(0.4);
	height: 350px;
	width: 100%;
	margin: 40px 0px;
}
.top-aboutus-img {
	background-image: url(../img/menu/3.jpg);
	background-size:  cover;
	background-position: center center;
	background-repeat: no-repeat;
	filter: brightness(0.4);
	height: 350px;
	width: 100%;
}
.top-category-box {
	position: relative;
}
.top-category-box .top-category-inner h2{
	font-size: 45px;
	line-height: 60px;
	color: #ffd400;
	border-top: solid 1px #ffd400;
	border-bottom: solid 1px #ffd400;
	position: absolute;
	top: 22%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}
.top-category-text{
	font-size: 18px;
	line-height: 16px;
	color: #fff;
	position: absolute;
	top: 65%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}
.top-category-box img{
	width: 80px;
	height: auto;
	position: absolute;
	top: 47%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}
.windows{
	width: 98%;
	height: 92%;
	border: solid 1px #fff;
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	opacity: 0.5;
}
.top-category-inner a{
	font-size: 25px;
	line-height: 45px;
	font-weight: bolder;
	color: #fff;
	position: absolute;
	top: 82%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	background-color: none;
	border: solid 2px #fff;
	padding: 0 10%;
	text-align: center;
}
.top-category-inner a:hover{
	color: #000 !important;
	background-color: #fff;
	font-weight: bolder;
}
.top-category-inner 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);
}

/*お知らせ　TOPICS-------------------------------------------*/
.top-sec-title {
	font-size: 55px ;
	font-weight: bold;
	text-align: center;
	line-height: 40px;
	color: #000;
	margin-bottom: 30px;
	padding-top: 5px 0;
	vertical-align: middle;
}
.news_topics{
	width: 100%;
	display: flex;
	justify-content: space-between;
	margin-top: 120px;
}
.news_topics__left{
	width: 26%;
	display: flex;
	align-items: center;
}
.news_topics__right{
	width: 74%;
}
.news_topics ul li {
	margin-bottom: 20px;
	padding-bottom: 20px;
	border-bottom: solid 1px #000;
	font-size: 15px;
	color: #333;
	text-decoration: none;
	letter-spacing: 1px;
	line-height: 25px;
}
.news_topics ul li:first-child {
	padding-top: 20px;
	border-top: solid 1px #000;
}
.news_topics__item {
	text-align: center;
	color: #fff;
	background: #666;
	padding: 2px 15px;
	margin: 0 15px;
}
.sp__on {
	display: none;
}


/*TOPコンテンツラスト-------------------------------------------*/
.topContentLastImg {
	background-image: url(../img/toplast/1.jpg);
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
	height: 300px;
	background-attachment: fixed;
}

/*フッター-------------------------------------------*/
footer {
	clear: both;
	padding-top: 20px;
	display: block;
	color: #000;
	background-color: rgb(255, 251, 246);
}
.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: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;
	color: #fff;
	background-color: #000;
}
.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;
	margin-bottom: 30px;
}
img.tpbox__img {
	display: block;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.concept .section__subtitle{
	margin-bottom: 20px;
}

/*サブページ　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 #fff;
}
.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%;
}

/*サブページ　TOPICS-------------------------------------------*/
.news_sub h2 {
	margin-bottom: 30px;
}
.news_sub ul li {
	margin-bottom: 20px;
	padding-bottom: 20px;
	border-bottom: solid 1px #000;
	font-size: 15px;
	color: #333;
	text-decoration: none;
	letter-spacing: 1px;
	line-height: 25px;
}
.news_sub ul li:first-child {
	padding-top: 20px;
	border-top: solid 1px #000;
}
.news_sub__item {
	text-align: center;
	color: #fff;
	background: #666;
	padding: 2px 15px;
	margin: 0 15px;
}
.sp__on {
	display: none;
}


/*サブページ　会社概要、お問い合わせ-------------------------------------------*/
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: normal;
	padding: 20px;
}
.sectionBlock #mail_form table.mail_formTable th p {
	font-size: 10px;
	line-height: 14px;
	color: #999;
	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;
	background-color: #FFF;
	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: 250px;
}

.sp_menu,
.menuTrigger,
.close_btn {
	display: none;
}

/*PCグローバルナビ-------------------------------------------*/
#globalNavi {
	display: block;
	height: 30px;
	position: absolute;
	z-index: 1000;
	right: 20px !important;
	top: 18px;
}
#globalNavi.nav_fixed {
	position: fixed;
	top: 0px;
}
#globalNavi ul.globalNaviMenu {
	height: 0px;
	width: 1100px;
	margin-right: auto;
	margin-left: auto;
	display: block;
	text-align: right;
}
#globalNavi ul li{
	width: 120px;
	height: 30px;
	display: inline-block;
}
#globalNavi li a {
	width: 100px;
	height: auto;
	display: table-cell;
	color: #000;
	text-decoration: none;
	text-align: center;
	font-size: 16px;
	line-height: 40px;
	font-weight: bold;
	position: relative;
	vertical-align: middle;
}
#globalNavi li:last-child a {
	border: solid 1px #666;
	background-color: #3f2200;
	color: #fff;
}
#globalNavi li :hover,
#globalNavi li:last-child a:hover {
	opacity: 0.5;
}

/*メインコンテンツ-------------------------------------------*/
.sectionBlock {
	width: 1100px;
	margin-right: auto;
	margin-left: auto;
	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%;
}

.slideshow {
	width: 100%;
	margin-left: 0;
	margin-top: 0;
}
#slide1,
#slide2,
#slide3{
	height: 350px;
}
.top__slide--BG {
	display: none;
}

/*ヘッダーのロゴ-------------------------------------------*/

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

/*メニューボタン-------------------------------------------*/
.menuTrigger {
	display: block;
	height: 80px;
	width: 90px;
	text-align: center;
	padding: 5px 0;
	position: fixed;
	z-index: 5000;
	top: 15px;
	right: 15px;
	background-color: #f1f1f1;
	border-radius: 50px;
	-webkit-border-radius: 50px;
	-moz-border-radius: 50px;
	opacity: 90;
}
.menuTrigger::after {
	content: "MENU";
	display: block;
	font-size: 12px;
	letter-spacing: 1px;
	position: absolute;
	left: 50%;
	top: 72%;
	bottom: 4px;
	text-align: center;
	color: #000;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}
.menuTrigger.opened::after {
	content: "CLOSE";
	color: #fff;
	font-size: 8px;
	bottom: 2px;
}
.menuTrigger:hover {
	cursor: pointer;
}
.menuTrigger.opened {
	background-color: #000;
	border: solid 1px #fff;
}
.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: #000;
}
.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%;
	top: 0px;
	overflow: auto;
	z-index: 3000;
	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;
	background: #fff;
}
#globalNavi ul {
	display: block;
	margin: 0px;
	padding: 0px;
	clear: both;
}
#globalNavi ul li:first-child a {
	border-top:solid 1px #666;
}
#globalNavi ul li a {
	color: #666;
	text-decoration: none;
	display: block;
	padding-top: 16px;
	padding-right: 30px;
	padding-bottom: 14px;
	padding-left: 30px;
	border-bottom: solid 1px #666;
	background-color: #fff;
	background-repeat: no-repeat;
	background-position: right center;
	line-height: 45px;
}
#globalNavi ul li a:hover {
	background-color: #666;
	color: #fff;
}
.fixed {
	overflow: hidden;
}

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

.sectionBlock {
	width: 100%;
	padding: 10px 0;
}
.tp_massage-box {
	margin-top: 0px;
}
.windows{
	width: 97%;
	height: 92%;
}
.topContentLastImg {
	height: 250px;
}

.news_topics {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	margin-top: 0;
}
.news_topics__left {
	width: 100%;
}
.news_topics__right {
	width: 100%;
}
h2.top-sec-title {
	text-align: center;
}

/*トップフォーム-------------------------------------------*/
.top_view__message {
	display: none;
}
.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:920px) {

#slide1,
#slide2,
#slide3{
	height: 300px;
}
}


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

.slideshow {
	width: 100%;
	margin-left: 0;
	margin-top: 0;
}
#slide1,
#slide2,
#slide3{
	height: 260px;
}
.top__slide--BG {
	display: none;
}

/*トップフォーム-------------------------------------------*/
.top_view__message {
	display: none;
}
.concept ul li {
	width: 98%;
	margin: 0  0 12px 1%;
}
.top-category-box .top-category-inner h2{
	font-size: 38px;
	line-height: 60px;
}
.sectionBlock .news_topics .top-sec-title {
	font-size: 38px;
	margin-bottom: 10px;
}
.top-category-inner a{
	font-size: 18px;
	line-height: 36px;
}
.windows{
	width: 96%;
	height: 92%;
}
.tp_massage-box {
	margin-top: 0px;
}
.top-intro-text {
	font-size: 25px;
}
.top-intro-text-small{
	font-size: 15px;
}

/* コンセプトページのフレックスボックス*/
.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%;
	min-height: 100%;
	object-fit: cover;
	flex-direction: column-reverse;
}

/*テーブル-------------------------------------------*/

.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:658px) {

#slide1,
#slide2,
#slide3{
	height: 200px;
}

}

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

.menuTrigger {
	height: 60px;
	width: 70px;
}

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

.slideshow {
	width: 100%;
	margin-left: 0;
	margin-top: 0;
}
#slide1,
#slide2,
#slide3{
	height: 150px;
}

h1{
	display: none;
}
.top-intro-text {
	font-size: 18px;
}
.top-intro-text-small{
	font-size: 13px;
	line-height: 20px;
}
.tpbox__btn {
	font-size: 14px;
	line-height: 26px;
	width: 90px;
	top: 5px;
}
.tpbox__btn::before {
	line-height: 26px;
}
.top-foodmenu-img,
.top-concept-img,
.top-aboutus-img {
	height: 300px;
}
.windows{
	width: 95%;
	height: 92%;
}
.sectionBlock .news_topics .top-sec-title{
	font-size: 30px;
}
.top-category-box .top-category-inner h2{
	font-size: 30px;
	line-height: 40px;
}
.top-category-box img {
	width: 70px;
	height: auto;
	top: 44%;
}
.top-category-text {
	font-size: 15px;
	line-height: 16px;
	top: 62%;
}
.top-category-inner a{
	font-size: 14px;
	line-height: 35px;
	width: 35%;
	top: 80%;
}
.top-category-inner a:after {
	top: 33%;
	right: 5%;
	width: 5px;
	height: 5px;
}

/* TOP　最後の画像 */
.topContentLastImg {
	background-image: url(../img/toplast/sp_1.jpg);
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
	background-attachment: unset;
	height: 150px;
}

.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;
}

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

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

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

#slide1,
#slide2,
#slide3{
	height: 100px;
}

.top-intro-text {
	font-size: 18px;
}
.news_topics ul li,
.news_sub ul li {
	margin-top: 10px;
	padding-top: 10px;
	font-size: 13px;
}

.top-foodmenu-img,
.top-concept-img,
.top-aboutus-img {
	height: 200px;
}
.top-category-box .top-category-inner h2{
	font-size: 18px;
	line-height: 30px;
}
.top-category-box img {
	width: 45px;
	height: auto;
}
.top-category-text {
	font-size: 13px;
	line-height: 15px;
	top: 62%;
}
.top-category-inner a{
	font-size: 13px;
	line-height: 25px;
	width: 45%;
}
.topContentLastImg {
	height: 150px;
}
.tpbox1 {
	margin: 0;
}
.footer_block .footer_block__inner ul {
	width: 98%;
	margin-left: 1%;
	margin-right: 0;
	padding: 5px 5px 10px 5px;
	font-size: 13px;
}
.tpbox__itemright h2 {
	font-size: 16px;
}
.section__subtitle {
	font-size: 22px;
}
.section__subtitle span {
	padding-left: 5px;
}


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

/*スライドショー---------------------------------------------------------*/
.slideContents {
	position: relative;
	background: #eee;
	text-align: center;
	-webkit-user-select: none;
	user-select: none;
}
.slideContents section {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
}
.slideContents section img {
	max-width: 100%;
	box-sizing: border-box;
	vertical-align: middle;
}
.slideContents #slide1 {
	position: relative;
}
.slideContents section {
	animation: autoplay 15s infinite;
}
@keyframes autoplay {
	0%, 30%, 100% { transform: none; }
	33.3% { transform: translateX(-100%); }
	33.301%, 96.6% { transform: translateX(100%); }
}
.slideContents #slide1 { animation-delay: 0s; }
.slideContents #slide2 { animation-delay: -10s; }
.slideContents #slide3 { animation-delay: -5s; }

/* ギャラリースライド */

#galleryslide {
	position: relative;
	width: 100%;
	margin: auto;
	padding: 20px 0;
	background:#0d0431;
	z-index:0;
}
#galleryslide .slideFrame {
	position: relative;
	width: 76%;
	margin: 0 auto;
	height: 450	px;
	overflow: hidden;
	margin-bottom: 10px;
}

/* ギャラリースライド */

.gallerytext{
	width: 30%;
	padding: 50px 15px;
	margin: auto;
	color: #0d0431;
}

/*アイテムのエフェクト-------------------------------------------*/
.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);
}