@charset "UTF-8";

/*************　下層メインVisual　 *******************************/

.page_mainVisual {
	margin: 90px 0 0 0;
	background: #fff;
	position: relative;
}
.main_imgBox .inner{
	position: relative;	
	height: 150px;
}
.under_mainTxt {
 position: absolute;
 left: 0;
 top: 50%;
 transform: translateY(-50%);
 width: 100%;
 text-align: center;
}

.page_main_tit {
 position: relative;
 font-size: 36px;
 font-size: 3.6rem;
 text-align: center;
 line-height: 1.2;
 letter-spacing: 13px;
 text-indent: 13px;
 font-weight: 800;
 display: inline-block;
 text-transform: uppercase;
}

.page_main_tit span{
	font-size: 14px;
	font-size: 1.4rem;
	color: #bf946d;
	line-height: 1.5;
	display: block;
	margin: 10px 0 0 0;
	text-align: center;
	font-weight: 600;
	letter-spacing: 4px;
	text-indent: 4px;
}


/*************　下層ページ共通　 *******************************/

.post {
	min-height: 200px;
}

.post p {
	margin: 0 0 20px 0;
}

.post p:last-child {
	margin: 0 0 0 0;
}

.padding_box {
	padding: 0 20px 0 20px;
}

.page_box01 {
	padding: 80px 80px 50px  80px ;
}

.page_box02 {
	padding: 40px;
	background: #fff;
 margin: 0 0 80px 0;
}
.page_box03 {
	padding: 80px 80px 0 ;
}
.page_box04 {
 background: #fff;
 padding: 60px 100px 60px 100px;
}
.pb_inner01 {
	margin: 0 0 40px 0;
}

.left_box01 {
	max-width: 420px;
	width: 100%;
}

.right_box01 {
	max-width: 460px;
	width: 100%;
}


.p_titBox {
	position: relative;
	z-index: 1;
	text-align: center;
}

.page_tit01 {
    font-size: 36px;
    font-size: 3.6rem;
    position: relative;
    display: inline-block;
    text-align: center;
    margin: 0 0 60px 0;
    padding: 0 4px 24px 4px;
}

.page_tit01 span.tit_num {
    font-size: 80px;
    font-size: 8.0rem;
    display: block;
    text-align: center;
    color: #333;
    font-family: 'Open Sans', sans-serif;
    line-height: 0.5;
    font-weight: 900;
}

.page_tit01 span.tit_num:first-letter{
	color: #525252;
}

.page_tit01 span.eng_tit {
    font-size: 20px;
    font-size: 2.0rem;
    display: inline-block;
    text-align: center;
    color: #333;
    font-family: 'Fjalla One', sans-serif;
    letter-spacing: 2px;
    font-weight: 700;
    line-height: 1.0;
    padding: 0 4px 0 5px;
    height: 18px;
}

.page_tit01 span.jap_tit {
    display: block;
    letter-spacing: 4.5px;
    font-weight: 600;
    line-height: 1.65;
}

.page_tit01:after {
	content: "";
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 4px;
	background: #444;
}

.sub_tit01 {
    font-size: 24px;
    font-size: 2.4rem;
    font-weight: 500;
    line-height: 1.3;
    margin: 0 0 22px;
    position: relative;
    padding: 0 0 0 30px;
}

.sub_tit01:before {
    content: "";
    position: absolute;
    left: 0;
    top: 14px;
    width: 20px;
    height: 4px;
    background: #000000;
}

.sub_tit02 {
	font-size: 24px;
	font-size: 2.4rem;
	margin: 0px 0 10px 0;
	line-height: 1.3;
	padding: 0px 0 15px 0;
	position: relative;
	font-weight: 600;
	border-bottom: 2px solid #bd946f;
}
.sub_tit02 .new_ico{
     font-size: 14px;
    padding: 5px 20px;
    margin: 0 14px 0px 0;
    vertical-align: 3px;
}

/*20220107　追加　岡部*/
.se01.pref_cnt{
  font-size: 20px;
  font-size: 2rem;
  text-align: center;
  color: #fff;
  background: #333;
}

/* 共通部分 1060px以下から
------------------------------------------------------------*/
@media only screen and (max-width: 1060px){
.page_mainVisual {
 margin: 80px 0 0 0;
}
.padding_box {
	padding: 0 10px 0 10px;
}
	
.page_box01 {
		padding: 40px;
	}	
	
	.page_box02 {
		padding: 40px;
	}	
.page_box04 {
 padding: 60px;
}

}

/*画面サイズが767px以下に適用*/
@media screen and (max-width : 767px){
	.page_mainVisual {
	margin: 52px 0 0 0;
}
.page_box01 {
    padding: 40px 0px;
}

.page_box02 {
    padding: 40px 20px;
 margin: 0 0 40px 0;
}	
.page_box03 {
	padding: 40px 0 0;
}
.page_box04 {
	padding: 40px 20px;
}
.sp_100 img {
	width: 100%;
 }
 
	

	
	p.point_txt {
		margin: 0 0 10px 0!important;
	}	
	
.point_txt span {
    font-size: 12px;
    font-size: 1.2rem;
    letter-spacing: 1px;
    line-height: 13px;
}	
 .se01.pref_cnt{
  font-size: 18px;
  font-size: 1.8rem;
 }
	
	
table.table_style th {
    padding: 10px 15px;
    width: auto;
    display: block;
}	
	
table.table_style tr:first-child th {
    border-width: 1px 0 0 0;
}	
	
table.table_style td {
    padding: 20px 15px 20px 15px;
    width: auto;
    display: block;
	font-size: 14px;
    font-size: 1.4rem;
}

.category_btn01 a {
    width: 70px;
    font-size: 12px;
    font-size: 1.2rem;
    line-height: 20px;
}	
	
	
.main_imgBox .inner{
	height: 130px;
}
	
.page_main_tit {
    font-size: 24px;
    font-size: 2.4rem;
    font-weight: bold;
    letter-spacing: 2px;
    text-indent: 2px;
 text-align: center;
}	
	
.page_main_tit span {
    font-size: 14px;
    font-size: 1.4rem;
	letter-spacing: 2px;
}	
.page_tit01 span.tit_num {
    font-size: 40px;
    font-size: 4.0rem;
}	
	
.page_tit01 span.eng_tit {
    font-size: 12px;
    font-size: 1.2rem;
    line-height: 1.2;
    height: 12px;
}	
	
.page_tit01 {
    font-size: 18px;
    font-size: 1.8rem;
    margin: 0 0 20px 0;
    padding: 0 4px 11px 4px;
}	
.page_tit01:after {
    height: 2px;
    background: #444;
}
	
.page_tit01 span.jap_tit {
    letter-spacing: 2px;
}	
	
.google_map iframe {
	height: 300px;
}	
	
.sub_tit01 {
    font-size: 18px;
    font-size: 1.8rem;
	margin: 0 0 16px;
}
	
.sub_tit01:before {
    top: 10px;
}		
	
.sub_tit02 {
	font-size: 18px;
	font-size: 1.8rem;
	margin: 0 0 16px 0;
	padding: 0 0 12px 0;
}

.sub_tit02:before {
    top: 10px;
}	
	
.detail_time {
    margin: 0 0 5px 0!important;
}	
	
.detail_time span.d_time {
    margin: 0 10px 0 0;
}	
}


