@charset "utf-8";
/* CSS Document */

.p-result {
  padding: 74px 0 84px 0;
}
.p-result .p-contentsHead {
  margin-bottom: 40px;
}
.p-resultCautionList {
  margin-bottom: 30px;
}
.p-resultCautionList li {
  font-size: 14px;
  line-height: 1.7;
  text-align: left;
  text-indent: -1em;
  padding-left: 1em;
}
.p-resultCautionList li a {
  color: #0a923d;
  text-decoration: underline;
}
.p-resultNumber {
  margin-bottom: 30px;
}
.p-resultNumber p {
  display: inline-block;
  font-size: 16px;
  line-height: 30px;
  padding: 8px 10px 5px 10px;
  box-sizing: border-box;
  min-width: 214px;
  border: #000 2px solid;
  border-radius: 30px;
  letter-spacing: 0;
}
.p-resultNumber p span {
  font-size: 30px;
  font-weight: bold;
  margin-right: 5px;
}
.p-resultList {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.p-resultListTitle {
    display: none;
}
.p-resultList > a {
    width: 45%;
    display: block;
    border-bottom: #d2d2d2 1px dotted;
}
.p-resultList-thumb ,
.p-resultList-name ,
.p-resultList-shop ,
.p-resultList-tag ,
.p-resultList-industry ,
.p-resultList-adress ,
.p-resultList-tell {
  /*display: table-cell;*/
  vertical-align: middle;
  font-size: 14px;
  line-height: 1.3;
  padding: 3px 5px;
}
.p-resultList-thumb {
    display: none ;
  width: 144px;
  padding: 15px 5px;
  border-left: #d2d2d2 1px solid;
}
.p-resultList-thumb img {
  border: #d2d2d2 1px solid;
}
.p-resultList-name {
    font-size: 15px;
    text-align: left;
    padding: 0.7em 0 0.7em 1.2em;
    position: relative;
}
.p-resultList-name::before {
    content: "";
    width: 0.9em;
    height: 0.9em;
    border-radius: 50%;
    position: absolute;
    top: 0.9em;
    left: 0;
}
.cat_01 .p-resultList-name::before {
    background-color: #3f6eb4;
}
.cat_02 .p-resultList-name::before {
    background-color: #64aa44;
}
.p-resultList-tag {
  padding: 0;
  width: 106px;
  box-sizing: border-box;
}
.p-resultList-tag span {
  display: inline-block;
  line-height: 28px;
  font-size: 14px;
  color: #FFF;
  background: #000;
  width: 28px;
  text-align: center;
  border-radius: 2px;
  margin: 0 2px 4px 2px;
}
.p-resultList-tag .is-blue {
  background: #4875c9;
}
.p-resultList-tag .is-red {
  background: #dc586b;
}
.p-resultList-tag .is-orange {
  background: #ea8f25;
}
.p-resultList-tag .is-yellow {
  background: #d0b70f;
}
.p-resultList-tag .is-green {
  background: #6cba49;
}
.p-resultList-tag .is-lightBlue {
  background: #2ba8dc;
}
.p-resultList-industry {
  padding: 0 10px;
  width:40px;
}
.p-resultList-adress {
  text-align: left;
  color: #0a923d;
  padding-left: 10px;
}
.p-resultList-industry,
.p-resultList-adress,
.p-resultList-tell {
    display: none;
}
@media screen and (max-width: 640px) {
  .p-result {
    padding: 37px 0 60px 0;
  }
  .p-result .p-contentsHead {
    margin-bottom: 20px;
  }
  .p-resultNumber p {
    padding: 5px 10px 5px 10px;
  }
  .p-resultNumber p span {
    font-size: 24px;
    margin-right: 4px;
  }
}



.p-resultListTitle .p-resultList-thumb ,
.p-resultListTitle .p-resultList-name ,
.p-resultListTitle .p-resultList-shop ,
.p-resultListTitle .p-resultList-tag ,
.p-resultListTitle .p-resultList-industry ,
.p-resultListTitle .p-resultList-adress ,
.p-resultListTitle .p-resultList-tell {
  border-bottom: none;
  border-right: #FFF 1px solid;
  font-size: 14px;
  font-weight: normal;
  color: #FFF;
  background: #0a923d;
  padding: 0 5px;
  text-align: center;
  height: 42px;
}
.p-resultListTitle .p-resultList-thumb {
  border-left: #0a923d 1px solid;
}
.p-resultListTitle .p-resultList-tell {
  border-right: #0a923d 1px solid;
}


@media screen and (max-width:750px) {
    .p-result-head {
        margin-bottom: 10px;
    }
    
    .p-resultList > a {
        width: 100%;
    }
    
    .p-resultList-name {
        font-size: 14px;
    }
    
    .p-pageNavi a, .p-pageNavi span {
        display: inline-block;
        width: 30px;
        height: 30px;
        box-sizing: border-box;
        font-size: 15px;
        line-height: 28px;
        border-radius: 50%;
        margin: 0 8px;
    }
    
/*  .p-resultList {
    display: block;
    width: 100%;
    border-top: #d2d2d2 1px solid;
  }
  .p-resultListTitle,
  .p-resultList a {
    display: block;
    background: #f5f5f5;
  }
  .p-resultList a {
    padding: 15px 15px 15px 15px;
    position: relative;
    box-sizing: border-box;
    border: #d2d2d2 1px solid;
    border-top: none;
  }
  .p-resultListTitle {
    display: none;
  }  
  .p-resultList-thumb ,
  .p-resultList-name ,
  .p-resultList-shop ,
  .p-resultList-tag ,
  .p-resultList-industry ,
  .p-resultList-adress ,
  .p-resultList-tell {
    display: block;
    border-bottom: none;
    border-right: none;
    font-size: 14px;
    line-height: 1.3;
    padding: 0 0px;
    text-align: left;
  }
  .p-resultList-thumb {
        display: none ;
    width: 144px;
    padding: 0;
    border-left: none;
    position: absolute;
    top:15px;
    left: 15px;
  }
  .p-resultList-thumb img {
    border: #d2d2d2 1px solid;
  }
  .p-resultList-name {
    font-size: 16px;
    padding-left: 20px;
    margin-bottom: 5px;
  }
  .p-resultList-shop {
    margin-bottom: 6px;
  }
  .p-resultList-tag {
    padding: 0;
    width: auto;
    box-sizing: border-box;
    margin-bottom: 3px;
  }
  .p-resultList-tag span {
  }
  .p-resultList-industry {
    padding: 0 0px;
    position: absolute;
    top:15px;
    left: 15px;
    width: 16px;
  }
  .p-resultList-adress {
    padding-left: 0px;
    margin-bottom: 3px;
  }
  .p-resultList-tell {
  }*/



}




.p-result-head {
    width: 100%;
    height: 50px;
    border-bottom: 3px solid #fae800;
    display: flex;
    flex-direction: row-reverse;
    align-items: center;
    margin-bottom: 20px;
}
.p-result-head .industry {
    font-size: 15px;
    display: flex;
    gap: 1em;
}
.p-result-head .industry li {
    padding-left: 1em;
    position: relative;
}
.p-result-head .industry li::before {
    content: "";
    width: 0.9em;
    height: 0.9em;
    border-radius: 50%;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    margin: auto;
}
.p-result-head .industry li:nth-child(1)::before {
    background-color: #3f6eb4;
}
.p-result-head .industry li:nth-child(2)::before {
    background-color: #64aa44;
}



.p-result .p-pageNavi {
  margin: 48px 0 56px 0;
}
.p-resultBtn {
  max-width: 450px;
  margin: 0 auto;
}
@media screen and (max-width: 640px) {
  .p-result .p-pageNavi {
    margin: 24px 0 28px 0;
  }
}




.p-shopSingle {
  max-width: 800px;
  margin: 0 auto;
  padding: 70px 0 76px 0;
}
.p-shopSingle-shopName {
  font-size: 26px;
  line-height: 1.4;
  text-align: left;
  padding-bottom: 10px;
  margin-bottom: 35px;
}
.p-shopSingleFrame {
    margin-bottom: 55px;
    display: flex;
    flex-direction: column;
    gap: 50px;
}
.p-shopSingle-detail {
  width: 100%;
  text-align: left;
  box-sizing: border-box;
  padding-right: 10px;
}
.p-shopSingle-detail h3 {
  font-size: 18px;
  line-height: 1.4;
  border-left: #0a923d 4px solid;
  padding: 0 0 2px 10px;
  font-weight: bold;
  margin-bottom: 20px;
}

.p-shopSingle-detail .shop-sec {
    font-size: 14px;
    line-height: 1.8em;
}
.p-shopSingle-detail .shop-sec:not(:nth-of-type(1)) {
    border-top: 1px solid #333;
    padding: 20px 0 30px;
}
.p-shopSingle-detail #info {
    padding-bottom: 30px;
    display: flex;
    flex-direction: column;
    gap: 20px;
}
.p-shopSingle-detail #recommend {
    margin-top: 10px;
}
.p-shopSingle-detail .shop-sec h4 {
    margin-bottom: 0.5em;
}
.p-shopSingle-detail .shop-sec .product:not(:nth-of-type(1)) {
    margin-top: 1em;
}
.p-shopSingle-detail .shop-sec .product-name {
    padding-left: 1em;
    color: #64aa44;
    position: relative;
}
.p-shopSingle-detail .shop-sec .product-name::before {
    content: "\025cf";
    color: #64aa44;
    position: absolute;
    top: 0;
    left: 0;
}
.p-shopSingle-detail .shop-sec .product-desc {
    padding-left: 1.3em;
}

