.btn-block {
    height: 310px;
    width: 100%;
    display: table;
    padding:  0 10px;
}
.btn-block > div {
    display: table-cell;
    vertical-align: middle;
}
.btn-block .button {
    margin: 16px 0;
}

.sec1 {
	clear: both;
	border-top: 1px solid #b1b1b1;
	text-align: center;
	padding: 40px 0;
}
.sec1 img {
	width: 100%;
    height: auto;
}
.sec1 h2 {
	padding: 0 16px;
	margin-bottom: 40px;
}
.sec1 h2 img {
	max-width: 412px;
}
.sec1 p a {
	display: block;
	position: relative;
	max-width: 1000px;
	margin: 0 auto;
}
.sec1 p a span {
	position: absolute;
	bottom: 16px;
	right: 0;
	left: 0;
	margin: auto;
	font-weight: bold;
}
.sec1 p a:hover span {
	text-decoration: underline;
}

.sec2 {
	background: #00adcf;
}
.sec2 a {
  color: #fff;
}
.sec2 p.shopName {
    text-align: center;
    font-size: 15px;
    font-weight: bold;
    padding: 30px 0 5px;
    color: #fff;
}
.sec2 .text {
    text-align: center;
    font-size: 30px;
    color: #fff;
    padding-bottom: 30px;
}
.sec2 .text span {
	font-size: 15px;
	position: relative;
	top: -5px;
}

.sec3 {
	background: #795099;
}
.sec3 .inner {
	width: 100%;
	max-width: 1140px;
	margin-left: auto;
	margin-right: auto;
    color: #fff;
    font-size: 16px;
    line-height: 1.8;
	padding: 40px 10px;
}
.sec3 h2 {
	font-size: 2.4rem;
	text-align: center;
	font-weight: bold;
	margin-bottom: 50px;
}
.sec3 .text .fl {
	padding-right: 30px;
}
.sec3 .text > p {
	width: 50%;
	margin-bottom: 0;
}
.sec3 .text small {
	display: block;
	padding-top: 1rem;
}
.sec3 .link-button {
	width: 30%;
	padding: 0 1.5%;
}
.sec3 .link-button a {
	width: 100%;
}

.sec4 {
    background: url("../img/bg_01.jpg") no-repeat;
    background-size: cover;
}

.sec5 .inner {
	width: 1000px;
	margin: 0 auto;
}
.sec5 .titleMain {
	padding: 35px 0 30px;
	text-align: center;
    font-size: 35px;
    font-size: 3.5rem;
}
.sec5 .titleMain span {
    display: block;
    font-size: 24px;
    font-size: 2.4rem;
}
.sec5 .titleMain img {
    width: 490px;
    height: auto;
}
.sec5 ul {
	margin-bottom: 40px;
	overflow: hidden;
  padding: 0;
}
.sec5 ul li {
	width: 500px;
	float: left;
	text-align: center;
}
.sec5 ul li h3 .img img {
  width: 100%;
  max-width: 200px;
  height: auto;
}
.sec5 ul li p.title {
	font-size: 24px;
    font-weight: bold;
    padding: 20px 0 10px;
}
.sec5 ul li p.title span {
	vertical-align: 2px;
	padding-left: 5px;
	font-size: 15px;
}
.sec5 ul li p.title span.more-info {
	vertical-align: 0;
	padding: 0;
	font-size: 14px;
}
.sec5 ul li p.text {
    font-size: 14px;
    line-height: 1.6;
    padding-bottom: 40px;
}

.sec6 {
	background: url("../img/bg_02.jpg") no-repeat;
	background-size: cover;
}