/***************天下一品のこだわりページ*******************************************/
.commitment01{
 background: #e9e9e9;
}
.commitment01_main{
 background: url("../img/commitment/commitment01.jpg") 50% 50% no-repeat;
 background-size: cover;
 display: flex;
 justify-content: center;
 align-items: center;
 padding: 180px 0;
 margin: 0 0 50px 0;
}
.commitment01_main_txt{
 font-size: 44px;
 font-size: 4.4rem;
 color: #fff;
 font-family: 'Noto Serif JP', serif;
 font-weight: 800;
 letter-spacing: 4px;
 text-indent: 4px;
 text-shadow: 0px 0px 7px rgba(0,0,0,0.5);
}
.commitment01_txt01{
 font-size: 16px;
 font-size: 1.6rem;
 margin: 0 0 20px 0;
 text-align: center;
 font-weight: 600;
 letter-spacing: 4px;
 text-indent: 4px;
}
.commitment01_txt01 span{
 font-size: 24px;
 font-size: 2.4rem;
 display: inline-block;
 margin: 10px 0 0 0;
}
.commitment01_txt02{
 text-align: center;
 font-size: 16px;
 font-size: 1.6rem;
 line-height: 2.5;
 font-weight: 500;
 letter-spacing: 2px;
 text-indent: 2px;
}
.commitment02{
 background: #302a2e;
}
.commitment02_cont01{
 display: flex;
 flex-wrap: wrap;
}
.commitment02_cont01:not(:last-child){
 margin: 0 0 60px 0;
}
.commitment02_cont01:first-of-type{
 margin: 57px 0 60px 0;
}
.commitment02_cont01_img{
 width: 50%;
}
.commitment02_cont01_img figcaption{
 text-align: right;
 font-weight: 500;
 line-height: 2;
}
.commitment02_cont01_img img{
 width: 100%;
}
.commitment02_cont01_box{
 width: 50%;
 padding: 0 0 0 40px;
 box-sizing: border-box;
}
.commitment02_cont01.style02 {
 flex-direction: row-reverse;
}
.commitment02_cont01_tit{
 color: #bf946d;
 font-size: 24px;
 font-size: 2.4rem;
 font-family: 'Noto Serif JP', serif;
 margin: 0 0 20px 0;
 font-weight: 700;
 letter-spacing: 2px;
}
.commitment02_cont01_txt{
 color: #fff;
 letter-spacing: 2px;
 line-height: 2.5;
}
.commitment02_cont01_txt p{
 font-weight: 500;
}
.style02 .commitment02_cont01_box{
 padding: 0 20px 0 0;
}
.commitment03{
 background: #e9e9e9;
}

.commitment03_cont01:first-of-type {
    margin: 57px 0 70px 0;
}
.commitment03_cont01_img{
 width: 100%;
 margin: 0 0 40px 0;
}
.commitment03_cont01_img img{
 width: 100%;
}
.commitment03_cont01_tit{
 color: #bf946d;
 font-size: 24px;
 font-size: 2.4rem;
 font-family: 'Noto Serif JP', serif;
 margin: 0 0 20px 0;
 font-weight: 700;
 letter-spacing: 2px;
 text-align: center;
}
.commitment03_cont01_txt {
 font-size: 16px;
 font-size: 1.6rem;
 line-height: 2.5;
 font-weight: 500;
 letter-spacing: 2px;
 text-indent: 2px;
}
.commitment03_cont01_txt p{
 text-align: center;
}
.commitment03_cont2{
 display: flex;
 flex-wrap: wrap;
 justify-content: center;
}
.commitment03_cont2:not(:last-child){
 margin: 0 0 40px 0;
}
.commitment03_cont02_img{
 width: 50%;
 padding: 0 40px 0 0;
 box-sizing: border-box;
}
.commitment03_cont02_inner{
 width: 50%;
}
.commitment03_cont02_txt{
 font-weight: 500;
}
.commitment04 .commitment02_cont01_txt{
 color: #333333;
}
.commitment02_cont01.style03{
 flex-direction: row-reverse;
}
.style03 .commitment02_cont01_img{
 max-width: 330px;
 width: 31%;
}
.style03 .commitment02_cont01_box{
 width: 69%;
 padding: 0 40px 0 0;
}


/*画面サイズが767px以下に適用*/
@media screen and (max-width : 767px){
.commitment01_main {
 padding: 80px 0;
}
.commitment01_main_txt {
 font-size: 33px;
 font-size: 3.3rem;
}
.commitment01_txt02 {
 line-height: 2;
 letter-spacing: 0;
 text-indent: 0;
 font-size: 14px;
 font-size: 1.4rem;
}
.commitment02_cont01{
 justify-content: center;
}
.commitment02_cont01:not(:last-child){
 margin: 0 0 40px 0;
}
.commitment02_cont01:first-of-type{
 margin: 57px 0 40px 0;
}
.commitment02_cont01_img{
 width: 100%;
 text-align: center;
 margin: 0 0 20px 0;
}
.commitment02_cont01_box{
 width: 100%;
 padding: 0 0 0 0;
}
.commitment02_cont01_tit{font-size: 19px;font-size: 1.9rem;margin: 0 0 10px 0;}
.commitment02_cont01_txt {
 line-height: 1.5;
}
.style02 .commitment02_cont01_box{
 padding: 0 0 0 0;
}
.commitment03_cont01_txt p{
 line-height: 2;
 letter-spacing: 0;
 text-indent: 0;
 font-size: 14px;
 font-size: 1.4rem;
}
.commitment03_cont02_img {
 width: 100%;
 padding: 0 0 0 0;
 margin: 0 0 20px 0;
 text-align: center;
}
.commitment03_cont02_inner {
    width: 100%;
}
.commitment03_cont01_txt {
 font-size: 15px;
 font-size: 1.5rem;
}
.style03 .commitment02_cont01_img{
 width: 100%;
}
.style03 .commitment02_cont01_box{
 width: 100%;
 padding: 0 0 0 0;
}
}

/************採用情報ページ*********************************************/

.recruitment01_cont01{
 background: url(../img/recruitment/recruitment01.jpg) 50% 50% no-repeat;
 background-size: cover;
 padding: 100px 0;
}
.recruitment02_top{
 display: flex;
 margin: 0 0 2px 0;
}
.recruitment02_cont01{
 width: 50%;
}
.recruitment02_cont01:not(:last-child){
 margin: 0 2px 0 0;
}
.recruitment02_cont01 a{
 display: block;
 padding: 50px 0;
 text-decoration: none;
 background: #bd946f;
 box-sizing: border-box;
}
.recruitment02_cont01 a:hover{
  background: #fff;
}
.recruitment02_cont01 a:hover .tit_style02 {
    background: url("../img/common/arrow01_hover.png") 53% 100% no-repeat;
 color: #bd946f;
}
.recruitment02_bottom a{
 padding: 50px 0;
 display: block;
 text-decoration: none;
 background: #bd946f;
}
.recruitment02_bottom a:hover{
 background: #fff;
}
.recruitment02_cont01.style01 .tit_style02 {
    background: url("../img/common/icon01.png") 50% 100% no-repeat;
}
.recruitment02_cont01.style01:hover .tit_style02 {
    background: url("../img/common/icon01_hover.png") 50% 100% no-repeat;
 color: #bd946f;
}
.recruitment02_bottom:first-child a .tit_style02 {
    background: url("../img/common/icon01.png") 50% 100% no-repeat;
}
.recruitment02_bottom:first-child a:hover .tit_style02 {
    background: url("../img/common/icon01_hover.png") 50% 100% no-repeat;
 color: #bd946f;
}

