.gotoeat h1{
/*	 font-family: "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro",Osaka,sans-serif;*/
	border-radius: 2px;
	margin: 1px 0px 8px 0px;
	padding: 4px 2px 4px 2px;
	font-size: 1.6rem;
	color: #FFF;
	text-align: center;
	font-weight: bold;
	background: #666;
}
.gotoeat h2{
/*	 font-family: "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro",Osaka,sans-serif;*/
	border-radius: 2px;
	margin: 1px 0px 8px 0px;
	padding: 4px 2px 4px 2px;
	font-size: 1.6rem;
	color: #FFF;
	text-align: left;
	font-weight: bold;
	background: #666;
}
/* --------------------------------------------------------
	タイトル付きの枠線で囲むボックス表示
-------------------------------------------------------- */
.goarea_box {
	font-size: 1.8rem;
	border: 2px solid #009966;	/*#c0c0c0;*/
	border-radius: 5px;
	padding: 32px 4px 12px 4px;
	position: relative;
	margin: 32px 4px 18px 4px;
}
.goarea_box::before {
	font-size: 1.6rem;
	background-color: #fff;
	color: #333;
	content: "Area Search";
	font-weight: bold;
	left: 30px;
	padding: 3px 10px;
	position: absolute;
	top: -15px;
}

.goarea_box_test{
	margin: 8px 8px 8px 8px;
	padding: 1rem 0rem 1rem 0rem;
	text-align: left;
}
.goarea_box .region{
	display: inline-block;
	margin: 2px 8px 2px 8px;
	padding: 0px 2px 0px 2px;
	font-size: 1.6rem;
}
.goarea_box .pref_name{
	display: inline-block;
	margin: 2px 8px 2px 18px;
	padding: 0px 2px 0px 2px;
	font-size: 1.6rem;
}
.goarea_box .area_name{
	margin: 2px 8px 2px 8px;
	padding: 3px;
	font-size: 1.0rem;
}
.goarea_box .area_name2{
	margin: 2px 8px 2px 8px;
	padding: 0px 0px 0px 32px;
	font-size: 1.6rem;
}
.goarea_box .area_name3{
	margin: 2px 8px 2px 8px;
	padding: 0px 0px 0px 48px;
	font-size: 1.6rem;
}
/*-----------------------------------------------------*/
.coupon_btn {
	display: inline-block;
	padding: 2px 16px 2px 16px;
	font-size:1.2rem;
	font-weight:bold;
	text-decoration: none;
/*	background:#fff;	*//*#1e90ff   #6495ed;*/
	background-color: #FF773E;/*#eb6100;*/
	color:#fff;
	border: solid 1px  #FF773E;	/*#eb6100;*/
	border-radius: 18px;
	margin:5px 2px 5px 2px;
}
.coupon_area {
	text-align: right;
	padding: 2px 16px 2px 16px;
}

/* --------------------------------------------------------
	地域リスト表示
-------------------------------------------------------- */
.eat_area_title
{
	font-size:1.8rem;
/*	font-weight: bold;*/
	padding:2px 2px 2px 0px;
}
.eat_area_name
{
	display: inline-block;
	font-size:1.8rem;
	padding:2px 2px 2px 2px;
}
.eat_area_name a:hover{
  	color: red;
}


.list_area-wrap {
        list-style:  none;      /* デフォルトのアイコンを消す */
        margin:  0;             /* デフォルト指定上書き */
        padding: 0;             /* デフォルト指定上書き */
}
.list_area ul li {
/*	  line-height: 1.5;*/
	  padding: 2px 0px 2px  2.0rem;
/*	  border-bottom: 2px solid #ccc;
	  list-style-type: none!important;*/
}

.list_area::before {
    content:  ""; /* 空の要素作成 */
}
.list_area a:hover {
   	color: red;
}

/* --------------------------------------------------------
	アドバンスサーチ　タイトル付きの枠線で囲むボックス表示
-------------------------------------------------------- */
.advance_search_box {
	font-size: 1.6rem;
	border: 2px solid #009966;	/*#c0c0c0;*/
	border-radius: 5px;
	padding: 12px 12px 12px 12px;
	position: relative;
	margin: 12px 4px 12px 4px;
}
.advance_search_box::before {
	font-size: 100%;
	background-color: #fff;
	color: #333;
	content: "Advance Search";
	font-weight: bold;
	left: 30px;
	padding: 3px 10px;
	position: absolute;
	top: -15px;
}

