@import "/css/font-awesome/css/font-awesome.min.css";

/* ********** COMMON ********** */

* {
  box-sizing: border-box; }

html, body {
  height: 100%;
  color: #111;	
}

html {
  //overflow-y: scroll;
}

body {
  background: #fff;
  text-align: center;
  color: #222;
  margin: 0;
  padding: 0;
  min-height: 100vh;
}

.wrapper{
	margin: 0;
	padding: 0;
	font-family: "Noto Sans Japanese";
}

.wrapper img {
	max-width: 100%;
}

.wrapper ol {
	list-style: none;
}

.note {
	font-size: 0.8rem;
}

.note1 {
	font-size: 0.85rem;
}

.note2 {
	font-size: 0.9rem;
}

.tx_center{
    text-align: center;
}

.tx_right{
    text-align: right;
}

.bold{
	font-weight: bold;
}

.pc_only {
	display: none;
}

.ipad_only {
	display: none;
}

@media only screen and (min-width: 768px) {
	.sp_only {
		display: none;
	}
	.pc_only {
		display: block;
	}

}

@media only screen and (max-width: 768px) {
	.ipad_only {
		display: block;
	}
}

@media only screen and (max-width: 414px) {
	.ipad_only {
		display: none;
	}
}


img.gray {
-webkit-filter: grayscale(100%);
-moz-filter: grayscale(100%);
-ms-filter: grayscale(100%);
-o-filter: grayscale(100%);
filter: grayscale(100%);
}

img.gray:hover {
-webkit-filter: none;
-moz-filter: none;
-ms-filter: none;
-o-filter: none;
filter: none;
}




@media only screen and (max-width: 599px) {
	.sp_only {
		display: block;
	}
	.sp_tablet_only {
		display: block;
	}
	.tablet_only {
		display: none;
	}
	.pc_only {
		display: none !important;
	}
	.pc_tablet_only {
		display:none !important;
	}
}
@media only screen and (min-width: 600px) and (max-width: 1024px) {
	.sp_only {
		display: none !important;
	}
	.sp_tablet_only {
		display: block !important;
	}
	.tablet_only {
		display: block;
	}
	.pc_only {
		display: none;
	}
	.pc_tablet_only {
		display:block;
	}
}
@media only screen and (min-width: 1025px) {
	.sp_only {
		display: none !important;
	}
	.sp_tablet_only {
		display: none !important;
	}
	.tablet_only {
		display: none;
	}
	.pc_only {
		display: block;
	}
	.pc_tablet_only {
		display:block;
	}
}







/* ********** HEADER ********** */
header {
	margin: 0;
    background: #fff;
    //background: red;
	//padding: 0.8rem;
	text-align: left;
}

header .logo {
	width: 36vw;
	margin: 0;
}

@media only screen and (min-width: 640px) {
	header .logo {
		width: 170px;
	}
}
@media only screen and (min-width: 960px) {
}


/* ********** breadcrumb ********** */
@media only screen and (max-width: 599px) {
    .breadcrumb {
        margin:15px 0;
        padding: 5px 4vw;
        font-size: 10px;
        text-align: left;
    }
    .breadcrumb li {
        display: inline-block;
        list-style: none;
    }
    .breadcrumb li::after {
        content: "\f105";
        font-family: FontAwesome;
        margin-right: 0.8em;
        margin-left: 0.8em;
    }
    .breadcrumb li:last-child {
        font-weight:bold;
    }
    .breadcrumb li:last-child::after {
        content: none;
    }
}
@media only screen and (min-width: 600px) and (max-width: 1024px) {
    .breadcrumb {
        margin:15px 0;
        padding: 5px 0;
        font-size: 10px;
        text-align: left;
    }
    .breadcrumb li {
        display: inline-block;
        list-style: none;
    }
    .breadcrumb li::after {
        content: "\f105";
        font-family: FontAwesome;
        margin-right: 0.8em;
        margin-left: 0.8em;
    }
    .breadcrumb li:last-child {
        font-weight:bold;
    }
    .breadcrumb li:last-child::after {
        content: none;
    }
}
@media only screen and (min-width: 1025px) {
    .breadcrumb {
        margin:15px 0;
        padding:2px 0;
        width:420px;
        font-size: 13px;
        text-align: left;
    }
    .breadcrumb li {
        display: inline-block;
        list-style: none;
    }
    .breadcrumb li::after {
        content: "\f105";
        font-family: FontAwesome;
        margin-right: 0.8em;
        margin-left: 0.8em;
    }
    .breadcrumb li:last-child {
        font-weight:bold;
    }
    .breadcrumb li:last-child::after {
        content: none;
    }
}



/* ********** PAGETO SHOP ********** */

.pageto_shop {
  bottom: 70px;
  position: fixed;
  right: 20px;
  z-index: 9999;    
}