.recruitment02_bottom:not(:last-child){
 margin: 0 0 2px 0;
}

.recruitment02_bottom01 {
 margin: 2px 0 0 0;
}

.recruitment02_bottom01 a{
 padding: 50px 0;
 display: block;
 text-decoration: none;
 background: #bd946f;
}
.recruitment02_bottom01 a:hover{
 background: #fff;
}

.recruitment02_bottom .tit_style02 {
    background: url("../img/common/arrow01.png") 50% 100% no-repeat;
}
.recruitment02_bottom:hover .tit_style02 {
    background: url("../img/common/arrow01_hover.png") 53% 100% no-repeat;
 color: #bd946f;
}

.recruitment02_bottom01 .tit_style02 {
    background: url("../img/common/arrow01.png") 50% 100% no-repeat;
}
.recruitment02_bottom01:hover .tit_style02 {
    background: url("../img/common/arrow01_hover.png") 53% 100% no-repeat;
 color: #bd946f;
}


/*画面サイズが767px以下に適用*/
@media screen and (max-width : 767px){
.recruitment02_top{
 flex-wrap: wrap;
}
.recruitment02_cont01 {
    width: 100%;
}
.recruitment02_cont01:not(:last-child) {
    margin: 0 0 2px 0;
}
 .recruitment01_cont01{
  padding: 80px 20px;
 }
}

/**************店舗検索ページ部分*******************************/

.se01{
 background: #302a2e;
 padding: 50px 20px;
}
.se01_txt{
 color: #fff;
 text-align: center;
 letter-spacing: 2px;
 font-weight: 600;
 line-height: 2.1;
}
.se01_txt span{
 font-size: 28px;
 font-size: 2.8rem;
 display: block;
}

/*------現在地から近くの店舗を探す部分-------------------------*/
.se02{
 padding: 60px 0 80px;
}
.se02_cont01{
 background: url("../img/shop_search/shop_search01.jpg") 50% 50% no-repeat;
 background-size: cover;
 padding: 80px 20px;
 position: relative;
 transition: .3s;
}
.se02 a{
 position: absolute;
 width: 100%;
 height: 100%;
 top: 0;
 left: 0;
}
.se02_cont01:hover{
 opacity: 0.8;
 cursor: pointer;
}
.se02_cont01:hover .tit_style02{
 background: url("../img/common/arrow01.png") 53% 100% no-repeat;
}

/*画面サイズが767px以下に適用*/
@media screen and (max-width : 767px){
 .se01_txt span{
      font-size: 18px;
    font-size: 1.8rem;
 }
.se02 {
 padding: 40px 0 40px 0;
}
}

/*********地図から探す部分*****************************/

.se03{
 background-size: 100%;
 margin: 0 0 80px 0;
}
#japan-map {
 margin: 100px auto 100px auto;
 position: relative;
}
.j_txt{
 display: none;
}
.japan_map_box{
 background: #fff;
 margin: 60px 0 0 0;
 padding: 1px 0 1px 0;
}
.hawai,.okinawa{
 max-width: 97px;
 width: 100%;
 height: 140px;
}
.hawai{
 position: absolute;
 top: 20px;
 left: 6px;
}
.okinawa{
 position: absolute;
 top: 20px;
 left: 6px;
}
.hawai_name{
 color: #fff;
 background: #934597;
 writing-mode: vertical-rl;
 padding: 25px 10px 25px 10px;
 text-decoration: none;
 text-align: center;
 display: block;
 border-radius: 5px;
 margin: 11px auto 0;
 transition: 0.3s ease;
}
.hawai_name:hover{
 text-decoration: none;
 opacity: 0.6;
}
.okinawa_name{
 color: #fff;
 background: #da5854;
 writing-mode: vertical-rl;
 padding: 30px 10px 30px 10px;
 text-decoration: none;
 text-align: center;
 display: block;
 border-radius: 5px;
 margin: 11px auto 0;
  transition: 0.3s ease;
}
.okinawa_name:hover{
 text-decoration: none;
  opacity: 0.6;
}

@media screen and (max-width: 890px) {
#japan-map {
 margin: 40px auto 146px auto;
}
 .j_txt{
 display: block;
  text-align: center;
  font-size: 15px;
  font-size: 1.5rem;
}
.hawai, .okinawa {
 background: none;

 height: auto;
}
.hawai{
 left: 33%;
 top: 100%;
}
.hawai_name {
 writing-mode: horizontal-tb;
 padding: 10px 10px 10px 10px;
 position: relative;
}
 .okinawa{
 left: 9%;
 top: 100%;
}
.okinawa_name {
 writing-mode: horizontal-tb;
 padding: 10px 10px 10px 10px;
  position: relative;
}

}


@media screen and (max-width: 845px) {
#japan-map {
 margin: 40px auto 70px auto;
}
.hawai{
 left: 74%;
 top: 68%;
}
 .okinawa{
 left: 52%;
 top: 68%;
}
}


@media screen and (max-width: 708px) {
.hawai{
 left: 41%;
 top: 88%;
}
 .okinawa{
 left: 8%;
 top: 88%;
}
}

@media screen and (max-width: 630px) {
.okinawa {
  left: 64%;
  top: 74%;
}
.hawai {
  left: 64%;
  top: 88%;
}
}


@media screen and (max-width: 570px) {
.okinawa {
 left: 15%;
 top: 88%;
}
.hawai {
 left: 15%;
 top: 97%;
}
}

@media screen and (max-width: 500px) {
#japan-map {
 margin: 0 auto 100px auto;
}
.japan_map_box {
 margin: 20px 0 0 0;
}
.se03 {
 margin: 0 0 60px 0;
}
.okinawa {
 left: 15%;
 top: 102%;
}
 .okinawa a{
 border-radius: 0;
 border: 2px solid #FFF;
 box-sizing: border-box;
 padding: 0.5em 0.3em 0.5em 0.3em;
 font-size: 16px;
 font-size: 1.6rem;
}
.hawai {
 right: 15%;
 top: 102%;
 border-radius: 0;
 left: auto;
}
 .hawai a{
 border-radius: 0;
 border: 2px solid #FFF;
 box-sizing: border-box;
 padding: 0.5em 0.3em 0.5em 0.3em;
 font-size: 16px;
 font-size: 1.6rem;
}
.japan_map_box {
 background: none;
 border: none;
}
}

/********店舗名・住所から探す*****************************/

.se04{
 padding: 80px 0 80px 0;
 background: #fff;
 margin: 0 0 80px 0;
}
.se04_cont01{
 max-width: 924px;
 width: 90%;
 margin: 0 auto 0;
}
.se04_form{
 margin: 60px 0 0 0;
}
.se04_txt{
 max-width: 660px;
 width: 100%;
 background: #fff;
 border: 2px solid #bd946f;
 border-radius: 10px;
 margin: 0 20px 0 0;
 padding: 15px 20px 15px 20px;
 font-size: 16px;
 font-size: 1.6rem;
 box-sizing: border-box;
}
.se04_txt:hover{
 border: 2px solid #bd946f;
}
.se04_form{
 display: flex;
 text-align: center;
}



