@charset "utf-8";

h2 {
  background: #FFF;
}

#body_container {
  background: #FFF;
}

h4 {
	width: 100%;
	margin: 5px 0;
	padding-top: 40px;
	padding-bottom: 10px;
	position: relative;
    color: #000;
    font-size: 1.5em;
    font-weight: 900;
	text-align: center;
	border: none;
	}

.h_no_top .tetsubin-gothicClass {
	padding: 20px 0;
	position: relative;
	display: flex;
	justify-content: center;
    align-items: center;
	color:#652727;
    font-size: 1em
	}

.h_no_top .tetsubin-gothicClass::before{
  width: 33px;
  height:33px;
  margin: 0 10px;
 display: block;
 position: relative; 
 content:"";
 background:url("../images/take_del/himawari.svg")center / 100% no-repeat;
}
.h_no_top .tetsubin-gothicClass::after{
  width:33px;
  height: 33px;
  margin: 0 10px;
  display: block;
  position: relative; 
  content:"";
  background:url("../images/take_del/himawari.svg")center / 100% no-repeat;
}

.kouka::before{
    width: 50px;
    height: 20px;
    display: inline-block;
	position: absolute;
	top:3px;
	left: 48%;
	content: "";
    background: url("../images/take_del/syugou.svg");
    background-size: contain;
   }


.red{
	color:#ED1C24;
}
.blue{
	color: #0984E3;
}

.conts_box_2 {
    max-width: 1280px;
    margin: 0 auto;
    padding: 0 4% 0 4%;
    background: #FFF;
}
.conts_box_3{
	text-align: center;
}
.conts_box_3 p{
	display: inline-block;
	text-align: left;
	font-size: 1.1em;
	font-weight: 500;
}


.next_page {
  margin: 15px 0 0;
}

.next_page a {
  color: #000;
  font-size: 1em;
}

.conts_box .img_flex_4 {
    margin: 20px 0 0 0;
}


.category_size {
	font-size: 1.25em;
}



.category_box {
	width: 285px;
	margin: -32px auto 0;
}

.category_mg {
	width: 285px;
	margin-bottom: 15px;
	position: relative;
    display: inline-block;
    text-transform: uppercase;
    letter-spacing: 1px;
    outline: none;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
  }

.category_mg p {
	padding-left: 40px;
	text-align: center;
	}

.category_mg:before {
	width: 44px;
    height: 21px;
    margin: 0 10px 0 0;
    display: inline-block;
	text-align: center;
	line-height: 30px;
    font-weight: 400;
    vertical-align: sub;
}



@media screen and (max-width: 768px) {
	.kouka::before {
		left: 47%
	}
	
	.img_flex_4 .tx_m{
	padding: 0 1%;
    font-size: 14px;
	}

	.category_box {
	width: 285px;
	margin: -30px auto 0;
}
}

@media screen and (max-width: 670px) {
    .h_no_top .tetsubin-gothicClass {
    font-size: 0.8em
	}
	
    
	.kouka::before {
		left: 43%;
	}
}

/*-----------------------*/
.take_box {
    max-width: 1600px;
    margin: 0 auto;
    padding-top: 1px;
    padding-right: 4%;
    padding-left: 4%;
    padding-bottom: 35px;
	text-align: center;
}
/*---------- flex_3 ----------*/

.flex_3 {
	width:95%;
	height: auto;
	margin: 0 auto;
	display: flex;
    flex-direction: row;
    flex-wrap: wrap;
	justify-content:space-between;
}

.flex_3_box {
	width: 48%;
	height: 360px;
	margin-bottom:60px;
	display: flex;
	border: solid 6px #FDD227; 
	border-top: transparent;
  	border-bottom: transparent; 
	border-left: transparent;
	box-shadow: 0 3px 5px -5px rgba(0,0,0,0.5);
	}

.flex_3_box_img{
	width: 50%;
}

.flex_3_box_img img{
	width: 100%;
	height: 100%;
	object-fit: cover;
 font-family: 'object-fit:cover;';
}

.kati{
	display: block;
}
.kati2{
	display: none;
	
}

.flex_3_box p {
  padding: 3px 15px;
  text-align: left;
}
.flex_2_box{
	width: 50%;
}
.flex_3 .flex_3_box_height,.flex_3 .flex_3_box_height2,.flex_3 .flex_3_box_height3{
	height:110px;
}

.flex_3 h3 {
	margin-top: 10px;
	padding: 0 15px;
	text-align: left;
    font-size: 1.4em;
    font-weight: 600;
	color: #000;
	border: none;
	}

.flex_3_box_height p,.flex_3_box_height2 p,.flex_3_box_height3 p {
    font-size: 1em;
}

.menu_box{
	position: relative;
	margin:1px 0;
}

