@charset "UTF-8";

/*!
Theme Name: Simplicity2 child
Template:   simplicity2
Version:    20161002
*/

/* Simplicity子テーマ用のスタイルを書く */

@import url('https://fonts.googleapis.com/css?family=Oswald');

body {
	font-family: YuGothic, "Yu Gothic", "Hiragino Kaku Gothic ProN", Meiryo, "MS PGothic", Sans-serif;
	background-color: #FFF;
}

body.home {
    background-image: url(//kinta.co.jp/new/wp-content/uploads/2018/04/bg.jpg);
    background-position: left top;
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;
}


#container {
    width: 100%;
    overflow: hidden;
}

p {
	margin:0;
	padding:0;
}

img{
	vertical-align: bottom;
}

.slick-slide img{
	width:100% !important;
}


header {
	background-color: white;
}


article header {
	background-color: transparent;
}

#container > header{
		border-bottom: 1px solid #ddd;
}

#breadcrumb{
	margin-top:10px;
}

.fixed {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 9999;
}

#header-in{
	width: 100%;
 	max-width: 1920px;
}

 #navi-in, #footer-in{
	width: 100%;
 	max-width: 960px;
}

#body-in{
	width: 100%;
}

#header .alignleft {
    margin: 0;
}


#site-title {
    margin-top: 5px;
    margin-bottom: 5px;
    margin-left: 5px;
    font-size: 30px;
    line-height: 100%;
}

#site-title img {
	width: auto;
	height: 50px;
}

#site-description {
display: none;
}

#h-top{
	min-height:60px;
}

main, #main {
	width: 100%;
 	max-width: 960px;
	margin:0 auto 30px;
	display:block;
}

.max960{
	width: 100%;
 	max-width: 960px;
	margin:0 auto;
}

header + nav {
	display:none;
}
#navi ul li a {
    font-size: 14px;
    display: block;
    padding: 0 1em ;
    color: #111;
    text-decoration: none;
    z-index: 99;
}

#navi ul li a:hover{
  background-color: transparent;
	border-bottom: 5px solid red;
}

/* フロントページの設定 */
#post-30 h1.entry-title{
	display:none;
}

.top_main_widget {
	padding: 0;
	margin-bottom:10px;
}

#Information {
	margin-bottom:1.83em;
}

#Information .InfoInner h1 {
	font-size: 24px;
	border-bottom: 2px solid #000;
	margin-bottom:0;
}

#Information .InfoInner h1 span {
	font-size: 18px;
	margin-left: 1em;
}

#Information .InfoInner .whatsnew {
	margin-top:0;
}
#Information .InfoInner .whatsnew hr:first-child {
	display:none;
}

#body {
	margin-top: 0;
}


/* メイン */
#main {
	padding: 0 ;
	border: none;
	background-color: transparent;
	border-radius: 0;
}

#main .article fotter{
	margin-bottom:0;
}

.NonTitle h3.widget-title {
	display: none;
}


/*フッター部分*/
.main-footer{
	padding-top:0 !important;
}

#footer-navi h1 {
	text-align: center;
}

#footer-navi {
	color: #111
}

#footer-navi a {
	display: block;
	color: #111;
	height:3em;
	line-height:1.6em;
	vertical-align:middle;
}

#footer-navi a:hover {
	color: #C00;
}

#widget-over-page-article{
	margin:0;
}

/*ナビバナー*/


.item {
	background: #FFF;
	width: 100%;
	padding: 5px;
	margin: 0;
	overflow: hidden;
	position: relative;
	line-height: 0;
	z-index: 20;
	box-sizing: border-box;
}

.item img {
	width: 100%;
	z-index: -10;
}

.item .inner {
	position: relative;
}

.item .inner h3 {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translateY(-50%) translateX(-50%);
	-webkit-transform: translateY(-50%) translateX(-50%);
	color: #FFF;
	margin: 0 !important;
	padding: 0;
	font: 300%/100% 'Oswald', sans-serif;
	text-align: center;
	text-shadow: 1px 1px 1px #000000;
	z-index: 6;
	width: 80%;
}

.item .inner h3 span {
	display: block;
	font: bold 50%/100% YuGothic, "Yu Gothic", "Hiragino Kaku Gothic ProN", Meiryo, "MS PGothic", Sans-serif;
	text-align: center;
}

.w4 .inner h3 {
	bottom: 20px ;
	left: 20px ;
		font: 150%/100% 'Oswald', sans-serif;
	transform: none !important;
	-webkit-transform: none !important;
	margin: 0 !important;
	width: auto !important;
	text-align: left !important;
}

.w4 .inner h3 span {
	text-align: left;
	line-height: 200%;
}

.item .inner .Ribbon {
	font-size: 12px;
	color: #444;
	line-height: 2em;
	position: absolute;
	right: -5px;
	top: 10px;
	padding-right: 1em;
	padding-left: 1em;
	height: 2em;
	width: auto;
	text-align: right;
	background-color: #FD0;
	z-index: 21;
}

.item .inner .Ribbon:after{
        content: "";
        position: absolute;
        border-top: 5px solid #786c1f;
        border-right: 5px solid transparent;
		right: 0;
		bottom: -5px;
}

.item figure {
	position: relative;
	overflow: hidden;
	width: 100%;
	
}

.item figcaption {
	position: absolute;
	/*bottom: -100%;*/
	top: 0;
	left: 0;
	z-index: 5;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,.3);
	-webkit-transition: .3s;
	transition: .3s;
	/*opacity:1;*/
	opacity: 0;
}

.item a:hover figure figcaption {
	/*bottom: 0;
	  left: 0;*/
	opacity: 1;
}

.item a:hover figure figcaption.none {
	/*bottom: 0;
	  left: 0;*/
	opacity: 0;
}

.item figure img {
	-webkit-transition: .3s;
	transition: .3s;
}

.item figure img.nonenone {
	-webkit-transition: none;
	transition: none;
}

.item a:hover figure img {
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-o-transform: scale(1.1);
	-ms-transform: scale(1.1);
	transform: scale(1.1);
}

.item a:hover figure img.nonenone {
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-o-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1);
}

.item figcaption h4 {
	font: 130%/120% YuGothic, "Yu Gothic", "Hiragino Kaku Gothic ProN", Meiryo, "MS PGothic", Sans-serif;
	font-weight: bold;
	text-align: center;
	color: #FFF;
	margin-top: 1em;
}

.item figcaption p {
	font: 100%/1.4em YuGothic, "Yu Gothic", "Hiragino Kaku Gothic ProN", Meiryo, "MS PGothic", Sans-serif;
	text-align: center;
	color: #FFF;
	padding: 1em;
}

#Promise h2 {
	vertical-align: bottom;
	margin: 0;
}

#Promise h2 img {
	width: 100%;
	height: auto;
	vertical-align: bottom;
}

#Promise #PromiseContents {
	width: 100%;
	height: auto;
	display: flex;
	flex-wrap: wrap;
}

#Promise #PromiseContents > div {
	width: 25%;
	height: auto;
}

#Promise #PromiseContents > div img {
	width: 100%;
	height: auto;
}

#SNSContents div.FaceBook {
	background: url(//kinta.co.jp/new/wp-content/uploads/2018/04/gb_bg.jpg) 0 0 no-repeat;
	background-size: cover;
}

#SNSContents div.Insta {
	background: #FFF;
}

#SNSContents div.Insta .instagallery-actions {
    margin: 0 0 10px 0 !important;
}

#SNSContents div.Insta .instagallery-items .ig-item {
    padding: 5px;
}

#SNSContents div.Insta .instagallery-items {
    padding:5px;
	box-sizing:border-box;
}

#SNSContents div.FaceBook h2, #SNSContents div.FaceBook a, #SNSContents div.FaceBook div,
#SNSContents div.Insta h2, #SNSContents div.Insta a, #SNSContents div.Insta div{
	margin: 0;
}

#SNSContents div.FaceBook img, #SNSContents div.Insta img {
	margin: 0;
	vertical-align: bottom;
}

.HomeHeadline h2 {
    text-align: center;
    color: #FFF;
    text-shadow: 1px 1px 1px #000000;
}

#Slide ul,#Slide ul li{
	list-style:none;
	margin:0;
	padding:0 5px;
}

.PC {
	display: block !important;
}

.SP {
	display: none !important;
}

.pico_body{
	width:100%;
}

.pico_body img{
	width:100%;
	height:auto;
}

/*20190408バナー変更*/
#pg-w5d393dc3999f7-1.panel-no-style {
    width: 80%;
    margin: 0 auto;
}
.w4 .inner .mesall {
	    position: absolute;
    top: 0;
    right: 0px;
    /* font: 85%/200% 'Oswald', sans-serif; */
    transform: none !important;
    -webkit-transform: none !important;
    margin: 0 !important;
    width: auto !important;
    text-align: left !important;
    z-index: 1;
	width: 47% !important;
}
.w4 .inner .mesall .saiyomes {
   	color: #ffffff;
    margin: 0.5vw 0.3vw;
    font-size: 1.1vw;
    font-family: 'Yu Gothic', sans-serif;
    font-weight: bold;
    line-height: 1.5vw;
}

.w4 .inner .mesall .saiyoent {
    margin: 1.2vw 0 1.2vw 1.8vw;
    text-align: center;
    font-weight: bold;
    font-size: 1.4vw;
    font-family: 'Yu Gothic', sans-serif;
    line-height: 1.7vw;
}
.w4 .inner .saiyobtn {
	position: absolute;
    bottom: 1.7vw;
    right: 4vw;
    font-size: 2vw;
    font-weight: bold;
    font-family: 'Yu Gothic', sans-serif;
    color: #ffffff;
    z-index: 1;
}




/*固定ページ用*/
ul.menu_navi {
	width: 100%;
	overflow: hidden;
	list-style:none;
	margin:0;
	padding:0;
}

ul.menu_navi li {
	width: 50%;
	/*max-height: 70px;*/
	float: left;
	list-style:none;
	margin:0;
	padding:0;
}

ul.menu_navi li img {
	width: 100%;
}

/*店舗一覧用*/
.ShopListPage{
	width:100%;
	height:auto;
	display:flex;
	/*justify-content:space-between;*/
	flex-wrap:wrap;
}