@media screen and (max-width: 845px) {
.se04 {
 padding: 40px 0 40px 0;
 margin: 0 0 40px 0;
}
.se04_cont01 {
  width: 100%;
}
.se04_form {flex-wrap: wrap;justify-content: center;}
 .se04_txt{
  margin: 0 0 20px 0;
 }
.se04_form .btn_style05 {
  margin: 0 auto;
}
}

/*************条件から探す************************/
.se05{
 margin: 0 0 80px 0;
}
.se05_form{
 background: #fff;
 padding: 50px 50px 50px 50px;
 margin: 40px 0 0 0;
}
.se05_form_inner{
 display: flex;
 justify-content: space-between;
 margin: 0 0 30px 0;
}
.se05_cont01_box{
 max-width: 445px;
 width: 48%;
}
.se06{
 margin: 0 0 80px 0;
}
.se06_cont01 a{
 background: url("../img/shop_search/shop_search02.jpg") 50% 50% no-repeat;
 background-size: cover;
 display: block;
 padding: 90px 20px;
 text-decoration: none;
}
.se06_cont01 a:hover{
 opacity: 0.8;
}

@media screen and (max-width: 767px) {
 .se05{
  margin: 0 0 40px 0;
 }
 .se06_cont01 a{
 background: url("../img/shop_search/shop_search02_sp.jpg") 50% 50% no-repeat;
 background-size: cover;
  padding: 50px 20px;
}
}

@media screen and (max-width: 600px) {
.se05_form_inner {
  flex-wrap: wrap;
 margin: 0 0 0 0;
}
.se05_form {
  padding: 40px 20px 40px 20px;
}
 .se05_cont01_box {
  width: 100%;
}
.se05_cont01_box {
 margin: 0 0 20px 0;
 max-width: 100%;
}
 .se06{
  margin: 0 0 40px 0;
 }
}

/***********検索結果ページ************************************/
.re01_inner .table_style04 th {
 text-align: left;
}
.re01_inner .table_style04 td {
 text-align: left;
}
.re01_inner .table_style04 tr{
 position: relative;
}
.re01_inner .table_style04 tr:not(:last-child) {
 border: 1px solid #fff;
 border-width: 0 0 1px 0;
}
.re01_inner .table_style04 tr:first-child {
 border: none;
}
.confirm_notice_list01 { 
 padding: 10px 0 0 0;
}
/*********店舗詳細部分*******************************/

.shop01{
 padding: 80px 0 80px 0;
}
.shop01_cot01{
 display: flex;
 margin: 0 0 40px 0;
}
.shop01_cot01_img{
 width: 50%;
}
.shop01_cot01_img img{
  width: 100%;
}

.deli_span {
 display: inline-block;
 margin: 20px 15px 0 0;
}

.deli_span img {
 max-width: 150px;
 width: 100%;
}

.shop01_cot01_info{
 width: 50%;
 box-sizing: border-box; 
 margin: 0 0 0 30px;
}
.shop01_cot01_info_inner{
 background: #fff;
 padding: 30px 30px 30px 30px;
}
.shop01_cot01_tit_box{
 display: flex;
 justify-content: space-between;
}
.shop01_tel{
 font-size: 28px;
 font-size: 2.8rem;
 font-weight: 800;
 letter-spacing: 2px;
}
.shop01_tel small{
 font-size: 14px;
 font-size: 1.4rem;
 margin: 0px 4px 0 0;
 font-weight: 500;
 letter-spacing: 2px;
}
.colon{
 font-size: 16px;
 font-size: 1.6rem;
 padding: 0 9px 0 0;
 display: inline-block;
 vertical-align: middle;
 font-weight: 600;
}
.colon02 {
font-size: 16px;
font-size: 1.6rem;
padding: 0 9px;
font-weight: 600;
}
.shop01_add{
 margin: 0 0 20px 0;
 letter-spacing: 1px;
}
.shop01_map{
 max-width: 150px;
 width: 100%;
}
.shop01_map a{
 display: block;
 padding: 10px 10px 10px 50px;
 background: url("../img/common/icon02.png") 15% 50% no-repeat #e60012;
 border: 1px solid #e60012;
 border-radius: 10px;
 color: #fff;
 text-decoration: none;
 font-weight: 500;
}
.shop01_map a:hover{
 background: url("../img/common/icon02_hover.png") 15% 50% no-repeat #fff;
 color: #e60012;
}
.shop01_time_tit{
 line-height: 1.5;
 white-space: nowrap;
}
.shop01_time_box{
 display: flex;
 margin: 20px 0 0 0;
 line-height: 2;
}
.shop01_cont01{
 border: 2px solid #e60012;
 background: #fff;
 padding: 30px 10px 30px 10px;
}
.shop01_cont01_txt{
 color: #e60012;
 font-size: 16px;
 font-size: 1.6rem;
 text-align: center;
 letter-spacing: 2px;
}
.shop01_cot01_sub{
 margin: 30px 0 0 0;
}

.shop01_uber{
 max-width: 250px;
 width: 48%;
 display: inline-block;
}
.shop01_uber a{
 display: block;
 background: url("../img/shop/shop01.png") 6% 50% no-repeat #0c0c0c;
 padding: 35px 20px 35px 108px;
 box-sizing: border-box;
 color: #fff;
 text-decoration: none;
 position: relative;
 border-radius: 15px;
}
.shop01_uber a:after{
 content: "";
 background: url("../img/common/arrow04.png") 50% 50% no-repeat;
 position: absolute;
 width: 22px;
 height: 6px;
 right: 21px;
 bottom: 16px;
 transition: .3s;
}
.shop01_uber a:hover{
 opacity: 0.8;
}
.shop01_uber a:hover:after{
 right: 15px;
}
.shop01_demae{
 max-width: 250px;
 width: 48%;
 display: inline-block;
}
.shop01_demae a{
 display: block;
 background: url("../img/shop/shop02.png") 6% 50% no-repeat #f12c1b;
 padding: 35px 20px 35px 108px;
 box-sizing: border-box;
 color: #fff;
 text-decoration: none;
 position: relative;
 border-radius: 15px;
}
.shop01_demae a:after{
 content: "";
 background: url("../img/common/arrow04.png") 50% 50% no-repeat;
 position: absolute;
 width: 22px;
 height: 6px;
 right: 21px;
 bottom: 16px;
 transition: .3s;
}
.shop01_demae a:hover{
 opacity: 0.8;
}
.shop01_demae a:hover:after{
 right: 15px;
}
.shop01_closed{
 background: #fff;
 padding: 25px 20px;
 margin: 20px 0 0 0;
 color: #e60012;
 font-size: 16px;
 font-size: 1.6rem;
 text-align: center;
 border: solid #e60012;
 border-width: 2px;
}
.shop01_cont02{
 border: 2px solid #333;
 margin: 0 0 40px 0;
}
.shop01_cont02_tit{
 color: #fff;
 background: #302a2e;
 padding: 10px 20px;
 text-align: center;
}
.shop01_cont02_txt{
 text-align: center;
 padding: 20px;
 background: #fff;
}
.shop02_cont01{
 border: 2px solid;
 padding: 30px 90px 50px 90px;
 margin: 0 0 40px 0;
 background: #fff;
}
.shop02_cont01 .table_style02{
 margin: 40px 0 0 0;
}
.shop01_cot01_tit_box .tit_style06{
 width: 83%;
}
.shop01_cot01_parking{
 margin: 0 0 0 20px;
 width: 17%;
 max-width: 70px;
}
.shop_btn_box{
 display: flex;
 justify-content: center;
}
.shop_btn_box .btn_style01{
 display: inline-block;
}
.btn_shop02{
 margin: 0 0 0 20px;
}
/***********画面サイズが1060px以下に適用**************************/