.form_title {
	font-size: 1.6rem;
	color: #333;
	font-weight: bold;
	padding: 3px 10px;
	text-align: left;
}

/* ========================================================== */
input,
button,
select,
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: transparent;
  border: none;
  border-radius: 0;
  font: inherit;
  outline: none;
}

textarea {
  resize: vertical;
}

input[type='checkbox'],
input[type='radio'] {
  display: none;
}

input[type='submit'],
input[type='button'],
label,
button,
select {
  cursor: pointer;
}

select::-ms-expand {
  display: none;
}

/*追加スタイル*/
* {
  box-sizing: border-box;
  transition: 0.2s;
}

.myform {
  margin: 0 auto;
  width: 100%;
  max-width: 640px;
  padding: 20px 20px 20px 20px;
  border: 1px solid #ddd;
  border-radius: 10px;
}

form {
}

.myform p{
  margin: 0 0 20px;
   font-size: 1.6rem;
}

input,
button,
select,
textarea {
  font-size: 1.6rem;
}

input,textarea {
  border: 1px solid #ddd;
  border-radius: 5px;
}

input {
  margin: 2px 4px 2px 8px;
  padding: 10px;  
}

.radio label {
  position: relative;
  padding-left: 1.6rem;
  margin-right: 1rem;
}

.radio label::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 15px;
  height: 15px;
  border: 1px solid #ddd;
  border-radius: 50%;
  background: #eee;
}

.radio input:checked + label::after {
  content: "";
  display: block;
  position: absolute;
  top: 3px;
  left: 3px;
  width: 11px;
  height: 11px;
  background: #A66970;
  border-radius: 50%;
}

select {
  border: 1px solid #ddd;
  padding: 6px;
  border-radius: 5px;
  background: #eee;
  min-width:268px;
}

textarea {
  margin: 10px 0 0;
  padding: 5px 0px 5px 0px;  
  width: 100%;
  height: 8rem;
}



.button input {
  background: #A66970;
  padding: 10px 18px;
  color: #fff;
  border: none;
  font-size: 1.6rem;
}

.button {
  text-align: center;

}

.button input:hover {
  opacity: 0.7;
  cursor: pointer;
}

.button3 {
  text-align: center;
}

.button3 input {
  background: #A66970;
  padding: 6px 18px;
  color: #fff;
  border: none;
  font-size: 1.6rem;
}

.button3 input:hover {
  opacity: 0.7;
  cursor: pointer;
}

.oraora{
	display: inline-block;
}

.myselect {
	width:36%;
	margin: 6px;
}
.mytext {
	width:60%;
	margin: 0px;
}
.mybutton {
  margin: 2px;
  padding:2px;
  }

/* ================================================================= */
@media only screen and (max-width: 494px) {
	.myselect {
		width:100%;
		margin: 2px;
/*		 max-width: 268px;*/
		  min-width: 200px;
	}
	.mytext {
		width:100%;
		margin: 2px;
	}
	.mybutton {
	  margin: 0px;
	}
}

.gotoeat_padding01 {
	margin:2px 4px 8px 4px;
/*	padding:4px 4px 4px 4px;*/
}

.gotoeat_padding02 {
	margin:2px 4px 8px 16px;
/*	padding:4px 4px 4px 34px;*/
}

.gotoeat_padding03 {
	margin:2px 4px 8px 60px;
/*	padding:4px 4px 4px 34px;*/
}

