@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;
  color: #4e4c4b;
  margin: 0;
  padding: 0;
  min-height: 100vh;
}

body {
  overflow-x: hidden;
  overflow-y: scroll;
}

.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;
}




/* ********** HEADER ********** */
.header__menu__product__list,
.header__menu__product__foot,
.header__menu__product__brandlist,
.header__menu__features,
.header__menu__shopinfo__main,
.header__menu__services__main,
.header__menu__content,
.linklist__item
 {
	display:block;
	text-align:left;
}

/* ********** 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-color: #3F5776;
  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-color: #3F5776;
  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;	
  }		
}	

/* ********** SHOP ********** */
.shoplist_wrap{ 
    z-index: -1;
    padding: 3rem 0 0;
	font-size: 1rem;
}

.shoplist {
	padding: 1rem 0 6rem;
    text-align: left;
    color: #222;
    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 ;
}
.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: #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;
	}
	.tenpo_area nav > ul > li {
		margin: 0.5em;
		padding: 0;
		width: calc(33.333% - 2.2rem);
		border: none;
		display: -webkit-flex;
		display: flex;
		flex-direction: column;
	}
	.tenpo_area a {
		display: block;
		width: calc(100% - 0.5em);
		padding: 0.2rem 0 0.2rem 0.5em;
		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;
}


/* ********** BANNER ********** */

.cs_flex {
        display: block;
        width: 100%;
    }
	.cs {
        width: 100%;
        margin-bottom: 3rem;
	}
	.cs a {
		display:block;
		max-width: 100%;
	}
	.cs a:hover {
		opacity: 0.7;
	}
@media only screen and (min-width: 768px) {
    .cs_flex {
		max-width: 960px;
		margin: 0 auto;
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
        margin-top: 7rem;
        //margin-top: 3rem;
	}
	.cs {
		width: 49%;
		margin:0 0 5rem;
	}
	.cs a {
		display:block;
		max-width: 100%;
	}
	.cs a:hover {
		opacity: 0.7;
    }
	
}


/* ********** sns icon ********** */
.sns_fixed {
		display: none;
}


/* ---------------------------------
 footer
--------------------------------- */
/*
 shoplist
------------------ */
@media only screen and (max-width: 599px) {
	.shoplist_wrap{ 
		z-index: -1;
		padding: 3rem 0 2rem;
		font-size: 1rem;
	}
	.shoplist {
		padding: 6rem 0 3rem;
		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;
		font-weight:bold;
	}
}

@media screen and (min-width:600px) and (max-width:1024px) {
    .shoplist_wrap{
		padding: 5em 0 3rem;
		//
		width:970px;
		margin-left:auto;
		margin-right:auto;
	}
    .shoplist {
		padding: 6rem 0 2rem;
		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;
		font-weight: bold;
	}
}

@media only screen and (min-width: 1025px) {
    .shoplist_wrap{ 
		//width:970px;
		margin-left:auto;
		margin-right:auto;
	}
    .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;
		font-weight: bold;
	}
}


/*
 tenpo_area
------------------ */
@media only screen and (max-width: 599px) {
	.tenpo_area {
		color: #222 !important;
		z-index: -1;
		width: 90%;
		margin: 0 auto;
	}
	.tenpo_area p {
		padding: 0.5em;
		margin-top:1.5rem;
		position: relative;
        border-bottom: 2px solid #ccc;
	}
	.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 ;
	}
	.tenpo_area nav > ul > li:last-child {
		border-bottom: none;
	}
	.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.8rem;
	}
	.tel {
		text-align: center;
	}
	.tel a {
		font-size: 1.6em;
		font-weight: 700;
		text-align: center;
	}
	.tel_info {
		text-align: center;
	}
}

@media screen and (min-width:600px) and (max-width:1024px) {
	.tenpo_area {
		color: #222 !important;
		z-index: -1;
	}
	.tenpo_area p {
		padding: 0.5em;
	    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(47%);
		border: none;
		display: -webkit-flex;
		display: flex;
		flex-direction: column;
	}
	.tenpo_area a {
		display: block;
		width: calc(100% - 0.5em);
		padding: 0 0 0.5em;
		position: relative;
		border-bottom: solid 1px #ccc;
		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.85rem;
	}
}

@media only screen and (min-width: 1025px) {
	.tenpo_area {
		color: #222 !important;
		z-index: -1;
	}
	.tenpo_area p {
		padding: 0.5em;
	    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;
		justify-content: space-between;
		flex-flow: row wrap;
	}
	.tenpo_area nav > ul > li {
		margin: 0.5em;
		padding: 0;
		width: calc(33.333% - 2.2rem);
		border: none;
		display: -webkit-flex;
		display: flex;
		flex-direction: column;
	}
	.tenpo_area a {
		display: block;
		width: calc(100% - 0.5em);
		padding: 0 0 0.5em;
		position: relative;
		border-bottom: solid 1px #ccc;
		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;
	}
}


/*
 footer_small
------------------ */
@media only screen and (max-width: 599px) {
	.footer_small {
		margin: 0;
		padding: 0;
		font-size: 0.75rem;
		text-align: center;
		color: #222;
		font-weight: normal !important;
	}
	.footer_small img{
		width: 11rem !important;
	}
	.footer_small p:last-child{
		margin-top: 0.3rem;
	}
}

@media screen and (min-width:600px) and (max-width:1024px) {
	.footer_small {
		font-size: 0.8rem;
	}
    .footer_small img{
        width: 10rem !important;
    }
    .footer_small p:last-child{
        margin-top: 0.3rem;
    }
}

@media only screen and (min-width: 1025px) {
    .footer_small {
		font-size: 0.8rem;
	}
    .footer_small img{
        width: 10rem !important;
    }
    .footer_small p:last-child{
        margin-top: 0.3rem;
    }
} 




/* 202306 SHOP */
@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;
}
