/*
Theme Name: oshigoto
Theme URI: NA
Author: NA
Author URI: NA
Description: NA
Version: 1.0.0
*/


/* CSS Document */

/*box-sizingを全ブラウザに対応*/
*, *::before, *::after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
	padding: 0;
	margin: 0;
}
a, button {
	cursor: revert;
}
a {
	vertical-align: baseline;
	background: transparent;
	text-decoration: none;
}
a:link, a:visited, a:active, a:hover {
	text-decoration:underline;
	color:#06C;
}

.stamp_rally_start a:link,
.stamp_rally_start a:visited,
.stamp_rally_start a:active,
.stamp_rally_start a:hover
{
		text-decoration:none;
	
}


.shop_more a:link,
.shop_more a:visited,
.shop_more a:active,
.shop_more a:hover
{
		text-decoration:none;
	
}

.stamp_rally_get a:link,
.stamp_rally_get a:visited,
.stamp_rally_get a:active,
.stamp_rally_get a:hover
{
		text-decoration:none;
	
}
button {
	background-color: transparent;
	border: none;
	cursor: pointer;
	outline: none;
	padding: 0;
	appearance: none;
}
ol, ul, menu {
	list-style: none
}
img {
	max-width: 100%;
	vertical-align: bottom!important;
	font-size: 0;
	line-height: 0;
	image-rendering: -webkit-optimize-contrast;
}
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
	display: block;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
.clearfix:after {
	content: "";
	display: block;
	clear: both;
}
.clearfix:before {
	content: "";
	display: block;
	clear: both;
}
.clearfix {
	display: block;
}
/*レスポンシブ改行*/
.pc_area {
	display: none !important;
}
.sp_area {
	display: block !important;
}
 @media (min-width: 769px) {
.pc_area {
	display: block !important;
}
.sp_area {
	display: none !important;
}
}
.spbr_none_box br {
	display: none;
}
@media (min-width: 769px) {
.spbr_none_box br {
	display: block;
}
}
html {
	height: -webkit-fill-available;
	margin-top: 0!important;

}
body {
	font-family: BlinkMacSystemFont, -apple-system, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
	color: #4a4a4a;
	font-size: 1em;
    line-height: 1.5;
	font-weight: 400;
}

/*ヘッダー*/
header{
	border-top: 4px solid #ed5f4c;	
	border-bottom: 1px solid #f7f7f7;
	}

@media screen and (max-width:1024px){
	header{
	border-bottom: none;
	}
}


.headerbox{
	width: 100%;
	margin: 0 auto;
}


/*ヘッダーコンテンツ*/

.headercontents {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
	margin: 0.5em auto;
	width: 80%;
	max-width: 1200px;
}

.headercontents img {
  display: block;
  width: 40%;
  height: auto;
	margin-top: 6px;
}

.headercontents .box01 {
	width: 50%;
	font-size: 0.5rem;
}
.headercontents .box01 img {
	width: 60px;
}

.headercontents .box02 {
	width: 50%;
	text-align: right;
	font-size: .8rem;
	padding-right: 1.5em;
	overflow-wrap: break-word;
}

@media screen and (max-width:1024px){
   .headercontents {
       flex-wrap: wrap;
       flex-flow: column;
	   width: 100%;
   }

   .headercontents .box01 {
	   width: 100%;
	}
	.headercontents .box01 img{
		width: 70px;
	   margin: 1rem auto;
	}
	.headercontents .box01 p{
	   display: none;
	}
	.headercontents .box02 {
		width: 100%;
		color: #FFFFFF;
		text-align: center;
		padding: 0.2em;
	}

}

/*メイン*/
.main{
	margin: 0.5em auto;
	width: 80%;
	max-width: 1200px;
}

@media screen and (max-width:769px){
	.main{
	width: 90%;
}
}


.width98{
	width: 98%;
	margin: 0 auto;
}


/*TOP画*/

.top-image {
	margin: 0.5em auto;
	width: 80%;
	height:auto;
	max-width: 1200px;
	text-align: center;
}

.top-image img{
	width:100%;
	height: 20vw;
	object-fit: cover;
	margin: 0 auto;
	
}

@media screen and (max-width:769px){
	.top-image {
		width:100%;
		height: auto;
		margin-top: 0;
		margin-bottom: 1em;
		text-align: center;
	}

	.top-image img{
		width:100%;
		height: 30vw;
		object-fit: cover;
		margin: 0 auto;
	
	}
}

