@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,
.pc_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%;
}


.font{
    font-family: 'Lato', sans-serif;    
}

.font-noto {
    font-family: 'Noto Sans JP', sans-serif;
	}

.font-min{
    font-family: "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "游明朝",YuMincho,"HG明朝E", "MS P明朝", "MS 明朝", serif;
}

.font-en{
	font-family: 'Lato', sans-serif;
}

.font-en2{
	font-family: 'Cantata One', serif;
}
.font-en3{
font-family: 'Libre Baskerville', serif;
/*font-size: 1.3rem;*/
}

.font-jp{
	font-family: 'Noto Sans JP', sans-serif;
}

.font-item{
font-size: 0.8rem;
}


@media only screen and (min-width: 768px) {
	.wrapper {
		font-size: 1rem;
	}
	.wrapper a {
		transition: 0.5s;
	}
	.wrapper a:hover {
		text-decoration: none;
		opacity: 0.7;
		transition: 0.5s;
	}
	.wrapper img {
		width: auto;
	}
	.tabpc_only {
		display: inline;
	}
	.ipad_only,
    .sp_only {
		display: none;
	}
	.em {
		font-size: 140%;
		font-weight: bold;
		text-align: center;
	}
}

/* ********** iPhone8,Ipad  ********** */
@media only screen and (min-width: 667px) {
    .pc_only {
		display: inline;
	}
}   

@media only screen and (min-width: 960px) {
	.pc_only {
		display: inline;
	}
}

@media only screen and (max-width: 768px) {
	.pc_only {
		display: none;
	}    
    
    .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;
	}
         
}

    
/* ********** ヘッダ ********** */
header {
	padding: 1em 0 1em;
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: flex-end;
	justify-content: flex-end;
	-webkit-align-items: center;
	align-items: center;
    background: #fff;
		

		
}
header .logo {
	width: 33.6vw;
	margin-left: 5px;
	margin-right: auto;
}
header .header_cta {
	display: -webkit-flex;
	display: flex;
}
header .header_cta_item div {
	margin: 0 0 0 0.5em;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-flow: column wrap;
	flex-flow: column wrap;
}
header .header_cta_item a {
	color: #fff;
	font-size: 2.5vw;
	padding: 0.5em;
	position: relative;
	display: -webkit-flex;
	display: flex;
	-webkit-align-items: center;
	align-items: center;
}
header .header_cta_item:first-child a {
	background-color: #2db8ef;
}
header .header_cta_item:last-child a {
	background-color: #ff9c00;
	margin-left: 5px;
}
header .header_cta_item img {
	width: 7.5vw;
}
@media only screen and (min-width: 640px) {
	header .logo {
		width: 170px;
        margin-left: 20px;
				    margin-top: 20px;
			
	}
	header .header_cta_item div {
		margin: 0 1em 0 0.5em;
	}
	header .header_cta_item a {
		font-size: 90%;
	}
	header .header_cta_item span {
		font-size: 80%;
	}
	header .header_cta_item img {
		width: auto;
	}
}


.c-main-txt {
    padding: 0 1em;
		}

@media only screen and (min-width: 960px) {
.c-main-txt {
    padding: 0;
}
}


/* ********* ハンバーガーメニュー **************** */

.hb_nav {
  margin: 0 0 0 auto;
  padding: 0.2rem;
}

.hb_navitit{
font-size: 1.9rem;
    letter-spacing: 0.2em;
    line-height: 1.5;
}


@media only screen and (min-width: 768px) {
	.hb_nav {
	  margin: 0 0 0 auto;
	  padding: 1rem;
	}
}

.btn_hb {
  text-align: right;
	font-family: YuGothic, "Yu Gothic medium", "Hiragino Sans", Meiryo, "sans-serif";
	
display:block;
position:relative;
z-index:9998;
}

.btn_hb a {
  display: inline-block;
  text-align: center;
}

#open_hb a {
  background: #272727;
  width: 2rem;
  line-height: 2rem;
  transition: 1s;
  position: fixed;
  top:0.45rem;
  right: 0.5rem;
  color: #fff;
  border-radius: 2rem;
	
padding-left: 2.5px;
}

