@charset "UTF-8";
@font-face {
  font-family: 'Antonio';
  src: url('../fonts/Antonio-Regular.ttf') format('truetype');
}
/* CSS Document */
a:hover {
  color: #CCC;
  text-decoration: underline;
}
ul li {
  list-style: none;
}
section {
  display: block;
  unicode-bidi: isolate;
}
#sub {
  padding: 30px 0 0;
}
#sub article.cWrap {
  width: 730px;
  float: none;
  margin: 0 auto;
}

.mb20{
	margin-bottom: 20px;
}

.mb30{
	margin-bottom: 30px;
}

.tb{
	border-collapse:separate;
}

/*---------------------------------
	main
---------------------------------*/
#sub article.cWrap {
  width: auto !important;
  line-height: 1.8em;
  font-size: 110%;
}
.tagcontainer {
  height: 90px;
}
#mainBlock section {
  font-family: "ãƒ¡ã‚¤ãƒªã‚ª", Meiryo, Osaka, "ãƒ’ãƒ©ã‚®ãƒŽè§’ã‚´ Pro W3", "Hiragino Kaku Gothic Pro", "ï¼­ï¼³ ï¼°ã‚´ã‚·ãƒƒã‚¯", "MS PGothic", "sans-serif";
  font-size: 16px;
  line-height: 1.6em;
}
#mainBlock section h1 {
  padding: 0;
  background: none;
  margin-top: -20px;
}
#mainBlock section p {
  font-size:100%;
  text-indent: 1em;
}
#mainBlock section img {
  display: block;
  margin: 0 auto;
}
#fv .bg {
  background: #FFD7E6;
  border-radius: 20px;
  padding: 20px;
  margin-top: -60px;
}
#fv .bg article {
  background: #FFF;
  border-radius: 10px;
  padding: 10px;
  position: relative;
}
#fv .bg article div {
  font-size:100%;
  padding: 20px;
  border: 1px dashed #ED7577;
  border-radius: 5px;
  display: inline-block;
  vertical-align: top;
}
#fv .bg article div.block1 {
  box-sizing: content-box;
  width: 688px;
  height: 174px;
}
#fv .bg article div h2 {
  font-size: 100%;
  margin-bottom: 15px;
}
#fv .bg article span.img {
  float: right;
}
#fv .bg .line img {
  margin: 30px auto;
}
#fv .bg .brand {
  padding: 20px;
  text-align: center;
}
#fv .bg .brand dl {
  display: inline-block;
  border: 1px dashed #ED7577;
  border-radius: 5px;
  padding: 15px 20px;
  margin: 15px 10px;
  width: 400px;
  text-align: left;
}
#fv .bg .brand dl dt {
  float: left;
  padding: 40px 0;
}
#fv .bg .brand dl span img {
  float: right;
  border-radius: 100px;
}
#fv .bg .brand dl dd {
  clear: both;
}
#searchWrap {
  margin: 100px 0;
}
#mainBlock #searchWrap h1 {
  background: #76BC3A;
  padding: 10px 0;
}
#searchWrap h1 img {
  margin: auto;
}
#searchWrap p.lead {
  text-align: center;
  margin: 20px 0;
}
#searchWrap .bd {
  border: 1px solid #CBCBCB;
  padding: 20px;
}
#keyword h2, #item h2, #area h2, #area2 h2 {
  font-size: 110%;
  font-weight: bold;
  background: #eee;
  padding: 5px;
  margin-bottom: 10px;
}
#searchArea {
  padding: 30px 0 40px;
  margin-bottom: 20px;
}
#keyword h2 {
  float: left;
  padding: 5px;
  margin-right: 20px;
}
#keyword p {
  border: 1px solid #AAAAAA;
  width: 300px;
  float: left;
}
#keyword p .keywordTxt {
  width: 80%;
  border: none;
  padding: 5px;
  font-size: 120%;
}
#keyword p .submit {
  float: right;
  padding: 5px;
}
#item h3 {
  float: left;
  font-size: 110%;
  padding-top: 5px;
  margin-left: 15px;
  font-weight: bold;
}
.iconshadow img {
  box-shadow: 0 0 5px #fff, 0 0 5px #ccc, 0 0 1px #aaa;
  -webkit-box-shadow: 0 0 5px #fff, 0 0 5px #ccc, 0 0 1px #aaa;
  -moz-box-shadow: 0 0 5px #fff, 0 0 5px #ccc, 0 0 1px #aaa;
  display: inline;
}
#keyword dl.search {
  position: relative;
  background-color: #fff;
  border: 1px solid #aaa;
}
#keyword dl.search dt {
  margin-right: 40px;
  padding: 8px 0 8px 8px;
}
#keyword dl.search dt input {
  width: 100%;
  height: 24px;
  line-height: 24px;
  background: none;
  border: none;
}
#keyword dl.search dd {
  position: absolute;
  top: 0;
  right: 0;
}
#keyword dl.search dd button {
  display: block;
  padding: 10px;
  background: none;
  border: none;
}
#keyword dl.search dd button span {
  display: block;
  width: 20px;
  height: 20px;
  background: url('../images/search.png') no-repeat scroll 0 0;
}
#item ul {
  float: right;
  width: 800px;
}
#item ul li {
  display: block;
  float: left;
  background: #EFEFEF;
  width: 30%;
  margin: 5px 18px 5px 0;
}
#item label {
  font-size: 100%;
}
#list article {
  border-bottom: 1px dotted #CCC;
  border-width: 1px 0;
  padding: 40px 0;
}
#list article:first-of-type {
  border-top: 1px dotted #CCC;
}
#list article:nth-of-type(even) table th {
  background: #fff8e0;
}
#list dt {
  float: left;
  width: 35%;
  padding-left: 2px;
}
#list dt img {
  width: 100%;
  height: auto;
}
#list dd {
  float: right;
  width: 63%;
}
#list dd .text {
  letter-spacing: 2px;
  line-height: 170%;
}
#list .iconlist ul li {
  width: 80%;
}
#list .map {
  float: right;
}
#list .map input {
  margin: 3px 0 0 2px;
}
#list dd h4 {
  font-family: "ãƒ’ãƒ©ã‚®ãƒŽæ˜Žæœ Pro W6", "Hiragino Mincho Pro", "ï¼­ï¼³ ï¼°æ˜Žæœ", "MS PMincho", serif;
  font-size: 160%;
  line-height: 100%;
  letter-spacing: 2px;
  margin-bottom: 10px;
  color: #BB5561;
}
#list dd img {
  float: left;
  margin: 5px 5px 0 0;
}
#list .information {
  border-collapse: collapse;
  word-break: break-all;
}
#list .information td, .table_temp th {
  padding: 10px;
  vertical-align: top;
}
#list .information th {
  background: #ffeaea;
  width: 20%;
  text-align: center;
  font-weight: normal;
}
#list .information td {
  background: #FAFAFA;
}
#list dd .text {
  height: auto;
  max-height: 10em;
  overflow: hidden;
  position: relative;
}
#list dd .text.moreview::after {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  background: -webkit-gradient(linear, 0 0, 0 bottom, from(rgba(255, 255, 255, 0.00)), to(rgba(255, 255, 255, 1.00)));
  background: -webkit-linear-gradient(rgba(255, 255, 255, 0.00), rgba(255, 255, 255, 1.00));
  background: -moz-linear-gradient(rgba(255, 255, 255, 0.00), rgba(255, 255, 255, 1.00));
  background: -ms-linear-gradient(rgba(255, 255, 255, 0.00), rgba(255, 255, 255, 1.00));
  background: -o-linear-gradient(rgba(255, 255, 255, 0.00), rgba(255, 255, 255, 1.00));
  background: linear-gradient(rgba(255, 255, 255, 0.00), rgba(255, 255, 255, 1.00));
  height: 4em;
}
#list dd .morebn {
  border-top: dotted 1px #AEC3B2;
  text-align: right;
  padding: 0.2em 0.8em;
  font-weight: bold;
  margin-bottom: 1em;
}
#list dd .morebn a {
  color: #BB5561;
  text-decoration: none;
}
#list dd .morebn a:hover {
  text-decoration: underline;
}
.page .pageNav {
  text-align: center;
  padding: 30px 0;
}
.page .pageNav a {
  color: #BB5561;
}
.chkbox li {
  position: relative;
}
.chkbox label {
  font-size: 120%;
  line-height: 24px;
  display: inline-block;
  cursor: pointer;
  padding: 8px 0 8px 36px;
  width: 70%;
}
.chkbox label img {
  position: absolute;
  top: 1px;
  right: 2px;
}
.chkbox label::after {
  content: '';
  width: 20px;
  height: 20px;
  display: inline-block;
  position: absolute;
  top: 10px;
  left: 10px;
  background-color: #FFF;
  box-shadow: inset 1px 1px 1px 0px #999;
}
.chkbox input[type="checkbox"] {
  display: none;
}
.chkbox input[type="checkbox"]:checked + label::after {
  content: '\2713';
  font-size: 130%;
  color: #BB5561;
  text-align: center;
  line-height: 1.3em;
}
.search_shi_box {
  border-bottom: 1px dotted #C5C0B1;
  padding: 0;
  background-color: #FFF;
}
.search_shi_box {
  padding: 7px;
}
.search_shi_left {
  float: left;
  font-size: 100%;
  color: #888;
  margin-top: 5px;
  font-weight: bold;
}
.search_shi_right {
  float: right;
  width: 785px;
  line-height: 2.4;
}
.radiobox label {
  padding-left: 22px;
  line-height: 24px;
  display: inline-block;
  cursor: pointer;
  position: relative;
  width: 30%;
}
.radiobox label::before {
  content: '';
  width: 20px;
  height: 20px;
  display: inline-block;
  position: absolute;
  left: 0;
  background-color: #EFEFEF;
  box-shadow: inset 1px 1px 1px 0px #999;
  border-radius: 0;
  margin-top: 2px;
}
.radiobox input[type="checkbox"] {
  display: none;
}
.radiobox input[type="checkbox"]:checked + label::before {
  content: '\2713';
  font-size: 130%;
  color: #BB5561;
  background-color: #fff;
  text-align: center;
  line-height: 1.3em;
}
.periodone {
  display: inline-block;
  padding: 0.2em 0.8em;
  border: solid 1px #f7c8cd;
  margin-right: 0.1em;
  margin-bottom: 0.2em;
  border-radius: 0.5em;
  background: #FFF;
}
section #search, section #keyword {
  position: relative;
}
.formreset {
  position: absolute;
  right: 1em;
  top: 0;
  bottom: 0;
}
/*----------------------------------
		æ¤œç´¢çµæžœ
----------------------------------*/
#kekka_fv {
  background: #FEFBDB;
  border-radius: 20px;
  text-align: center;
  padding: 20px 0;
}
#kekka_fv p {
  display: inline-block;
  margin: 0 10px;
}
#kekka h2 {
  margin-top: 30px;
}
#kekka h2 img {
  display: inline-block;
}
#kekka h2 .lead {
  display: inline-block;
  padding: 20px;
  vertical-align: top;
}
#kekka .areaBlock {
  background: #FEFCE5;
  border-radius: 10px;
  padding: 20px;
  margin-bottom: 15px;
}
#kekka h3 {
  background: #76BC3A;
  padding: 5px 15px 2px;
  color: #FFF;
  font-weight: bold;
  font-size: 120%;
  letter-spacing: 2px;
}
#kekka dl {
  box-sizing: content-box;
  background: #FFF;
  border: 1px solid #ccc;
  padding: 20px;
  margin: 15px 0;
}
#kekka dl dt {
  background: url("../img/i_shop.png") no-repeat left center;
  padding-left: 40px;
  font-size: 220%;
  line-height: 1.4em;
  margin-bottom: 5px;
}
#kekka dl dd .tb th, #kekka dl dd .tb td {
  font-size: 14px;
  padding: 5px 10px;
}
#kekka dl dd .tb th {
  vertical-align:middle;
  background: #FFEAF2;
  font-weight: normal;
  width: 140px;
}
#kekka dl dd .tb td {
  background: #F9F9F9;
}
#kekka dl dd .tb td span {
  display: inline-block;
  margin-left: 20px;
  background: #ddd;
  padding: 0 10px;
  border-radius: 50px;
}
#kekka dl dd .tb td .yoyaku {
  display: inline-block;
  margin-left: 20px;
  background: #EE7678;
  padding: 0 10px;
  border-radius: 50px;
  color: #fff;
}
.pageNav .btnBack {
  display: inline-block;
  border: 1px dotted #ccc;
  padding: 5px 20px;
  margin: 20px;
  border-radius: 20px;
}
.btnBack2 {
  text-align: right;
  display: block;
  font-size: 86%;
}
@media screen and (max-width:640px) {
  .tagcontainer {
    height: 60px;
  }
  #mainBlock img {
    width: 100%;
  }
  #fv .bg {
    padding: 10px;
    margin-top: -30px;
  }
  #fv .bg article div.block1 {
    width: auto;
    height: auto;
  }
  #fv .bg article span.img {
    float: none;
    margin-top: 10px;
    display: block;
  }
  #fv .bg .brand {
    padding: 10px;
  }
  #fv .bg .brand dl {
    margin: 15px 0;
    width: auto;
  }
  #fv .bg .brand dl dt {
    float: left;
    padding: 10px 0;
  }
  #fv .bg .brand dl span {
    width: 50px;
    display: inline-block;
    margin-left: 20px;
  }
  #keyword p {
    width: auto;
  }
  #keyword p .keywordTxt {
    width: 70%;
  }
  #keyword #search input {
    width: 100%;
  }
  #keyword h2 {
    float: none;
    margin-right: 0;
  }
  #keyword form {
    width: 90%;
    float: none;
  }
  #item h3 {
    float: none;
    width: auto;
  }
  #item ul li {
    width: 100%;
  }
  #item ul {
    float: none;
    width: 100%;
  }
  #list .iconlist ul li {
    width: 100%;
  }
  #list dd h4 {
    margin-top: 10px;
  }
  .search_shi_right {
    width: 460px;
  }
  .radiobox label {
    width: 22%;
  }
  #list dt {
    float: none;
    width: 100%;
    padding-left: 0;
  }
  #list dd {
    float: none;
    width: 100%;
  }
  #list dd .map {
    text-align: center;
    clear: both;
    padding: 20px 0;
  }
  .search_shi_left {
    float: none;
    width: 100%;
  }
  .search_shi_right {
    float: none;
    width: 100%;
  }
  .radiobox label {
    width: 40%;
    margin-right: 0;
  }
  section#keyword .formreset {
    display: none;
  }
  .formreset {
    position: relative;
    right: inherit;
    top: inherit;
    bottom: inherit;
    display: inline-block;
    padding-bottom: 2em;
  }
  /*----------------------------------
			æ¤œç´¢çµæžœ
	----------------------------------*/
  #kekka h2 img {
    width: auto;
  }
  #kekka h2 {
    text-align: center;
  }
  #kekka h2 .lead {
    padding: 10px;
    text-align: left;
  }
  #kekka .areaBlock {
    padding: 10px;
  }
  #kekka dl {
    padding: 10px;
  }
  #kekka dl dt {
    font-size: 150%;
  }
  #kekka dl dd .tb th {
  }
  #kekka dl dd .tb td {
    word-break: break-all;
  }
}
/*---------------------------------
	タグ生成用
---------------------------------*/