/*----------------------------------------------------------------------*/
/* 	チェックボックス03 */
/*------------------------------------------------------------------------*/
input[type=checkbox] {
    display: none;
}
.checkbox03 {
    box-sizing: border-box;
    cursor: pointer;
    display: inline-block;
    padding: 5px 30px;
    position: relative;
    width: auto;
    font-size:16px;
}
.checkbox03::before {
    background: #fff;
    border: 1px solid #ccc;
    border-radius: 3px;
    content: '';
    display: block;
    height: 16px;
    left: 5px;
    margin-top: -8px;
    position: absolute;
    top: 50%;
    width: 16px;
}
.checkbox03::after {
    border-right: 6px solid #ff6347;
    border-bottom: 3px solid #ff6347;
    content: '';
    display: block;
    height: 20px;
    left: 7px;
    margin-top: -16px;
    opacity: 0;
    position: absolute;
    top: 50%;
    transform: rotate(45deg) translate3d(0,2px,0) scale3d(.7,.7,1);
    transition: transform .2s ease-in-out, opacity .2s ease-in-out;
    width: 9px;
}
input[type=checkbox]:checked + .checkbox03::before {
    border-color: #666;
}
input[type=checkbox]:checked + .checkbox03::after {
    opacity: 1;
    transform: rotate(45deg) scale3d(1,1,1);
}

/* ラジオボタン03 */
input[type=radio] {
    display: none;
}
.radio03 {
    box-sizing: border-box;
    cursor: pointer;
    display: inline-block;
    padding: 5px 30px;
    position: relative;
    width: auto;
}
.radio03::before {
    background: #fff;
    border: 1px solid #ccc;
    border-radius: 50%;
    content: '';
    display: block;
    height: 16px;
    left: 5px;
    margin-top: -8px;
    position: absolute;
    top: 50%;
    width: 16px;
}
.radio03::after {
    background: #ff6347;
    border-radius: 50%;
    content: '';
    display: block;
    height: 10px;
    left: 9px;
    margin-top: -4px;
    opacity: 0;
    position: absolute;
    top: 50%;
    transform: scale3d(.3,.3,1);
    transition: transform .2s ease-in-out, opacity .2s ease-in-out;
    width: 10px;
}
input[type=radio]:checked + .radio03::before {
    border-color: #666;
}
input[type=radio]:checked + .radio03::after {
    opacity: 1;
    transform: scale3d(1,1,1);
}

/*--------------------------------------------------------------------------*/
/* 018 左の矢印の丸がhoverでにゅいっと伸びるボタン */
.search_select  {
    margin: 0 0 0 auto;
    height: 72px;
    width:  160px;
}
.search_select a {
    position: relative;
    display: flex;
    justify-content: space-around;
    align-items: center;
/*    margin: 0 auto;*/
    max-width: 142px;
    padding: 8px 0px 8px 0px;
    color: #313131;
    transition: 0.3s ease-in-out;
   font-size:1.6rem;
    font-weight: 500;
}

.search_select a:before, .search_select a:after {
  content: "";
  position: absolute;
  display: block;
  top: 50%;
}

.search_select a:before {
  width: 0.5rem;
  height: 0.5rem;
  left: 0.5rem;
  border-top: solid 2px #fff;
  border-right: solid 2px #fff;
  z-index: 2;
  transform: translateY(-50%) rotate(45deg);
  transition: all 0.3s;
}

.search_select a:after {
  left: 0;
  background: #6bb6ff;
  z-index: 1;
  width: 2.0rem;
  height: 2.0rem;
  border-radius: 2rem;
  transform: translateY(-50%);
  transition: all 0.5s;
}

.search_select a span {
  position: relative;
  transition: all 0.3s;
  z-index: 3;
}

.search_select a:hover span {
  color: #fff;
}
.search_select a:hover:before {
  left: 1.0rem;
}
.search_select a:hover:after {
  right: 0;
  width: 100%;
}
/* --------------------------------------------------------
タイトル付きの枠線で囲むボックス表示（お知らせ）
-------------------------------------------------------- */
.gotoeatMsgBox {
	width:96%;
	font-size: 1.6rem;
	border: 2px solid #ffa74f;
	border-radius: 5px;
	padding: 14px 16px 14px 16px;
	position: relative;
	margin: 32px 4px 4px 4px;
}

.gotoeatMsgBox::before {
	font-size: 1.6rem;
	background-color: #fff;
	color: #333;
	content: "お知らせ";
	font-weight: bold;
	left: 30px;
	padding: 3px 10px;
	position: absolute;
	top: -15px;
}

.gotoeatMsg{
	font-size: 1.6rem;
	padding: 12px 10px;
}

.gotoeatMsgBox p{
	font-size: 1.6rem;
	line-height:2.2rem;
	padding: 4px 4px;
}