.ShopListPage .child_page{
	width:33%;
	height:auto;
	padding:10px;
	box-sizing:border-box;
}

.ShopListPage .child_page .shop_tel {
	font-size: 19px;
	font-weight: bold;
}

.ShopListPage .child_page .btns {
	display:-webkit-box;
	display:-ms-flexbox;
	display:flex;
	
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}


.post-48 header{
	display:none;	
}

.post-48 h1.entry-title,
.post-681 h1.entry-title{
	display:none;	
}

.post-48 div#breadcrumb{
	display:none;	
}

/*メニュー一覧用*/
.MenuListPage{
	width:100%;
	height:auto;
	display:flex;
	/*justify-content:space-between;*/
	flex-wrap:wrap;
	align-items:flex-start;
}


.MenuListPage .child_page{
	width:25%;
	height:auto;
	padding:10px;
	box-sizing:border-box;
}

.child_page h4{
 margin:0;
	border:none;
	text-align:center;
	font-weight:normal;
	font-size:1rem;
}

.MenuListPage .child_page .post_thumb{
	width:80%;
	height:auto;
 	border-radius: 50%;
	overflow:hidden;
	margin:5px auto;
}

.ShotListPage .child_page .post_thumb{
	width:80%;
	height:auto;
	overflow:hidden;
	margin:5px auto;
}

/*フッターメニュー*/
#FooterNenu {
	display: none;
}


/*ページトップへ*/
#page-top{
	z-index:999;
	bottom:15vh;
}

/* フローティングバナー */
.side_yoyaku.PC {
	position: fixed;
	z-index: 1000;
	bottom: 20vh;
	right:0px;
}


/*リスト表示用*/

#list {
  display: flex;
  flex-wrap: wrap;
}

@media screen and (min-width: 740px) {
  #list .hover-card {
    flex: 0 1 50%;
  }
}

@media screen and (max-width: 740px) {
  #list .hover-card {
    flex: 1 0 100%;
  }
}

#main .entry {
  border: 1px solid #ddd;
  border-radius: 5px;
  margin: 8px;
}

.entry-large-thumb {
  border-top-left-radius: 5px;  
  border-top-right-radius: 5px;
}

.entry-large-thumnail {
  display: block;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
}

.entry-card-large-content {
  padding: 8px 16px;
}

.entry h2 {
  font-size: 18px;
  margin: 0;
  line-height: 180%;
}

.entry .post-meta {
  font-size: 12px;
  margin: 8px -16px;
  padding: 0 16px;
}

.entry-snippet {
  font-size: 11px;
}

.entry-read {
  font-size: 12px;
}

/*検索窓*/
#ShopSearch h3,
#ShopSearch02 h3 {
	padding-top: 0;
	padding-bottom:0.2em;
	margin-top: 0;
	border-bottom:2px solid #000;
}

#ShopSearch h3:before,
#ShopSearch02 h3:before {
	content:"●";
	margin-right:0.5em;
}

#ShopSearch ul,#ShopSearch ul li {
	padding: 0;
	margin: 0;
	list-style: none;
}

#search-filter-form-452 ul {
	display: flex;
	justify-content: space-between;
}

#search-filter-form-452 li.sf-field-search {
	width: 79%;
	height: 36px;
	font-size:1rem;
}

#search-filter-form-452 li.sf-field-search .sf-input-text,
#search-filter-form-452 li.sf-field-search label{
	width: 100%;
	height: 36px;
}

#search-filter-form-452 li.sf-field-submit {
	width: 20%;
	height: 36px;
}

#search-filter-form-452 li.sf-field-submit input {
	width: 100%;
	height: 36px;
	font-size:1rem;
	line-height:36px;
	vertical-align:middle;
	padding:0;
	background-color:#C00;
	color:#FFF;
	letter-spacing: 0.5em;
	text-indent:0.5em;}

.SearchForm .shopregion{
	width: 100%;
	height: 36px;
	display:flex;
	justify-content:space-between;
}

.SearchForm select.selectregion{
	width: 79%;
	height: 36px;
	font-size:1rem;
}

.SearchForm input.selectregion{
	width: 20%;
	height: 36px;
	font-size:1rem;
	line-height:36px;
	vertical-align:middle;
	padding:0;
	background-color:#C00;
	color:#FFF;
	letter-spacing: 0.5em;
	text-indent:0.5em;
}


/*コンタクトフォーム用*/
/* 必須マーク */
.must{
	color: #fff;
	margin-right: 10px;
	padding: 6px 10px;
	background: #F92931;
	border-radius: 20px;
}
/* 任意マーク */
.free {
	color: #fff;
	margin-right: 10px;
	padding: 6px 10px;
	background: #424242;
	border-radius: 20px;
}

/* 項目名を太字にする */
form p {
	font-weight: 600;
	margin-top:1em;
}

/* 入力項目を見やすくする */
input.wpcf7-form-control.wpcf7-text,
select.wpcf7-select,
input.wpcf7-form-control.wpcf7-number,
textarea.wpcf7-form-control.wpcf7-textarea {
	width: 100%;
	padding:8px 15px;
	margin-right: 10px;
	margin-top: 10px;
	border: 1px solid #d0d5d8;
	border-radius: 3px;
	box-sizing:border-box;
	font-size: 16px;
   line-height: 1.42857;
}
select.wpcf7-select {
	padding: 8px 15px 12px;
}
textarea.wpcf7-form-control.wpcf7-textarea {
	height: 200px;
}

/* 必須項目の入力欄を黄色にする */
input.wpcf7-form-control.wpcf7-text.wpcf7-validates-as-required {
	/*background: rgba(255, 255, 142, 0.46);*/
}

.button:hover, button:hover, input[type="submit"]:hover, input[type="reset"]:hover, input[type="button"]:hover {
	background: #c30c24;
	opacity:0.7;
}


/* 確認ボタンを見やすくする */
input.wpcf7c-elm-step1 {
	 width: 100%;
    height: 80px;
    background: #c30c24;
    color: #fff;
    font-size: 20px;
    font-weight: 600;
    border-radius: 40px;
    border: none;
    box-shadow: 0px 3px 0px 0px #851524;
	font-family: 游明朝,"Yu Mincho",YuMincho,"Hiragino Mincho ProN","Hiragino Mincho Pro",HGS明朝E,メイリオ,Meiryo,serif;
}

/* 戻って編集ボタンを見やすくする */
input.wpcf7c-elm-step2 {
	width: 100%;
	height: 80px;
	background: #c30c24;
	color: #FFF;
	font-size: 20px;
	border-radius: 40px;
	font-weight: 600;
	font-family: 游明朝,"Yu Mincho",YuMincho,"Hiragino Mincho ProN","Hiragino Mincho Pro",HGS明朝E,メイリオ,Meiryo,serif;
}

/* 送信ボタンを見やすくする */
input.wpcf7-submit {
	width: 100%;
	height: 80px;
	background: #000;
	border-radius: 40px;
	color: #fff;
	font-size: 20px;
	font-weight: 600;
	
}

/* エラーメッセージを見やすくする */
span.wpcf7-not-valid-tip,
.wpcf7-response-output.wpcf7-validation-errors {
	color: red;
	font-weight: 600;
}

/*アルバイトエントリーフォーム*/
span.your-age input.wpcf7-form-control.wpcf7-number {
	width:calc(100% - 2em);
	margin-right:0.5em;
}

/*セレクトボックス*/
.ContactForm .your-birthday,
.ContactForm .birth-month,
.ContactForm .birth-day,
.ContactForm .shop-list
{
position:relative;
overflow:hidden;
display:inline-block;
min-width:192px;
min-width:12em;
background-color:#ffffff;
background-image:-webkit-linear-gradient(top, #ffffff 0%, #dfe0d9 100%);
background-image:linear-gradient(top, #ffffff 0%, #dfe0d9 100%);
border:1px solid #c0c0c0;
color:#333;
}

.ContactForm select{
-webkit-appearance:none;
-moz-appearance:none;
appearance:none;
position:relative;
z-index:2;
display:block;
width:200%;/* fallback non calc support */
width:-webkit-calc(100% + 5em);
margin:0;
padding:11px 35px 11px 11px;
padding:.6875rem 2.1875rem .6875rem .6875rem;
background:transparent;
border:0;
outline:none;
font-size:16px;
font-size:1rem;
line-height:1.5;
}

.ContactForm .your-birthday:before,
.ContactForm .birth-month:before,
.ContactForm .birth-day:before,
.ContactForm .shop-list:before{
content:'\f107';
font-family:'FontAwesome',sans-serif;
position:absolute;
z-index:1;
top:50%;
right:12px;
right:.75rem;
margin-top:-8px;
margin-top:-.5rem;
font-size:16px;
font-size:1rem;
line-height:1;
color:#333;
}

/*ショップページ*/
#main .area-shop-region h1+.widgets{
	margin:0;
}
#ShopInfo #ShopDesc{
	display:flex;
	justify-content:space-between;
}

#ShopInfo #ShopDesc>div{
 width:50%;
	padding:10px;
}

#ShopInfo .ShopInfo dl{
	display:flex;
	margin: 0.5em 0;
}

#ShopInfo .ShopInfo dl dt,
#ShopInfo .ShopInfo dl dd{
	margin: 0;
}

#ShopInfo .ShopInfo dl dt{
	width:5em;
}

#Reserve {
	
}

#ReserveForm {
	width: 90%;
	height: auto;
	padding:20px 10px 10px 10px ;
	border: 1px solid #EEE;
	box-shadow: 1px 1px 2px #bababa;
	margin: 60px auto 30px;
	border-radius: 15px;
}
#ReserveForm h3 {
	margin-top:0;
}

#ReserveForm small {
	line-height:120%;
	margin-bottom:2em;
}

#menu-menu .fa-hand-point-right:before {
	position:absolute;
	top:0;
	left:0;
	-webkit-animation: tada 2.5s ease infinite;
    animation: tada 2.5s ease infinite;
	font-size:1.6em;
	color:red;
}