.menu_box::before{
	width: 90px;
    height: 20px;
	padding: 3px;
    display: inline-block;
	position: absolute;
	content: "";
	top:-10px;
	left: 15px;
	color: #fff;
    background: url("../images/take_del/ribon.svg");
    background-size: cover;
    z-index: 3;
	}

.fx_tx_gray,.fx_tx_gray3{
	height:130px;
	margin: 20px 10px;
	padding: 20px 0;
	position: relative; 
    font-size: 1em;
    background-color: #eee;
	}

.fx_tx_mo {
	text-align: center;
    font-size: 0.9em;
}

.fx_tx_mo a {
	padding: 10px 5px 10px 5px;
    display: block;
    color: #000;
    transition: 0.4s;
}

.fx_tx_mo a:hover {
    background-color: #fffbe9;
}

.br-sp{
		display: none;
	}

/*----------*/


.del::before {
  width: 85px;
  height: 30px;
  position: absolute;
  left: 20px;
  content: url(../images/take_del/del.svg);
}

.food_box .del::before {
  width: 85px;
  height: 30px;
  position: absolute;
  left: 50px;
	top:-20px;
  content: url(../images/take_del/del.svg);
}

.del {
    padding: 1px 0 0 35px;
	position: relative;
    display: inline;
    color: #ff2777;
    font-weight: bold;
   }

.take::before {
  width: 55px;
  height: 30px;
  position: absolute;
  left: 0;
  content: url(../images/take_del/take.svg);
}

.take {
    padding: 1px 0 0 35px;
    position: relative;
    display: inline;
	text-align: left;
	color: #2C70C2;
    font-weight: bold;
}


.mymapbox{
	margin-top: 4em;
}

.mymap{
	overflow: hidden;
}

.mymap iframe{
	width: 100%;
	height: 500px;
	margin-top: -55px;
}

.h2_b {
  margin-bottom: 1em;
  margin-top: -20px;
  position: relative;
  text-indent: -.5em;
  color: #0984e3;
  background: rgba(0, 0, 0, .001)
}

.h2_b:before {
  width: 60px;
  height: 5px;
  content: '';
  position: absolute;
  bottom: -15px;
  display: inline-block;
  left: 50%;
  -moz-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  background-color: #f17816;
  border-radius: 2px
}
.h2_b img {
  width: 35px;
  height: 35px;
  padding: 0 6px 5px 0;
  vertical-align: middle
}

@media screen and (max-width:1400px ) {
 .flex_3_box {
	  height:auto;
	 display: block;
     	margin-bottom: 40px;
	border:solid 2px #eee;
	border-top:solid 6px #FDD227
      }
	
.flex_3 .flex_3_box_height,.flex_3 .flex_3_box_height2,.flex_3 .flex_3_box_height3{
	height: 93px;
	}

.flex_3_box_img{
	width: 100%;
    }
	
.flex_2_box{
	width:100%;
	height: auto;
	}
	.kati{
		display: none;
	}
	.kati2{
		display: block;
		object-position: 0 0;
	}
}

@media screen and (max-width: 670px) {
	.br-sp{
		display: block;
	}
	
	.flex_3 h3 {
	 font-size: 1em;
	margin-bottom: 5px;
	padding: 0 10px;
	}
	
	.flex_3_box{
	margin-bottom:20px;
	}
	
	.flex_3_box p {
	padding: 3px 5px 3px 10px;
	}
	
	.flex_3 .flex_3_box_height{
	height: 120px;
	}
		.flex_3 .flex_3_box_height2{
	height: 100px;
	}
    .flex_3 .flex_3_box_height3{
	height: 70px;
	}
	.flex_3_box_height p,.flex_3_box_height2 p,.flex_3_box_height3 p {
    font-size: 0.8em;
	}

	.fx_tx_gray,.fx_tx_gray3{
	padding: 10px 0;
	font-size: 0.8em;
	}
	.fx_tx_gray3{
        height: 95px;
    }
	.menu_box::before{
	width: 70px;
    height: 15px;
	}
	
	.fx_tx_mo a {
        padding: 10px 5px 10px 5px;
    }
	
	.fx_tx_mo {
    font-size: 0.8em;
	}

  .food_box .del::before {
  width: 70px;
  height: 30px;
  position: absolute;
  left: 40px;
	top:-10px;
  content: url(../images/take_del/del.svg);
}

    .take::before {
     width: 45px;
      height: 30px;
      position: absolute;
      left: 0;
	  content: url(../images/take_del/take.svg);
    }
    .next_page a {
      font-size: 0.8em;
    }
	}


/*---------- member 詳細----------*/

.mem_title{
    width: 100%;
    margin:0 auto 0.6em auto;
	text-align: left;
	font-size:1.8rem;
	font-weight: 600;
}