.tagcontainer {
    margin: 0.7em 0;
    padding: 0 1em;
}

.tagcontainer .tagcaption {
	font-size: 100%;
    display: inline-block;
}

.tagcontainer li.tagcaption {
    border: none;
    color: #5E5E5E;
}

.tagcontainer li {
    border: solid 1px #BABABA;
    border-radius: 0.4em;
    margin-right: 0.3em;
    display: inline-block;
    white-space: nowrap;
    padding: 0.2em 0.3em;
}

.tagcontainer li a {
    color: #989898;
}

/*---------------------------------
	reflects
---------------------------------*/
.reflects {}
.reflects h1 {
  font-size: 200%;
  line-height: 100%;
  font-family: "ãƒ’ãƒ©ã‚®ãƒŽæ˜Žæœ Pro W3", "Hiragino Mincho Pro", "ï¼­ï¼³ ï¼°æ˜Žæœ", "MS PMincho", serif;
  color: #FFFFFF;
  margin: 20px 0;
  padding: 10px;
  text-align: center;
  background: #E9B9B4;
}
/*.reflects h2{
    font-size: 200%;
    line-height: 100%;
    font-family: "ãƒ’ãƒ©ã‚®ãƒŽæ˜Žæœ Pro W3", "Hiragino Mincho Pro","ï¼­ï¼³ ï¼°æ˜Žæœ", "MS PMincho", serif;
    padding-bottom: 20px;
    background: url(../../images/border_dot_m.gif) repeat-x bottom;
    margin-bottom: 20px;
	color:#333333;
}
*/
.reflects a {
  color: #0071BC;
}
/*---------------------------------
	inner
---------------------------------*/
.inner {
  width: 1024px;
  margin-right: auto;
  margin-left: auto;
}
@media screen and (max-width: 640px) {
  .inner {
    width: auto;
    margin: 0;
    padding: 3%;
  }
}
/*---------------------------------
	clearfix
---------------------------------*/
.clearfix {
  zoom: 1;
}
.clearfix:after {
  content: ".";
  display: block;
  height: 0px;
  clear: both;
  line-height: 0;
  visibility: hidden;
}
.clearBox {
  font-size: 0.1px;
  line-height: 1%;
  clear: both;
  height: 0px;
  width: 0px;
}
/*---------------------------------
	recommend
---------------------------------*/
.R_list {
  margin-top: 30px;
}
.R_list .R_title {
  font-size: 120%;
  line-height: 100%;
  font-weight: 400;
  letter-spacing: 2px;
  margin-bottom: 20px;
  background: url("../img/icon_reco.png") #f2f2f2 10px no-repeat;
  background-size: 30px;
  padding: 10px;
  padding-left: 50px;
}
.R_list ul {
  letter-spacing: -5px;
}
.R_list li {
  display: inline-block;
  letter-spacing: 0;
  vertical-align: top;
  width: 23.9%;
  margin-right: 1.4%;
}
.R_list li:last-child {
  margin-right: 0;
}
.R_list dl {}
.R_list dt {}
.R_list dt img {
  width: 100%;
}
.R_list dd {}
.R_list dd .catTitle {
  position: relative;
  margin-bottom: 10px;
  text-align: center;
}
.R_list dd .catTitle span {
  color: #ffffff;
  font-size: 85%;
  line-height: 100%;
  display: block;
  font-style: normal;
  padding: 10px 5px 9px 5px;
  letter-spacing: 0px;
}
.R_list dd .catTitle .feature {
  background-color: rgba(212, 116, 106, 0.8);
}
.R_list dd .catTitle .eat {
  background-color: rgba(120, 189, 54, 0.8);
}
.R_list dd .catTitle .cook {
  background-color: #bf387a;
}
.R_list dd .catTitle .journey {
  background-color: rgba(239, 194, 58, 0.8);
}
.R_list dd h3 {
  font-size: 100%;
  line-height: 120%;
  letter-spacing: 2px;
}
.R_list dd aside {
  display: none;
  margin-top: 10px;
}
.R_list dd aside.ft .data {
  font-family: Fjalla;
  font-weight: bold;
  float: left;
  font-size: 100%;
  line-height: 110%;
}
.R_list dd aside.ft .icon_cat {
  float: right;
  border-left: solid 1px #333333;
  padding-left: 10px;
}
@media screen and (max-width: 640px) {
  .R_list li {
    width: 49%;
    margin-right: 2%;
    margin-bottom: 15px;
  }
  .R_list li:nth-child(even) {
    margin-right: 0;
  }
}
/*---------------------------------
	recimg
---------------------------------*/
.recimg a {
  display: block;
  padding-top: 65%;
  background-size: cover;
  background-position: center;
}

/* ADD CSS 2024.10.21 */
/*---------------------------------
	.page-ichigogari
---------------------------------*/
.page-ichigogari .inner{
	padding-left: 0;
	padding-right: 0;
}
@media screen and (max-width: 640px) {
.page-ichigogari .inner {
	padding: 3%;
	}
.page-ichigogari #fv .bg {
        margin-top: 0;
    }
}