@media screen and (max-width: 1060px) {
.shop01_uber {
 width: 100%;
 display: block;
}
.shop01_demae {
 width: 100%;
 display: block;
}

 .delivaryIcons {
  text-align: center;
 }
 
.shop01_cot01_sub span {
    margin: 20px 2% 0 0;
    width: 31%;
}

.shop01_cot01_sub span:last-child {
    margin: 20px 0 0 0;
}
 
 
}

/***********画面サイズが767px以下に適用**************************/

@media screen and (max-width: 767px) {
 
 
 .re01_inner{
  padding: 0 10px;
 }
 
 .re01_inner .table_style04 th:nth-child(3n) {
  width: 40px;
 } 
 
 .shop01{
  padding: 40px 0;
 }
.shop01_cot01 {
  flex-wrap: wrap;
  margin: 0 0 40px 0;
}
.shop01_cot01_img {
    width: 100%;
 margin: 0 0 20px 0;
}
.shop01_cot01_info {
      width: 100%;
      margin: 0 0 0 0;
}
 .shop01_cot01_info_inner{
  padding: 20px 20px;
 }
.shop01_closed {
 padding: 20px;
}
 .shop01_cot01_sub {
  margin: 0 0 40px 0;
 }
 .shop01_cont02{
  margin: 0 0 20px 0;
 }
 .shop01_time_box{
  font-size: 13px;
  font-size: 1.3rem;
 }
 .shop02_cont01{
  padding: 20px 20px 40px;
  margin: 0 0 40px 0;
 }
.shop02_cont01 .table_style02 {
    margin: 20px 0 0 0;
}
 .shop01_time_tit {
    line-height: 1.3;
}
}


/*****************正社員中途採用*****************************/
.career01_cont01{
 background: url("../img/career/career01.jpg") 50% 50% no-repeat;
 background-size: cover;
 padding: 130px 0;
}
.career02_cont01{
 display: flex;
 flex-wrap: wrap;
 justify-content: center;
}
.career02_cont01.style02 {
 flex-direction: row-reverse;
}
.career02_cont01:not(:last-child){
 margin: 0 0 30px 0;
}
.career02_cont01_img{
 max-width: 380px;
 width: 36%;
}
.career02_cont01_txt{
  width: calc(64% - 30px); 
 margin: 30px 0 0 30px;
}
.style02 .career02_cont01_txt{
 margin: 30px 30px 0 0;
}
.career02_cont01_txt p{
 line-height: 2;
 letter-spacing: 2px;
}
.career03 .tit_style09{
 margin: 0 0 60px 0;
}
.career03 .btn_style02 {
 margin: 40px auto 0;
}
.page-career .f_top {
    background: #fff;
}

/*画面サイズが767px以下に適用*/
@media screen and (max-width : 767px){
.career01_cont01 {
 padding: 40px 20px;
}
.career02_cont01_img {
  width: 100%;
 text-align: center;
 margin: 0 0 20px 0;
}
.career02_cont01_txt {
 width: 100%;
 margin: 0;
}
.style02 .career02_cont01_txt {
  margin: 0 0 0 0;
}
.career02_cont01:not(:last-child) {
    margin: 0 0 40px 0;
}
.shop_btn_box {
 flex-wrap: wrap;
}
.btn_shop02 {
 margin: 20px 0 0 0;
}
}

/****************正社員採用情報ページ*******************************/
.regular01_tit{
 font-size: 24px;
 font-size: 2.4rem;
 color: #bf946d;
 text-align: center;
 line-height: 2;
 letter-spacing: 5px;
 text-indent: 5px;
 font-family: "Noto Serif JP",serif;
 font-weight: 600;
}
.regular01_cot01{
 margin: 60px 0 0 0;
}
.regular01_cot01_box{
 padding: 50px 80px;
 background: #fff;
 border: 2px solid #302a2e;
}
.regular01_cot01_box:not(:last-child){
 margin: 0 0 20px 0;
}
.regular01_cot01_box .table_style02{
 margin: 60px 0 0 0;
}
.regular01_cot01_box .table_style02 td{
 display: flex;
 align-items: center;
 justify-content: space-between;
}
.regular01_cot01_box .table_style02 td {
    padding: 20px 0 20px 30px;
}
.regular_detail01 .table_style02 {
    margin: 0 0 0 0;
}
.regular_detail01 .btn_style03 {
  margin: 0 0 0 20px;
}
.regular_detail01 .btn_style03 a {
   position: initial;
}
.regular_detail01 .table_style02 td {
   display: block;
}
.regular_detail01 .table_style02 tr:last-child td {
   padding: 35px 0 35px 30px;
}
 .regular01_cot01 .btn_style07{
  margin: 0 0 0 20px;
 }

/************* 画面サイズが980px以下に適用　*************/
@media screen and (max-width : 980px){
 
.regular_detail01 .btn_style03 {
margin: 20px auto 20px auto;
}
.regular_detail01 .btn_style03 a {
 font-size: 14px;
 font-size: 1.4rem;
 letter-spacing: 1px;
 text-indent: 1px;
}
.regular_detail01 .table_style02 td.flex_type {
 flex-wrap: wrap;
 flex-direction: column;
 align-items: initial;
}
}

/*画面サイズが767px以下に適用*/
@media screen and (max-width : 767px){
.regular01_tit {
 font-size: 20px;
 font-size: 2.0rem;
 line-height: 1.5;
 letter-spacing: 3px;
 text-indent: 3px;
}
.regular01_cot01 {
 margin: 40px 0 0 0;
}
.regular01_cot01_box {
 padding: 40px 20px;
}
.regular01_cot01_box .table_style02 td {
 flex-wrap: wrap;
}
.regular01_cot01_box .table_style02 td {
 padding: 10px 5px;
 flex-direction: column;
 align-items: flex-start;
}
 .regular01_cot01 .btn_style07{
  margin: 20px auto;
 }
}

/********栄養成分・アレルギー情報****************************/

.com01{
 background-size: cover;
 padding: 80px 0 80px 0;
}
.com02{
 margin: 0 0 80px 0;
}
.com02_txt{
 font-size: 20px;
 font-size: 2.0rem;
 margin: 30px 0 20px 0;
 font-weight: 500;
}
.com02_txt span{
 font-size: 14px;
 font-size: 1.4rem;
 float: right;
 margin: 25px 0 0 0;
}
.com02_cont01_box{
 margin: 0 0 60px 0;
}
.com02_cont02_txt{
 font-size: 20px;
 font-size: 2.0rem;
 margin: 0 0 20px 0;
}
.com03{
 margin: 0 0 0 0;
}


/*画面サイズが767px以下に適用*/
@media screen and (max-width : 767px){
.com01 {
 padding: 40px 0 40px 0;
}
 .com02 {
 margin: 0 0 40px 0;
}
.com02_cont01_box {
 margin: 0 0 40px 0;
}
.com02_txt span {
 float: left;
 margin: 0 0 10px 0;
}
}	



