
/* ----------------------------------------------------------------------------------------------------
     全端末共通のCSS（961px〜）
---------------------------------------------------------------------------------------------------- */

.pc {
	display:block;
}

.sp {
	display:none;
}

.tab2 {
	display:none;
}

#menu {
	display:none;
}

/* レイアウト
-------------------------------------*/

body {
	color: #333;
	text-align: center;
	margin: 0 auto;
	height: 100%;
}

#wrap {
	width:100%;
	text-align:center;
	margin:0 auto;
}

#layout {
	width:100%;
	text-align:center;
	margin:0 auto;
	overflow:hidden;
}

.width {
	width: 1100px;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
}

/* 文字
--------------------------------------------------------------------------*/

h1 {
	position: relative;
	font-size: 200%;
	font-weight: 700;
	margin-bottom: 60px;
	text-align: center;
}

h1:before {
	position: absolute;
	bottom: -20px;
	left: calc(50% - 30px);
	width: 60px;
	height: 5px;
	content: '';
	background: #E50C12;
}

h2 {
	font-size: 130%;
	text-align: left;
	margin-bottom: 20px;
}

h2::before {	
	content: "−";
	padding-right: 10px;
}

p + h3,
ul + h3,
ol + h3 {
	margin-top: 40px;
}

p {
	font-size: 90%;
	line-height: 180%;
	margin-bottom: 20px;
	text-align: left;
}

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

#fix {
	background: #ef8200;
	position: fixed;
	top: 0;
	left: 0%;
	z-index: 10000;
	width: 100%;
    transition : all 500ms;
	box-sizing: border-box;
	box-shadow: 0px 0px 5px rgba(0,0,0,0.3);
}

#header {
	padding: 10px 0;
}

#h_left {
	float: left;
}

#h_left ul {
	border-left: 1px solid #FFF;
	padding-left: 10px;
}

#h_left ul li {
	display: inline-block;
	vertical-align: middle;
	border-right: 1px solid #FFF;
	margin-right: 10px;
	padding-right: 10px;
	box-sizing: border-box;
}

#h_left ul li a {
	display: block;
	border-bottom: 2px solid #ef8200;
}

#h_left ul li a:hover {
	display: block;
	border-bottom: 2px solid #FFF;
}

#h_right {
	float: right;
}

/* ナビゲーション
--------------------------------------------------------------------------*/

#navi {
}

#navi ul li {
	float: left;
	box-sizing: border-box;
	list-style: none;
	line-height: 100%;
	font-size: 90%;
	padding: 5px;
	letter-spacing: 0;
}

#navi ul li a {
	display: block;
	text-decoration: none;
	color: #FFF;
	padding: 15px 25px;
	box-sizing: border-box;
	transition:all 0.5s ease;
}

.navi-cat-01 a {
}

.navi-cat-02 a {
	border: 2px solid rgba(255,255,255,1);
	border-radius: 100px;
}

#navi ul li a:hover {
	background: rgba(255,255,255,0);
	transition:all 0.5s ease;
	color: #FFF;
}

/* 共通
--------------------------------------------------------------------------*/

#container {
	letter-spacing: 0.1em;
}

section {
	margin-bottom: 60px;
}

.column2 {
	width: 48%;
	float: left;
	margin-bottom: 20px;
	margin-right: 4%;
}

.column2:nth-child(2n) {
	margin-right: 0;
}

.column3 {
	width: 31%;
	float: left;
	margin-bottom: 20px;
	margin-right: 3.5%;
}

.column3:nth-child(3n) {
	margin-right: 0;
}

.column4 {
	width: 23.5%;
	float: left;
	margin-right: 2%;
}

.column4:nth-child(4n) {
	margin-right: 0;
}

.left50 {
	float: left;
	width: 48%;
}

.right50 {
	float: right;
	width: 48%;
}

/* フッター
--------------------------------------------------------------------------*/

#footer {
	margin-top: 100px;
}

#page-top {
	font-size: 70%;
}

#page-top a {
    color: #fff;
    text-align: center;
    display: block;
}

#page-top a img {
	opacity: 1;
	margin-bottom: 5px;
}

#page-top a:hover {
    text-decoration: none;
}

#footer_main {
	background: #ef8200;
	padding: 20px 0 20px;
}

#footer_left {
	float: left;
	width: 48%;
}