.sec7 .inner {
	width: 1000px;
	margin: 0 auto;
	padding-top: 40px; 
}
.sec7 h2 {
	padding: 0 10px;
	margin-bottom: 40px;
	text-align: center;
}
.sec7 h2 img {
    width: 630px;
    height: auto;
}
.sec7 .inner > ul {
  padding: 0;
}
.sec7 .inner > ul > li {
	width: 450px;
	display: inline-block;
	margin-bottom: 40px;
  vertical-align: top;
}
.sec7 .inner > ul > li:nth-child(2n) {
    margin-left: 90px;
}
/*.sec7 .inner > ul > li {
	width: 450px;
	float: left;
	margin-bottom: 40px;
}
.sec7 .inner > ul > li:last-child {
    float: right;
}*/
.sec7 ul li img {
	width: 100%;
	height: auto;
}
.sec7 ul li h3 {
    background: -moz-linear-gradient(left, #7c61a7 60%, #00acce);
    background: -webkit-linear-gradient(left, #7c61a7 60%, #00acce);
    background: linear-gradient(to right, #7c61a7 60%, #00acce);
	color: #fff;
	font-size: 23px;
	font-size: 2.3rem;
	padding: 10px;
	margin-bottom: 20px;
	text-align: center;
}
.sec7 ul li h4 {
    font-size: 18px;
	line-height: 1.8;
	margin-bottom: 10px;
}
.sec7 ul li .text {
    font-size: 14px;
    font-weight: bold;
    line-height: 1.6;
	margin-bottom: 20px;
}
.sec7 ul li .text p,
.sec7 ul li .text ul {
	margin-bottom: 20px;
}
.sec7 ul.table li {
	display: table;
	width: 100%;
	color: #00adcf;
}
.sec7 ul.table li span {
	display: table-cell;
}
.sec7 ul.table span:first-child {
	width: 40px;
}
.sec7 ul.table span:nth-child(2) {
	width: 15px;
}
.sec7 ul.usage {
	font-size: 14px;
    font-weight: bold;
    line-height: 1.6;
	padding-left: 15px;
}
.sec7 ul.usage li {
	list-style: disc;
	width: 100%;
	margin: 0px;
	padding: 0px;
	float: none;
}	
.sec7 ul li .text span.color2 {
	font-size: 12px;
	line-height: 1.4;
	color: #696969;
}  
.sec7 .system {
  clear: both;
  padding: 50px 0 40px;
  width: 826px;
  margin: 0 auto 40px;
  background: #7d61a8;
  color: #fff;
}
.sec7 .system h2 {
    font-size: 32px;
	margin-bottom: 20px;
}
.sec7 .system ol {
    list-style: none;
    width: 680px;
    margin: 0 auto;
    font-size: 20px;
    line-height: 1.8;
}
.sec7 .system ol li:before{
	content:"â–¡ ";
	display: inline;
}
.sec7 p.textTitle {
	text-align: center;
	font-size: 18px;
	line-height: 29px;
	margin-bottom: 40px;
	font-weight: bold;
}
h2.sec7-2 img {
    width: 800px;
    height: auto;
}

.sec8 {
    background: url("../img/bg_03.jpg") no-repeat;
    background-size: cover;
}

.sec9 {
    background: #00adcf;
    padding-bottom: 20px;
}
.sec9 .inner {
    width: 1000px;
    margin: 0 auto;
    padding:  0 10px;
    position: relative;
}
.sec9 .title {
    text-align: center;
    font-size: 22px;
    font-weight: bold;
    padding: 20px 0 0px;
    color: #fff;
}
  .sec9 p.text {
    text-align: center;
    font-size: 22px;
    font-weight: bold;
    color: #fff;
    padding-bottom: 0px; }
  .sec9 p.meta {
    position: absolute;
    right: 0;
    bottom: 5px;
    color: #fff; }
    .sec9 p.meta a {
      margin-left: 20px;
      color: #fff; }




.shop-info {
    padding-top: 70px;
    padding-bottom: 40px;
    max-width: 1140px;
    margin-left: auto;
    margin-right: auto;
    background-color: white;
}
.shop-info > .d-flex {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
  	-ms-flex-direction: row-reverse;
  	flex-direction: row-reverse;
}

#info-box {
  padding-left: 15px;
  width: 50%;
}
#info-box .link-button {
  text-align: left;
}

#info-box a .external-link {
  background-image: url("../img/shop/link3.svg");
  width: 2rem;
  height: 2rem;
  margin-bottom: -5px;
  margin-left: 0; }

#info-box a:hover {
  text-decoration: none; }

#info-box a:hover .external-link {
  background-image: url("../img/shop/link3-white.svg");
  text-decoration: none; }

