@charset "UTF-8";
/*----------------------------------------------------
  
----------------------------------------------------*/
.newopen {
  background: #eff3fb;
  letter-spacing: 0.1em;
}
.newopen a {
  text-decoration: none;
}
.newopen p {
  font-size: 16px;
  line-height: 1.5;
  letter-spacing: 0.03em;
}
.pc_none {
  display: none;
}
.sp_none {
  display: block;
}
/*----------------------------------------------------
  font
----------------------------------------------------*/
.newopen .f13 {
  font-size: 13px;
}
.newopen .bold {
  font-weight: bold;
}
/*----------------------------------------------------
  color
----------------------------------------------------*/
.newopen .red {
  color: #ea535e;
}
/*----------------------------------------------------
  margin
----------------------------------------------------*/
.newopen .mgb20 {
  margin-bottom: 20px;
}
/*----------------------------------------------------
  header
----------------------------------------------------*/
header {
  text-align: center;
  padding: 10px;
}
/*----------------------------------------------------
  main
----------------------------------------------------*/
.newopen .main {
  max-width: 1000px;
  margin: auto;
  text-align: center;
}
/*----------------------------------------------------
  contents
----------------------------------------------------*/
.newopen #wrapper {
  max-width: 1000px;
  margin: 0 auto;
  background: #eff3fb;
  text-align: center;
}
/*----------------------------------------------------
  desc
----------------------------------------------------*/
.newopen .desc {
  color: #152443;
  padding: 60px 10px;
}
.newopen .desc h3 {
  font-size: 24px;
  font-weight: 500;
  line-height: 2;
  margin-bottom: 40px;
  margin-top: 60px;
}
.newopen .desc h4 {
  font-size: 26px;
  font-weight: 500;
  line-height: 1.8;
}
.newopen .desc .imgbox {
  max-width: 780px;
  margin: auto;
  display: flex;
  flex-wrap: wrap;
}
.newopen .desc .imgbox li {
  width: 48%;
  margin: 10px 1%;
}
/* 左右に斜め線(両端を丸く) */
.newopen h4.catch  {
  color: #000;
  font-size: 26px;
  font-weight: 500;
  line-height: 1.8;
}
.catch {
  align-items: center; /* 線を上下中央 */
  display: flex; /* 文字と線を横並び */
  justify-content: center; /* 文字を中央寄せ */
  margin-top: 60px;
}
.catch::before, .catch::after {
  background-color: #000; /* 線の色 */
  border-radius: 4px; /* 線の両端を丸く */
  content: "";
  height: 4px; /* 線の高さ */
  width: 80px; /* 線の長さ */
}
.catch::before {
  margin-right: 10px; /* 文字との余白 */
  transform: rotate(60deg); /* 傾ける */
}
.catch::after {
  margin-left: 10px; /* 文字との余白 */
  transform: rotate(-60deg); /* 傾ける */
}
.newopen .brand {
  width: 350px;
  margin: 0px auto;
	padding: 10px;
  text-align: center;
}
.newopen .brand li{
  background: #000;
	border-radius: 60px;
  color: #fff;
	font-size: 18px;
	padding: 10px;
	margin-top: 10px;
}
@media screen and (max-width: 780px) {
.newopen .desc h3 {
  font-size: 20px;
}
.newopen h4.catch {
  font-size: 18px;
}
}
@media screen and (max-width: 480px) {
	.newopen .shoplogo img{
		width: 120px;
		height: auto;
	}
.newopen .desc h3 {
  font-size: 18px;
}
.catch::before, .catch::after {
  width: 60px; /* 線の長さ */
}
.catch::before {
  margin-right: 0px; /* 文字との余白 */
  transform: rotate(80deg); /* 傾ける */
}
.catch::after {
  margin-left: 0px; /* 文字との余白 */
  transform: rotate(-80deg); /* 傾ける */
}
.newopen .desc .imgbox li {
  width: 98%;
  margin: 10px 1%;
}
.newopen .brand li{
	font-size: 16px;
}
}
/*----------------------------------------------------
  present
----------------------------------------------------*/
.newopen .present {
  background: url("../img/bg_sen.png") repeat;
  padding: 80px 10px;
}
.newopen .present h4 {
  font-size: 24px;
  font-weight: 500;
  color: #fff;
  line-height: 1.8;
  margin-top: 20px;
}
.newopen .tokuten {
  display: flex;
  flex-wrap: wrap;
  max-width: 780px;
  margin: auto;
  margin-top: 40px;
}
.newopen .present .box {
  width: 46%;
  margin: 20px 2%;
  background: #fff;
  border-radius: 4px;
  padding: 10px;
}
.newopen .present .head {
  position: relative;
  display: flex;
  align-items: center;
}
.newopen .present .head .icon {
  min-height: 100px;
}
.newopen .present .head .icon img {
  position: absolute;
  top: -20px;
  left: -8px;
}
.newopen .present .head p.date {
  color: #da2727;
  font-size: 32px;
  font-weight: 600;
  line-height: 1.2;
  padding-left: 76px;
  padding-bottom: 10px;
	width: 100%;
  text-align: center;
}
.newopen .present .head p.date span {
  font-size: 20px;
}
.newopen .present .txt {
  background: #e5ecfb;
  border-radius: 4px;
  color: #182a50;
  padding: 20px 10px;
}
.newopen .present .txt h5 {
  font-size: 34px;
  line-height: 1.3;
  margin-bottom: 20px;
}
.newopen .present .txt h5 span {
  background: linear-gradient(transparent 60%, #daf022 60%);
}
.newopen .present .txt p {
  font-size: 22px;
  font-weight: 600;
}
.newopen .present p.note {
  font-size: 12px;
  margin-top: 10px;
}
.newopen .present .txt p.note {
  font-size: 14px;
  margin-top: 10px;
}
.newopen .present .f_w {
	color: #fff;
	font-size: 20px;
	margin-top: 20px;
}
@media screen and (max-width: 780px) {
.newopen .present .box {
  width: 96%;
}
.newopen .present .head p.date {
  padding-left: 50px;
}
}
@media screen and (max-width: 480px) {
.newopen .present .box {
  width: 96%;
}
.newopen .present h4 {
  font-size: 16px;
}
.newopen .present .txt h5 {
  font-size: 28px;
}
.newopen .present .txt p {
  font-size: 18px;
}
.newopen .present .head p.date {
  font-size: 26px;
  padding-left: 90px;
}
.newopen .present .head p.date span {
  font-size: 16px;
}
.newopen .present .f_w {
	font-size: 16px;
}
}
/*----------------------------------------------------
  shop info
----------------------------------------------------*/
.shopinfo{
	background: #333;
	color: #fff;
	padding: 40px 5px;
	margin-top: 40px;
}
.shopinfo h3{
	font-size: 32px;
	padding: 0 10px 20px;
	text-align: center;
}
.shopinfo .info {
	display: flex;
  justify-content: space-around;
  align-items: center;
	border-top: 3px solid #fff;
	border-bottom: 3px solid #fff;
	max-width: 780px;
	margin: 0 auto;
	padding: 30px 10px;
  position: relative;     /* 基準値とする */
}
.shopinfo .info::before {
  content: "";              /* 疑似要素には必須 */
  display: block;           /* ブロック要素にする */
  width: 100%;  /* 適度な大きさを指定 */
  height: auto; /* 適度な大きさを指定 */
	border-top: 1px solid #fff;
  position: absolute;       /* 相対位置に指定 */
  top: 4px;                /* 大きさに合わせて微調整 */
  left: 0;               /* 大きさに合わせて微調整 */
}
.shopinfo .info h4{
	font-size: 18px;
}
.shopinfo .info .txt p{
	font-size: 14px;
}
@media screen and (max-width: 480px) {
.shopinfo .info {
	display: block;
}
.shopinfo .info img{
	max-width: inherit;
}
.shopinfo .info .logo, .shopinfo .info .txt p{margin-bottom: 20px;
}
}

/*----------------------------------------------------
  sale
----------------------------------------------------*/

.newopen .sale{
	max-width: 780px;
	background: #fff;
	border-radius: 6px;
	padding: 40px;
	margin: auto;
	margin-top: 40px;
}
.newopen .sale h4{
	font-size: 56px;
	font-weight: 600;
	margin-bottom: 20px;
}
.newopen .sale h4 span {
  background: linear-gradient(transparent 60%, #fef039 60%);
}
.newopen .sale ul{
  display: flex;
  flex-wrap: wrap;
	margin-bottom: 30px;
}
.newopen .sale ul li {
  width: 48%;
  margin: 10px 1%;
}
@media screen and (max-width: 780px) {
.newopen .sale h4{
	font-size: 48px;
}
}
@media screen and (max-width: 480px) {
.newopen .sale{
	padding: 20px;
}
.newopen .sale h4{
	font-size: 34px;
}
}
/*----------------------------------------------------
  footer
----------------------------------------------------*/
.newopen footer {
  color: #222;
  padding-top: 40px;
	padding-bottom: 40px;
  max-width: 720px;
  margin: 10px auto;
  text-align: center;
}
.newopen footer a {
  text-decoration: underline;
}
.newopen footer p {
  font-size: 13px;
  margin-top: 20px;
}
/*----------------------------------------------------
  Media
----------------------------------------------------*/
@media screen and (max-width: 767px) {}
@media screen and (max-width: 580px) {
  .pc_none {
    display: block;
  }
  .sp_none {
    display: none;
  }
}