#footer_left ul {
	width: 200px;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	font-size: 90%;
}

#footer_left ul li {
	list-style: none;
	text-align: left;
}

#footer_left ul li a {
	display: block;
	color: #FFF;
	margin-bottom: 10px;
}

#footer_left ul li a:hover {
}

#footer_right {
	float: right;
	width: 48%;
}

address {
	font-style: normal;
	color: #FFF;
	font-size: 70%;
}

/* トップページ
--------------------------------------------------------------------------*/

#main {
	position: relative;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 100;
	margin-top: 80px;
}

#main_title01 {
	position: absolute;
	top: 20%;
	left: 50%;
	transform: translateY(-20%) translateX(-50%);
	margin: auto;
	z-index: 10;
}

#main_title02 {
	position: absolute;
	bottom: 15%;
	right: 5%;
	margin: auto;
	z-index: 10;
}

#main_title03 {
	position: absolute;
	bottom: 10%;
	right: 5%;
	margin: auto;
	z-index: 10;
}

.bg_sara {
	background: url("../img/content/kitchen/bg_01.png") bottom center no-repeat;
	background-size: 100%;
	padding: 250px 0 100px;
}

.sara {
	font-size: 300%;
	font-weight: bold;
	text-align: center;
	font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, "sans-serif";
	box-sizing: border-box;
}

.sara span {
	display: block;
	padding-top: 200px;
	background: url("../img/content/kitchen/img01.png") top center no-repeat;
	box-sizing: border-box;
}

.bg_orange {
	background: #ef8200;
	color: #FFF;
	padding: 50px 0 100px;
}

#bg_orange_box {
	margin-top: -100px;
	background: #FFF;
	padding: 50px;
	box-sizing: border-box;
	box-shadow: 0 0 5px #CCC;
}

.caption {
	color: #ef8200;
	text-align: center;
	font-size: 250%;
	font-weight: bold;
	font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, "sans-serif";
}

#bg_orange_box ul {
	width: 70%;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
}

#bg_orange_box ul li {
	list-style: none;
	font-size: 160%;
	font-weight: bold;
	font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, "sans-serif";
	text-align: left;
	margin-bottom: 10px;
}

#bg_orange_box ul li.list01 {
	background: url("../img/content/kitchen/img03.png") center left no-repeat;
	padding: 50px 0 50px 150px;
}

#bg_orange_box ul li.list02 {
	background: url("../img/content/kitchen/img04.png") center left no-repeat;
	padding: 50px 0 50px 150px;
}

#bg_orange_box ul li.list03 {
	background: url("../img/content/kitchen/img05.png") center left no-repeat;
	padding: 50px 0 50px 150px;
}

#bg_orange_contact {
	width: 60%;
	margin-left: auto;
	margin-right: auto;
	background: #ef8200;
	border-radius: 10px;
	padding: 50px;
	box-sizing: border-box;
}

/* 下階層
--------------------------------------------------------------------------*/

#prt_main {
	margin-top: 80px;
	padding: 50px 0;
}
	
/* コンテンツ
--------------------------------------------------------------------------*/


/* サイドバー
--------------------------------------------------------------------------*/


/* picture
-------------------------------------*/


/* その他
--------------------------------------------------------------------------*/

.normalTbl input {
	font-size: 100%;
	height: 30px;
	color: #666;
	padding: 0 10px;
	border: 1px solid #CCC;
}

.normalTbl input[type=radio] {
	height: auto;
	padding: 0 10px;
	margin-bottom: 20px;
}

.normalTbl select {
	color: #666;
	font-size: 100%;
	height: 30px;
	padding: 0 10px;
	border: 1px solid #CCC;
}

.normalTbl textarea {
	color: #666;
	font-size: 120%;
	padding: 5px 10px;
	border: 1px solid #CCC;
}

.normalTbl input:focus,
.normalTbl select:focus,
.normalTbl textarea:focus {
	background: #FDF2F2;
}

.formButton {
	text-align:center;
	margin:0 auto;
	display: block;
	margin-top: 40px;
}

.formButton input {
	padding:25px 10%;
	text-align: center;
	margin: 0 auto;
	border-style: none;
	background: #C32B27;
	font-weight: bold;
	cursor: pointer;
	color: #FFF;
	font-size: 110%;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
}

.formButton input:hover {
	background:#FF8800;
	transition: 0.3s;
}

iframe {
	vertical-align:bottom;
}