#info-box .price {
	margin-top: 12px;
	margin-bottom: 16px;
	color: #804c9e;
	font-size: 1.8rem;
}
#info-box .price em {
	font-size: 1.6rem;
	font-style: normal;
	font-weight: bold;
}
#info-box .price strong {
	font-size: 38px;
	margin-left: 8px;
	font-weight: normal;
	line-height: 0.3;
}
#info-box .price span {
	font-size: 1.4rem;
	margin-left: -8px;
}
#info-box .price span.about {
  background: url("../img/shop/link1.svg") no-repeat 20px 13px;
  background-size: 0.3em;
  border-left: 1px solid #804C9E;
  padding-left: 30px;
  margin-left: 10px;
  height: 30px; }

#info-box .price span.about a {
  color: #804c9e; }

#info-box .price span.about a:hover {
  text-decoration: underline; }

#info-box .postal {
  margin-top: 5px;
  margin-bottom: 5px; }

#info-box .address {
  margin-top: 5px;
  margin-bottom: 0; }

#info-box .tel {
  font-size: 3.2rem;
  background: url("../img/shop/tel.svg") center left no-repeat;
  background-size: .6em;
  padding-left: .8em;
  margin-bottom: 5px;
  margin-top: 10px; }

#info-box .extra-name {
  margin-bottom: -10px;
  margin-top: 20px;
  padding-top: 10px;
  font-weight: bold; }

#info-box .extra-text {
  font-size: 1.4rem;
  margin-bottom: 20px; }

#info-box .shour {
  margin-top: 5px;
  margin-bottom: 20px; }

#info-box .detail {
  margin-top: 20px; }

#icon-box {
  display: flex;
  max-height: 80px;
  margin-top: 18px;
  margin-bottom: 10px; }

#icon-box img {
  width: 50px;
  margin-right: 5px; }

/* icon list 2022 */
.icon-list {
  padding-top: .5em;
}
.icon-list .icon-row {
  display:-webkit-box;
  display:-ms-flexbox;
  display:flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  padding-top: 1em;
  margin: -5px 0 0 -4px;
}
.icon-list .icon-row > * {
  width: calc(12.5% - 4px);
  max-width: 46px;
  margin: 5px 0 0 4px;
}
.icon-list .icon-row > * img {
  width: 100%;
}
/** pc & tablet **/
@media print,screen and (min-width: 741px) {
  .icon-list .icon-row {
    margin: -10px 0 0 -10px;
  }
  .icon-list .icon-row > * {
    width: calc(12.5% - 8px);
    margin: 8px 0 0 8px;
  }
  .icon-list .icon-row > a img {
    transition: transform .15s linear;
  }
  .icon-list .icon-row > a:hover img {
    transform: scale(1.05);
  }
}

#info-box .brands {
  margin-top: 15px; }

#info-box .brands a,
#info-box .brands span {
  width: 20%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

#info-box .brands a img,
#info-box .brands span img {
  transition: padding .15s linear;
  width: 90%; }

/* #info-box .brands a:hover img {
  padding: 2px;
  transition: padding .15s linear; } */

#info-box .brands a img,
#info-box .brands span img {
  display: block;
  width: 90%;
  transition: transform .15s linear;
}

#icon-box > a:hover img,
#info-box .brands a:hover img {
  transform: scale(1.05);
}

#photo-box {
  width: 50%;
  padding-right: 15px; }

#photo-box .photoItem {
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 75%;
  overflow: hidden; }

#photo-box .photoItem img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto; }

#photo-box .owl-carousel {
  margin-bottom: 50px; }

#photo-box .owl-dots {
  position: absolute;
  width: 100%;
  top: 100%;
  left: 0;
  text-align: center; }