#close_hb a {
  color: #fff;
  background: #3c3c3c;
  width: 2rem;
  line-height: 26px;
  border-radius: 2rem;
  right: 0.5rem;
  margin: 0.4rem 0.5rem 0 0;
    padding: 0 0 0 0.1em;

    border: 1px solid #fff;
  /*border: 1px solid #aaa;*/
  text-decoration: none !important;	
	



}


@media only screen and (min-width: 768px) {
  #open_hb a {
top: 0.7rem;
    right: 0.7rem;
    width: 2.5rem;
    line-height: 2.5rem;
    font-size: 1.2rem;
  }	
  #close_hb a{
  margin: 0.7rem 0.7rem 0 0;	
	    border: 1px solid #fff;
			    width: 2.5rem;
    line-height: 2.4rem;
    font-size: 1.5rem;
  }	
}		

#g_menu ul{
	margin: 0rem 2rem 0 2rem;
	text-align: left;
	line-height: 2;
	
	
	display: flex;
    flex-wrap: nowrap;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: 100%;
		
}

#g_menu li {
  list-style: none;
  line-height: 1.6;
  margin-bottom: 1rem;
  color: #fff;
  text-align: center;
  letter-spacing: 0.1rem;
  font-size: 1.1rem;
}

#g_menu li:last-child {
  margin-top: 3.5rem;
	margin-bottom: 5rem;
}

#g_menu a {
  color: #fff;
  text-decoration: underline;	
  font-weight: normal !important;
}

#g_menu {
  height: 100%;
   width: 100%;
  padding: 0;
  background: rgba(0, 0, 0,.9);
  transition: right 1s;
  position: fixed !important;
  top: 0;
  z-index: 999999;	
}

#g_menu:not(:target) {
            right: -100%;
}

#g_menu:target {
            right: 0;
}

#g_menu li{
	padding-bottom: 0.2rem;
}

#g_menu li:first-of-type{
	color: #fff;
	font-size: 1.2rem;
	text-decoration: none;
}

@media only screen and (min-width: 768px) {	
	#g_menu ul{
		margin: 0 2rem 0 2rem;
		
		
		
		display: flex;
    flex-wrap: nowrap;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: 100%;
		
		
		
		
	}
	
	#g_menu li:first-of-type{
		color: #fff;
		font-size: 1.25rem;
		margin-bottom: 3.5rem;
	}
}



.button_sr {
  //display: inline-block;
  position: relative;
  width: 100%;
  text-align: center;
  text-decoration: none;
  outline: none;
  line-height: 1.3;
  color: #000;	
  font-size: 0.9rem; 
  background: #fff;	
  margin: 1rem auto 2rem;
  border: 1px solid #000;
}

.button_sr::before,
.button_sr::after {
  position: absolute;
  z-index: -1;
  display: block;
  content: '';
}

.button_sr,
.button_sr::before,
.button_sr::after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all .3s;
  transition: all .3s;
}   
     
.button_sr {
  position: relative;
  z-index: 2;
  overflow: hidden;
  margin-bottom: 0.8em;
  width: 99%;	
}

@media only screen and (min-width: 769px) {
 .button_sr {
  width: 100%;
  margin: 4.5rem auto 2rem;
  }
}

.button_sr::after {
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
}

.button_sr a{
    color: #000;
    display: block;
    padding: 0.8em 1rem;    
}

.button_sr a::after {
	content: "\f105";
	font-family: FontAwesome;
	position: absolute;
	top: 50%;
	right: 0.6em;
	transform: translateY(-50%);
	color: #000;
}

@media only screen and (min-width: 769px) {
	.button_sr {
    padding: 0.2rem; 
    font-weight: normal;
    letter-spacing: 1.2px;              
    }
    
	.button_sr a{
	font-size: 0.9rem;		
	}	

    .button_sr a::after {
      top:1rem;    
      right: 0.5em;
    }
    
    .button_sr a::after {
	content: "\f105";
	font-family: FontAwesome;
	position: absolute;
	top: 52%;
	right: 0.6em;
	transform: translateY(-50%);
    }    
}

