@charset "utf-8";
/* CSS Document */
body {
	scroll-behavior: smooth;
}

.feature_title {
	margin-top: 30px;
}

.feature_title h3 {
	overflow: hidden;
	width: 1200px;/* トリミングしたい枠の幅 */
	height: 450px;/* トリミングしたい枠の高さ */
	position: relative;
	margin-left: auto;
	margin-right: auto;
	margin-top: 10px;
	margin-bottom: 10px;
}
.feature_title h3 img {
    width: 1200px;
    height: 450px;
    object-fit: cover;
    vertical-align: middle;
}

.feature_title h2 {
	font-size: 1.4em;
	padding: 10px;
	border-bottom: 1px dashed #ccc;
	margin-bottom: 10px;
}
.feature_title p {
	padding: 10px;
	font-size: 0.9em;
	color: #838383;
	text-align: right;
}


.cont_box1 {
	width: 94%;
	margin-left: auto;
	margin-right: auto;
	clear: both;
	margin-bottom: 40px;
}

.cont_box1::after {clear: both;height: 0;visibility: hidden;display: block;content: ".";}

.cont_box1 .imgbox {
    clear: both;
}

.cont_box1 .imgbox li {
    width: 50%;
    float: left;
}


.cont_box1 .imgbox img {
	width: 96%;
}

.cont_box1 .imgbox li p {
    text-align: left !important;
    padding-left: 20px;
    padding-right: 20px;
}



.cont_box1 .txtbox {
	width: 60%;
	float: right;
}

.cont_box1 h3 {
	font-size: 1.4em;
	padding: 10px;
	color: #f95f8a;
	background-color: #ffeeee;
}


.cont_box1 h3 {
	font-size: 1.4em;
	padding: 10px;
	color: #f95f8a;
	background-color: #ffeeee;
	margin-bottom: 20px;
}

.cont_box1 h4 {
	font-size: 1.2em;
	padding: 10px;
	color: #f95f8a;
	margin-bottom: 15px;
	border-left:2px solid #f95f8a;
}

.cont_box1 .txtbox p {
	padding: 10px;
}

.cont_box1 .btn1 {
	width: auto;
	margin-top: 15px;
	margin-bottom: 15px;
}

.cont_box1 .btn1 a {
	display: inline-block;
	padding: 10px;
	border-radius: 10px;
	background-color: #f95f8a;
	color: #fff;
}

.cont_box1 .txtbox blockquote {
	width: 90%;
	margin-left: auto;
	margin-right: auto;
	padding: 10px;
	line-height: 140%;
	font-size: 0.9em;
	background-color: #FBF9E9;
	margin-top: 10px;
	margin-bottom: 10px;
	border-radius: 10px;
	border: 1px solid #E0E1B5;
}


.shop_box {
	width: 90%;
	margin-left: auto;
	margin-right: auto;
	clear: both;
	margin-bottom: 40px;
	background-color: #FFF0F1;
	padding: 30px;
}

.shop_box::after {clear: both;height: 0;visibility: hidden;display: block;content: ".";}

.shop_box .imgbox {
	width: 40%;
	float: left;
}

.shop_box .imgbox img {
	width: 96%;
}

.shop_box .txtbox {
	width: 60%;
	float: right;
}

.shop_box h3 {
	font-size: 1.4em;
	padding: 10px;
	color: #f95f8a;
	background-color: #ffeeee;
}


.shop_box h3 {
	font-size: 1.4em;
	padding: 10px;
	color: #f95f8a;
	background-color: #ffeeee;
	margin-bottom: 20px;
}

.shop_box h4 {
	font-size: 1.2em;
	padding: 10px;
	color: #f95f8a;
	margin-bottom: 15px;
	border-left:2px solid #f95f8a;
}

.shop_box .txtbox p {
	padding: 10px;
}

.shop_box .btn1 {
	width: auto;
	margin-top: 15px;
	margin-bottom: 15px;
}

.shop_box .btn1 a {
	display: inline-block;
	padding: 10px;
	border-radius: 10px;
	background-color: #f95f8a;
	color: #fff;
}

.shop_box .txtbox blockquote {
	width: 90%;
	margin-left: auto;
	margin-right: auto;
	padding: 10px;
	line-height: 140%;
	font-size: 0.9em;
	background-color: #FBF9E9;
	margin-top: 10px;
	margin-bottom: 10px;
	border-radius: 10px;
	border: 1px solid #E0E1B5;
}

.shop_table {
	width: 96%;
	margin-bottom: 25px;
	margin-left: auto;
	margin-right: auto;
	border-top: 3px solid #f95f8a;
}

.shop_table th {
	background-color: #FFF0F1;
	padding: 10px;
	border: 1px solid #ccc;
}

.shop_table td {
	padding: 10px;
	border: 1px solid #ccc;
}

.time_box {
	padding: 20px;
	width: 94%;
	margin-left: auto;
	margin-right: auto;
	background-color: #F1F1F1;
}


.imgbox {
	width: 96%;
	margin-left: auto;
	margin-right: auto;
	padding-bottom: 20px;
}

.imgbox::after {clear: both;height: 0;visibility: hidden;display: block;content: ".";}

.imgbox li {
	width: 50%;
	float: left;
	text-align: center;
}


.imgbox li img {
	width: 90%;
	border-radius: 20px;
	margin-top: 30px;
}

.waku {
 border: 5px solid #f95f8a;
 border-radius: 10px;
 margin-right: 10px;
 width: 1200px;
 padding: 10px;
 display: inline-block;
}

.waku li {
  /*border-left: solid 6px #f95f8a;*//*左側の線*/
  background: #FFFCFE;/*背景色*/
  margin-bottom: 10px;/*下のバーとの余白*/
  line-height: 1.5;
  padding: 0.5em;
  /*list-style-type: none!important;*/
}


.ramen2019_h3 {
    background: -webkit-gradient(linear, left top, left bottom, color-stop(1.00, #cd0000), color-stop(0.00, #ff3600));
background: -webkit-linear-gradient(#ff3600, #cd0000);
background: -moz-linear-gradient(#ff3600, #cd0000);
background: -o-linear-gradient(#ff3600, #cd0000);
background: -ms-linear-gradient(#ff3600, #cd0000);
background: linear-gradient(#ff3600, #cd0000);
    color: #fff;
    font-weight: bold;
    text-align: center;
    padding: 20px;
    
    font-size: 1.6em;
    margin-bottom: 15px;
    margin-top: 20px;
}


.bxslider {
    width: 80%;
    margin-left: auto;
    margin-right: auto;
}