.p-shopSingle-detail .sns-list {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 20px;
}

.mov-wrap {
    width: 100%;
    aspect-ratio: 16 / 9;
}
.mov-wrap iframe {
    width: 100%;
    height: 100%;
}

.p-shopSingle-detail ul {
  margin-left: 10px;
}
.p-shopSingle-detail ul li {
  font-size: 14px;
  line-height: 1.4;
  position: relative;
}
.p-shopSingle-detail ul li.is-map {
  padding-left: 26px;
}
.p-shopSingle-detail ul li.is-tell {
  padding-left: 26px;
}
.p-shopSingle-detail ul li.is-home {
  padding-left: 26px;
}
.p-shopSingle-detail ul li.is-time {
  padding-left: 26px;
}
.p-shopSingle-detail ul li.is-map:before ,
.p-shopSingle-detail ul li.is-tell:before ,
.p-shopSingle-detail ul li.is-home:before ,
.p-shopSingle-detail ul li.is-time:before {
  content: '';
  display: block;
  width: 19px;
  height: 19px;
  position: absolute;
  top:0;
  left: 0;
}
.p-shopSingle-detail ul li.is-map:before {
  background: url(/wp/wp-content/themes/ouenten/img/shop/icon-map.png) no-repeat center center;
}
.p-shopSingle-detail ul li.is-tell:before {
  background: url(/wp/wp-content/themes/ouenten/img/shop/icon_tell.png) no-repeat center center;
}
.p-shopSingle-detail ul li.is-home:before {
  background: url(/wp/wp-content/themes/ouenten/img/shop/icon_home.png) no-repeat center center;
}
.p-shopSingle-detail ul li.is-time:before {
  background: url(/wp/wp-content/themes/ouenten/img/shop/icon_time.png) no-repeat center center;
}
.p-shopSingle-detail ul li.is-num span {
  font-weight: bold;
}
.p-shopSingle-detail ul li + li {
  margin-top: 10px;
}
.p-shopSingle-detail ul li a {
  color: #0a923d;
}
.p-shopSingle-detail ul + h3 {
  margin-top: 27px;
}
.p-shopSingle-detail p {
  font-size: 14px;
  line-height: 1.6;
}
.p-shopSingle-detail p + h3 {
  margin-top: 27px;
}
.p-shopSingle-photo {
    width: 100%;
    box-sizing: border-box;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 20px;
}
.p-shopSingle-photo .photo {
    width: calc(50% - 10px);
    aspect-ratio: 370 / 245;
}
.p-shopSingle-photo img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}
.p-shopSingleMap {
  margin-bottom: 53px;
}
@media screen and (max-width: 640px) {
  .p-shopSingle {
    padding: 35px 0 38px 0;
  }
  .p-shopSingle-shopName {
    font-size: 22px;
    padding-bottom: 6px;
    margin-bottom: 26px;
  }
  .p-shopSingleFrame {
    margin-bottom: 40px;
      gap: 40px;
  }
  .p-shopSingle-detail {
    width: 100%;
    padding-right: 0px;
  }
  .p-shopSingle-photo {
    width: 100%;
    padding-left: 0px;
    gap: 10px;
  }
  .p-shopSingle-photo .photo {
    width: calc(50% - 5px);
  }
  .p-shopSingle-photo img {
    margin: 0 auto;
  }
  .p-shopSingleMap {
    margin-bottom: 40px;
  }
}
@media screen and (max-width: 400px) {
  .p-shopSingle-photo .photo {
    width: 100%;
  }
}