.food_flex {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.food_box {
	width: 48%;
	height:500px;
	padding: 3% 0 20px 0;
	margin: 0 auto;
 }

.food_box .menu_box::before{
	width: 130px;
    height: 30px;
	top:-20px;
	}

.food_box .take{
	left: 15px;
	top: -20px;
}

.yellowbox img {
    width: 48%;
    height: 100%;
	object-fit: cover;
	font-family: 'object-fit:cover;';
}

.yellowbox p{
	padding: 3px 15px;
}

.yellowbox {
	width: 100%;
	height: auto;
	 display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
	border: solid 2px #eee; 
	border-top: solid 6px #FDD227; 
	box-shadow: 0 3px 5px -5px rgba(0,0,0,0.5);
	}

.fx_tx_gray2{
	height: auto;
	margin: 40px 5px 10px 5px;
	padding: 30px 0;
	position: relative; 
    font-size: 1em;
	font-weight: 500;
	line-height: 1.8em;
    background-color: #eee;
	}

.menu_title {
	width: 100%;
	margin: 0 0 10px 0;
    font-size: 1.1em;
    border-bottom: 1px solid;
   }

.comment {
  font-size: 0.9em;
}

.catch{
	margin-bottom: 1em;
	font-size: 1.1em;
	}



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

	.food_box {
	width: 100%;
		height: auto;
	margin: 0 auto;
	}
	
    .company_left {
        width: 45%;
    }

    .company_right {
        width: 45%;
    }

    .company_box p {
        line-height: 1.5em;
    }
	.mem_title{
        width: 85%;
    }
	.yellowbox {
		width: 85%;
		margin: 0 auto;
		display: block;
		}
    .conts_box{
        width: 86%;
        margin: 0 auto;
    }
	.yellowbox img {
		width: 100%;
		height: 380px;
	}
	}

@media screen and (max-width: 670px) {
.mem_title{
	margin:0;
	font-size:1.3em;
		}
	
.yellowbox {
	width: 100%;
		}
.conts_box{
	width: 100%;
		}
  .food_box {
    width: 100%;
      height: auto;
    margin: 0 0 15px 0;
  }
	
	.food_box .take{
	top: -10px;
	}
	
	.yellowbox img {
		height: 200px;
	}
	
	.food_box .menu_box::before{
	width: 110px;
    height: 26px;
	top:-15px;
	}
	
    .company_left {
		width: 100%;
        float: none;
        }

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


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

.tenpo{
    width: 260px;
  height: 80px;
    margin-top: 1.5em;
    padding-bottom: 0.3em;
    display: flex;
    justify-content: center;
    align-items: center;
	color: #53462F;
	font-weight: 800;
	font-size:1.4rem;
    text-align: center;
background:url(../images/take_del/ribon_yellow.svg) center / 100% no-repeat;
}

.support_table {
    margin: 1em 0 5em 2em;
    font-size: 1em;
}

.support_table a{
	color: #3568CF;
}
.support_table th {
    text-align: center;
    vertical-align: middle;
	width: 160px;
}

.support_table td {
   padding: 1em 2em 0 4em;
	color: #53462F;
	font-weight: 500;
	border-bottom: 2px dotted #DBB443;
    word-break: break-all;
}


.table_link:after {
    width: 15px;
    height: 15px;
    margin: 0 15px 0 10px;
    display: inline-block;
   text-align: center;
	font-weight: 400;
    line-height: 30px;
	content: url(../common/img/ico_link.svg);
}

.brown{
	padding: 8px 3px;
	margin: 6px;
	color: #fff;
  	text-decoration: none;
  	border-radius: 30px;
	background-color:#806331;
}

@media screen and (max-width: 1400px) {
	
	
	.brown{
		width: 130px;
		padding: 5px 20px;
		border-radius: 20px;
	}
	
	.support_table th,
	.support_table td{
	display:block;
}
	
	.support_table th{
		padding-top:10px;
	}
	
	.support_table td{
		padding:0 0 0.5em 1em;
	}
}

@media screen and (max-width: 670px) {
    .food_flex {
  display: block;
}
.tenpo{
    margin: 1em auto 0 auto;
    padding-bottom: 0.7em;
}
	.brown{
		width: 120px;
		padding: 5px 15px;
	}
	
	.support_table td{
		padding: 0.2em 1em 0.5em 1em;
	}
}

/*---------- Google map----------*/

.outline_map {
    margin: 2em 0 0 0;
}

.outline_map iframe {
    width: 100%
}



/*---------- ページ概要 img----------*/

.img_center {
    max-width: 670px;
    margin: 1em auto 1.5em;
}

.img_center img {
    width: 100%;
}
