@import "/css/font-awesome/css/font-awesome.min.css";

*{
    box-sizing: border-box;
}

.wrapper{
    color: #222;    
}

.wrapper img {
	max-width: 100%;
}

.wrapper ol {
	list-style: none;
}

.tabpc_only {
	display: none;
}

.note {
	font-size: 85%;
    line-height: 1.5;
}

.tx_right{
    text-align: right;
}

.tx_left{
    text-align: left;
}

.tx_center{
    text-align: center;
}

.indent{
	padding-left:1em;
	text-indent:-1em;
}

.wrapper a {
	text-decoration: none;
}

#pagetop {
	position: fixed;
	bottom: 50px;
	right: 25px;
}

#pagetop a {
	display: block;
	z-index: 10000;
	width: 35px;
	height: 35px;
}

sup {
	vertical-align: super;
	font-size: 70%;
}

@media only screen and (min-width: 768px) {
	.wrapper {
		font-size: 1rem;
	}
	.wrapper a {
		transition: 0.5s;
	}
	.wrapper a:hover {
		text-decoration: none;
		text-decoration: none;
		opacity: 0.7;
		transition: 0.5s;
	}
	.wrapper img {
		width: auto;
	}
	.tabpc_only {
		display: block;
	}
	.ipad_only,
    .sp_only {
		display: none;
	}
	.em {
		font-size: 140%;
		font-weight: bold;
		text-align: center;
	}
}

/* ********** iPhone8,Ipad  ********** */
@media only screen and (min-width: 769px) {
    .pc_only {
		display: block;
	}
}   

@media only screen and (min-width: 960px) {
	.pc_only {
		display: block;
	}
}

@media only screen and (max-width: 768px) {
	.ipad_only {
    display: block;
	}
}
    
@media only screen and (max-width: 1024px) {
    .pc_only {
		display: none !importnat;
	}   
	.ipadpro_only {
		display: block;
	}
}

@media only screen and (min-width: 1024px) {
	.ipadpro_only {
		display: none;
	}
}


@media only screen and (max-width: 414px) {
	.pc_only {
		display: none;
	}  
	
	.sp_only {
		display: block;
	} 
	   
    .ipad_only {
		display: none;
	}
	
}  	
	


/* ********** 店舗一覧 ********** */
.shoplist_wrap{ 
    z-index: -1;
    padding: 5em 0 7em;
    background: #222;
    color: #fff;
}

.shoplist_wrap section{ 
}
    
.shoplist_wrap h2{
    font-size:1.5rem;
    letter-spacing: 2px;
}    

@media only screen and (min-width: 768px) {
    .shoplist_wrap h2{
    font-size: 2rem;
    letter-spacing: 2px;        
    }    
}
    
.shoplist {
	padding: 0;
    text-align: left;
    z-index: -1;    
}

.shoplist .em {
	text-align:center;
	// font-size:1rem;
	margin-top:4em;
	padding-bottom:0.3em;
    font-weight: bold;
}

.tenpo_headline {
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	margin: 0 0.5em;
	line-height: 2em;
}
.tenpo_headline .blog_link a {
	display: block;
	text-align: center;
    color: #fff;
}
.tenpo_headline .blog_link a::before {
	content: "\f105";
	font-family: FontAwesome;
	margin-right: 0.5em;
}
.tenpo_area {
    color: #fff !important;
    z-index: -1;
}
.tenpo_area p {
	padding: 0.5em;
	position: relative;
}
.tenpo_area p::after {
	//content: "\f107";
	font-family: FontAwesome;
	position: absolute;
	right: 0.5em;
	top: 50%;
	transform: translateY(-50%);
    color: #fff !important;
}

/* ********** iPad ********** */

@media only screen and (max-width: 768px) {
.tenpo_area{
    margin: 0 auto;
    width: 90%;
    }    
    
.tenpo_area p::after {
    content: "\f107";
	font-family: FontAwesome;
	position: absolute;
	right: 0.5em;
	top: 50%;
	transform: translateY(-50%);
    }
}

.tenpo_area p.active::after {
	content: "\f106";
	font-family: FontAwesome;
	position: absolute;
	right: 0.5em;
	top: 50%;
	transform: translateY(-50%);
}
.tenpo_area nav > ul {
	border-bottom: solid 1px #808080;
	font-size: 90%;
}
.tenpo_area nav > ul > li {
	margin: 0.5em 0 0;
	padding: 0 0.5em;
	border-bottom: solid 1px #808080;
}
.tenpo_area nav > ul > li:last-child {
	border-bottom: none;
}
.popup_area_title {
	
}
.tenpo_area a {
	display: block;
	padding: 0 0 0.5em;
	position: relative;
    color: #fff;
}
.tenpo_area a::after {
	content: "\f105";
	font-family: FontAwesome;
	position: absolute;
	right: 0.5em;
	top: 50%;
	transform: translateY(-50%);
    color: #fff;
}
.tenpo_area a span {
	font-size: 90%;
}