#menu-menu .MenuCoupon a {
	padding-left:2em;
}
/*------------------------------近くの店舗表示ページ(20180802)-------------------------------*/
.shop-box {
	             background-color: #fdfdfd;
    width: 47.5%;
    float: left;
    border: 2px solid #be380d;
    margin-bottom: 3%;
}
.shop-box a {
	padding: 2% 4%;
	display:block;
	    color: #222;
	    display: block;
    position: relative;
}
.shop-box:nth-child(even){
	 margin-right: 2%;
}
.shop-box:nth-child(odd){
	 margin-left: 2%;
}
.shop-box p {
	    font-size: 0.8rem;
}
.shop-box h3 {
	    font-size: 1.1rem;
    padding: 1% 0;
    margin: 0;
    border-bottom: 1px solid #be380d;
}
.shop-box a:after {
    display: block;
    content: "";
    position: absolute;
    top: 50%;
    right: 10px;
    width: 6px;
    height: 6px;
    margin: -4px 0 0 0;
    border-top: solid 2px #be380d;
    border-right: solid 2px #be380d;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}
#ShopSearch01 h3 {
	padding-top:2%;
    padding-bottom: 0.2em;
    margin-top: 0;
    border-bottom: 2px solid #000;
}
#ShopSearch01 h3:before {
    content: "●";
    margin-right: 0.5em;
}
#ShopSearch01 .center a {
	    border: 1px solid #99272d !important;
    width: 86%;
    margin: 2% 3%;
    background-color: #99272d;
    color: #fff !important;
    padding-top: 2%;
    padding-bottom: 2%;
    font-size: 1.3rem;
}
/* -----新こだわりページのスライド指定(2018/08)------ */
.spNone {
	display:block !important;
}
.pcNone {
	display:none !important;
}
#post-493 .breadcrumb-page,#post-493 h1.entry-title {
	display:none;
}
.page-template-kodawari #main,.page-template-kodawari main {
	max-width:2000px;
}
.top-bg-ko {
	      left: 34%;
    width: 29%;
    top: 17%;
    max-width: 550px;
    padding: 5% 0px 7%;
}
.p-relative {
	position:relative;
}
.p-absolute {
	position:absolute;
}
.page-template-kodawari h1.widget-title{
	        font-size: 4rem;
    color: #fff;
    font-family: serif;
    border: none;
    padding-bottom: 0;
    text-shadow: 2px 0px 2px #2e271d;
    margin-top: 15%;
    margin-left: 3%;
}
.page-template-kodawari p.top-text{
    line-height: 2;
    text-align: left;
	    line-height: 2;
	    color: #fff;
    font-size: 1.1rem;
    text-align: center;
    font-weight: 500;
    text-shadow: 2px 0px 2px #2e271d;
}
.ko-tex01{
	         position: absolute;
    /* width: 43%; */
    float: right;
    /* margin-right: 10%; */
    top: 0;
    left: 48%;
}
.red-bg {
	    font-size: 2rem;
    background-color: #b13c16;
    padding: 2% 0 2% 1%;
    color: #fff;
    margin-bottom: 3%;
}
.plain-text {
	    font-size: 1.1rem;
    line-height: 2;
}
.plain-text .te-b {
	    font-size: 2rem;
    font-weight: 500;
}
.bl-bg {
	background-color: #222;
    color: #fff;	
	 -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
	  padding: 2% 1%;
    font-size: 2rem;
}
.ko-img01 {
	    float: left;
    width: 44%;
}
.ko-img01 .bl-bg{
	    left: 0%;
    padding: 2% 1%;
    font-size: 2rem;
}
.ko-img02 {
	    text-align: right;
    margin-right: 3%;
}
.ko-img02 .bl-bg{
	    right: 3%;
}
.ko-02 {
	    margin-top: 4%;
    margin-bottom: 4%;
}
.ko-img02 {
	    float: right;
    width: 44%;
}
.ko-02 .ko-tex01 {
	        left: 0%;
    width: 50%;
}
.beige-bg {
    background-repeat: repeat;
	padding-bottom:4%;
}
.ko-ttl {
	    float: left;
    margin-left: 3%;
    margin-right: 3%;
}
.ko-ttl .bl-bg {
	      padding: 30%;
    height: max-content;
	height: -moz-max-content;
}
.ko-img03 {
	padding:4% 0 0;
	    width: 30%;
}
.ko-img04 {
	width: 30%;
}
.ko-tex03 {
	          width: 56%;
    margin-left: 2%;
    margin-top: 4%;
}
.ko-03 .ko-img03,.ko-03 .ko-tex03,.ko-04 .ko-img04,.ko-04 .ko-tex04,.ko-img05,.ko-tex05,.ko-img06,.ko-tex06,.ko-img07,.ko-tex07 {
	float:left;
}
.bl-borda {
	font-size: 3rem;
    font-weight: 500;
    border-bottom: 3px solid #444;
    padding-bottom: 1%;
    width: 70%;
    margin-bottom: 2%;
}
.ko-tex03 .plain-text,.ko-tex04 .plain-text {
	    width: 100%;
}
.ko-04 {
	padding-top:4%;
}
.ko-tex04 {
	       width: 54%;
    margin-left: 10%;
}
.ko-img05,.ko-tex05,.ko-img06,.ko-tex06,.ko-img07,.ko-tex07 {
	width:50%;
}
.w-bg {
	    top: 43%;
    font-size: 3rem;
    font-weight: 600;
    padding: 2% 2% 0;
    background-color: #fff;
    width: 25%;
    height: 50px;
    font-family: serif;
}
.ko-img06 .w-bg {
	right:0;
}
.red-b-img .plain-text {
	    width: 80%;
    margin: 3% auto 0;
    color: #fff;
}
.online-img {
	    text-align: center;
    margin-top: 4%;
}
.page-template-kodawari .shop-list,.page-template-kodawari .sns-group {
	max-width:960px;
	margin:2% auto;
}
.page-template-kodawari{
	  font-family: serif;
}
.w-1200{
	    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
}
/* -----メニューページのボタン追加(2018/07)------ */
.menu-items img {
	    width: 282px;
    height: 282px;
}
.shop-list {
	    width: 90%;
    text-align: center;
    margin: 6% auto;
    background-color: #be380d;
    border-radius: 6px;
    font-size: 1.2rem;
}
.shop-list a {
	    color: #fff;
    padding: 2% 0;
    display: block;
}
/*チェックは隠す*/
.accbox input {
    display: none;
}
.leaflet {
	float:left;
	width:50%;
}
.grad-wrap {
	position:relative;
}
.grad-btn {
         z-index: 2;
    position: absolute;
    right: 0;
    /*bottom: 0;*/
	top: 420px;
    left: 0;
    width: 15%;
    margin: auto;
    padding: .5em 8%;
    border-radius: 2px;
    background: #ffffff;
    color: #a60e0d;
    font-size: 1.1rem;
    text-align: center;
    cursor: pointer;
    transition: .2s ease;
    /* box-shadow: 0 0 3px rgba(0,0,0,.3); */
    border: 1px solid #9d0407;
    border-radius: 6px;

}
.grad-btn::before {
 content: "続きを見る"
}
.grad-item {
     position: relative;
    overflow: hidden;
    height: 450px;
}
.grad-item::before {
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 40px; /*グラデーションで隠す高さ*/
  background:-webkit-linear-gradient(top, rgb(255, 255, 255) 0%, rgb(255, 255, 255) 50%, rgb(255, 255, 255) 50%, #fff 100%);
  background: linear-gradient(top, rgba(255,255,255,0) 0%, rgba(255,255,255,0.9) 50%, rgba(255,255,255,0.9) 50%, #fff 100%);
  content: "";
}
.grad-trigger {
  display: none; /*チェックボックスは常に非表示*/
}
.grad-trigger:checked ~ .grad-btn::before {
  content: "閉じる" /*チェックされていたら、文言を変更する*/
}
.grad-trigger:checked ~ .grad-item {
  height: auto; /*チェックされていたら、高さを戻す*/
}
.grad-trigger:checked ~ .grad-item::before {
  display: none; /*チェックされていたら、grad-itemのbeforeを非表示にする*/
}
/* -----シーン別ページのレイアウト(2018/07)------ */
.cat-item a:after {
    display: block;
    content: "";
    position: absolute;
    top: 50%;
    right: 14px;
    width: 6px;
    height: 6px;
    margin: -4px 0 0 0;
    border-top: solid 2px #a20b0b;
    border-right: solid 2px #a20b0b;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}
.cat-item.current-cat a:after {
	    border-top: solid 2px #fff;
    border-right: solid 2px #fff;
}
.cat-item {
	    float: left;
    width: 29.33333%;
    text-align: center;
    margin-bottom: 10px;
    padding-right: .9375rem;
    padding-left: .9375rem;
	list-style: none;
	display: table;
}
.cat-item a {
	    display: block;
    padding: 0 20px;
    height: 60px;
    text-decoration: none;
    outline: none;
    background-color: none;
    border: 1px solid #be380d;
    color: #a20b0b;
    line-height: 56px;
    font-size: 1rem;
    letter-spacing: 0.2rem;
	position: relative;
	  display: table-cell;
    vertical-align: middle;
}
.cat-item.current-cat a {
	    color: #ffffff;
    background-color: #a20b0b;
}
.tax-ttl {
	       text-align: center;
    font-family: serif;
    font-weight: 600;
    font-size: 2.4rem;
    margin: 8% 0 0;
    padding-bottom: 1%;
}
.bar-img {
	text-align: center;
	margin-bottom: 4%;
}
.bar-img img {
    vertical-align: top;
}
.tax-ex{
    width: 80%;
    margin: 2% auto;
	text-align: center;
}
.menu-items{
	    width: 29.333%;
    float: left;
    margin: 0 2% 10%;
    min-height: 400px;
}

.menu-items img{
	margin-bottom: 10px;
}


.midashi-text {
	    font-size: .8rem;
}
.ttl-s {
	    font-size: 1.2rem;
    font-weight: 600;
}
.price-text {
	    color: #f00;
    font-weight: 600;
}
.scene-ul {
	margin-top:8%;
}
.tax-ex h2 {
	        font-size: 1rem;
    font-weight: 500;
}
/* -----インスタ等SNSレイアウト(2018/07)------ */
.top_sns_widget .siteorigin-widget-tinymce {
	max-width:640px;
    padding: 0.5% 0 0.5%;
    margin: 0 auto;
    text-align: center;

}
.top_sns_widget h2.in {
	    margin: 0 auto;
    /*text-align: center;
	    background-color: #98272d;*/
}
.top_sns_widget h2.insta {
width: 35%;
}
.top_sns_widget h2.insta img {
width: 100%;
}

#pg-w5caead6a97ffa-1 {
	width:80%;
	margin:0 auto;
}

#instagal_widget-2 {
	    padding: 0% 0 0.5%;
    background-color: #98272d;
}
#siteorigin-panels-builder-9 {
	background-color:#fff;
}
#siteorigin-panels-builder-9 .panel-no-style .textwidget {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
}
.FaceBook.left-box {
	flex-basis: 50%;
	/* width: 80%; */
    /* margin: 0 auto; */
    padding: 1% 4% 3%;
	box-sizing: border-box;
    background-color: #4468af;
	text-align: center;
}
.FaceBook.left-box .in {
	    margin: 0 auto 25px;
    text-align: center;
	background-color: #4468af;
}
.FaceBook.left-box .in img {
	width: 64%;
}
.FaceBook.left-box div {
	    /*float: left;*/
    /* width: 33.3333%; */
}
.video-wrap.right-box {
	box-sizing: border-box;
	flex-basis: 50%;
    padding: 3.5% 8%;
    background: url(images/top-bg-red.jpg) repeat;
    background-size: 150px;
}
.video-wrap.right-box .inner {
	position: relative;
}