.p-search {
  padding: 70px 0 95px 0;
}
.p-search .p-contentsHead {
  margin-bottom: 40px;
}
.p-searchBox {
  border-top: #0a923d 1px solid;
  border-bottom: #0a923d 1px solid;
  padding: 34px 20px 40px 20px;
  margin-bottom: 50px;
}
.p-searchBox dl {
  display: table;
}
.p-searchBox dl + dl {
  margin-top: 25px;
}
.p-searchBox dl dt ,
.p-searchBox dl dd {
  display: table-cell;
  vertical-align: top;
}
.p-searchBox dl dt {
  color: #0a923d;
  font-size: 16px;
  line-height: 1.3;
  padding-right: 15px;
  word-break: keep-all;
  padding-top: 10px;
  font-weight: bold;
}
.p-searchBox dl dt span {
  color: #0a923d;
  font-size: 12px;
}
.p-searchBox dl dd {
  text-align: left;
}
.p-searchBox dl dd.select {
  width: 310px;
}
.p-searchBox dl dd.checkbox {
  padding-top: 13px;
}
.p-searchBox dl dd.radio {
  padding-top: 13px;
}
.p-searchBox dl dd.freee_word {
    width: 83.2%;
}
.p-searchBox dl dd select ,
.p-searchBox dl dd input[type=text] {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
  display: block;
  border: #dfd9c7 1px solid;
  background: #FFF;
  font-size: 16px;
  line-height: 1;
  height: 40px;
  width: 100%;
  box-sizing: border-box;
  padding: 0 15px;
}
.p-searchBox dl dd select {
  cursor: pointer;
  background: #FFF url(/wp/wp-content/themes/ouenten/img/search/select_arrow.png) no-repeat right 10px center;
}
.p-searchBox dl dd select::-ms-expand {
    display: none;
}
.p-searchBox dl dd + dt {
  padding-left: 40px;
}
.p-searchBox dl dd label {
  display: inline-block;
  font-size: 16px;
  line-height: 1;
  margin: 0 20px 15px 0;
  position: relative;
  cursor: pointer;
}
.p-searchBox dl dd label:last-child {
  margin-right: 0;
}
.p-searchBox dl dd label input {
  display: none;
}
.p-searchBox dl dd label span {
  display: inline-block;
  padding-left: 32px;
}
.p-searchBox dl dd label span:before {
  display: block;
  width: 24px;
  height: 24px;
  box-sizing: border-box;
  content: '';
  position: absolute;
  top:-3px;
  left: 0;
  background: #FFF;
  border: #dfd9c7 1px solid;
}
.p-searchBox dl dd label input[type=radio] + span:before {
  border-radius: 50%;
}
.p-searchBox dl dd label input[type=checkbox] + span:after ,
.p-searchBox dl dd label input[type=radio] + span:after {
  display: block;
  content: '';
  position: absolute;
  opacity: 0;
}
.p-searchBox dl dd label input[type=checkbox] + span:after {
  width: 10px;
  height: 5px;
  border-left: 2px #0a923d solid;
  border-bottom: 2px #0a923d solid;
  top:4px;
  left:6px;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);  
}
.p-searchBox dl dd label input[type=radio] + span:after {
  width: 14px;
  height: 14px;
  background: #0a923d;
  top:2px;
  left:5px;
  border-radius: 50%;
}
.p-searchBox dl dd label input[type=checkbox]:checked + span:after ,
.p-searchBox dl dd label input[type=radio]:checked + span:after {
  opacity: 1;
}
.p-searchBox dl dd .caution {
  font-size: 12px;
  line-height: 1.3;
  text-align: left;
  margin-top: 8px;
} 
.p-searchBoxBtn {
  max-width: 300px;
  margin: 30px auto 0 auto;
}