/* アンドロイド */
@media only screen and (max-width: 480px) {
	.button_sr {
	width: 100%;
	margin: 1.5rem 1rem 0　0　!important;
	}
}	

.button_sr a::hover{
    color: #222 !important;
}


.button_sleep {
  //display: inline-block;
  position: relative;
  //width: 100%;
  text-align: center;
  text-decoration: none;
  outline: none;
  line-height: 1.3;
  color: #fff;	
  font-size: 1.1rem; 
  background: #0E6B68;	
  margin: 1rem auto 0;
  border-radius: 3rem;
  width: 20em;
}

.button_sleep::before,
.button_sleep::after {
  position: absolute;
  z-index: -1;
  display: block;
  content: '';
}

.button_sleep,
.button_sleep::before,
.button_sleep::after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all .3s;
  transition: all .3s;
}   
     
.button_sleep {
  position: relative;
  z-index: 2;
  overflow: hidden;
  margin-bottom: 0.8em;
  //width: 99%;	
}

@media only screen and (min-width: 769px) {
 .button_sleep {
  //width: 100%;
  margin: 4.5rem auto 0;
  }
}

.button_sleep::after {
  top: 0;
  left: -100%;
  //width: 100%;
  height: 100%;
}

.button_sleep a{
    color: #fff;
    display: block;
    padding: 1rem;    
}

.button_sleep a::after {
	content: "\f105";
	font-family: FontAwesome;
	position: absolute;
	top: 50%;
	right: 0.6em;
	transform: translateY(-50%);
	color: #fff;
}

@media only screen and (min-width: 769px) {
	.button_sleep {
    padding: 0.2rem; 
    font-weight: normal;
    letter-spacing: 1.2px;              
    }
    
	.button_sleep a{
	font-size: 0.9rem;		
	}	

    .button_sleep a::after {
      top:1rem;    
      right: 0.5em;
    }
    
    .button_sleep a::after {
	content: "\f105";
	font-family: FontAwesome;
	position: absolute;
	top: 52%;
	right: 0.6em;
	transform: translateY(-50%);
	color: #fff;
    }    
}

/* アンドロイド */
@media only screen and (max-width: 480px) {
	.button_sleep {
	width: 100%;
	margin: 1.5rem 1rem 0　0　!important;
	}
}	

.button_sleep a::hover{
    color: #222 !important;
}

#section_02 p{
	font-size:0.85rem;
	margin: 0 0 2rem;
	color: #074442;	
}

































@media only screen and (min-width: 960px) {
}


/* ********** 店舗一覧 ********** */
.shoplist_wrap{ 
    z-index: -1;
    padding: 3em 0;
    background: #a0a0a0;
    color: #fff;
}

.shoplist_wrap section{ 
}
    
.shoplist_wrap h2{
    font-size: 2.6rem;
    letter-spacing: 2px;
}    

@media only screen and (min-width: 768px) {
    .shoplist_wrap h2{
    font-size: 4rem;
    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";
    }
}

/* ********** SNSアイコン ********** */
.snsicon_wrap{
    padding: 0;
    background: #a0a0a0;    
}

.snsicon_wrap section{
    text-align: center;
}

.snsicon_wrap img{
      width: 40px;
    }

@media only screen and (min-width: 769px) {
    .snsicon_wrap img{
      width: 40px;
    }
}

.snsicon_wrap ul {
    text-align: center;
    display: -webkit-flex;
	display: flex;
	-webkit-align-items: center;
	align-items: center;
    margin: 1em auto 0;
    width: 80%;
}

@media only screen and (min-width: 769px) {
.snsicon_wrap ul {
    margin: 0.5em auto 0;
    width: 800px;
    }
}

.snsicon_wrap ul li{
     width: 20%;
}
.snsicon_wrap ul li img {
	width: 50%;
}
.snsicon_wrap ul li:nth-of-type(2) img{
	width: 23%;
}

@media only screen and (min-width: 769px) {
	.snsicon_wrap ul li img {
		width: 23%;
	}
	.snsicon_wrap ul li:nth-of-type(2) img{
		width: 10%;
	}
}

/* ********** フッタ ********** */
footer{
    background: #a0a0a0;
    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%;
    }
}    