#photo-box .owl-dot {
  width: 10px;
  height: 10px;
  margin: 15px 5px;
  border-radius: 100%;
  background-color: #eee;
  display: inline-block; }

#photo-box .owl-dot.active {
  background-color: #804c9e; }

#photo-box .owl-prev,
#photo-box .owl-next {
  position: absolute;
  top: 0;
  text-indent: -999em;
  font-size: 1px;
  overflow: hidden;
  width: 40px;
  height: 100%;
  text-align: left; }

#photo-box .owl-prev {
  left: 0; }

#photo-box .owl-next {
  right: 0; }

#photo-box .owl-prev:hover,
#photo-box .owl-next:hover {
  background: rgba(0, 0, 0, 0.4); }

#photo-box .owl-prev:before,
#photo-box .owl-next:before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  width: 20px;
  height: 20px;
  margin-top: -10px;
  transform-origin: center center;
  transform: rotate(45deg); }

#photo-box .owl-prev:before {
  left: 15px;
  border-left: 2px solid #fff;
  border-bottom: 2px solid #fff; }

#photo-box .owl-next:before {
  right: 15px;
  border-right: 2px solid #fff;
  border-top: 2px solid #fff; }

#photo-box img {
  line-height: 0;
  font-size: 0; }

#photo-box .link-button .external-link {
  margin-right: 5px;
  margin-left: 0; }

#photo-box a:hover .external-link {
  background-image: url("../img/shop/external-link-white.svg"); }

#alert-box article.d-flex {
	color: #804c9e;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	margin-top: 40px;
    max-width: 1140px;
    margin-left: auto;
    margin-right: auto;
	padding: 0 16px;
}
#alert-box h2 {
	margin: 0;
	min-width: 170px;
	font-size: 2.1rem;
}
#alert-box p {
	font-size: 1.6rem;
	margin: 0;
}

#map-box {
  height: 430px;
  position: relative; }

#map-box .link-button {
  pointer-events: none;
  position: relative;
  bottom: 60px; }

#map-box .link-button a {
  background-color: white;
  padding: 6px 30px;
  pointer-events: auto; }

#map-box .link-button a:hover {
  background-color: #804c9e; }

#map-box .link-button .external-link {
  margin-left: 0;
  margin-right: 2px; }

#map-box .link-button a:hover .external-link {
  background-image: url("../img/shop/external-link-white.svg"); }

#map_canvas {
  height: 100%; }


/** tablet **/
@media screen and (max-width: 1180px) {
  #map-btn {
    display: block; }

  #map-btn .link-button:nth-child(2) {
    margin-top: 16px; }
  #main-header .sub-navigation .btn {
    margin-left: 7.5px;
    margin-right: 7.5px; }

  .shop-info {
    padding-left: 15px;
    margin-left: 0;
    margin-right: 0; }

  #info-box {
    padding-right: 15px;
    margin-left: 0;
    margin-right: 0; }

	#info-box .price {
		font-size: 1.8rem;
		margin-bottom: 20px;
		position: relative;
	}
	#info-box .price em {
		font-size: 1.4rem;
		display: inline-block;
	}
	#info-box .price strong {
		font-size: 3.4rem;
	}
	#info-box .price span {
		display: block;
		padding: 0;
		margin-left: -8px;
	}
  #info-box .price span.about {
    position: absolute;
    bottom: -3px;
    margin-left: -5px;
    border: none;
    font-size: 1.2rem;
    left: 8px; }

  #info-box #icon-box {
    margin-bottom: 0; }

  #info-box .brands {
    justify-content: flex-start; }

  #SNS-news .window {
    padding: 20px 15px;
    margin-left: 15px;
    margin-right: 15px; }

  #SNS-news .window .text {
    font-size: 12px; }

  #SNS-news .window .link-button .external-link {
    margin-left: 0; }

  #modalInfo .modalInfoArea.pt .inner {
    padding: 24px; }
}