/*メインテキスト*/
.area-text01{
	font-size: .8rem;
}

.area-text02{
	font-size: 1rem;
	font-weight: 700;	
}

.area-text03{
	font-size: 2rem;
	font-weight: 700;	
}

.area-text03 a{
	text-decoration:none;
	color: #4a4a4a;
}

.area-text03 a:hover{
color:#ed5f4c;
}

.area-text04{
	font-size: 1rem;
	overflow-wrap: break-word;
}

.spottext{
	background-color: #ed5f4c;
	color: #fff;
	font-size: 1.2rem;
	margin: 1em auto;
	padding: 0.2em 0;
	border-radius: 2em;
	text-align: center;
	width: 80%;
	max-width: 1200px;
}

@media screen and (max-width:769px){
	.spottext{
		width: 100%;
	border-radius: 0;
}
	.area-text03{
	font-size: 1.6rem;
}
}


/*店舗情報*/

.shoplist {
    margin: 0.5em auto;
	width: 80%;
	max-width: 1200px;
}

.shoplist li{
	padding: 1rem;
    border-bottom: 1px solid #CCC;
    list-style: none;
}

@media screen and (max-width:769px){
	.shoplist {
	width: 100%;
}
}



.shopcontents {
  display: flex;
  justify-content: space-between;
	overflow-wrap: break-word;
  align-items: center;
  flex-wrap: wrap;
	margin: 0.5em auto;
	width: 100%;
}

.shopcontents a{
  text-decoration:none;
	color:inherit;
}

.shopcontents .box01 {
	width: 250px;
}
.shopcontents .box01 img {
	width:100%;
	height: 200px;
	object-fit: cover;
}

.shopcontents .box02 {
	width: calc(100% - 250px);
	padding: 1em;
}
@media screen and (max-width:769px){
	.shopcontents .box01 {
		width: 100%;
	}
	.shopcontents .box01 img {
		width:100%;
		height: 200px;
		object-fit: cover;
	}

	.shopcontents .box02 {
		width: 100%;
		padding: .5rem 0;
	}
}


.shopname{
	font-size: 1.4rem;
	font-weight: 700;
}

@media screen and (max-width:769px){
	.shopname{
	font-size: 1.2rem;
}
}




.shoppr{
	font-size: 1rem;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 5;
	overflow: hidden;
    text-overflow: ellipsis;
}
@media screen and (max-width:769px){
	.shoppr{
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
    text-overflow: ellipsis;
}
}


.shopdate{
	display: flex;
	flex-wrap: wrap;
	font-size: .8rem;
}
.shopdate .item{
	width: auto;
	overflow-wrap: break-word;
}

.price{
	margin-right: 1rem;
}
.price:before{
	content: '\f788';
    display: inline-block;
    font-family: 'Font Awesome 6 Free';
    font-size: inherit;
	font-weight: 900;
	color: #8C8C8C;
}


.holiday{
	margin-right: 1rem;
}
.holiday:before{
	content: '\f073';
    display: inline-block;
    font-family: 'Font Awesome 6 Free';
    font-size: inherit;
	font-weight: 900;
	color: #8C8C8C;
}


.address{
	
}

.address:before{
	content: '\f3c5';
    display: inline-block;
    font-family: 'Font Awesome 6 Free';
    font-size: inherit;
	font-weight: 900;
	color: #8C8C8C;
}

/*アイコンbox*/
.iconbox {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
	margin: .2rem auto;
	width: 100%;
	font-size: .5rem;
}

.iconbox .iconbox01 {
	width: 30%;
}

.iconbox .iconbox02 {
	width: 70%;
	text-align: right;
}

@media screen and (max-width:769px){
	.iconbox {
	font-size: .7rem;
}
}


/*カテゴリー*/
.categorybox{
	padding: 1px 5px;
    border-radius: 3px;
    display: inline-block;
    text-align: center;
	color: #FFFFFF;
}


.cate001{
	border-color: #C60;
	color: #C60;
}

.cate002{
	border-color: #090;
	color: #090;
}

.cate003{
	border-color: #0080C0;
	color: #0080C0;
}

.cate004{
	border-color: #F90;
	color: #F90;
}