.pageto_shop a {
  background-color: rgba(99,99,99,0.9);
  background-image: url(/image/common/ico_shop.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: 32px auto;
  border-radius: 25px 25px;
  display: block;
  height: 40px;
  width: 40px;
}

@media only screen and (max-width: 414px) {	
  .pageto_shop {
  right: 10px;
  }	
	
  .pageto_shop a {	
  background-size: 32px auto;
  border-radius: 25px 25px;
  height: 40px;
  width: 40px;	
  }		
}	

/* ********** PAGETO TOP ********** */

.pageto_top {
  bottom: 20px;
  position: fixed;
  right: 20px;
  z-index: 9999;    
}

@media only screen and (max-width: 414px) {	
  .pageto_top {
  right: 10px;
  }	
}	

.pageto_top a {
  background-color: rgba(99,99,99,0.9);
  background-image: url(/image/common/ico_totop.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: 20px auto;
  border-radius: 25px 25px;
  display: block;
  height: 40px;
  width: 40px;
}

@media only screen and (max-width: 414px) {	
  .pageto_top a {	
  background-size: 22px auto;
  border-radius: 25px 25px;
  height: 40px;
  width: 40px;	
  }		
}	




/* ********** FOOTER ********** */
footer {
    margin: 0;
	padding: 0;
	font-size: 0.75rem;
	text-align: center;
	color: #222;
    font-weight: normal !important;
}

footer img{
    width: 11rem !important;
}

@media only screen and (min-width: 768px) {
    footer {
	font-size: 0.8rem;
    }
    footer img{
        width: 10rem !important;
    }
}    
    
footer p:last-child{
    margin-top: 0.3rem;
}



/* ********** sns icon ********** */
.sns_fixed {
	position: fixed;
	top: 50%;
	left: 0;
	transform: translateY(-50%);
	display: -webkit-flex;
	display: flex;
	-webkit-flex-direction: column;
	flex-direction: column;
	-webkit-align-items: center;
	align-items: center;
	line-height: 1;
	z-index: 99999;
}
.sns_fixed img {
	width: 34.3px !important;
}
.sns_fixed ul {
	width: 100%;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-direction: column;
	flex-direction: column;
	-webkit-align-items: center;
	align-items: center;
}
.sns_fixed li {
	flex: auto;
}
.sns_fixed a {
	display: block;
	background-color: #fff;
	line-height: 0.5;
}



@media only screen and (max-width: 414px) {	
	.sns_fixed {
		display: none;
	}
}


/* ********** SHOP ********** */
.shoplist_wrap{ 
    z-index: -1;
    padding: 3rem 0 0;
	font-size: 1rem;
}

.shoplist {
	padding: 6rem 0;
    text-align: left;
    color: #222;
    padding-top: 1rem;
    z-index: -1;    
}

.shoplist .em {
	text-align:center;
	font-size:1.1rem;
	margin-top:4rem;
	padding-bottom:0.3rem;
    font-weight: bold;
}

.shoplist h3{
	font-size: 1.3rem !important;
}

@media only screen and (min-width: 768px) {
	.shoplist h3{
	font-size: 1.45rem;
	}
}

.tenpo_headline {
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	margin: 0 0.5em;
	line-height: 2rem;
}
.tenpo_headline .blog_link a {
	display: block;
	text-align: center;
    color: #222;
	font-size: 1rem;	
}
.tenpo_headline .blog_link a::before {
	content: "\f105";
	font-family: FontAwesome;
	margin-right: 0.5em;
}
.tenpo_area {
    color: #222 !important;
    z-index: -1;
}
.tenpo_area p {
	padding: 0.5em;
	position: relative;
}

/* ********** iPad ********** */
@media only screen and (max-width: 768px) {
.tenpo_area{
    margin: 0 auto;
    width: 90%;
    }    
}

.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 #ccc ;
	font-size: 0.9rem;
}
.tenpo_area nav > ul > li {
	margin: 0.5em 0 0;
	padding: 0 0.5em;
	border-bottom: solid 1px #ccc ;
}

.popup_area_title {	
}
.tenpo_area a {
	display: block;
	padding: 0 0 0.5em;
	position: relative;
    color: #222;
	font-size: 1rem;
}
.tenpo_area a::after {
	content: "\f105";
	font-family: FontAwesome;
	position: absolute;
	right: 0.5em;
	top: 50%;
	transform: translateY(-50%);
    color: #222;
}
.tenpo_area a span {
	font-size: 0.9rem;
}

@media only screen and (max-width: 639px) {
	.tenpo_area p {
	position: relative;
    border-bottom: 2px solid #ccc;
	}
}
@media only screen and (min-width: 768px) {
	.tenpo_area {
		border: none;
	}
	.tenpo_area p {
	    border-bottom: solid 2px #ccc;
		position: relative;
	}
	.tenpo_area nav > ul {
		border: none;
		margin: 0 0.5em 1.5em;
		font-size: 1.1rem;
		display: -webkit-flex;
		display: flex;
		-webkit-flex-flow: row wrap;
		flex-flow: row wrap;
		justify-content: space-between;
	}
	.tenpo_area nav > ul > li {
		/* margin: 0.5em; */
		padding: 0;
		width: calc(45%);
		border: none;
		display: -webkit-flex;
		display: flex;
		flex-direction: column;
	}
	.tenpo_area a {
		display: block;
		width: calc(100%);
		padding: 0.5rem 0 0.5rem 0.5rem;
		position: relative;
		border-bottom: solid 1px #ccc;
	}
	.shoplist_wrap{ 
		padding: 5em 0 0;
	}
}




/* ********** FOOTER ********** */
footer {
    margin: 0;
	padding: 0;
	font-size: 0.75rem;
	text-align: center;
	color: #222;
    font-weight: normal !important;
}

footer img{
    width: 11rem !important;
}

@media only screen and (min-width: 768px) {
    footer {
	font-size: 0.8rem;
    }
    footer img{
        width: 10rem !important;
    }
}    
    
footer p:last-child{
    margin-top: 0.3rem;
}








/* ------------------------------------------------

 202305 SHOPLIST

------------------------------------------------ */
/* 202306 SHOP */
.tenpo_area nav > ul {
	border-bottom: solid 1px #ccc ;
	font-size: 0.9rem;
}
.tenpo_area nav > ul > li {
	margin: 0.5em 0 0;
	padding: 0 0.5em;
	border-bottom: solid 1px #ccc;
}
@media only screen and (max-width: 599px) {
	.tenpo_area a {
		font-size:0.9rem;
	}
	.tenpo_area p {
		padding:0.3rem 0.5rem;
	}
	.tenpo_area p:not(:first-child){
		margin-top: 1rem;
	}
	.tenpo_area a::after {
		content: "\f105";
		font-family: FontAwesome;
		position: absolute;
		right: 1%;
		top: 50%;
		transform: translateY(-50%);
		color: #222;
	}
	.tenpo_area nav > ul {
		border-bottom: none;
	}
}
@media only screen and (min-width:600px) and (max-width: 1024px) {
	.shoplist_wrap{
		padding: 5em 2rem 0;
	}
	.tenpo_area{
	    width: 100%;
    }  
	.tenpo_area a::after {
		content: "\f105";
		font-family: FontAwesome;
		position: absolute;
		right: 1%;
		top: 50%;
		transform: translateY(-50%);
		color: #222;
	}
	.tenpo_area nav > ul {
		border: none;
		margin: 0 0 1.5em;
		font-size: 1.1rem;
		display: -webkit-flex;
		display: flex;
		-webkit-flex-flow: row wrap;
		flex-flow: row wrap;
		justify-content: space-between;
	}
	.tenpo_area nav > ul > li {
		margin: 0;
		padding: 0;
		width: 49%;
		border: none;
		display: -webkit-flex;
		display: flex;
		flex-direction: column;
		border-bottom: solid 1px #ccc;
		flex-wrap: wrap;
		align-content: space-between;
	}
	.tenpo_area nav > ul > li:nth-child(3) a {
		font-size: 0.96rem;
	}
	.tenpo_area nav > ul > li:last-child {
		border-bottom: solid 1px #ccc;
	}
	.tenpo_area a {
		display: block;
		width: calc(100% - 0.5em);
		padding: 0.5rem;
		position: relative;
		border-bottom: none;
	}
}
@media only screen and (min-width: 1025px) {
	.tenpo_area a::after {
		content: "\f105";
		font-family: FontAwesome;
		position: absolute;
		right: 1%;
		top: 50%;
		transform: translateY(-50%);
		color: #222;
	}
	.tenpo_area nav > ul {
		border: none;
		margin: 0 0 1.5em;
		font-size: 1.1rem;
		display: -webkit-flex;
		display: flex;
		-webkit-flex-flow: row wrap;
		flex-flow: row wrap;
		justify-content: space-between;
	}
	.tenpo_area nav > ul > li {
		margin: 0;
		padding: 0;
		width: calc(32.8%);
		border: none;
		display: -webkit-flex;
		display: flex;
		flex-direction: column;
		border-bottom: solid 1px #ccc;
		flex-wrap: wrap;
		align-content: space-between;
	}
	.tenpo_area nav > ul > li:last-child {
		border-bottom: solid 1px #ccc;
	}
	.tenpo_area a {
		display: block;
		width: calc(100% - 0.5em);
		padding: 0.5rem;
		position: relative;
		border-bottom: none;
	}
}

.shoplist {
	font-family:"ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

.sns_fixed {
	display:none;
}
@media only screen and (min-width: 1100px) {
	.shoplist,
	footer {
        width: 1100px;
        margin-left: auto;
        margin-right: auto;
    }
	.breadcrumbs {
		padding:0.5rem 6vw;
	}
}