/** smartphone **/
@media screen and (max-width: 700px) {
    .btn-block {
        height: 53vw;
    }
    .sec1 {
        border: none;
    }

	.sec2 {
    background: #00adcf; }
    .sec2 p.shopName {
      text-align: center;
      font-size: 3.2vw;
      font-weight: bold;
      padding: 20px 0 2px;
      color: #fff;
      }
    .sec2 .text {
		text-align: center;
		font-size: 16px;
		font-weight: bold;
		color: #fff;
		padding-bottom: 20px;
	}
	.sec2 p.text span {
		font-size: 2vw;
		position: relative;
        top: 0;
	}
	
	.sec3 .inner {
		font-size: 15px;
		padding: 30px 10px;
	}
	.sec3 .text .fl {
		float: none;
		width: 100%;
		padding-right: 0;
	}
	.sec3 .text .fr {
		width: 100%;
		padding-top: 2rem;
	}

    .sec4 {
        background: url("../img/bg_01_sp.jpg") no-repeat;
        background-size: cover;
    }

    .sec5 .inner {
    width: auto;
    margin: 0 auto; }
	.sec5 .titleMain {
        padding: 35px 0 30px;
        text-align: center;
        font-size: 24px;
        font-size: 2.4rem;
    }
    .sec5 .titleMain span {
        font-size: 16px;
        font-size: 1.6rem;
    }
    .sec5 .titleMain img {
        width: 65.3vw;
        height: auto;
    }
	.sec5 ul {
		margin-bottom: 0;
	}
	.sec5 ul li {
    width: auto;
    height: auto;
    float: none;
    text-align: center; }
    .sec5 ul li img {
      width: 39.2vw;
      height: auto; }
	.sec5 ul li p.title {
		font-size: 20px;
		font-size: 2rem;
		font-weight: bold;
		padding: 10px 0 10px;
	}
      .sec5 ul li p.title span {
        font-size: 15px; }
    .sec5 ul li p.text {
      font-size: 3.6vw;
		text-indent: -1px;
      line-height: 1.6;
      padding-bottom: 40px;
	}

	.sec6 {
        background: url("../img/bg_02_sp.jpg") no-repeat;
        background-size: cover;
    }

	.sec7 .inner {
		width: auto;
		margin: 0 auto;
	}
	.sec7 h2 img {
		width: 100%;
		height: auto;
	}
	.sec7 .inner > ul > li {
		width: 100%;
        display: block;
		padding: 0 10px;
	}
	.sec7 .inner > ul > li:nth-child(2n) {
        margin-left: 0;
	}
	.sec7 ul li h3 {
		font-size: 20px;
		font-size: 2rem;
    }
	.sec7 .system {
		padding: 30px 10px;
		width: auto;
    }
	.sec7 .system h2 {
		font-size: 20px;
		font-size: 2rem;
	}
    .sec7 .system ol {
		width: auto;
		font-size: 16px;
		font-size: 1.6rem;
	}
    h2.sec7-2 img {
        width: 100%;
        max-width: 550px;
        margin:  0 auto;
    }

	.sec8 {
        background: url("../img/bg_03_sp.jpg") no-repeat;
        background-size: cover;
    }

    .sec9 {
        padding-bottom: 15px;
    }
    .sec9 .inner {
      width: auto;
      margin: 0 auto;
      position: relative; }
    .sec9 .title {
        text-align: center;
        /*font-size: 3vw;*/
        font-size: 12px;
        font-size: 1.2rem;
        font-weight: bold;
        padding: 15px 0 5px;
        color: #fff;
    }
    .sec9 p.text {
        text-align: center;
        /*font-size: 3.4vw;*/
        font-size: 13px;
        font-size: 1.3rem;
        font-weight: bold;
        color: #fff;
        padding-bottom: 10px;
    }
    .sec9 p.meta {
      position: inherit;
      text-align: center;
      right: 0;
      bottom: 5px;
      color: #fff; }
	.sec9 p.meta a {
        margin-left: 10px;
        margin-right: 10px;
        color: #fff; }
	
	#map-box .link-button {
    padding-left: 15px;
    padding-right: 15px;
    box-sizing: content-box;
    font-size: 1.6rem;
    font-weight: bold; }

  .shop-info {
    display: block;
    padding-left: 0;
    padding-top: 20px;
    padding-bottom: 20px; }

  .shop-info .price span.about {
    right: 50%;
    margin-right: 30px; }

  #info-box {
    width: 100%;
    margin-bottom: 30px; }

  #info-box .link-button {
    text-align: center;
    font-size: 16px;
    font-weight: bold; }

	#info-box .price {
		text-align: center;
	}
  #info-box .price span.about {
    right: 50%;
    bottom: -3px;
    left: auto; }

  #info-box .price span.about a {
    text-decoration: underline; }

  #info-box .postal,
  #info-box .address,
  #info-box .access {
    font-size: 1.3rem;
    line-height: 1.8; }

  #info-box .postal {
    margin-bottom: 0; }

  #info-box .address {
    margin-top: 0; }

  #info-box .tel {
    color: #804c9e;
    margin-bottom: 0;
    line-height: 1;
    margin-top: 25px; }

  #info-box .extra-name {
    margin-bottom: -20px;
    margin-top: 10px;
    padding-top: 10px;
    font-weight: bold; }

  #info-box .extra-text {
    font-size: 1.2rem;
    margin-bottom: 20px;
    margin-top: 10px; }

  #info-box .fax {
    padding: 5px 0 0;
    margin: 0; }

  #info-box .stuffhour {
    padding-top: 5px; }

  #info-box .shour {
    margin-top: 0; }

  #icon-box {
    margin-top: 0;
    max-height: 60px; }

  #icon-box img {
    width: 11.8%;
    margin: 0 0 0 0.8%; }

  #icon-box img:first-child {
    margin-left: 0; }

  #info-box .brands {
    margin-top: 10px; }

  #photo-box {
    width: 100%;
    padding-left: 15px; }

  #photo-box .link-button {
    text-align: center;
    font-size: 16px;
    font-weight: bold; }

  #photo-box .owl-prev,
  #photo-box .owl-next {
    width: 30px; }

  #photo-box .owl-prev:hover,
  #photo-box .owl-next:hover {
    background: transparent; }

  #photo-box .owl-prev:before,
  #photo-box .owl-next:before {
    width: 15px;
    height: 15px;
    margin-top: -7px; }

  #photo-box .owl-prev:before {
    left: 12px; }

  #photo-box .owl-next:before {
    right: 12px; }
	
	#alert-box article {
		display: block;
		padding-bottom: 10px;
	}
	#alert-box h2 {
		text-align: center;
		padding: 10px 0;
		font-size: 1.8rem;
	}
	#alert-box p {
		font-size: 1.4rem;
	}

  #map-box {
    height: 280px; }

  #map-box .link-button a {
    padding: 6px 10px; }

  #map-box .link-button a span.external-link {
    margin-right: 5px; }

  #photo-box .link-button a,
  #map-box .link-button a {
    padding: 8px 10px; }

  #map-box .link-button a {
    width: 200px;
    margin: 0 auto;
    box-sizing: border-box; }
}
/* iPhone5 */
@media screen and (max-width: 320px) {
  #info-box .price {
    justify-content: center;
    font-size: 1.4rem;
    margin-bottom: 20px;
  }
  #info-box .tel {
    font-size: 3rem;
  }
  #info-box .price strong {
    font-size: 3.0rem;
  }
  #info-box .price span {
    font-size: 1.3rem;
  }
  #info-box .price span.about {
    font-size: 1rem;
    /*background: none;*/ }

  #info-box .link-button a {
    font-size: 1.5rem; }
}

