@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;500;700&display=swap');
body {
  color: #222;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400; /*regular*/
  font-feature-settings: "palt";
	font-size: 10px;
	line-height: 10px;
}
.wrap {
  width: 100%;
  overflow: hidden;
}

.inner {
  max-width: 1240px;
  padding: 0 20px;
  margin: 0 auto;
  position: relative;
}
.pc_only{
    display: block;
}
.sp_only{
    display: none;
}
img {
  display: block;
  width: 100%;
  height: auto;
}
.d_ib {
  display: inline-block;
}
.br_pc {
  display: block;
}
.br_sp {
  display: none;
}
/* text-align:justify */
.menu, .d_txt {
  text-align: justify;
}
.main{
	width: 100%;
	background: #f6edf5;
	padding-bottom: 20px;
	
}
/* header */
.main .mv{
	width: 100%;
	background: #f6edf5;
	
}
.mv__title{
	max-width: 1240px;
	width: 100%;
	margin: 0 auto 0;
	animation: fadeIn 3s ease-in-out;
}


.tablink {
  position: fixed;
  top: 20px;
  right: 0;
  width: 80px;
  z-index: 9999;
  transition: 0.3s;
}
.tablink:hover {
  opacity: 0.9;
}

/* 固有 */
.sec {
  padding-top: 60px;
}
.sec_ttl {
  margin: 0 auto;
	text-align: center;
	
}
.sec_ttl .shop{
	display: block;
	border-bottom: 2px solid #333;
	font-size: 2.2rem;
	font-weight: 700;
	line-height: 1.6em;
}
.sec_ttl .floor{
	font-size:1.8rem;
	font-weight: 500;
	line-height: 1.6em;
	color: #42B47A;
}
/* shop_list */
.shop_list {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
	justify-content: space-between;
}

.shop_list .shop {
    position: relative;
    width: 48%;
    padding: 0 20px;
    line-height: 1.5;
    margin-top: 30px;
	margin-bottom: 10px;
}

/* red */ .red {
  color: #b31045;
}
/* medium */ .p_yen, menu, .d_ttl {
  font-weight: 500;
}
/* bold */ .name, .tellink{
  font-weight: 700;
}
/* font-size:14px */.note {
  font-size: 14px;
}
/* font-size:15px */ .tellink, .nonal_btn {
  font-size: 15px;
}
/* font-size:18px */ .floor_txt,.menu {
  font-size: 18px;
}
/* font-size:21px */.name {
  font-size: 21px;
}


.explanation{
	display: flex;
	align-items: center;
	justify-content: flex-end;
	margin: 10px 0 0;
	
}
.explanation li{
	margin-left: 1.3em;
	font-size: 1.3rem;
	line-height: 1.4em;
	letter-spacing: 1px;
	
}
.explanation li span.pink {
  color:#e8456a; 
	
}
.explanation li span.yellow {
  color:#fac000; 
	
}
/*  */
.head {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  flex-wrap: wrap;
}
/*  */
.name a {
  transition: 0.3s;
  word-break: break-all;
}
.name a:hover {
  opacity: 0.5;
}
.head_img {
  width: 100%;
	position: relative;
	
	
}
.head_img a {
	width: 100%;
	    transition: 0.5s;
	border-radius: 20px;
	overflow:hidden;
	display: block;
}

.head_img img {
    
	transition:1s all;
}
.head_img a:hover img {
	 transform:scale(1.2,1.2);
  transition:1s all;
}
.head_img .time {
    position: absolute;
	bottom:-10px;
	right: -10px;
	background: #e61c79;
	border-radius: 50%;
	width: 90px;
	height: 90px;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 20px;
	font-weight: 700;
	line-height: 1.2em;
	color: #fff;
}
/* shop_詳細 */
.bold {
  font-weight: bold;
}
  .bb {
    padding: 10px 0 10px;
	
  }
  .bb .name{
    font-size: 2.0rem;
	  font-weight: 700;
	  line-height: 1.2em;
	  text-align: center;
	  letter-spacing: 0.6px;
	  
	  margin-bottom: 15px;
  }

.bb .name span.category{
    font-size: 1.2rem;
	  font-weight: 500;
	display: block;
	margin: 0;
	  color: #6f5540;
  }

.bb .text{
	 font-size: 1.2rem;
	  font-weight: 600;
	  line-height: 1.9rem;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	
}
.bb .text.small{
	 font-size: 1.0rem;
	font-weight: 400;
	line-height: 1.5em;
	padding-left: 1em;
	text-indent: -1em;

}
.bb .text span{
	background: #e61c79;
    display: inline-block;
    vertical-align: middle;
    padding: 4px 5px 2px;
    color: #fff;
    border-radius: 5px;
    height: 38px;
    margin: 0 7px;
    box-sizing: border-box;
}
.bb .text strong{
	font-size: 1.5rem;
	  font-weight: 700;
	  line-height: 1.9rem;
	color: #e61c79;
}
.shop .tel{
	
	
	transition: 0.5s;
	}