.cate005{
	border-color: #B062FF;
	color: #B062FF;
}


/*予約可*/
.reservebox {
    border-radius: 3px;
    display: inline-block;
    text-align: center;
    background: #06C;
    color: #FFF!important;
    padding: 1px 5px;
    margin-right: 10px;
}


/*クーポンあり*/
.couponbox {
    border-radius: 3px;
    display: inline-block;
    text-align: center;
    background: #F66;
    color: #FFF!important;
    padding: 1px 5px;
}

/*ページ送り*/
.pagenation {
    margin: 3em auto 2em;
	text-align: center;
}

.pagenation ul {
    list-style: none;
    font-size: 1em;
	display: inline-block;
}
.pagenation ul li {
    display: inline-block;
}
.pagenation ul li::before {
    content: "　|　";
}
.pagenation ul li:last-child::after {
    content: "　|　";
}
.pagenation .current{
	text-decoration:underline;
}


@media screen and (max-width:769px){
	.pagenation {
	font-size: 0.8rem;
}
}




/*ジャンル絞り込み*/
.selectbox-002 {
    position: relative;
	left:20%;
}

.selectbox-002::before,
.selectbox-002::after {
    position: absolute;
    content: '';
    pointer-events: none;
}

.selectbox-002::before {
    right: 0;
    display: inline-block;
    width: 2.8em;
    height: 2.8em;
    border-radius: 0 3px 3px 0;
    background-color: #ed5f4c;
    content: '';
}

.selectbox-002::after {
    position: absolute;
    top: 50%;
    right: 1.4em;
    transform: translate(50%, -50%) rotate(45deg);
    width: 6px;
    height: 6px;
    border-bottom: 3px solid #fff;
    border-right: 3px solid #fff;
    content: '';
}

.selectbox-002 select {
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    min-width: 230px;
    height: 2.8em;
    padding: .4em 3.6em .4em .8em;
    border: 2px solid #ed5f4c;
    border-radius: 3px;
    color: #333333;
    font-size: 1em;
    cursor: pointer;
}

.selectbox-002 select:focus {
    outline: 1px solid #ed5f4c;
}


@media screen and (max-width:769px){
	.selectbox-002 {
	left:5%;
}

}


/*検索窓*/
.searchbox {
	display: flex;
  justify-content: space-between;
	align-items: center;
    margin: 0.5em auto;
	width: 75%;
	max-width: 1100px;
}
.searchbox-box01{
	width: 33.3%;
	text-align: center;
}
.searchbox-box02{
	width: 33.3%;
	text-align: center;
}

.searchbox-box03{
	width: 33.3%;
	padding-right: 0;
	padding-left: auto;
}


@media screen and (max-width:769px){
	.searchbox {
		width: 90%;
	}
	.searchbox-box01{
		width: 0%;
	}
	.searchbox-box02{
		width: 22%;
	}
	.searchbox-box03{
		width: 78%;
	}
}




/*TOPに戻る*/

.return{
	text-align: center;
	border-bottom: none;
	color: #4a4a4a;	
}

.return a{
	color: #4a4a4a;	
}

.return a:hover{
color:#ed5f4c;
}


/*フッター*/
.footerbox{
	width: 100%;
	margin: 0 auto;
}


/*フッターのアプリ説明分*/
.footerapp{
	width: 100%;
	margin: 0 auto;
	height: 320px;
	object-fit: cover;
	background-image: url(/wp-content/themes/spotfurimo/img/footer_bg.png)
}

.footertittle{
	font-size: 2rem;
	color: #ed5f4c;
	font-weight: 700;
}


.footerappcontents {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
	margin: 1.5em auto;
	width: 80%;
	max-width: 1200px;
}

.footerappcontents .box01 {
	width: 40%;
	font-size: 0.5rem;
	text-align: center;
}
.footerappcontents .box01 img {
	height: 320px;
	margin-bottom: 0px;
}

.footerappcontents .box02 {
	width: 60%;
	font-size: .8rem;
	overflow-wrap: break-word;
}

.footerappcontents .box02 p{
	font-size: 1rem;
}


.appbox {
  display: flex;
  justify-content:space-between;
  flex-wrap: wrap;
	margin: 1em auto;
	width: 100%;
	background-color: #ed5f4c;
	border-radius: 7px;
	padding: 0.5rem 1rem;
}