.video-wrap.right-box .video{
width:100%;
padding-bottom: 56%;
height:0px;
position: relative;
}
.video-wrap.right-box .video iframe{
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
}

#pg-w5b601e7a90b77-0 {
	margin-bottom:0 !important;
}
/* -----トップページリニューアル(2018/08)------ */
body.home {
	background-image: none;
}
body.home #main,body.home main {
    width: 100%;
	    max-width: 2000px;
    margin: 0 auto 30px;
}
body.home .top_main_new_widget .panel-layout {
	width: 100%;
	max-width: 1200px;
    margin: 0 auto 30px;
    padding-top:20px;
}
#siteorigin-panels-builder-10 {
	    background: url(https://kinta.co.jp/new/wp-content/themes/simplicity2-child/images/top-bg-red.jpg) repeat;
        background-size: 150px;
}
.item {
	background-color:#fff0;
}
.top_main_widget {
    padding: 0;
    margin-bottom: 0px;
}
/* -----会社案内関連(2018/11)------ */
.toparea{
	    margin-bottom: 10%;
}
.page-id-1582 #main,.page-id-1582 main,.parent-pageid-1582 #main,.parent-pageid-1582 main {
    width: 100%;
    max-width: 1160px;
    margin: 0 auto 30px;
}
#post-aboutus {
	    margin-top: -8%;
}
.aboutus-top,.franchise-u {
    top: 0;
    left: 0;
    width: 100%;
    height: 400px;
}
.franchise-u{
	height:480px;
}
.about-ttl,.franchise-u-ttl {
        width: 30%;
    margin: 6% auto 0;
    position: absolute;
    left: 35%;
}
.about-ttl h1:after,.franchise-u-ttl h1:after{
	    position: absolute;
    content: "";
    top: 0%;
    right: 0px;
    width: 30%;
    height: 100%;
    margin-top: -5px;
    background: url(./images/aboutus/kinta-top.png) top right no-repeat;
    background-size: 100%;
}
.about-ttl h1,.franchise-u-ttl h1 {
	    background-color: #ffffffd6;
    float: left;
    width: 100%;
    color: #c30d23;
    font-weight: 600;
    padding: 4% 2%;
    font-size: 2rem;
}
/*.link-box:after {
    content: "";
    display: block;
    padding-top: 100%;
}*/
.page-template-page-franchise-food .fc_f_sec01 {
	padding-top: 3%;
}
.link-box {
float:left;
	width:25%;
	    background: #C9151E;
    transition: 0.2s;
	    height: 290px;
}
.link-box a {
	color:#fff;
	text-align:center;
	display: block;
}
.link-box:hover{
	       background: #9a0008;  
	 transition: 0.2s;
}
.link-box.a-img0 {
    background: url(./images/aboutus/aboutus01.jpg) top right;
}
.link-box.a-img1 {
    background: url(./images/aboutus/aboutus02.jpg) top right;
}
.link-box.a-img2 {
    background: url(./images/aboutus/aboutus03.jpg) top right;
}
.link-box.a-img3 {
    background: url(./images/aboutus/aboutus04.jpg) top right;
}
.link-box.a-img4 {
    background: url(./images/aboutus/aboutus05.jpg) top right;
}
.link-box.a-img5 {
    background: url(./images/aboutus/aboutus06.jpg) top right;
}
.link-box.a-img6 {
    background: url(./images/aboutus/fc01.jpg) top right;
}
.link-box.a-img7 {
    background: url(./images/aboutus/fc02.jpg) top right;
}
.link-box.a-img8 {
    background: url(./images/aboutus/fc03.jpg) top right;
}


.link-box.image {
    background-size: contain;
	background-repeat:no-repeat;
}
.a-title {
	    font-size: 1.6rem;
    font-weight: 600;
    padding-top: 18%;
}
.a-sub {
	    padding-top: 2%;
    font-size: 0.7rem;
}
.a-text {
    font-size: 0.9rem;
    line-height: 1.6;
    padding-top: 5%;
	    max-height: 38px;
}
.a-btn {
    padding-top: 24%;
    font-size: 0.8rem;
}
.a-btn span {
	      padding: 1% 10% 1% 4%;
    background-color: #ffffff69;
    border: 1px solid #fff;
    position: relative;
    display: inline-block;
}
.a-btn span::after{
    content: '';
    width: 6px;
    height: 6px;
    border: 0px;
    border-top: solid 2px #ffffff;
    border-right: solid 2px #ffffff;
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    position: absolute;
    top: 50%;
    right: 6px;
    margin-top: -4px;
}
/*----これまで歩み----*/
table.type06, table.type06 th, table.type06 td {
  border-collapse: collapse;
  line-height: 1.5;
	border:none;
}
table.type06 {
	    margin: 15px auto;
    width: 90%;
}
table.type06 th {
width:20%;
    padding: 10px 10px 10px 20px;
    vertical-align: top;
    background: none;
    font-weight: 400;
    text-align: right;
}
table.type06 td {
  width: 350px;
  padding: 10px;
  vertical-align: top;
	    padding-left: 6%;
 }

table.type06 tr:nth-child(odd),table.type06 th:nth-child(even) {
  background: #F4F4EA;
 }
.history {
	    background-color: #fff;
}
.ayumi-ttl {
	         text-align: center;
    padding-top: 4%;
    font-size: 1.2rem;
    padding-bottom: 3%;
}
.history .b-ttl{
	      width: 90%;
    margin: 3% auto;
    font-size: 1.8rem;
    font-weight: 600;
    border-bottom: 1px solid;
    padding-bottom: 0.5%;
}
/*---会社概要----------*/
table.company-t th {
    text-align: left;
	    width: 15%;
}
/*---企業理念----------*/
.history .top-ttl {
	margin: 5% auto;
}
h2.ph,.ph02,.ph03,h3.ph {
	    border: none;
    text-align: center;
    line-height: 2.4;
    font-weight: 400;
    font-family: serif;
}
.ph-img,.ph-list-img {
	text-align:center;
}
.ph02{
	    font-size: 2.2rem;
    margin-bottom: 4%;
}
.history .box-left {
	    float: left;
    width: 39%;
    margin-left: 7%;
}
.history .ph-img02 {
	    width: 46%;
    margin-left: 2%;
}
.b-ttl,.m-text {
	    clear: both;
}
.history .ttl02 {
    margin: 10% auto 5%;
	clear: both;
}
.ph03 {
	          text-align: left;
    font-size: 1.4rem;
    line-height: 1.8;
    margin-bottom: 6%;
    margin-top: 6%;
}
.ph03 span {
	    display: block;
    font-size: 1.6rem;
}
/*----代表者メッセージ----*/
.history .m-box-left {
	          float: left;
    width: 55%;
    margin-right: 5%;
    margin-left: 5%;
}
.history .m-box-left p {
    font-size: 1.2rem;
    line-height: 2;
}
.m-box-right {
	       float: left;
    width: 32%;
}
.m-box-right figcaption {
	    text-align: center;
    padding: 3% 0;
    font-size: 1.2rem;
    font-weight: 600;
    font-family: serif;
}
.m-text{
	    width: 90%;
    margin: 0 auto;
    padding-top: 3%;
    font-size: 1.2rem;
    line-height: 2;
}
.m-text-b {
	    width: 86%;
    margin: 0 auto;
    padding-top: 3%;
    font-size: 1.3rem;
    line-height: 2;
    font-weight: 600;
}
.me-img {
    margin-top: 5%;
    text-align: center;
}

  /************************************************
  190124アルバイト男子高校生用
*************************************************** */
.page-template-page-recruit-php .pc{display: block;}
.page-template-page-recruit-php .sp{display: none;}

.page-template-page-recruit-php .sns-group{display: none;}

.page-template-page-recruit-php .inner {
	width:1000px;
	height:100px;
	margin: 0 auto;
	display:flex;
	align-items: center;
}
.page-template-page-recruit-php .inner div {
    margin-left: auto;
}
.page-template-page-recruit-php .inner .rogo{
	margin-left: 0;
}
.page-template-page-recruit-php .inner .phone{
	margin-right: 3%;
}
.page-template-page-recruit-php .inner .oubo{
	
}
.page-template-page-recruit-php #container #main .pico_body {
    display: none;
}

.page-template-page-recruit-php #body-in {
    background-image: url(https://kinta.co.jp/new/wp-content/themes/simplicity2-child/images/abdansi25.jpg);
    background-repeat: repeat;
}

.page-template-page-recruit-php #container main,
.page-template-page-recruit-php #container #main {
    max-width: 100%;
	margin:0 auto 0;
}
.page-template-page-recruit-php #part  {
	width: 1000px;
	margin:0 auto;
    padding-top: 55px;
}
.page-template-page-recruit-php #part .syokai {
	position:relative;
	width: 1920px;
    height: 631px;
}