/*******マスコミ等ご担当者様へ部分***************/

.press01 p{
 font-size: 20px;
 font-size: 2.0rem;
 font-weight: 500;
}
.press01 p{
 margin: 0 0 20px 0;
}
.press01 .press01_last{
 margin: 0 0 40px 0;
}

/*画面サイズが767px以下に適用*/
@media screen and (max-width : 767px){
.press01 {
 padding: 40px 0 40px 0;
}
.press01 p {
 font-size: 16px;
 font-size: 1.6rem;
}
}


/******ソーシャルメディアポリシー部分***********************/

.page_style01{
 padding: 80px 0 80px 0;
}
.page_style01_cont01 li{
 margin: 0 0 50px 0;
}
.page_style01_cont01 li:last-child{
 margin: 0 0 0 0;
}
.page_style01 .list_style02 li{
 margin: 0 0 0 0;
 text-indent: -1em;
 padding: 0 0 0 1em;
}
.page_style01 .list_style02 li{
 margin: 0 0 0 0;
 text-indent: -1em;
 padding: 0 0 0 1em;
}
.page_style01 .list_style03 li{
 margin: 0 0 0 0;
}
.page_style01 .list_style03 a{
 color: #333333;
}

/*画面サイズが767px以下に適用*/
@media screen and (max-width : 767px){
.sns01{
 padding: 40px 0 40px 0;
}
.sns01_cont01 li {
 margin: 0 0 40px 0;
}
.page_style01{
 padding: 40px 0 40px 0;
}
}

/***********個人情報保護方針ページ********************************/

.privacy01 .press01_cont01{
 text-align: center;
}
.privacy01 .press01_txt{
 text-align: center;
 margin: 0 0 40px 0;
}
.privacy01 .btn_style02{
 display: inline-block;
}
.privacy01 .btn_style02:last-child{
 margin: 0 0 0 30px;
}

/*画面サイズが767px以下に適用*/
@media screen and (max-width : 767px){
.privacy01 .btn_style02:last-child {
    margin: 20px 0 0 0;
}
}

/********サイトマップ******************/

.site_m01_cont01{
 padding: 0 60px 0 60px;
 display: flex;
 flex-wrap: wrap;
 width: 100%;
 box-sizing: border-box;
}
.site_m01_cont01 li{
 display: inline-block;
 position: relative;
 padding: 0 0 0 20px;
 margin: 0 0 30px 0;
 width: calc(100% / 3);
 box-sizing: border-box;
}
.site_m01_cont01 li:before {
 position: absolute;
 top: 50%;
 left: 0;
 content: "";
 width: 0;
 height: 0;
 border-style: solid;
 border-width: 4px 0 4px 7px;
 border-color: transparent transparent transparent #bf946d;
 -webkit-transform: translateY(-50%);
 transform: translateY(-50%);
}
.site_m01_cont01 a{
 color: #333;
}


/*画面サイズが767px以下に適用*/
@media screen and (max-width : 767px){
 .site_m01{
  padding: 40px 0 20px;
 }
.site_m01_cont01 li {
 width: calc((100% - 10px) / 2);
 margin: 0 0 20px 0;
}
.site_m01_cont01 li:nth-child(odd) {
 margin: 0 10px 20px 0;
}
.site_m01_cont01 {
 padding: 0 0 0 0;
 align-items: center;
}
}

/************* お知らせ部分 *******************************/
.news_box01{
 padding: 0 0 80px 0;
}
.news_list{
 margin: 0 0 40px 0;
}
.news_list li{
 width: 100%;
 margin: 0 0 1px 0;
 display: flex;
 flex-wrap: wrap;
 position: relative;
 align-items: center;
 font-weight: 600;
 background-image: linear-gradient(to right, #000 1px, transparent 1px, transparent 8px);
 background-repeat: repeat-x;
 background-size: 6px 01px;
 background-position: left bottom;
 box-sizing: border-box;
 transition: 0.3s ease;
 padding: 20px 90px 20px 24px;
}
.news_list li:before{
 content: "";
 background: url("../img/common/arrow02.png") 97% 50% no-repeat;
 position: absolute;
 top: 50%;
 transform: translateY(-50%);
 right: 0;width: 100%;
 height: 100%;
 transition: .3s;
}
.news_list li:hover:before{
 background: url("../img/common/arrow02.png") 99% 50% no-repeat;
}
.news_list li:hover .news_tit{
 text-decoration: underline;
}
.news_list li:nth-child(3){
	margin: 0 0 30px 0;
}
.news_list02 li{
 width: 100%;
 margin: 0 0 1px 0;
 display: flex;
 flex-wrap: wrap;
 position: relative;
 padding: 20px 90px 20px 24px;
 align-items: center;
 font-weight: 600;
 background: url("../img/common/arrow02.png") 92% 50% no-repeat #fff;
 box-sizing: border-box;
 transition: 0.3s ease;
}
.news_list02 li:hover{
 background: url("../img/common/arrow02_hover.png") 94% 50% no-repeat #9e7c55;
 color: #fff;
}
.news_list02 li:hover .time_txt,.news_list02 li:hover .news_tit{
 color: #fff;
}
.news_list02 li:nth-child(3){
	margin: 0 0 30px 0;
}
.news_list02:hover .new_ico{
 background: #fff;
 color: #e61c24;
}
.news_list02_link{
 position: absolute;
 width: 100%;
 height: 100%;
 top: 0;
 left: 0;
}
.time_new{
 width: 80px;
 margin: 0 20px 0 0;
}
.new_ico{
 background: #e61c24;
 color: #fff;
 padding: 2px 20px;
 border-radius: 20px;
 font-weight: 200;
 letter-spacing: 1px;
 text-indent: 1px;
 transition: .3s;
}
.time_txt {
	font-size: 14px;
	font-size: 1.4rem;
	color: #444;
	display: block;
	margin: 0 30px 0 0;
}

.news_tit {
    font-size: 14px;
    font-size: 1.4rem;
    color: #444;
    letter-spacing: 2px;
    font-weight: 500;
    width: calc(100% - 210px);
}

/*画面サイズが767px以下に適用*/
@media screen and (max-width : 767px){
.news_list li {
  padding: 20px 40px 20px 24px;
}
.news_list02 li {
    padding: 20px 60px 20px 24px;
 background: url(../img/common/arrow02.png) 95% 50% no-repeat #fff;
    display: block;
 position: relative;
}
.news_box01 {
    padding: 0 0 40px 0;
}

.news_tit {
    width: 100%;
} 
 
.time_new {
    margin: 0 0 0 0;
    position: absolute;
    left: 110px;
    top: 16px;
} 
 
}

/************* 会社概要ページ *******************************/

.ccompany_inner .table_style02 th {
  width: 19%;
}

.google_map iframe{
 width: 100%;
 vertical-align: middle;
}

/*画面サイズが767px以下に適用*/
@media screen and (max-width : 767px){
.ccompany_inner .table_style02 th {
  width: 100%;
}
}

/**************リンク集部分*******************************/
.link01{
 background: #302a2e;
 padding: 50px 20px 50px 20px;
}
.link01_txt{
 color: #fff;
 text-align: center;
 letter-spacing: 2px;
 font-weight: 600;
 line-height: 2.1;
}
.link02_cont01{
 margin: 60px 0 0 0;
}
.link02 .tit_style10 a{
 color: #bd946f;
}
.link03_cont01 {
 background: #f7f7f7;
 padding: 50px 50px 50px 50px;
}
.link03_cont01_txt{
 margin: 30px 0 40px 0;
}
.error_txt {
 font-size: 20px;
 font-size: 2.0rem;
 text-align: center;
 margin: 0 0 40px 0;
}

/*  767px以下から
------------------------------------------------------------*/
@media screen and (max-width: 767px) {
 .link02_cont01 {
    margin: 30px 0 0 0;
}
.link03_cont01 {
 padding: 40px 20px;
}
.link03_cont01_txt{
 margin: 20px 0;
}
.error_txt {
 font-size: 16px;
 font-size: 1.6rem;
}

}

/* FC加盟オーナー募集ページ
------------------------------------------------------------*/
.fc_minBox {
 padding: 50px 0;
}

.fc_box {
 background: #030000;
 position: relative;
 margin: 0 0 30px 0;
}

.fc_box:before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0px;
    width: 100%;
    height: 100%;
    background: url(../img/fc/fc_main.png) 0 0 no-repeat;
    background-size: 480px auto;
}
.fc_box .fc_main {
 height: 435px;
 position: relative;
}