.appbox .appbox01 {
	width: 47%;
	text-align: center;
}

.appinbox {
  display: flex;
  justify-content:center;
	align-items: center;
  flex-wrap: wrap;
	margin: 1em auto;
	width: 100%;
	background-color: #ed5f4c;
	border-radius: 7px;
}

.appinbox .qr {
	width: 40%;
}
.appinbox .qr img{
	width: 100%;
	height: auto;
	max-width: 120px;
}
.appinbox .banner {
	width: 60%;
}

.appinbox .banner p {
	color: #FFFFFF;
}

.appinbox .banner img {
	width: auto;
	height: 45px;
}



@media screen and (max-width:1024px){
	.footerappcontents {
		width: 90%;
	}
	.appinbox .qr {
		display: none;
	}
	.appinbox .banner {
	width: 100%;
	}
}

@media screen and (max-width:769px){
	.footerapp{
	width: 100%;
	margin: 0 auto;
	height: auto;
	object-fit: cover;
	background-image: url(/wp-content/themes/spotfurimo/img/footer_bg.png)
	}
	.footerappcontents .box01 {
		display: none;
	}
	.footerappcontents .box02 {
		width: 100%;
		margin: 1.5rem auto;
	}
	.appbox {
		margin-bottom: 0;
	}
}




/*フッターコンテンツ*/
.footercontents {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
	margin: 1.5em auto;
	width: 80%;
	max-width: 1200px;
}

.footercontents img {
  display: block;
  width: 40%;
  height: auto;
	margin-top: 6px;
}

.footercontents .box01 {
	width: 30%;
	font-size: 0.5rem;
}
.footercontents .box01 img {
	width: 60px;
}

.footercontents .box02 {
	width: 70%;
	text-align: right;
	font-size: .8rem;
	padding-right: 1.5em;
	overflow-wrap: break-word;
}

@media screen and (max-width:1024px){
   .footercontents {
       flex-wrap: wrap;
       flex-flow: column;
	   width: 100%;
   }

   .footercontents .box01 {
	   width: 100%;
	}
	.footercontents .box01 img{
		width: 70px;
	   margin: 1rem auto;
	}
	.footercontents .box01 p{
	   display: none;
	}
	.footercontents .box02 {
		width: 100%;
		padding: 0.2em;
	}

}


/*フッターメニュー*/
.footercontents nav{
text-align: right;
}
.footercontents nav ul{
margin: 0 ;
padding: 0 ;
}
.footercontents nav li{
list-style: none;
display: inline-block;
width: auto;
	padding: 0 0.5rem;
}
.footercontents nav li:not(:last-child){
border-right:1px solid #414141;
}
.footercontents nav a{
text-decoration: none;
color: #333;
}
.footercontents nav a.current{
color: #00B0F0;
border-bottom:2px solid #00B0F0;
}
.footercontents nav a:hover{
color:#ed5f4c;
border-bottom:2px solid #ed5f4c;
}

@media screen and (max-width:1024px){
	.footercontents nav{
		text-align: center;
	}
}



/*コピーライト*/
.copyright-area {
	font-size: 1rem;
    background-color: #3e3a37;
    color: #f3efef;
    padding: 10px;
	text-align: center;
}







.sp {
	display: block!important;
}
.pc {
	display: none!important;
}
@media (min-width: 769px) {
.pc {
	display: block!important;
}
.sp {
	display: none!important;
}
}



.mt30 {
	margin-top:3.0rem;
}
.mt20 {
	margin-top:2.0rem;
}

.mt10 {
	margin-bottom:1.0rem;
}
.mt5 {
	margin-bottom:0.5rem;
}
.mb30 {
	margin-bottom:3.0rem;
}
.mb20 {
	margin-bottom:2.0rem;
}

.mb10 {
	margin-bottom:1.0rem;
}
.mb5 {
	margin-bottom:0.5rem;
}

.pt30 {
	padding-top:3.0rem;
}
.pt20 {
	padding-top:2.0rem;
}

.pt10 {
	padding-top:1.0rem;
}
.pt5 {
	padding-top:0.5rem;
}

.pb30 {
	padding-bottom:3.0rem;
}
.pb20 {
	padding-bottom:2.0rem;
}

.pb10 {
	padding-bottom:1.0rem;
}
.pb5 {
	padding-bottom:0.5rem;
}