@media only screen and (max-width: 639px) {
	.tenpo_area p {
	position: relative;
    border-bottom: 1px solid #fff;
	}
}
@media only screen and (min-width: 768px) {
	.tenpo_area {
		border: none;
	}
	.tenpo_area p {
	   border-bottom: solid 2px #fff;
		position: relative;
	}
	.tenpo_area p::after {
		//content: "\f107";
        color: #fff;
	}
	.tenpo_area nav > ul {
		border: none;
		margin: 0 0.5em 1.5em;
		font-size: 1rem;
		display: -webkit-flex;
		display: flex;
		-webkit-flex-flow: row wrap;
		flex-flow: row wrap;
	}
	.tenpo_area nav > ul > li {
		margin: 0.5em;
		padding: 0;
		width: calc(33.333% - 1em);
		border: none;
		display: -webkit-flex;
		display: flex;
		flex-direction: column;
	}
	.tenpo_area a {
		display: block;
		width: calc(100% - 0.5em);
		padding: 0.2em 0 0.2em 0.5em;
		position: relative;
		border-bottom: solid 1px #fff;
	}
}
@media only screen and (min-width: 1200px) {
}


/* ********** iPad ********** */
@media only screen and (max-width: 767px) {
.tenpo_area{
    margin: 0 auto;
    width: 90%;
    }    
    
.tenpo_area p::after {
    //content: "\f107";
	font-family: FontAwesome;
	position: absolute;
	right: 0.5em;
	top: 50%;
	transform: translateY(-50%);
    }
}

.tenpo_area p.active::after {
	content: "\f106";
	font-family: FontAwesome;
	position: absolute;
	right: 0.5em;
	top: 50%;
	transform: translateY(-50%);
}
.tenpo_area nav > ul {
	border-bottom: solid 1px #808080;
	font-size: 90%;
}
.tenpo_area nav > ul > li {
	margin: 0.5em 0 0;
	padding: 0 0.5em;
	border-bottom: solid 1px #808080;
}
.tenpo_area nav > ul > li:last-child {
	border-bottom: none;
}
.popup_area_title {
	
}
.tenpo_area a {
	display: block;
	padding: 0 0 0.5em;
	position: relative;
    color: #fff;
}
.tenpo_area a::after {
	content: "\f105";
	font-family: FontAwesome;
	position: absolute;
	right: 0.5em;
	top: 50%;
	transform: translateY(-50%);
    color: #fff;
}
.tenpo_area a span {
	font-size: 90%;
}

@media only screen and (max-width: 639px) {
    .tenpo_area p::after {
    content: "\f107";
    }
    
	.tenpo_area p {
	position: relative;
    border-bottom: 1px solid #fff;
	}
}
@media only screen and (min-width: 768px) {
	.tenpo_area {
		border: none;
	}
	.tenpo_area p {
	    border-bottom: solid 2px #fff;
        position: relative;
	}
	.tenpo_area p::after {
		//content: "\f107";
        color: #fff;
	}
	.tenpo_area nav > ul {
		border: none;
		margin: 0 0.5em 1.5em;
		font-size: 1rem;
		display: -webkit-flex;
		display: flex;
		-webkit-flex-flow: row wrap;
		flex-flow: row wrap;
	}
	.tenpo_area nav > ul > li {
		margin: 0.5em;
		padding: 0;
		width: calc(33.333% - 1em);
		border: none;
		display: -webkit-flex;
		display: flex;
		flex-direction: column;
	}
	.tenpo_area a {
		display: block;
		width: calc(100% - 0.5em);
		padding: 0.2em 0 0.2em 0.5em;
		position: relative;
		border-bottom: solid 1px #fff;
	}
}
@media only screen and (min-width: 1024px) {
    .tenpo_area p.active::after {
	content: "\f106";
    }
}


/* ********** フッタ ********** */
footer {
    background: #222;
    color: #fff;
}

.footer {
	padding: 0 0 2em;
	font-size: 60%;
	text-align: center;
}

.footer img{ 
    width: 40%;
    margin-top: 3em;
}

@media only screen and (min-width: 769px) {
.footer img{ 
    width: 14%;
    }
}    