.fc_mtxtBox {
 position: absolute;
 top: 50%;
 right: 0;
 max-width: 500px;
 width: 100%;
 transform: translateY(-50%);
}

.fc_mTxt {
 color: #fff;
 font-size: 38px;
 font-size: 3.8rem;
 margin: 0 0 10px 0;
 font-family: "Noto Serif JP",serif;
 font-weight: 700;
}

.fc_mTxt01 {
 color: #fff;
 font-size: 25px;
 font-size: 2.5rem;
 font-family: "Noto Serif JP",serif;
}

.fc_mTxt01 span{
 font-size: 28px;
 color: #fff000;
}

.fc_menu {
 display: flex;
 justify-content: space-between;
}

.fc_menu li{
 width: 19%;
 display: flex;
}

.fc_menu li a {
    color: #fff;
    background: #BF956D;
    padding: 4px 5px;
    width: 100%;
    height: 60px;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
 line-height: 1.5;
}

.fc_menu li a:hover {
    text-decoration: none;
 background:#DBA87F;
  
}


.fc_box01 {
 padding: 50px 0;
 background: #fff;
}


.fc_tit01 {
 font-size: 48px;
 font-size: 4.8rem;
 text-align: center;
 font-weight: 700;
 margin: 0 0 24px 0;
 line-height: 1.5;
 font-family: "Noto Serif JP",serif;
}

.fc_tit01 .t_num{
 font-size: 68px;
 font-size: 6.8rem;
 text-align: center;
 color: #AD0003;
}

.fc_tit01 .italic_txt{
font-style: italic;
}

.fc_tit02 {
 font-size: 48px;
 font-size: 4.8rem;
 text-align: center;
 font-weight: 700;
 color: #fff;
 margin: 0 0 20px 0;
 font-family: "Noto Serif JP",serif;
}

.fc_tit04 {
 font-size: 48px;
 font-size: 4.8rem;
 text-align: left;
 font-weight: 700;
 color: #fff;
 margin: 0 0 20px 0;
 font-family: "Noto Serif JP",serif;
}

.fc_txt01 {
 font-size: 16px;
 text-align: center;
 margin: 0 0 40px 0;
}

.fc_txt02 {
 font-size: 16px;
 text-align: center;
 margin: 0 0 40px 0;
 color: #fff;
}

.reason_List {
 display: flex;
 flex-wrap: wrap;
 justify-content: space-between;
  padding: 0 0 30px 0;
 margin: 0 0 30px 0;
 border-bottom: 3px solid #d8ad5a;
}

.reason_List li{
 width: 60%;

}

.reason_List li:last-child{
 width: 35%;
 text-align: center;
}

.reason_List dl dt {
    display: flex;
    align-items: center;
    justify-content: space-between;
 margin: 0 0 20px 0;
}

.reason_List dl dt p {
    width: 80px;
    order: 1;
    display: flex;
    background: #AD0003;
    color: #fff;
    font-size: 18px;
    border-radius: 50%;
    height: 80px;
    text-align: center;
    align-items: baseline;
    justify-content: center;
}

.reason_List dl dt p span {
    font-size: 42px;
    font-family: 'Open Sans', sans-serif;
}


.reason_List dl dt .reason_tit {
 width: calc(100% - 100px);
 order: 2;
 color: #AD0003;
 font-size: 30px;
 font-weight: 700;
 font-family: "Noto Serif JP",serif;
}

.fc_box02 {
 background: #2F2A2E;
 padding: 50px 0;
}

.fc_listStyle01 {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin: 0 auto 40px;
    max-width: 890px;
    width: 100%;
}

.fc_listStyle01 li{
 width: 55%;
}

.fc_listStyle01 li:first-child {
    width: 40%;
    text-align: center;
}


.fc_listStyle02 {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin: 0 auto 40px;
}

.fc_listStyle02 li{
 width: 66%;
 order: 1;
}

.fc_listStyle02 li:first-child {
 max-width: 313px;   
 width: 31%;
    text-align: center;
 order: 2;
}

.fc_tit03 {
 
}

.fc_tit03 img {
 
}

.fc_t16 {
 font-size: 16px;
 color: #fff;
}

.deli_txt {
 text-align: center;
 font-size: 24px;
 margin: 0 0 12px 0;
 color: #fff;
}

.deli_img {
 text-align: center;
}

.fc_tit06 {
 font-size: 32px;
 text-align: center;
 color: #fff;
 font-family: "Noto Serif JP",serif;
 position: relative;
 padding: 0 0 10px 0;
 margin: 0 0 40px 0;
}

.fc_tit06:before {
 content: "";
 position: absolute;
 left: 50%;
 bottom: 0;
 transform: translateX(-50%);
 width: 55px;
 height: 2px;
 background: #BF956D;
}

.fc_tit05 {
 font-size: 32px;
 color: #BF956D;
 margin: 0 0 10px 0;
}

.takeout_Box {
 margin: 20px 0 0 0;
}

.deli_list {
 display: flex;
 justify-content: center;
}

.deli_list li{
 margin: 0 10px 0 10px;
}

.fc_listStyle03 {
 display: flex;
 align-items: center;
 background: #bf956d;
 padding: 20px 0;
 margin: 0 0 20px 0;
 color: #fff;
}

.fc_listStyle03.fcl_bg01 {
 background: #ccaa8a;
}

.fc_listStyle03 li{
 display: flex;
 align-items: center;
 justify-content: center;
}

.fc_listStyle03 li.stepList  {
 width: 130px;
 padding: 0 20px;
 box-sizing: border-box;
 font-size: 22px;
 font-family: 'Open Sans', sans-serif;
}

.fc_listStyle03 li.stepList span {
    font-size: 35px;
    display: inline-block;
    margin: 0 0 0 10px;
    font-family: 'Open Sans', sans-serif;
    vertical-align: top;
    padding: 0 0 10px 0;
}

.fc_listStyle03 li.stepList01 {
    width: 190px;
    padding: 0 20px;
    box-sizing: border-box;
    border: solid #fff;
    border-width: 0 1px 0 1px;
    font-size: 22px;
}