/* ローディング
-------------------------------------*/

.loading {
	width: 100%;
	height: 100%;
	background: rgba(255,255,255,1.0);
	position: fixed;
	top: 0;
	left: 0;
	z-index: 20000;
}

.loading i {
	position: absolute;
	top: 50%;
	left: 50%;
	margin-top: -30px;
	margin-left: -30px;
}

/* その他ナビゲーション
--------------------------------------------------------------------------*/

.btn {
	background: #cd0707;
	margin: 0 auto;
	color: #FFF;
	text-align: center;
	line-height: 100%;
}

.btn a {
	transition: 0.3s;
	text-decoration: none;
	display: block;
	color: #FFF;
	padding: 23px 0;
	box-sizing: border-box;
}

.btn a:hover {
	color: #FFF;
	transition: 0.3s;
	text-decoration: none;
	background-color: #850101;
}


/* ----------------------------------------------------------------------------------------------------
     タブレット（〜1100px）
---------------------------------------------------------------------------------------------------- */
@media only screen and (max-width: 1100px) {

.pc {
	display:none;
}

.sp {
	display:none;
}

.tab2 {
	display:block;
}

.width {
	width:90%;
	text-align:center;
	margin-left:auto;
	margin-right:auto;
}


} /* /@media */



/* ----------------------------------------------------------------------------------------------------
     スマホ端末（〜750px）
---------------------------------------------------------------------------------------------------- */
@media only screen and (max-width: 750px) {

.pc {
	display:none;
}

.sp {
	display:block;
}

.tab2 {
	display:none;
}

#menu {
	display:none;
}
 
.slicknav_menu {
	display:block;
	margin-top: 5px;
	background: #ef8200 !important;
}


/* 文字
--------------------------------------------------------------------------*/

h1 {
	position: relative;
	font-size: 130%;
	font-weight: 700;
	margin-bottom: 60px;
	text-align: center;
}

h1:before {
	position: absolute;
	bottom: -20px;
	left: calc(50% - 30px);
	width: 60px;
	height: 5px;
	content: '';
	background: #E50C12;
}

h2 {
	font-size: 110%;
	text-align: left;
	margin-bottom: 20px;
}

h2::before {	
	content: "−";
	padding-right: 10px;
}

p + h3,
ul + h3,
ol + h3 {
	margin-top: 40px;
}

p {
	font-size: 90%;
	line-height: 180%;
	margin-bottom: 20px;
	text-align: left;
}

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

#fix {
	background: #ef8200;
	position: fixed;
	top: 0;
	left: 0%;
	z-index: 10000;
	width: 100%;
    transition : all 500ms;
	box-sizing: border-box;
}

#header {
	padding: 0 0;
}

#h_left {
	float: left;
}

#h_left ul {
	display: none;
	border-left: 1px solid #FFF;
	padding-left: 10px;
}

#h_left ul li {
	display: inline-block;
	vertical-align: middle;
	border-right: 1px solid #FFF;
	margin-right: 10px;
	padding-right: 10px;
	box-sizing: border-box;
}

#h_left ul li a {
	display: block;
	border-bottom: 2px solid #0c5bab;
}

#h_left ul li a:hover {
	display: block;
	border-bottom: 2px solid #FFF;
}

#h_right {
	float: right;
}

/* ナビゲーション
--------------------------------------------------------------------------*/

#navi {
	display: none;
}

#navi ul li {
	float: left;
	box-sizing: border-box;
	list-style: none;
	line-height: 100%;
	font-size: 90%;
	padding: 5px;
	letter-spacing: 0;
}

#navi ul li a {
	display: block;
	text-decoration: none;
	color: #FFF;
	padding: 15px 25px;
	box-sizing: border-box;
	transition:all 0.5s ease;
}

.navi-cat-01 a {
}

.navi-cat-02 a {
	border: 2px solid rgba(255,255,255,1);
	border-radius: 100px;
}

#navi ul li a:hover {
	background: rgba(255,255,255,0);
	transition:all 0.5s ease;
	color: #FFF;
}

/* 共通
--------------------------------------------------------------------------*/

#container {
	letter-spacing: 0.1em;
}

section {
	margin-bottom: 60px;
}

.column2 {
	width: 100%;
	float: none;
	margin-bottom: 20px;
	margin-right: 0%;
}

.column2:nth-child(2n) {
	margin-right: 0;
}