.page-template-page-recruit-php #part .syokai .top {
    width: 1920px;
    position: absolute;
     float: left; 
    top: 0;
    left: -24%;
}
.page-template-page-recruit-php #part .syokai .top_one {
    position: absolute;
     float: left; 
	top: 213px;
    left: 2%;
}
.post-2711 #part .syokai .top_one {
	top: 164px;
    left: 0;
}
.post-2713 #part .syokai .top_one {
	top: 162px;
    left: 24.7%;
}

.hukidasi_right{
    position: absolute;
    top: -82px;
    right: -31%;
}

.page-template-page-recruit-php #part .content {
    float: right;
	margin-bottom: 212px;
	position:relative;
	font-family: "Hiragino Kaku Gothic ProN", Meiryo, "MS PGothic", sans-serif;
	font-weight: bold;
	line-height: 2.2em;
	background-image:url("https://kinta.co.jp/new/wp-content/themes/simplicity2-child/images/abdansi25.jpg");
	background-repeat: repeat;
}
.page-template-page-recruit-php #part .content.ls{
	margin-bottom: 139px;
}
 .page-template-page-recruit-php #part .content p{
	font-size: 18px;
    width: 390px;
    float: left;
    letter-spacing: 2.5px;
	}
 .page-template-page-recruit-php #part .content b {
    font-size:30px;
    color:#c9151e;
	
}
 .page-template-page-recruit-php #part .hukidasi .right{
	float:right;   
}
.page-template-page-recruit-php #part .content .haba{
	margin-top:152px;
}

.page-template-page-recruit-php #part .content.left .haba{
	margin-top:82px;
}
.page-template-page-recruit-php #part .content .ques {
    padding: 17px 22.5px 17px 22.5px;
    font-size: 30px;
    color: #ffffff;
    background-color: #c9151e;
    float: left;
	margin-right:24px;
	margin-bottom: 41px;
	
}
 .page-template-page-recruit-php #part .answer{
    font-size: 30px;
    color: #c9151e;
    float: left;
    padding: 17px 22.5px 17px 22.5px;
	margin-right:24px;
  }
  
.haikei_left.one {
    position: absolute;
    top: 0;
    left: -210%;
}
.haikei_up.one {
    position: absolute;
    top: 73.3px;
    left: -148%;
   
}
.page-template-page-recruit-php #part .content.left {
    float: left;
	margin-bottom: 145px;
}
.page-template-page-recruit-php #part .content.left p{
	width: 490px;
    letter-spacing: 1.5px;
	
}

.page-template-page-recruit-php .mv {
    padding: 0 !important;
}


/******************************************************/
.haikei_right {
    position: absolute;
    top: -31px;
    right: -150%;
}
.haikei_up {
    position: absolute;
    top: -2px;
    right:  -95%;
    
}
.haikei_left.two {
    position: absolute;
    top: 0;
    left: -210%;
    width: 734px;
}
.haikei_up.two{
	position: absolute;
    top: 5px;
    left: -148%;
}

.hukidasi {
    position: absolute;
    top: -110px;
    left: -15%;
}

.message .kouhai {
    text-align: center;
    margin-bottom: 124px;
    margin-top: 4px;
}

.page-template-page-recruit-php #part2 {
    background-color:#ffffff;
	padding-top: 76px;
	padding-bottom: 102px;
}
.page-template-page-recruit-php #part2 .inner{
	width:1000px;
	margin:0 auto;
	height:auto;
}
.page-template-page-recruit-php #part2 .message {
    position:relative;
    font-family: Hiragino Kaku Gothic ProN;
}

.page-template-page-recruit-php #part2 .message p {
    font-size: 40px;
    text-align: center;

}

.haikei_catch{
	margin-bottom: 12px;
	margin-left: 5%;
}
.page-template-page-recruit-php #part2 .message .catch {
    width: 50%;
    font-size: 18PX;
    text-align: left;
    margin-left: 1.4%;
    font-weight: bold;
    line-height: 1.9em;
    letter-spacing: 0.1em;
}
.post-2713 #part2 .message .catch {
	width: 1000px;
    height: 200px;
}
.post-2711 #part2 .message .catch {
	width: 980px;
    height: 200px;
}

.haikei_right.two{
    position: absolute;
    top: 191px;
    right: -2%;
    
}

.haikei_hosi{
	position: absolute;
	bottom: -144px;
    right: 23%;
	
}


.page-template-page-recruit-php #part .messe p {
	font-size: 40px;
	text-align: center;
	line-height: 1.7em;
	font-weight: bold;
    font-family: Hiragino Kaku Gothic ProN;
}
.page-template-page-recruit-php #part .messe .red {
	font-size: 50px;
	color: #c9151e;
	
}

.haikei_righttwo{

}
.page-template-page-recruit-php #part .coments {
    background-image: url(https://kinta.co.jp/new/wp-content/themes/simplicity2-child/images/abdansi14.png);
    background-size: 49%;
    background-repeat: no-repeat;
    background-position: center;
    margin-top: 36px;
    margin-bottom: 48px;
    position: relative;
    padding-bottom: 232px;
}

.page-template-page-recruit-php #part .coments .comment {
    text-align: center;
        margin-left: 33px;
}
.page-template-page-recruit-php #part .coments .comment.over{
    position: absolute;
    top: 243px;
        left: 9.5%;
}
.page-template-page-recruit-php #part .saiyou {
	position:relative;
	width: 1920px;
	height: 510px;
}
.page-template-page-recruit-php #part .saiyou .top {
    width: 1920px;
    position: absolute;
     float: left; 
    top: 0;
    left: -24%;
}
.page-template-page-recruit-php #part .saiyou .top_one {
        position: absolute;
     float: left; 
    top: 0;
    left:  -0.01%;
}

.page-template-page-recruit-php #part .saiyou .top_two {
    position: absolute;
     float: left; 
    top: 337px;
    left: 13.6%;
}

/*------------------------------店舗ページ　エリア選択ボタン追加(20190523)-------------------------------*/
#ShopSearch02 .area_link_list {
    padding: 0 0 0 4px;
    text-align: center;
    margin-bottom: 40px;
}
#ShopSearch02 .area_link_list li {
    display: inline-block;
    margin-left: -5px;
    position: relative;
}
#ShopSearch02 .area_link_list li a {
    color: #fff;
    display: block;
    padding: 15px 15px;
    background-color: #98272d;
    min-width: 120px;
    text-align: center;
}
#ShopSearch02 .area_link_list li a:hover {
    color: #fff;
    background-color: #000000;
    /* color: #000; */
    /* background-color: #f0f0f0; */
}
#ShopSearch02 .area_link_list li:before {
    display: block;
    content: " ";
    width: 1px;
    height: 30px;
    position: absolute;
    left: -1px;
    top: 50%;
    border-left: 1px solid #fff;
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    transform: translateY(-50%);
}
#page-id-4239 h3.link_height {
	margin-top:-150px;
	padding-top:150px;
}

/* -----フランチャイズ(2019/07)------ */

.page-id-4837 #main,.page-id-4837 main,.page-id-4845 #main,.page-id-4845 main,.page-id-4851 #main,.page-id-4851 main,.page-id-4845 main,.page-id-4982 #main,.page-id-4982 main {
	max-width:100%;
	    margin: 0 auto;
}