/* LPNotice */
#LPNoticeFixed {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  font-size: 13px;
  line-height: 1.84;
  color: #696969;
  background-color: #f4f4f4;
  border-bottom: 1px solid #ccc;
  z-index: 20000;
}
#LPNoticeFixed label {
  cursor: pointer;
}
#LPNoticeFixed input[type="checkbox"] {
  position: absolute;
  opacity: 0;
  pointer-events: none;
  left: 0;
  top: 0;
  z-index: -1;
  visibility: hidden;
}
.LPNoticeTrigger label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
  -webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
  position: relative;
  padding: 0 3em 0 1em;
  height: 45px;
  line-height: 1.2;
  font-weight: 700;
  text-align: center;
  transition: background-color .3s ease, color .3s ease;
}
.LPNoticeTrigger label::before {
  content: "";
  display: block;
  position: absolute;
  right: 1em;
  top: 50%;
  width: .6em;
  height: .6em;
  margin-top: -0.3em;
  box-sizing: border-box;
  border-right: 2px solid #7c61a7;
  border-bottom: 2px solid #7c61a7;
  transform: rotate(45deg);
  transition: all .3s ease;
}
#LPNoticeFixed input[type="checkbox"]:checked ~ .LPNoticeTrigger label::before {
  transform: rotate(-135deg);
}
.LPNoticeContents {
  width: 84.8%;
  margin: 0 auto;
  padding: 0;
  overflow: hidden;
  max-height: 0;
  visibility: hidden;
  opacity: 0;
  transition: all .5s ease;
  text-align: center;
}
.LPNoticeContents .message {
  display: inline-block;
  text-align: left;
}
.LPNoticeContents .close {
  padding-top: 1em;
}
.LPNoticeContents .close label {
  display: inline-block;
  padding: 1em 2em;
  color: #7c61a7;
  font-weight: 700;
}
.LPNoticeContents .close label:hover {
  text-decoration: underline;
}
#LPNoticeFixed input[type="checkbox"]:checked ~ .LPNoticeContents {
  opacity: 1;
  visibility: visible;
  max-height: none;
  padding: 1em 0 0;
}
#LPNoticeHeight {
  height: 46px;
}
@media screen and (min-width: 981px) {
  .LPNoticeTrigger label:hover {
    background-color: #7c61a7;
    color: #fff;
  }
  .LPNoticeTrigger label:hover::before {
    border-color: #fff;
  }
}