.fc_listStyle03 li.stepList02  {
 width: calc(100% - 350px);
 padding: 0 20px;
 box-sizing: border-box;
 display: block;
}

.fc_listStyle03 li.stepList02 .right_img {
 max-width: 150px;
 float: right;
 margin: 0 0 15px 20px;
}

.plan_tit {
 font-size: 24px;
 background: #fff;
 padding: 10px;
 border-left: 10px solid #AD0003;
 margin: 0 0 24px 0;
}

.plan_list {
 display: flex;
 justify-content: space-between;
 margin: 0 0 40px 0;
}

.plan_list li{
 width: 48%;
}

.fc_box03 {
 padding: 50px 0;
}

.voice_box {
 padding: 0 0 10px 0;
 margin: 0 0 30px 0;
 border-bottom: 3px solid #d8ad5a;
}

.voice_box.last_box {
 border-bottom: none;
}

.voice_tit {
 display: flex;
 font-size: 25px;
 line-height: 1.5;
 margin: 0 0 30px 0;
}

.voice_tit .vImg {
 width: 120px;
 margin: 4px 10px 0 0;
}

.voice_tit .v_company {
 width: calc(100% - 130px);
 font-size: 25px;
 font-weight: 600;
}

.voice_tit .v_company small{
 display: block;
 font-size: 18px;
}

.voice_list  {
 display: flex;
 justify-content: space-between;
 margin: 0 0 30px 0;
}

.vImgList {
 max-width: 350px;
 width: 100%;
}

.vImgtxt {
 max-width: 650px;
 width: 100%;
}


.reverse .vImgList {
 order: 2;
}

.reverse .vImgtxt {
 order:1;
}

.v_tit01 {
    font-size: 24px;
    color: #BF956D;
    margin: 0 0 10px 0;
 line-height: 1.5;
}


/*  1060px以下から
------------------------------------------------------------*/
@media screen and (max-width: 1060px) {

.fc_box:before {
    background: url(../img/fc/fc_main.png) 0 100% no-repeat;
    background-size: 210px auto;
}
 
.fc_mtxtBox {
    left: 0;
    padding: 0 20px 0 20px;
} 
 
.vImgList {
    max-width: 350px;
    width: 36%;
} 
 
.vImgtxt {
    max-width: 650px;
    width: 60%;
} 
 
}


/*  767px以下から
------------------------------------------------------------*/
@media screen and (max-width: 767px) {

.fc_box {
    overflow: hidden;
} 
 
 .fc_box:before {
    left: -50px;
}
 
.fc_box .fc_main {
    height: 190px;
    position: relative;
}

.fc_mTxt {
    font-size: 28px;
    font-size: 2.8rem;
    margin: 0 0 5px 0;
 text-align: center;
}

.fc_mTxt01 {
    font-size: 18px;
    font-size: 1.8rem;
 text-align: center;
}

.fc_mTxt01 span {
    font-size: 22px;
 display: block;
}
 
.fc_menu {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
} 

.fc_menu li {
    width: 48%;
    display: flex;
    margin: 0 0 3% 0;
} 
 
 .fc_menu li:last-child {
  width: 100%;
 } 
 
.fc_tit01 .t_num {
    font-size: 30px;
    font-size: 3.0rem;
}

 .fc_tit01 {
    font-size: 24px;
    font-size: 2.4rem;
}
 
.reason_List {
    border-bottom: 2px solid #d8ad5a;
} 
 
.reason_List li {
    width: 100%;
    order: 2;
} 
 
.reason_List li:last-child {
    width: 100%;
    text-align: center;
    order: 1;
 margin: 0 0 20px 0;
} 
 
.reason_List dl dt p {
    width: 60px;
    font-size: 14px;
    height: 60px;
} 
 
.reason_List dl dt p span {
    font-size: 30px;
    font-family: 'Open Sans', sans-serif;
} 
 
.reason_List dl dt .reason_tit {
    width: calc(100% - 70px);
    font-size: 20px;
 line-height: 1.5;
} 
 
.fc_listStyle01 {
    display: block;
} 
 
 .fc_listStyle01 li {
    width: 100%;
}

 
.fc_listStyle02 {
    display: block;
    flex-wrap: wrap;
    justify-content: space-between;
    margin: 0 auto 40px;
} 

 
.fc_listStyle01 li:first-child {
    width: 100%;
    text-align: center;
    margin: 0 0 20px 0;
} 
 
.fc_listStyle02 li:first-child {
    width: 100%;
    margin: 0 auto 20px;
} 
 
.fc_listStyle02 li {
    width: 100%;
} 
 
.fc_listStyle03 {
    display: block;
} 
 
.fc_listStyle03 li.stepList {
    width: auto;
    font-size: 22px;
    display: block;
} 
 
.fc_listStyle03 li.stepList01 {
    width: auto;
    padding: 0 20px 20px 20px;
    border-width: 0 0 1px 0;
    font-size: 22px;
    display: block;
} 
 
.fc_listStyle03 li.stepList02 {
    width: 100%;
    padding: 20px 20px 0 20px;
    box-sizing: border-box;
    display: block;
 line-height: 1;
} 
 
.fc_listStyle03 li.stepList span {
    font-size: 35px;
    display: inline-block;
    margin: 0 0 0 10px;
    padding: 0 0 10px 0;
    line-height: 1;
} 
 
 
.fc_listStyle03 li.stepList02 .right_img {
    display: none;
} 
 
.voice_list {
    display: flex;
    margin: 0 0 30px 0;
    flex-wrap: wrap;
} 
 
.vImgList {
    max-width: 767px;
    width: 100%;
    margin: 0 0 20px 0;
    text-align: center;
} 
 
.vImgtxt {
    max-width: 767px;
    width: 100%;
} 
 
.reverse .vImgList {
    order: 1;
} 
 
.reverse .vImgtxt {
    order: 2;
} 

.voice_tit .vImg {
    margin: 0 0 8px 0;
    display: block;
} 
 
.voice_tit .v_company {
    width:100%;
    font-size: 20px;
    display: block;
} 
 
.voice_tit .v_company small {
    display: block;
    font-size: 15px;
} 
 
.fc_tit06 {
    font-size: 27px;
} 
 
.fc_tit04 {
    font-size: 38px;
    font-size: 3.8rem;
} 
}

/*********ピックアップページ*****************************/
.pick_list{
 display: flex;
 gap: 40px;
 flex-wrap: wrap;
}
.pick_list li{
 padding: 0;
 list-style: none;
 width: calc((100% - 40px) / 2);
}
.pick_list li::before{
 display: none;
}
.pick_list li a{
 text-decoration: none;
 color: #333;
 font-size: 16px;
 font-size: 1.6rem;
}
.pick_img{
 overflow: hidden;
}
.pick_img_area{
 margin: 0 0 10px 0;
}
.pick_list img{
 transition: .3s;
}
.pick_list li a:hover img{
  transform: scale(120%);
}
.pick_time{
 font-size: 14px;
 font-size: 1.4rem;
}

/*  767px以下から
------------------------------------------------------------*/
@media screen and (max-width: 767px) {
.pick_list{
 display: flex;
 gap: 20px 10px;
}
.pick_list li{
 width: calc((100% - 10px) / 2);
 margin: 0 !important;
}
}

/*  500px以下から
------------------------------------------------------------*/
@media screen and (max-width: 500px) {
.pick_list li{
 width: 100%;
}
}