.shop .tel a{
	display: flex;
	align-items: center;
	margin: 10px auto 20px;
	width: 100%;
	max-width: 420px;
	border-radius: 5px;
	border: 2px solid #333;
	font-size: 1.5rem;
	line-height: 1.9rem;
	font-weight: 600;
	transition: 0.5s;
	}
.shop .tel a:hover{
	border: 2px solid #e61c79;
	}
.shop .tel a:hover span.tel-b{
	background: #e61c79;
	}
.shop .tel span.tel-b:before{
	    content: '';
    width: 40px;
    height: 50px;
    background-image: url(../img/icon_tel.png);
    position: absolute;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: left center;
    left: 0px;
    top: 0;
    bottom: 0;
    margin: auto;
    z-index: 3;
	}

.shop .tel span.tel-b{
	background: #000;
	color: #fff;
	
	height: 42px;
	margin-right: 20px;
	padding: 5px 25px 5px 50px;
	display: inline-block;
	font-size: 1.2rem;
	  line-height: 1.9rem;
	font-weight: 600;
	transition: 0.5s;
	position: relative;
	}
.menu .course{
	font-size: 1.2rem;
	  font-weight: 700;
	  line-height: 1.7rem;
	letter-spacing: 0.6px;
	margin-bottom: 7px;
	color: #e61c79;
	display: flex;
	align-items: center;
}
.menu .course span{
	background: #e61c79;
	border-radius: 50%;
	width: 25px;
	height: 25px;
	text-align: center;
	display: inline-block;
	font-size: 18px;
	font-weight: 700;
	line-height: 25px;
	color: #fff;
	    vertical-align: middle;
	margin-right: 5px;
}
.menu ul{
	margin: 5px 0 20px 1.5em;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	
	
	
}
.menu ul li{
	width: 46%;
	font-size: 1.0rem;
	line-height: 1.1em;
	margin-bottom: 5px;
	text-indent: -1.5em;
	}
.menu ul li::before {
  content: "●";
  margin-right: 5px; 
	
}
.menu ul li.pink::before {
  color:#e8456a; 
	
}
.menu ul li.yellow::before {
  color:#fac000; 
	
}
.small{
	font-size: 1.0rem;
		font-weight: 400;
		line-height: 1.4em;
	margin-left: 1em;
	text-indent: -1em;
}

.oth_sec{
		margin: 80px auto 100px;
	border: 2px solid #e6002f;
	padding: 20px 50px 25px;
	border-radius: 10px;
	background: #fff;
	}	
	.oth_sec .oth_ttl {
    font-size: 1.8rem;
		font-weight: 700;
		line-height: 1.4em;
		text-align: center;
		margin-bottom: 10px;
}
.oth_sec .oth_ttl span {
    color: #e6002f;
}
.oth_sec .other-note{
	display: flex;
	justify-content: center;
	align-items: center;
	margin-bottom: 20px;
}
.oth_sec .other-note p{
	font-size: 1.4rem;
	letter-spacing: 0.5px;
	font-weight: 500;
}
.oth_sec .other-note .title-b{
	display: inline-block;
	margin-right: 15px;
	padding: 2px 10px 3px;
	border-radius: 5px;
	background: #000;
	color: #fff;	
	font-size: 1.4rem;
	line-height: 1.4em;
	font-weight: 600;
}
.oth_sec .lead{
	font-size: 1.4rem;
	line-height: 1.4em;
	font-weight: 600;
	margin-bottom: 10px;
}
.oth_sec h3.title{
	color: #e8456a;
	font-size: 1.3rem;
	line-height: 1.4em;
	font-weight: 600;
}
.oth_sec ul{
	margin: 15px 0 10px;
}
.oth_sec ul li{
	font-size: 1.0rem;
	line-height: 1.4em;
	font-weight: 400;
	letter-spacing: 0.5px;
	margin-bottom: 5px;
	
}
/* pagetop */
.pagetop * {
  transition: 0.3s;
}
.pagetop {
  display: block;
  width: 48px;
  height: 48px;
  background-image: url(../img/btn-top-click.png);
  /*  */
  position: absolute;
  background-size: contain;
  right: 20px;
  bottom: 20px;
}
.pagetop:hover img {
  opacity: 0;
}
.pagetop.is-fixed {
  position: fixed;
}
/* footer */
.footer {
  font-weight: 500;
}
.f_txt {
  display: flex;
  background-color: #b6cacf;
  text-align: center;
  padding: 60px 0;
  justify-content: center;
  flex-wrap: nowrap;
}
.f_txt p {
  line-height: 1.7;
  font-size: 14px;
  margin-bottom: 40px
}
.copyright {
  font-size: 13px;
  display: flex;
  justify-content: space-around;
  align-items: center;
  color: #fff;
  padding: 30px 0;
  background: #e84585;
  flex-direction: column;
}
.logo_link {
  display: inline-block;
  max-width: 260px;
  width: 50%;
  background-color: #ffffff;
  margin-bottom: 15px;
}
.f_link a:hover {
  opacity: 0.5;
  transition: 0.3s;
  word-break: break-all;
}
.logo_link {
  display: inline-block;
  max-width: 260px;
  width: 50%;
  background-color: #ffffff;
}
.logo_link a:hover {
  opacity: 0.5;
  transition: 0.3s;
  word-break: break-all;
}