/* ã‚¨ãƒ‹ã‚¿ã‚¤ãƒ ãƒ•ã‚£ãƒƒãƒˆãƒã‚¹ ï¼œå‰å¡šåº—ãƒ»äºŒåˆç€¬åº—ï¼ž */
#lp_yoshizuka_futamatase .sec5 h3 {
  margin-bottom: 16px;
}
#lp_yoshizuka_futamatase .sec5 ul li p.title {
  padding-bottom: 0;
}
#lp_yoshizuka_futamatase #alert-box {
  margin-bottom: 40px;
}
#lp_yoshizuka_futamatase .shop-info .button.web {
  margin-bottom: 40px;
  margin-top: 40px;
}
#lp_yoshizuka_futamatase .sec2 {
  margin-bottom: 16px;
}
#lp_yoshizuka_futamatase .map_canvas {
  height: 100%;
}

/* message - class */
.shop-message-wrap {
  max-width: 1144px;
  width: calc(100% - 30px);
  margin: 30px auto;
  padding: .8em;
  color: #d32b2b;
  border: 1px solid #d32b2b;
  text-align: center;
}
.shop-message-block {
  position: relative;
  text-align: left;
  padding-left: 2em;
  line-height: 1.6em;
  font-size: 15px;
  overflow: hidden;
}
.shop-message-block::before {
  content: "!";
  display: block;
  position: absolute;
  left: 0;
  top: .35em;
  width: 18px;
  height: 18px;
  line-height: 18px;
  font-size: 12px;
  text-align: center;
  color: #fff;
  background: #d32b2b;
  border-radius: 50%;
}
/** smartphone **/
@media screen and (max-width: 740px) {
  .shop-message-wrap {
    margin-top: 10px;
  }
  .shop-message-block {
    font-size: 12px;
  }
}