.p-searchCategory {
  border-bottom: #0a923d 1px solid;
  padding-bottom: 45px;
  margin-bottom: 48px;
}
.p-searchCategoryList {
}
.p-searchCategoryList li {
  display: inline-block;
  margin: 0 8px 12px 8px;
}
.p-searchArea {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
    justify-content: center;
}
.p-searchArea-map {
  width: 50%;
}
@media screen and (max-width: 784px) {

  .p-searchBox dl {
    display: block;
  }
  .p-searchBox dl dt, .p-searchBox dl dd {
    display: block;
  }
  .p-searchBox dl dt {
    text-align: left;
    margin-bottom: 5px;
    padding-top: 0px;
  }
  .p-searchBox dl + dl {
    margin-top: 20px;
  }
  .p-searchBox dl dd + dt {
    padding-left: 0;
    margin-top: 20px;
  }
  .p-searchBox dl dd.select {
    width: 100%;
  }
  .p-searchBox dl dd.checkbox {
    padding-top: 0px;
  }
  .p-searchBox dl dd label {
      margin: 15px 20px 0px 0;
  }
  .p-searchBox dl dd.radio {
    padding-top: 0px;
  }
    .p-searchBox dl dd.freee_word {
        width: 100%;
    }
}
@media screen and (max-width: 640px) {
  .p-search {
    padding: 35px 0 40px 0;
  }
  .p-searchBox {
    padding-left: 0;
    padding-right: 0;
  }  
  .p-contentsHead-title {
    font-size: 22px;
  }
  .p-search .p-contentsHead {
    margin-bottom: 20px;
  }
  .p-searchCategoryList {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    margin: 0 auto;
  }
  .p-searchCategoryList li {
    width: 32%;
    margin: 0 0 2% 0;
  }
  .p-searchBoxBtn {
    max-width: none;
  }
  .p-searchAreaOuter {
    padding-left: 0;
    padding-right: 0;
  }
  .p-searchArea {
    display: block;
  }
  .p-searchArea-map {
    width: 100%;
    margin-bottom: 20px;
  }
  .p-searchArea-map {
    width: 100%;
  }
}




.u-map {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 30px;
  height: 0;
  overflow: hidden;
}
.u-map iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}