@media (max-width: 980px) {
	body {
	font-size: 9px;
	line-height: 9px;
}
	
	.shop_list {
    display:block;
}
.shop_list .shop {
    width: 100%;
}
.shop .tel a {
    width: 100%;
    height: 40px;
    margin: 5px auto 20px;
    font-size: 1.2rem;
}	
	.shop .tel a span.tel-b {
		height: 40px;
    margin-right: 15px;
    display: inline-block;
    font-size: 1.0rem;
    line-height: 1.9rem;
    font-weight: 600;
		padding: 5px 15px 5px 40px;
}
	.shop .tel a:before {
    width: 30px;
    height: 35px;
}
}

@media (max-width: 750px) {
    .pc_only{
        display: none;
    }
    .sp_only{
        display: block;
    } 
  .br_pc {
    display: none;
  }
  .br_sp {
    display: block;
  }
	body {
	font-size: 8px;
	line-height: 8px;
}

 .sec {
    padding-top: 20px;
}
 .inner {
    padding: 0 0px;
}
.sec_ttl .shop {
    font-size: 1.6rem;
}
	.sec_ttl .floor {
    font-size: 1.3rem;
}
	
	.explanation {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 10px 0 0;
}
	.explanation li {
    margin-left: 1.2em;
    font-size: 1.0rem;
    line-height: 1.2em;
		
}
	.explanation li:first-child {
    margin-left: 0;
		
}
.shop_list {
    display:block;
}
.shop_list .shop {
    width: 100%;
    padding: 0 20px;
    margin-top: 50px;
}	
	.head_img .time {
    bottom: -5px;
    right: -5px;
    width: 65px;
    height: 65px;
    font-size: 17px;
		line-height: 1.1em;
}
	.bb .name {
    font-size: 1.6rem;
}
	.bb .name span.category {
    font-size: 1.0rem;
}
	.bb .text {
		display: block;
		    line-height: 2.2rem;
}
	.bb .text span {
    margin-bottom: 5px;
		height: 32px;
		line-height: 26px;
}
	.menu .course {
    font-size: 1.0rem;
    line-height: 1.5rem;
    letter-spacing: 0.3px;
}
	.menu ul {
	    margin: 5px 0 15px 1.1em;
		
}
	.menu ul li {
		width: 44%;
    font-size: 0.9rem;
		text-indent: -1.1em;
		
}
	.menu ul li:nth-child(odd)  {
    margin-right: 10px;
}
	.menu ul li::before {
    margin-right: 2px;
}
	.menu .course {
    display: block;
		line-height: 14px;
}
	.menu .course span {
    width: 20px;
    height: 20px;
    font-size: 1.0rem;
    line-height: 18px;
    margin-right: 3px;
		margin-bottom: 3px;
}
	.small {
	display: block;
        width: 80%;
        margin: 0 auto;
        font-size: 0.9rem;
}
	.oth_sec .small{
		 width: 94%;
		margin-left: 1em;
	}
	.oth_sec {
		width: 90%;
    margin: 60px auto 50px;
    border: 2px solid #e6002f;
    padding: 18px 20px 18px;
    border-radius: 10px;
    background: #fff;
}
	.oth_sec .oth_ttl {
    font-size: 1.3rem;
    font-weight: 700;
    line-height: 1.4em;
}
	.oth_sec .other-note .title-b {
    margin-right: 10px;
    padding: 2px 5px 3px;
    border-radius: 2px;
    font-size: 0.9rem;
    line-height: 1.4em;
		display: block;
        width: 30%;
}
	.oth_sec .other-note p {
    font-size: 1.0rem;
}
.oth_sec .lead {
    font-size: 1.2rem;
    line-height: 1.2em;
    margin-bottom: 10px;
}	
	.oth_sec h3.title {
    font-size: 1.0rem;
    line-height: 1.4em;
}
	.oth_sec ul li {
    font-size: 0.9rem;
		text-indent: -0.6em;
		margin-left: 0.6em;
}
  /* pagetop */
  .pagetop {
    width: 44px;
    height: 44px;
    right: 10px;
    bottom: 10px;
  }
  /* footer */
  .f_link {
    font-size: 3.8vw;
  }
  .f_txt {
    padding: 20px 0 20px;
  }
  .f_txt p {
    text-align: justify;
    font-size: 13px;
  }
  .logo_link {
    width: 60%;
  }
  .copyright {
    font-size: 2.8vw;
    height: auto;
    padding: 30px 20px;
    text-align: center;
    line-height: 1.7;
  }
}
@keyframes fadeIn {
  from {
    opacity: 0; /* 初期状態は透明 */
  }
  to {
    opacity: 1; /* 完全に表示された状態 */
  }
}