.column3 {
	width: 31%;
	float: left;
	margin-bottom: 20px;
	margin-right: 3.5%;
}

.column3:nth-child(3n) {
	margin-right: 0;
}

.column4 {
	width: 23.5%;
	float: left;
	margin-right: 2%;
}

.column4:nth-child(4n) {
	margin-right: 0;
}

.left50 {
	float: none;
	width: 100%;
}

.right50 {
	float: none;
	width: 100%;
}

/* フッター
--------------------------------------------------------------------------*/

#footer {
	margin-top: 50px;
}

#page-top {
	font-size: 70%;
}

#page-top a {
    color: #fff;
    text-align: center;
    display: block;
}

#page-top a img {
	opacity: 1;
	margin-bottom: 5px;
}

#page-top a:hover {
    text-decoration: none;
}

#footer_main {
	background: #ef8200;
	padding: 20px 0 20px;
}

#footer_left {
	display: none;
	float: none;
	width: 100%;
}

#footer_right {
	float: none;
	width: 100%;
}

#footer_right ul {
	width: 200px;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	font-size: 90%;
}

#footer_right ul li {
	list-style: none;
	text-align: left;
}

#footer_right ul li a {
	display: block;
	color: #FFF;
	margin-bottom: 10px;
}

#footer_right ul li a:hover {
}

address {
	margin-top: 30px;
	padding-top: 30px;
	font-style: normal;
	color: #FFF;
	font-size: 70%;
}

/* トップページ
--------------------------------------------------------------------------*/

#main {
	position: relative;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 100;
	margin-top: 60px;
}

#main_title01 {
	position: absolute;
	top: 20%;
	left: 10%;
	right: 10%;
	transform: translateY(-20%) translateX(0%);
	margin: auto;
	z-index: 10;
}

#main_title02 {
	position: absolute;
	bottom: 0%;
	right: 5%;
	margin: auto;
	z-index: 10;
}

#main_title03 {
	position: absolute;
	top: 20%;
	right: 10%;
	left: 10%;
	margin: auto;
	z-index: 10;
}


.bg_sara {
	background: url("../img/content/kitchen/bg_01.png") bottom center no-repeat;
	background-size: cover;
	padding: 200px 0 50px;
}

.sara {
	font-size: 150%;
	font-weight: bold;
	text-align: center;
	font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, "sans-serif";
	box-sizing: border-box;
}

.sara span {
	display: block;
	padding-top: 100px;
	background: url("../img/content/kitchen/img01_sp.png") top center no-repeat;
	box-sizing: border-box;
}

.bg_orange {
	background: #ef8200;
	color: #FFF;
	padding: 50px 0 100px;
}
	
.bg_orange .mt50 {
	margin-top: 40px;
}

#bg_orange_box {
	margin-top: -100px;
	background: #FFF;
	padding: 50px 25px 0;
	box-sizing: border-box;
	box-shadow: 0 0 5px #CCC;
}

.caption {
	color: #ef8200;
	text-align: center;
	font-size: 160%;
	font-weight: bold;
	font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, "sans-serif";
}

.caption br {
	display: none;
}
	
#bg_orange_box ul {
	width: 100%;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
}

#bg_orange_box ul li {
	list-style: none;
	font-size: 160%;
	font-weight: bold;
	font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, "sans-serif";
	text-align: center;
	margin-bottom: 10px;
}

#bg_orange_box ul li.list01 {
	background: url("../img/content/kitchen/img03.png") top center no-repeat;
	padding: 130px 0 30px 0px;
}

#bg_orange_box ul li.list02 {
	background: url("../img/content/kitchen/img04.png") top center no-repeat;
	padding: 130px 0 30px 0px;
}

#bg_orange_box ul li.list03 {
	background: url("../img/content/kitchen/img05.png") top center no-repeat;
	padding: 130px 0 0px 0px;
}

#bg_orange_contact {
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	background: #ef8200;
	border-radius: 10px;
	padding: 20px 10px 10px;
	box-sizing: border-box;
}



} /* /@media */


/* ----------------------------------------------------------------------------------------------------
     スマホ端末（〜480px）
---------------------------------------------------------------------------------------------------- */
@media only screen and (max-width: 480px) {

.pc {
	display:none;
}

.sp {
	display:block;
}

.tab2 {
	display:none;
}



} /* /@media */