.franchise-top{
	background-size: cover;
	background:url(https://kinta.co.jp/new/wp-content/themes/simplicity2-child/images/franchise/keyvisual.jpg) center top;
	background-repeat: no-repeat;
}
.franchise-top .franchise-ttl h1{
	    margin: 0 auto;
    text-align: center;
    padding-top: 6%;
}
.franchise-top .franchise-ttl ul{
	display: flex;
    width: 50%;
    padding: 1.5% 15% 4%;
    margin: 0 auto;
    list-style-type: none;
}
.franchise-top .franchise-ttl li{
	padding-right: 5%;
}
.franchise-top .franchise-ttl li:nth-child(3){
	padding-right: 0%;	
}

.common_ttl{
	background: url(https://kinta.co.jp/new/wp-content/themes/simplicity2-child/images/franchise/sec07_ttl_bg.png) center;
	background-repeat: no-repeat;
	font-family: 游明朝,"Yu Mincho",YuMincho,"Hiragino Mincho ProN","Hiragino Mincho Pro",HGS明朝E,メイリオ,Meiryo,serif;
	font-size:2.5rem!important;
	text-align: center;
	border-left: none!important;
	color: #000;
}
.common_ttl span{
	color: #c9151e;
	font-size: 5rem;
}

.bg_black{
	background: url(https://kinta.co.jp/new/wp-content/themes/simplicity2-child/images/franchise/sec06_bg.jpg);
}

.bg_pale{
	background: url(https://kinta.co.jp/new/wp-content/themes/simplicity2-child/images/franchise/sec08_bg.jpg);
}

.bg_red{
	background:url(https://kinta.co.jp/new/wp-content/themes/simplicity2-child/images/franchise/sec04_bg.jpg);
}



.fc_sec01{
	margin:4% auto 6%;
	max-width: 1160px;
}
.fc_sec01 ul.check{
	padding:0% 10%;
	margin:0;
}
.fc_sec01 li{
	list-style-type: none;
	padding-bottom: 9%;
	position: relative;

}
.fc_sec01 li:last-child{
	padding-bottom: 0%;
}
.fc_sec01 li:before{
	content:"";
	background: url(https://kinta.co.jp/new/wp-content/themes/simplicity2-child/images/franchise/common/check.png) no-repeat;
	width: 40px;
	height: 33px;
	position: absolute;
	top: 10px;
}
.fc_sec01 li:after{
	content:"";
	background: url(https://kinta.co.jp/new/wp-content/themes/simplicity2-child/images/franchise/sec01_line.jpg) no-repeat; 
	width: 1160px;
	height: 14px;
	position: absolute;
    top: 175px;
    left: -95px;
}
.fc_sec01 li:nth-child(3):after{
    background: none;
}

.fc_sec01 h4{
	 font-family: 游明朝,"Yu Mincho",YuMincho,"Hiragino Mincho ProN","Hiragino Mincho Pro",HGS明朝E,メイリオ,Meiryo,serif;
	 font-size: 2rem;
	 border-bottom: none;
	 padding-left: 6%;
	 font-weight:bold;
	 color:#000;
}

.w100{
	width:100%;
}

.fc_sec01 p{
	font-weight: bold;
	font-size: 1.2rem;
	line-height:1.6;
}

.fc_sec02,.fc_sec05,.fc_sec07{
	width: 1160px;
	margin:4% auto;
}
.fc_sec02 h3.ttl01{
	background: url(https://kinta.co.jp/new/wp-content/themes/simplicity2-child/images/franchise/sec02_ttl_bg.png) no-repeat center;
    background-position-y: 15px;
    border-bottom: none;
    padding-bottom: 4%;
}
.fc_e_sec01 h3.ttl01,.fc_f_sec01 h3.ttl01{
	background: url(https://kinta.co.jp/new/wp-content/themes/simplicity2-child/images/franchise/sec02_ttl_bg.png) no-repeat center #eceada;
    background-position-y: 75px;
    border-bottom: none;
        padding-bottom: 4%;
    margin-top: -22%;
    padding-top: 8%;
    margin-bottom: 0;
}
.fc_f_sec01 h3.ttl01{
	background-position-y: 135px;
}
.fc_sec02 h3.ttl01,.fc_e_sec01 h3.ttl01,.fc_f_sec01 h3.ttl01{
	font-size: 2rem;
	text-align: center;
	color:#000;
}
.fc_sec02 span.red,.fc_e_sec01 span.red,.fc_f_sec01 h3.ttl01{
	font-size: 2.5rem;
	font-color:#c9151e;
}
.fc_sec02 .box{
	display: flex;
	overflow: hidden;
}
.fc_sec02 .box1,.fc_sec02 .box2,.fc_sec02 .box3{
	width: 48%;
	padding-right: 5%;
}
.fc_sec02 .box2{
	padding-right: 0%;
}

.fc_sec02 .box h4{
	font-family: 游明朝,"Yu Mincho",YuMincho,"Hiragino Mincho ProN","Hiragino Mincho Pro",HGS明朝E,メイリオ,Meiryo,serif;
	font-size: 1.2rem;
	border-bottom: none;
	background: #ac1717;
	color:#fff;
	padding: 3% 0% 3% 6%;

}
.fc_sec02 .box dl{
	width: 47%;
	float: left;
    margin: 4% 0% 0% 0%;
    padding-right: 6%;
}
.fc_sec02 .box dl.pr0{
	padding-right: 0%;
}	 
.fc_sec02 .box dd{
	margin: 15px 0px 0px 0px;
    text-align: center;
    font-weight: bold;
}

.fc_sec02  .box .box3 dl{
	width: 100%;
	float: left;
} 

.fc_sec03{
	width: 100%;
}

.fc_sec03 .inner,.fc_sec04 .inner,.fc_sec06 .inner,.fc_sec08 .inner{
	width: 1160px;
	margin:0 auto;
	position: relative;
}
.fc_sec03 img{
	position: absolute;
}

.fc_sec03 h3,.fc_e_sec04 h3{
	border-bottom: none;
	color: #fff;
	font-size: 1.7rem;
    padding: 7.5% 0%;
    line-height: 1.8;
	margin:0;
}
.fc_sec03 span.yellow,.fc_e_sec04 span{
	color: #fdc61d;
}

.fc_sec04{
	margin: -20px;
    padding: 0% 0% 5% 0%;
}


.fc_sec04 .box{
	display: flex;
	overflow: hidden;
}
.fc_sec04 .box .txtarea{
    padding: 10% 0%;
    width: 45%;
    z-index: 1;
}
.fc_sec04 h3{
	font-family: 游明朝,"Yu Mincho",YuMincho,"Hiragino Mincho ProN","Hiragino Mincho Pro",HGS明朝E,メイリオ,Meiryo,serif;
	font-size: 3.4rem;
	border-bottom: none;
	    color: #000;
} 
.fc_sec04 .box .txtarea p{
	font-size: 1.2rem;
	font-weight: bold;
}
.fc_sec04 .sec04_img{
	position: absolute;
   right: 0;
	height: 528px;
}

.fc_sec04 span.red{
	color: #c9151e;
}

.fc_sec04 .detail{
	    background: #a91414 url(https://kinta.co.jp/new/wp-content/themes/simplicity2-child/images/franchise/sec04_bg.jpg);
    /*border: #a91414 40px solid;*/
    padding: 30px;
    margin-top: 0;
    border-radius: 10px;
}

.fc_sec04 .detail dl{
	background: #fff;
    box-shadow: 0px 5px 0px 0px #511215;
    display: flex;
    border-radius: 10px;
}
.fc_sec04 .detail dt{
	font-family: 游明朝,"Yu Mincho",YuMincho,"Hiragino Mincho ProN","Hiragino Mincho Pro",HGS明朝E,メイリオ,Meiryo,serif;
    font-size: 1.5rem;
    background: #fdfbd1;
    padding: 7% 5% 7% 5%;
    border-radius: 10px 0px 0px 10px;
    width: 385px;
    font-weight: bold;	 
}
.fc_sec04 .detail dd{
	    font-size: 1.1rem;
    background: #fff;
    padding: 5%;
    border-radius: 15px;
    margin: 0;
    font-weight: bold;
    line-height: 1.8;
}

.fc_sec05 h3{
	font-family: 游明朝,"Yu Mincho",YuMincho,"Hiragino Mincho ProN","Hiragino Mincho Pro",HGS明朝E,メイリオ,Meiryo,serif;
	border-bottom: none;
	font-size: 2.5rem;
	text-align: center;
	line-height: 1.1;	
}
.fc_sec05 h3 span.redm.fc_sec05 h3 strong.red{
	color: #c9151e;
	font-size: 1.8rem;
}

.fc_sec05 h3 strong.red{
	font-size: 3em;	
}

.fc_sec05 .wrap{
	position: relative;
    margin-top: 12%;
        padding: 6% 0% 5% 0%;
}
.fc_sec05 .wrap .point,.fc_sec05 .wrap .point2{
	position: absolute;
	top: -15%;
    left: 40%;
}
.fc_sec05 .wrap .point2{
	top:-7%;
}
.fc_sec05 .wrap .box1,.fc_sec05 .wrap .box2{
	padding:1.5% 5% 1.5% 5%;
    overflow: hidden;
}
.fc_sec05 .wrap .box1 h4{
	border-bottom: none;
	font-family: 游明朝,"Yu Mincho",YuMincho,"Hiragino Mincho ProN","Hiragino Mincho Pro",HGS明朝E,メイリオ,Meiryo,serif;
	font-size: 2.4rem;
	border-bottom: 1px solid #000;
}

.fc_sec05 .wrap .box1 h4 span{
	font-size: 1.9rem;
	padding-left: 5%;
}

.fc_sec05 .wrap ul{
	margin:0;
	padding: 0;
}

.fc_sec05 .wrap li{
	position: relative;
	list-style-type: none;
}
.fc_sec05 .wrap li:before{
	content:"";
	background: url(https://kinta.co.jp/new/wp-content/themes/simplicity2-child/images/franchise/common/check_s.png) no-repeat;
	width: 31px;
	height: 25px;
	position: absolute;
	top: 11px;
}

.fc_sec05 .box1 h5,.fc_sec05 .box2 h5{
	padding: 2.5% 0% 0% 8%;
}
.fc_sec05 .box1 .txt,.fc_sec05 .box1 .txt2,.fc_sec05 .box1 .txt3{
	float: left;
    width: 66%;
    padding-right: 3.55%;
    margin-top: -3%;
}
.fc_sec05 .box1 .txt2{
	width: 56.8%;
}
.fc_sec05 .box1 .txt3,.fc_sec05 .box2 .txt3{
	width: 63.9%;
}
.fc_sec05 .box2 .txt3{
	float: right;
}
.fc_sec05 .box1 img{
	float: left;
    padding-top: 3%;
}

.fc_sec06{
	padding-bottom: 7%;
}

.fc_sec06 h2.ttl{
    font-size: 2.8rem;
    font-family: 游明朝,"Yu Mincho",YuMincho,"Hiragino Mincho ProN","Hiragino Mincho Pro",HGS明朝E,メイリオ,Meiryo,serif;
    font-size: 2.8rem;
    color: #fff;
    border-bottom: none;
    text-align: center;
    border-left: none;
    margin: 0;
    padding: 11% 0% 7% 0%;
    position: relative;
}
.fc_sec06 h2.ttl span.yellow{
	color: #f8c82e;
    font-size: 5rem;
}

.fc_sec06 h2.ttl .mix-blend{
	mix-blend-mode: overlay;
	position: absolute;
	    top: 60px;
    left: 27%;
}

.fc_sec06 .voice{
	display: flex;
}
.fc_sec06 .voice dl{
	width: 60%;
    padding-right: 5%;
    margin: 0% 0% 0% 0%;
}

.fc_sec06 .voice h3{
	color:#f8c82e;
	font-size: 2rem;
	border-bottom: none;
	font-family: 游明朝,"Yu Mincho",YuMincho,"Hiragino Mincho ProN","Hiragino Mincho Pro",HGS明朝E,メイリオ,Meiryo,serif;
	    margin: 7% 0 0 0;
    padding: 0;
}
.fc_sec06 .voice dd,.fc_sec06 .voice dt{
	color: #fff;
	margin: 4.5% 0% 0% 0%;
}

.fc_sec07 .flow{
	margin-top: 7%;
}

.fc_sec07 .flow dl{
	background: #a91414 url(https://kinta.co.jp/new/wp-content/themes/simplicity2-child/images/franchise/sec04_bg.jpg);
	border-radius: 10px;
	padding: 5%;
	position: relative;
	margin: 30px 0px 9% 0px;
}

.fc_sec07 .flow dl:nth-child(1):after,
.fc_sec07 .flow dl:nth-child(2):after,
.fc_sec07 .flow dl:nth-child(3):after,
.fc_sec07 .flow dl:nth-child(4):after,
.fc_sec07 .flow dl:nth-child(5):after,
.fc_sec07 .flow dl:nth-child(6):after{
	content:"";
	position: absolute;
	 left: 42%;
	background: url(https://kinta.co.jp/new/wp-content/themes/simplicity2-child/images/franchise/arrow.jpg) no-repeat;
	width: 147px;
	height: 26px;
}
.fc_sec07 .flow dl:nth-child(1):after,
.fc_sec07 .flow dl:nth-child(5):after{
	top: 295px;
}
.fc_sec07 .flow dl:nth-child(3):after{
	top: 268px;
}
.fc_sec07 .flow dl:nth-child(2):after,
.fc_sec07 .flow dl:nth-child(4):after,
.fc_sec07 .flow dl:nth-child(6):after{
	top: 270px;
}


.fc_sec07 .flow dl:nth-child(7):after{
	background: none;
}

.fc_sec07 .flow dd,.fc_sec07 .flow dt{
	color: #fff;
}
.fc_sec07 .flow dd{
	font-family: 游明朝,"Yu Mincho",YuMincho,"Hiragino Mincho ProN","Hiragino Mincho Pro",HGS明朝E,メイリオ,Meiryo,serif;
	font-size: 1.8rem;
	padding-bottom: 3%;
	border-bottom: 1px solid #c28c27;
	margin: 0% 0% 3% 0%;
}
.fc_sec08{
	padding: 3% 0% 7% 0%;
}

.fc_sec08 h2.ttl{
	    font-size: 2.2rem;
    border-bottom: none;
    font-family: 游明朝,"Yu Mincho",YuMincho,"Hiragino Mincho ProN","Hiragino Mincho Pro",HGS明朝E,メイリオ,Meiryo,serif;
    background: url(https://kinta.co.jp/new/wp-content/themes/simplicity2-child/images/franchise/sec08_ttl_bg.png) no-repeat center;
    text-align: center;
    border-left: none;
    padding: 10% 0%;
    margin: 0;
    color:#000;
} 

.fc_sec08 h2.ttl span.red{
	color: #A91414;
	font-size: 4rem;
}

.fc_sec08 .flow{
	display: flex;
	    margin: 2% 0%;
}
.fc_sec08 .flow dl{
	margin: 0px;
    width: 20%;
    padding: 0px 3% 0% 0%;
    position: relative;
}

.fc_sec08 .flow dl:nth-child(5){
	padding: 0px 0% 0% 0%;
}

.fc_sec08 .flow dl:after{
	content:"";
	position: absolute;
	top: 150px;
    left: 90%;
	background: url(https://kinta.co.jp/new/wp-content/themes/simplicity2-child/images/franchise/arrow2.png) no-repeat;
	width:13px;
	height: 40px;
}
.fc_sec08 .flow dl:nth-child(5):after{
	background: none;
}

.fc_sec08 .flow dd,.fc_sec08 .flow dt{
	margin:0px;
    }
.fc_sec08 .flow dt{
	    background: #fff;
    padding: 12% 12% 0% 12%;
    border-radius: 0px 0px 5px 5px;
    height: 120px;
}

.btnArea{
	margin:6% 0% 0% 0%;
}
.btnArea .btnDesign{
	background: url(https://kinta.co.jp/new/wp-content/themes/simplicity2-child/images/franchise/common/cv_btn.png) no-repeat;
	    background-size: 100%;
  }
.btnArea .btnDesign a{
	padding: 4% 5%;
    text-align: center;
    color: #fff;
    font-size: 2rem;
    margin: 0 auto;
    font-family: 游明朝,"Yu Mincho",YuMincho,"Hiragino Mincho ProN","Hiragino Mincho Pro",HGS明朝E,メイリオ,Meiryo,serif;
    display: block;
}

/* -----物件紹介(2019/07)------ */

.fc_e_sec01,.fc_e_sec03{
	padding: 7% 0% 5% 0%;
}

.fc_e_sec01 .inner,.fc_e_sec02 .inner, .fc_e_sec03 .inner,.fc_e_sec04 .inner{
	width: 1160px;
	margin:0 auto;
}

.fc_e_sec01 .box{
	background: #fff url(https://kinta.co.jp/new/wp-content/themes/simplicity2-child/images/franchise/estate/sec_img01.jpg) no-repeat right;
	height: 478px;
	border-radius: 5px;
	background-position-x: 620px;
	position: relative;
}
.fc_e_sec01 .txt{
        margin: 0;
    padding: 3.5% 6%;
    width: 48%;
 }
.fc_e_sec01 .img{
	    background: url(https://kinta.co.jp/new/wp-content/themes/simplicity2-child/images/franchise/estate/sec01_img02.png) no-repeat right;
    position: absolute;
    bottom: 0px;
    width: 100%;
    height: 568px;
        background-size: 40%;
    right: 30px;
    background-position-y: 15px;
}

.fc_e_sec01 .box li{
	    position: relative;
    list-style-type: none;
    font-size: 1.2rem;
    font-weight: bold;
    padding-bottom: 9%;
	line-height:1.5;
}
.fc_e_sec01 .box li:last-child{
	padding-bottom: 0%;
}
.fc_e_sec01 .box li:nth-child(odd){
	padding-left: 10%;
}
.fc_e_sec01 .box li:nth-child(even){
	padding-left: 25%;
}
.fc_e_sec01 .box li:nth-child(1):before,.fc_e_sec01 .box li:nth-child(3):before{
	content:"";
	background: url(https://kinta.co.jp/new/wp-content/themes/simplicity2-child/images/franchise/estate/num01.png) no-repeat;
	position: absolute;
	width: 88px;
	height: 88px;
	top: -5px;
    left: -55px;
}
.fc_e_sec01 .box li:nth-child(3):before{
	background: url(https://kinta.co.jp/new/wp-content/themes/simplicity2-child/images/franchise/estate/num03.png) no-repeat;
}
.fc_e_sec01 .box li:nth-child(2):before,.fc_e_sec01 .box li:nth-child(4):before{
	content:"";
	background: url(https://kinta.co.jp/new/wp-content/themes/simplicity2-child/images/franchise/estate/num02.png) no-repeat;
	position: absolute;
	width: 88px;
	height: 88px;
	top: -17px;
    left: 17px;
}
.fc_e_sec01 .box li:nth-child(4):before{
	background: url(https://kinta.co.jp/new/wp-content/themes/simplicity2-child/images/franchise/estate/num04.png) no-repeat;
}
 .fc_e_sec04{
	padding: 7% 0% 9% 0%;
	 position:relative;
 }
 .fc_e_sec04 .map{
 	    background: url(https://kinta.co.jp/new/wp-content/themes/simplicity2-child/images/franchise/estate/nippon.png) no-repeat right;
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 100%;
	 left:3%;
 }

  .fc_e_sec04 h3,.fc_e_sec02 h3{
	    font-size: 2.6rem;
    padding: 0% 0% 2%;
     margin: 0;
     font-family: 游明朝,"Yu Mincho",YuMincho,"Hiragino Mincho ProN","Hiragino Mincho Pro",HGS明朝E,メイリオ,Meiryo,serif;
     border-bottom: none;
     color: #fff;
  }
    .fc_e_sec04 p{
	    color: #fff;
    font-size: 1.9rem;
    line-height: 1.6;
    font-family: 游明朝,"Yu Mincho",YuMincho,"Hiragino Mincho ProN","Hiragino Mincho Pro",HGS明朝E,メイリオ,Meiryo,serif;
  }

  .fc_e_sec02{
  	padding: 5% 0%;
  }

  .fc_e_sec02 h3{
  	text-align: center;
  }

  .fc_e_sec02 dl{
  	background: #fff;
  	border-radius: 5px;
  	padding:5%;
  }

  .fc_e_sec02  h4{
  	    border-bottom: none;
    padding: 0px;
    margin-top: 0px;
    font-size: 1.3rem;
    color: #000;
  }

  .fc_e_sec02 ul{
  	display: flex;
    padding: 0;
  }
  .fc_e_sec02 li{
  	list-style-type: none;
    padding-right: 10%;
  }
  .fc_e_sec02 dt,.fc_e_sec02 dd{
  	margin:0;
  	font-weight: normal;
  }

 .fc_e_sec03 h2{
 	margin:0;
 } 
.fc_e_sec03 h3{	
	font-size: 1.8rem;
    line-height: 1.6;
    font-family: 游明朝,"Yu Mincho",YuMincho,"Hiragino Mincho ProN","Hiragino Mincho Pro",HGS明朝E,メイリオ,Meiryo,serif;
    color: #000;
    text-align: center;
    border-bottom: 1px solid #000;
}
.fc_e_sec03 .area{
	display: flex;
}
.fc_e_sec03 .area dl{
	padding-right: 2%;
}
.fc_e_sec03 .area dl:nth-child(4){
	padding-right: 0%;
}
.fc_e_sec03 .area dd,.fc_e_sec03 .block dd,.fc_e_sec03 .block_2colum dd{
	margin: 13% 0% 0% 0%;
    font-weight: bold;
    position: relative;
}
.fc_e_sec03 .area dd:before,.fc_e_sec03 .block dd:before,.fc_e_sec03 .block_2colum dd:before{
	    content: "";
    border-top: 2px solid #aa1515;
    width: 32px;
    height: 2px;
    position: absolute;
    top: -10px;
}
.fc_e_sec03 .areablock{
	overflow: hidden;
}

.fc_e_sec03 .block{
	width: 23.5%;
    float: left;
    padding-right: 2%;
}
.fc_e_sec03 .block_2colum{
	width: 49%;
    float: left;
}
.fc_e_sec03 .block_2colum dl{
	width: 48%;
    float: left;
    padding-right: 4%;
    margin: 10px 0px 0px 0px;
}
.pr0{
	padding-right: 0%!important;
}
.w226{
	max-width: 226px!important;
}

/* --- 食材協業　---*/

.fc_f_sec01,.fc_f_sec02,.fc_f_sec03{
	padding: 6% 0% 4% 0%;
	position: relative;
}

.fc_f_sec01 .inner,.fc_f_sec02 .inner,.fc_f_sec03 .inner{
	width: 1160px;
	margin:0 auto;
}

.fc_f_sec01 .box{
	display: flex;
	position:relative;
}
.fc_f_sec01 .txt{
	padding: 13% 7% 16% 2%;
	position: relative;
}
.fc_f_sec01 p{
	    font-size: 2.6rem;
    line-height: 1.6;
    font-family: 游明朝,"Yu Mincho",YuMincho,"Hiragino Mincho ProN","Hiragino Mincho Pro",HGS明朝E,メイリオ,Meiryo,serif;
    z-index: 10;
    position: relative;
	    font-weight: bold;
}
.fc_f_sec01 .txt:before{
	    content: "";
    background: url(https://kinta.co.jp/new/wp-content/themes/simplicity2-child/images/franchise/food/sec_ttl.png) no-repeat;
    position: absolute;
    left: -110px;
    top: 90px;
    width: 280px;
    height: 130px;
    z-index: 1;
}

 .fc_f_sec01 .front{
 	    z-index: 10;
    position: absolute;
    top: 15px;
    right: 0;
}


.fc_f_sec01:after{
	    content: "";
    background: url(https://kinta.co.jp/new/wp-content/themes/simplicity2-child/images/franchise/food/sec01_bg.png);
    position: absolute;
    bottom: 0;
    right: 0;
    width: 1160px;
    height: 490px;
}

.fc_f_sec02 h3{
	    font-family: 游明朝,"Yu Mincho",YuMincho,"Hiragino Mincho ProN","Hiragino Mincho Pro",HGS明朝E,メイリオ,Meiryo,serif;
    border-bottom: none;
    text-align: center;
    color: #fff;
    font-size: 2.6rem;
    line-height: 1.6;
        margin: 0 0 6% 0;
} 
.fc_f_sec02 span.black{
	background: url(https://kinta.co.jp/new/wp-content/themes/simplicity2-child/images/franchise/food/sec02_ttl_bg.png);
    color: #000;
         background-size: 100%;
    padding: 0% 14%;
    display: inline-block;
    margin-top: 1%;
}

.fc_f_sec02 ul{
	overflow: hidden;
	margin: 0 0 7% 0;
	padding:0;
}

.fc_f_sec02 li{
	padding-right: 5%;
	list-style-type: none;
	float: left;
    width: 30%;
	    display: grid;
}
.fc_f_sec02 li:last-child{
	padding-right: 0%;
}
.fc_f_sec02 p{
	text-align: center;
    color: #fff;
    font-size: 1.6rem;
    padding-top: 7%;
	line-height:1.2;
    }
.fc_f_sec02 img{
	margin:0 auto;
}
 .fc_f_sec02 .cvbox{
 	    padding: 9% 7%;
    border-radius: 5px;
    position: relative;
 }
  .fc_f_sec02 .cvbox:after{
  	content:"";
 	background: url(https://kinta.co.jp/new/wp-content/themes/simplicity2-child/images/franchise/food/sec03_img_bg.png) ;
 	position: absolute;
 	width: 540px;
    height: 620px;
    top: 0;
    right: 0;
 }

 .fc_f_sec02 .cvbox h3{
 	font-family: 游明朝,"Yu Mincho",YuMincho,"Hiragino Mincho ProN","Hiragino Mincho Pro",HGS明朝E,メイリオ,Meiryo,serif;
    border-bottom: none;
    text-align: left;
    color: #000;
    font-size: 2.5rem;
    line-height: 1.6;
    margin: 0 0 6% 0;
    z-index: 10;
 }  
 .fc_f_sec02 .cvbox p.txt{
 	color: #000;
    font-size: 1.1rem;
    text-align: left;
    width: 55%;
    padding: 0;
    margin-bottom: 3%;
    line-height: 1.6;
    font-weight: normal;

 }
.fc_f_sec02 .cvbox .txt{
      margin-bottom: 7%; 
}

  .fc_f_sec02 h4{
  	border-bottom: none;
  	position: relative;
  	text-align: center;
  	font-family: 游明朝,"Yu Mincho",YuMincho,"Hiragino Mincho ProN","Hiragino Mincho Pro",HGS明朝E,メイリオ,Meiryo,serif;
  	font-size: 2.2rem;
    margin-bottom: 3%;
    color: #000;
  }
.fc_f_sec02 h4:before{
	    content: "";
    border-top: solid 1px #000;
    border-bottom: solid 1px #000;
    width: 14%;
    position: absolute;
    padding-bottom: 2px;
    top: 27px;
    left: 0;
}
.fc_f_sec02 h4:after{
	content: "";
    border-top: solid 1px #000;
    border-bottom: solid 1px #000;
    width: 14%;
    position: absolute;
    padding-bottom: 2px;
    top: 27px;
    right: 0;
}

.fc_f_sec02 .cvbox p{
	color: #000;
    padding-top: 0%;
    font-size: 1.1rem;
    font-weight: bold;
}

.fc_f_sec03 h2.common_ttl{
	    margin: 0 0 6% 0;
    padding: 30px 0px;
}

.fc_f_sec03 .case{
    overflow: hidden;
    margin-bottom: 3%;
    position: relative;
} 
.fc_f_sec03 .case ul{
    padding: 0;
    /*margin: 0% 3% 5% 0%;*/
}
.fc_f_sec03 .case li{
	list-style-type: none;
    float: left;
    width: 30%;
    }
.fc_f_sec03 .case h5{
	color: #000;
	float: left;
        padding-left: 5%;
    width: 35%;
	margin:0;
}

.fc_f_sec03 .case span{
	    font-family: 游明朝,"Yu Mincho",YuMincho,"Hiragino Mincho ProN","Hiragino Mincho Pro",HGS明朝E,メイリオ,Meiryo,serif;
    font-size: 2rem;
    display: inline-block;
    padding-left: 5px;
    text-indent: -10px;
    margin-top:3%;
}
.fc_f_sec03 .case span.small{
	font-size: 1.7rem;

}
.fc_f_sec03 .case p{
	margin-bottom: 3%;

}

.fc_f_sec03 .case:before{	
	    content: "";
    background: url(https://kinta.co.jp/new/wp-content/themes/simplicity2-child/images/franchise/food/deco_left.png) no-repeat;
    position: absolute;
    width: 120px;
    height: 30px;
    bottom: 0px;
    left: 0px;
}

.fc_f_sec03 .case:after{	
	content: "";
    background: url(https://kinta.co.jp/new/wp-content/themes/simplicity2-child/images/franchise/food/deco_right.png) no-repeat;
    position: absolute;
    width: 150px;
    height: 55px;
    top: 8px;
    right: 440px;; 
}

/* --  物件紹介フォーム  --*/

.fc_fe_sec01,.fc_fe_sec02{
	 padding: 6% 0% 5% 0%;
}

.fc_fe_sec01 .inner,.fc_fe_sec02 .inner{
	 width:1160px;
	margin:0 auto;
}

.fc_fe_sec01 p{
	    text-align: center;
    font-weight: bold;
}

.fc_fe_sec01 .cation{
	    border-radius: 5px;
    padding: 7% 5%;
    margin: 5% 0% 0% 0%;
}

.fc_fe_sec01 .txt{
	margin:0;
}
.fc_fe_sec01 .txt h4{
    border-bottom: 0;
    font-size: 2rem;
    color: #fff;
    margin: 0;
     padding: 0% 0% 4% 5%;
	font-family: 游明朝,"Yu Mincho",YuMincho,"Hiragino Mincho ProN","Hiragino Mincho Pro",HGS明朝E,メイリオ,Meiryo,serif;
	position:relative;
}
.top-minus{
	margin-top:-22%;
	background:#fff;
	padding: 8% 0% 0% 0%;
}

.fc_fe_sec01 .txt h4:before{
	content:"";
	background: url(https://kinta.co.jp/new/wp-content/themes/simplicity2-child/images/franchise/icon_warning.png) no-repeat;
	position:absolute;
	width:40px;
	height:35px;
	z-index: 100;
	left:0;
}
.fc_fe_sec01 .txt p.yellow{
	    color: #fdc61d;
    font-size: 1.3rem;
    margin-bottom: 2%;
	text-align:left;
}
.fc_fe_sec01 .txt p{
	color:#fff;
	text-align:left;
	font-weight:normal;
	}
.fc_fe_sec02 h2.common_ttl{
    margin: 0 0 30px 0px;
    padding: 30px;
}
	.sp_br{
		display:none;
	}
.ef_required{
    background: #c30c24;
    padding: 0.5%;
    color: #fff;
    width: 65px;
    display: inline-block;
    text-align: center;
    border-radius: 5px;
    font-weight: 100;
    font-size: .9rem;
    margin-left: 1%;
}

/* --- 物件紹介フォーム ---*/

	#wpcf7-f4986-o1 span.privacy{
	  text-align: center;
    display: block;
    margin: 3% 0%;
	}

	.page-id-4851 .franchise-u,
	.page-id-4982 .franchise-u{
		position: relative;
		height:704px;
	}
.page-id-4851 .franchise-u-ttl ,
.page-id-4982 .franchise-u-ttl {
    width: auto;
    margin: 0;
    position: static;
    left: 35%;
}
	.page-id-4851 .franchise-u h1,
	.page-id-4982 .franchise-u h1{
		margin: 0;
		padding: 0;
		background: none;
	}
	.page-id-4851 .franchise-u h1:after,
	.page-id-4982 .franchise-u-ttl h1:after {
		content: none;
	}
	.page-id-4851 .franchise-u img,
	.page-id-4982 .franchise-u img{
		position: absolute;
		top: 0;
		right: 0;
		bottom: 0;
		left: 0;
		margin: auto;
	}
	.page-id-4851 .franchise-u img.sp ,
	.page-id-4982 .franchise-u img.sp {
		display: none;
	}

/* -----よくある質問付きお問い合わせ------ */

#contact_qa dl.qa_contents {
	padding: 43px 35px;
	background-color:#F4F4EA;
	margin:0 0 90px 0;
}

#contact_qa dl.qa_contents dt.quest {
	font-size: 25px;
	padding: 10px 0 10px 50px;
	position:relative;
	line-height:40px;
}

#contact_qa dl.qa_contents dt.quest:before {
	position:absolute;
	left:0;
	content:"";
	display:inline-block;
	width:40px;
	height:40px;
	background:url(./images/q_icon.png) no-repeat;
	background-size:contain;
}

#contact_qa dl.qa_contents dd.answer {
	font-size:17px;
	position:relative;
	margin-inline-start: 0;
	line-height: 1.5;
	padding:8px 0  0 50px;
	margin-bottom: 60px;
}

#contact_qa dl.qa_contents dd.answer:before {
	position:absolute;
	left:0;
	top: 0px;
	content:"";
	display:inline-block;
	width:40px;
	height:40px;
	background:url(./images/a_icon.png) no-repeat;
	background-size:contain;
}
