﻿.btn-list{
	text-align: center;
	padding: 10px;
}

.btn-list ul{
	display: flex;
	justify-content: center;
	padding: 0;
}

.btn-list ul li{
	width: 470px;
	max-width: 100%;
	margin: 15px;
	list-style: none;
	box-sizing: border-box;
}

.btn-list ul li a{
	position: relative;
	color: #fff;
	font-size: 21px;
	font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
	font-weight: 500;
	background: #222;
	border-radius: 100px;
	display: block;
	padding: 25px 10px 15px;
	text-decoration: none;
	transition:opacity .3s ease-out 0s
}

.btn-list ul li a:hover{
	opacity: .7;
}

.btn-list ul li a:before{
	content: '';
	width: 45px;
	height: 38px;
	display: block;
	margin: 0 auto 5px;
}

.btn-list ul li a .fas{
	position: absolute;
	font-size: 15px;
	line-height: 1em;
	top: 50%;
	margin-top: -.5em;
	right: 30px;
}

.btn-list ul li.search a{
	background: #990000;
}

.btn-list ul li.search a:before{
	background: url(../images/top/ico-home.png) no-repeat center center;
}

.btn-list ul li.shop a{
	background: #663300;
}

.btn-list ul li.shop a:before{
	background: url(../images/top/ico-don.png) no-repeat center center;
}

.backlink{
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-top: 40px;
	position: relative;
}

.backlink:before{
	content: '';
	position: absolute;
	width: 1px;
	height: 90%;
	top: 5%;
	left: 50%;
	border-left: 1px dotted #333;
	display: none;
}

.backlink .prev,
.backlink .next{
	max-width: 45%;
}

.backlink .prev a,
.backlink .next a{
	display: flex;
	justify-content: center;
	align-items: center;
	color: #333;
	text-decoration: none;
}

.backlink .prev a:hover,
.backlink .next a:hover{
	text-decoration: underline;
}


.backlink .prev a:before,
.backlink .next a:after{
	content: '';
	width: 30px;
	min-width: 30px;
	height: 50px;
	display: block;
}

.backlink .prev a:before{
	margin-right: 20px;
	background: url(../images/blog/ico-pager-prev.png) no-repeat center center;
}

.backlink .next a:after{
	margin-left: 20px;
	background: url(../images/blog/ico-pager-next.png) no-repeat center center;
}

.u-font-11{
	font-size: 1.1rem;
	font-size: 11px;
}


@media only screen and (max-width: 1000px){
	
	.btn-list ul{
		flex-wrap: wrap;
	}
	
}

@media only screen and (max-width: 567px){
	
	.btn-list ul li{
		margin: 15px 0;
	}
	
	.btn-list ul li a{
		font-size: 14px;
		padding: 15px 10px 5px;
	}
	
	.backlink:before{
		display: block;
	}
	
	.backlink .prev a:before,
	.backlink .next a:after{
		min-width: 15px;
		background-size: 15px;
	}

	.backlink .prev a:before{
		margin-right: 10px;
	}
	
	.backlink .next a:after{
		margin-left: 10px;
	}
	
}

/* 190722 */
.c-phrase{
	display: inline-block;
}

.new-open{
	text-align: center;
	color: #a31919;
	font-size: 30px;
	font-weight: normal;
	font-family: 'Times New Roman', '游明朝体', 'Yu Mincho', YuMincho, 'ヒラギノ明朝 ProN', 'Hiragino Mincho ProN', Meiryo, serif;
}

/* 20201029 */
.p-bnr-chokuso{
	max-width: 970px;
	width: 100%;
	margin: 15px auto 0px;
}

.p-bnr-chokuso img{
	width: 100%;
	height: auto;
}

.p-bnr-chokuso .p-bnr-chokuso__pc{
	display: block;
}

@media only screen and (max-width: 767px){
	.p-bnr-chokuso .p-bnr-chokuso__pc{
		display: none;
	}
}

.p-bnr-chokuso .p-bnr-chokuso__sp{
	display: none;
}

@media only screen and (max-width: 767px){
	.p-bnr-chokuso .p-bnr-chokuso__sp{
		display: block;
	}
}

/* 20201118 */
.p-bnr-flex{
	display: flex;
	align-items: center;
	justify-content: center;
	margin-bottom: 30px;
}

.p-bnr-flex a{
	display: inline-block;
	margin: 15px;
}

.p-bnr-flex a img{
	width: 100%;
}

@media only screen and (max-width: 767px){
	.p-bnr-flex{
		flex-direction: column;
	}
}

/* 20210129 */
.share-footer{
	position: fixed;
	bottom: 0;
	left: 0;
	width: 100%;
	padding: 10px 10px 15px;
	z-index: 100;
}
.share-footer + .page-footer{
	padding-bottom: 60px
}
.share-footer ul{
	list-style: none;
	display: flex;
	align-items: center;
	justify-content: flex-end;
	padding: 0 100px 0 0;
	margin: 0;
}
.share-footer ul li{
	margin: 0 10px;
	border-radius: 100px;
	position: relative;
}
.share-footer ul li:before{
	content: '';
	display: block;
	width: calc(100% - 2px);
	height: calc(100% - 2px);
	position: absolute;
	top: 1px;
	left: 1px;
	background: #fff;
	border-radius: 100px;
	z-index: 10;
}
.share-footer ul li a{
	text-decoration: none;
	position: relative;
	z-index: 20;
}
.share-footer ul li a i{
	color: #fff;
	border-radius: 100px;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 40px;
	height: 40px;
	font-size: 20px;
}
.share-footer ul li img{
	vertical-align: middle;
}
.share-footer ul li.fb{
	color: #3B5998;
}
.share-footer ul li.tw{
	color: #1DA1F2;
}
.share-footer ul li.line{
	color: #00b900;
}

.sns-bnr{
	width: 1000px;
	max-width: 100%;
	margin: 40px auto 0;
	display: flex;
}
.sns-bnr > div{
	width: 480px;
	max-width: 100%;
}
.sns-bnr > div:first-child{
	margin-right: 40px;
}
.sns-bnr > div a{
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 20px;
	position: relative;
	color: #333;
	text-decoration: none;
	border: 2px solid #a12620;
	border-radius: 10px;
	transition:opacity .3s ease-out 0s;
}
.sns-bnr > div a:hover{
	opacity: .7;
}
.sns-bnr > div a:after{
	font-family:'FontAwesome', sans-serif;
	content:'\F08E';
	color: #a12620;
	font-size: 12px;
	position: absolute;
	bottom: 5px;
	right: 10px;
}
.sns-bnr > div a > img{
	display: block;
	margin-right: 20px;
}
.sns-bnr > div a > p{
	padding: 0;
	margin: 0;
}
.sns-bnr > div a > p .en{
	font-family: 'Times New Roman', '游明朝体', 'Yu Mincho', YuMincho, 'ヒラギノ明朝 ProN', 'Hiragino Mincho ProN', Meiryo, serif;
	font-size: 30px;
	font-weight: bold;
	display: inline-block;
	margin-right: 5px;
}
.sns-bnr > div a > p .ja{
	font-family: 'ヒラギノ角ゴ Pro', "yakuhanRegular","nscjkRegular",Helvetica, Calibri, '游ゴシック体', 'Yu Gothic', YuGothic, 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, 'MS Pゴシック', 'MS PGothic', sans-serif;
	font-weight: bold;
	font-size: 12px;
}
@media only screen and (max-width: 1000px){
	
	.sns-bnr > div a > p{
		display: flex;
		flex-direction: column;
		align-items: center;
	}
	.sns-bnr > div a > p .en{
		margin: 0;
		line-height: 1em;
	}
	
}
@media only screen and (max-width: 567px){
	
	.sns-bnr{
		padding: 0 20px;
		max-width: calc(100% - 40px);
		flex-direction: column;
	}
	.sns-bnr > div:first-child{
		margin: 0 0 10px;
	}
	.sns-bnr > div a{
		padding: 20px 5px;
	}
	
}

/* 追加_20241107 */
.p-top-2col{
  display: flex;
  flex-wrap: wrap;
}

.p-top-2col .col{
  position: relative;
  z-index: 1;
  width: 50%;
  height: 100%;
}
@media only screen and (max-width: 950px){
  .p-top-2col .col{
    width: 100%;
  }
}

.p-top-2col .col .bg{
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.p-top-2col .content{
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 26px 20px 40px;
  font-family: 'Times New Roman', '游明朝体', 'Yu Mincho', YuMincho, 'ヒラギノ明朝 ProN', 'Hiragino Mincho ProN', Meiryo, serif;
}

.p-top-2col .content .desc{
  margin: 14px 0 0;
  font-size: 15px;
  line-height: 1.53;
  text-align: center;
}

.p-top-2col .content .desc.white{
  color: #fff;
}

.p-top-2col .content .img{
  margin: 14px 0 0;
}

.p-top-2col .content .img img{
  max-width: 100%;
  height: auto;
}

.p-top-2col .content .btn{
  max-width: 100%;
  width: 243px;
  margin: 7px 0 0;
}

.p-top-2col .content .btn .button{
  background-color: #990000;
}

.p-top-menu{
  overflow: hidden;
}

.p-top-menu > .content{
  max-width: 100%;
  padding: 40px 0;
}

.p-top-menu__btn{
  max-width: 100%;
  width: 243px;
  margin: 40px auto 0;
}

.p-top-menu__slider{
  position: relative;
  max-width: calc(100vw - 40px);
  width: 400px;
  margin: 5px auto 0;
}

.menu-slider{

}

.menu-slider .slick-slider{
  position: static;
  margin: 0;
  padding: 0;
  list-style-type: none;
}

.menu-slider .slick-arrow{
  position: absolute;
  top: 114px;
  width: 34px;
  height: 34px;
  background: #990000;
  border-radius: 50%;
}

.menu-slider .slick-prev{
  left: 0;
}

.menu-slider .slick-next{
  right: 0;
}

.menu-slider .slick-prev::before,
.menu-slider .slick-next::before{
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 10px;
  height: 16px;
  background: url(../images/top/202411/icon-arrow-l.svg) no-repeat center / cover;
}

.menu-slider .slick-prev::before{
  transform: translate(-50%,-50%);
}

.menu-slider .slick-next::before{
  transform: translate(-50%,-50%)rotateY(180deg);
}

.menu-slider .slick-list{
  overflow: visible;
}

.menu-slider .slick-track{
  
}

.menu-slider .slick-slide{
  max-width: 100vw;
  width: 400px !important;
  padding: 0 20px;
  box-sizing: border-box;
}

.p-menu{
  display: flex;
  flex-direction: column;
  align-items: center;
  font-family: 'Times New Roman', '游明朝体', 'Yu Mincho', YuMincho, 'ヒラギノ明朝 ProN', 'Hiragino Mincho ProN', Meiryo, serif;
}

.p-menu__img{
  max-width: calc(100% - 50px);
  width: 262px;
  margin: 5px auto 0;
}

.p-menu__img img{
  display: block;
  width: 100%;
  height: auto;
}

.p-menu__head{
  position: relative;
  width: 100%;
  margin: 0;
  padding: 10px 0 0;
  border-bottom: 1px solid #000;
  font-size: 24px;
  line-height: 1.5;
  letter-spacing: 0.01em;
}

.p-menu__head small{
  display: block;
  margin: 0 0 -2px;
  font-size: 0.5em;
  color: #996600;
  letter-spacing: 0.01em;
}

.p-menu__head .recommend{
  position: absolute;
  top: 0;
  right: 0;
}

.p-menu__info{
  max-width: calc(100% - 40px);
  width: 770px;
  background-color: #fff;
  margin: 20px auto 0;
  padding: 13px 15px 10px;
  box-sizing: border-box;
}

.p-menu__info dl{
  margin: 0 0 0;
  font-size: 16px;
  line-height: 1.8;
}

.p-menu__info dl dt{
  color: #996600;
}

.p-menu__info dl dd{
  margin: 0 0 0;
}

@media only screen and (min-width: 951px){
  .p-menu__info{
    display: flex;
    padding: 20px;
  }

  .p-menu__info dl:not(:last-of-type){
    margin-right: 30px;
  }
}

.p-head-logo{
  display: flex;
  flex-direction: column;
  align-items: center;
  margin: 0 0 0;
  font-family: 'Times New Roman', '游明朝体', 'Yu Mincho', YuMincho, 'ヒラギノ明朝 ProN', 'Hiragino Mincho ProN', Meiryo, serif;
  font-size: 30px;
  line-height: 1.8;
  font-weight: 600;
  letter-spacing: 0.01em;
}

.p-head-logo small{
  margin-top: -5px;
  font-size: 0.4em;
  line-height: 2;
  color: #996600;
  text-transform: uppercase;
}

.p-head-logo.white{
  color: #fff;
}

.p-head-logo img ~ small{
  margin-top: -11px;
}

.p-times{
  font-family: 'Times New Roman', '游明朝体', 'Yu Mincho', YuMincho, 'ヒラギノ明朝 ProN', 'Hiragino Mincho ProN', Meiryo, serif;
}

.p-top-info{
  
}

.p-top-info > .content{
  padding-bottom: 0;
}

.p-top-info *{
  box-sizing: border-box;
}

.p-top-info__wrap{
  position: relative;
  z-index: 1;
  max-width: 100%;
  width: 570px;
  margin: 22px auto 0;
  padding: 3px 18px 23px;
  border: 2px solid #990000;
}

.p-top-info__wrap::before{
  content: "";
  position: absolute;
  z-index: -1;
  top: 3px;
  left: 3px;
  display: block;
  width: calc(100% - 6px);
  height: calc(100% - 6px);
  border: 1px solid #990000;
  box-sizing: border-box;
}

.p-top-info__wrap > ul{
  margin: 0;
  padding: 0;
  list-style-type: none;
}

.p-top-info__wrap > ul > li{
  padding: 30px 10px 8px;
}

.p-top-info__wrap > ul > li:not(:last-of-type){
  border-bottom: 1px solid #B8B8B8;
}

.p-top-info__wrap > ul > li + li{
  
}

.p-top-info__btn {
  margin: 15px 0 0;
}

.p-top-info__btn .button{
  width: 270px;
}

.p-info{
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}

.p-info__head{
  margin: 0 auto 0 0;
  font-size: 16px;
  line-height: 1.4;
  color: #990000;
}

.p-info__link{
  display: flex;
  align-items: center;
  width: 143px;
  height: 32px;
  padding: 0 13px 0 20px;
  border: 1px solid #000;
  border-radius: 16px;
  text-decoration: none;

}

.p-info__link__label{
  margin-right: auto;
  font-size: 12px;
  color: #000000;
}

.p-info__link__icon{
  
}

.p-info__list{
  width: 100%;
  margin-top: 14px;
  padding: 0;
  list-style-type: none;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 12px;
  line-height: 1.8;
  font-weight: 400;
}

.p-info__list li{
  padding-left: 1em;
  text-indent: -1em;
}

.p-top-onlineshop{
  padding:  40px 0 0;
}
@media only screen and (min-width: 951px){
  .p-top-onlineshop{
    padding: 0;
  }
}

.p-top-onlineshop .content{
  padding-bottom: 29px;
}

.p-top-onlineshop__lead{
  margin: 25px 0 0;
  font-size: 15px;
  line-height: 1.5;
  text-align: center;
}

.p-top-onlineshop__img{
  max-width: 100%;
  width: 570px;
  margin: 29px auto 0;
}

.p-top-onlineshop__img img{
  max-width: 100%;
  width: 100%;
  height: auto;
}

.p-top-onlineshop__btn{
  margin: 23px 0 0;
}
@media only screen and (min-width: 951px){
  .p-top-onlineshop__btn{
    margin: 28px 0 0;
  }
}

.p-top-onlineshop__btn .button{
  
}

.p-btn{
  display: block;
  height: 45px;
  margin: 0 auto;
  font-size: 14px;
  line-height: calc(45 / 14);
  letter-spacing: 0;
  padding: 0 1em;
}

.p-btn--red{
  background-color: #990000;
}

.p-top-nav{

}

.p-top-nav *{
  box-sizing: border-box;
}

.p-top-nav > .content{
  padding: 40px 20px;
}
@media only screen and (max-width: 950px){
  .p-top-nav > .content{
    padding: 20px;
  }
}

.p-top-nav__btn{
  margin: 0 0;
}

.p-top-nav__btn > a{
  display: flex;
  align-items: center;
  justify-content: center;
  max-width: 100%;
  width: 720px;
  height: 80px;
  margin: 0 auto;
  border-radius: 5px;
  background: #990000;
  color: #fff;
  text-decoration: none;
}

.p-top-nav__btn .icon{
  margin-right: 10px;
}

.p-top-nav__btn .label{
  font-size: 20px;

}

.p-top-nav__list{
  max-width: 100%;
  width: 720px;
  margin: 20px auto 0;
  padding: 0;
  list-style-type: none;
}
.p-top-nav__list > li{
  position: relative;
  padding: 18px 55px 18px 20px;
  border-bottom: 1px solid #B8B8B8;
}

.p-top-nav__list > li::before{
  content: "";
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translateY(-50%);
  display: block;
  width: 17px;
  height: 9px;
  background: url(../images/top/202411/icon-arrow-b.svg) no-repeat center / cover;
}

.p-top-nav__list > li > a{
  display: flex;
  text-decoration: none;
}

.p-top-nav__list .icon{
  margin-right: 10px;
}

.p-top-nav__list .label{
  font-size: 15px;
  line-height: 1.6;
  color: #000;
}

.p-fixed-menu{
  position: fixed;
  z-index: 999;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 14px 20px;
  background: rgba(0, 0, 0, 0.8);
  box-sizing: border-box;
}
@media only screen and (min-width: 951px){
  .p-fixed-menu{
    display: none;
  }
}

.p-fixed-menu > ul{
  margin: -5px;
  padding: 0;
  list-style-type: none;
  display: flex;
}

.p-fixed-menu > ul > li{
  width: 50%;
  padding: 5px;
}

.p-fixed-menu__btn{
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 60px;
  padding: 10px 20px;
  border-radius: 5px;
  box-sizing: border-box;
  text-decoration: none;
  font-size: 16px;
  line-height: 1.1;
}

.p-fixed-menu__btn--access{
  background-color: #990000;
  color: #fff;
}

.p-fixed-menu__btn--onlineshop{
  background-color: #fff;
  color: #990000;
}

@media only screen and (max-width: 950px){

  .p-fixed-menu ~ .to-page-top{
    bottom: 108px;
  }

  .p-fixed-menu ~ .page-footer{
    padding-bottom: 88px;
  }
}

.p-top-intro{
  position: relative;
  z-index: 1;
}

.p-top-intro .bg{
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top center;
  opacity: 0.13;
}

.p-top-info,
.p-top-onlineshop{
  width: 100%;
}

@media only screen and (min-width: 951px){

  .p-top-info,
  .p-top-onlineshop{
    width: calc(50% - 15px);
  }

  .p-top-info{
    margin-right: auto;
  }
}

/* 追加_20241202 */
.p-onlineshop-hero{
  position: relative;
  width: 100%;
  height: 199px;
  margin-top: 50px;
}
@media only screen and (min-width: 951px){
  .p-onlineshop-hero{
    margin-top: 123px;
  }
}

.p-onlineshop-hero__main{
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  width: 100%;
  margin: 6px 0 0;
  padding: 0 20px;
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  font-size: 30px;
  line-height: 1.8;
  font-weight: 600;
  color: #fff;
  text-align: center;
  text-shadow: 4px 4px 0px #00000066;
  box-sizing: border-box;
}

.p-onlineshop-hero__main span{
  display: inline-block;
}

.p-onlineshop-hero__bg{
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.p-onlineshop-lead{
  padding: 35px 0;
}

.p-onlineshop-lead .content{
  padding-top: 0;
  padding-bottom: 0;
}

.p-onlineshop-lead p{
  margin: 0;
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  font-size: 15px;
  line-height: calc(23/15);
  text-align: center;
}

.p-onlineshop{
  padding: 20px 0;
}
@media only screen and (min-width: 951px){
  .p-onlineshop{
    padding: 40px 0;
  }
}

.p-onlineshop__container{
  max-width: calc(100% - 40px);
  /* width: 720px; */
  /* width: 740px; */
  width: 960px;
  margin: 0 auto;
}

#online-shop .section-banner-list{
  display: none;
}

.p-accordion{
  position: relative;
  /* max-width: 360px; */
  max-width: 460px;
  min-height: 90px;
  box-sizing: border-box;
  margin: 0 auto;
  padding: 15px;
  background-color: #fff;
}

.p-accordion + .p-accordion{
  margin-top: 20px;
}

.p-accordion *{
  box-sizing: border-box;
}

.p-accordion-head{
  display: flex;
  flex-wrap: nowrap;
}

.p-accordion-head__logo{
  margin: 0 auto 0 0;
}

.p-accordion-head__logo > img{
  display: block;
}

.p-accordion-head__logo > span{
  display: block;
  margin-top: 5px;
  /* font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif; */
  font-family: "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  font-size: 12px;
  line-height: 1.5;
  text-align: center;
}

.p-accordion-btn{
  position: relative;
  display: flex;
  align-items: center;
  width: 150px;
  height: 30px;
  padding: 0 40px 0 20px;
  border-radius: 15px;
  text-decoration: none;
}

.p-accordion-btn--purchase{
  background-color: #990000;
  color: #fff;
  transition: background 0.5s;
}

.p-accordion-btn--purchase:hover{
  background-color: rgba(163, 25, 25, 0.4);
}

.p-accordion summary{
  display: block;
  list-style: none;
}

.p-accordion summary::-webkit-details-marker {
  display:none;
}

.p-accordion-btn--trigger{
  position: absolute;
  top: 50px;
  right: 15px;
  border: 1px solid #B8B8B8;
}

.p-accordion-btn__label{
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  font-size: 12px;
  font-weight: 600;
}
@media only screen and (min-width: 768px){
  .p-accordion-btn__label{
    font-size: 14px;
  }
}

.p-accordion-btn__icon{
  position: absolute;
  top: 50%;
  right: 10px;
  transform: translateY(-50%);
}

.p-accordion details[open] .open{
  display: none;
}

.p-accordion details:not([open]) .close{
  display: none;
}

.p-accordion-detail{
  margin-top: 19px;
  padding: 13px 13px 0;
  border-top: 1px solid #B8B8B8;
}

.p-onlineshop-desc{
  margin: 0 0;
  font-size: 12px;
  line-height: calc(22/12);
  font-weight: 400;
}
@media only screen and (min-width: 768px){
  .p-onlineshop-desc{
    font-size: 14px;
  }
}

.p-onlineshop-merit{
  position: relative;
  z-index: 1;
  margin-top: 22px;
  padding: 14px 26px;
  border: 2px solid #990000;
}

.p-onlineshop-merit::before{
  content: "";
  position: absolute;
  z-index: -1;
  top: 2px;
  left: 2px;
  display: block;
  width: calc(100% - 6px);
  height: calc(100% - 6px);
  border: 1px solid #990000;
}

.p-onlineshop-merit h3{
  position: relative;
  margin: 0 0 8px;
  padding-bottom: 7px;
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  font-size: 15px;
  line-height: calc(27/15);
  font-weight: 600;
  color: #990000;
  text-align: center;
  /* white-space: nowrap; */
}
@media only screen and (min-width: 768px){
  .p-onlineshop-merit h3{
    font-size: 17px;
  }
}

.p-onlineshop-merit h3::before{
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  display: block;
  width: 50px;
  height: 1px;
  background-color: #990000;
}

.p-onlineshop-merit ul{
  margin: 0;
  padding: 0;
  list-style-type: none;
  font-size: 12px;
  line-height: calc(22/12);
  font-weight: 400;
}
@media only screen and (min-width: 768px){
  .p-onlineshop-merit ul{
    font-size: 14px;
  }
}

.p-onlineshop-merit ul li{
  position: relative;
  padding-left: 14px;
}

.p-onlineshop-merit ul li::before{
  content: "・";
  position: absolute;
  top: 0;
  left: 1px;
}

.p-onlineshop-settlement{
  background-color: #F6F6F6;
  margin: 25px 0 8px;
  padding: 13px 10px 10px;
}

.p-onlineshop-settlement__head{
  margin: 0 0 7px;
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  font-size: 14px;
  line-height: calc(25/14);
  font-weight: 600;
  text-align: center;
}
@media only screen and (min-width: 768px){
  .p-onlineshop-settlement__head{
    font-size: 16px;
  }
}

.p-onlineshop-settlement__logo{
  display: block;
  width: 100%;
  background-color: #fff;
}

.p-onlineshop-settlement__logo img{
  display: block;
  max-width: 100%;
  margin: 0 auto;
}

.p-onlineshop-btn{
  margin: 28px 0 20px;
}

.p-onlineshop-btn__link{
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 243px;
  height: 45px;
  margin: 0 auto;
  background-color: #990000;
  border-radius: 22.5px;
  text-decoration: none;
  transition: background 0.5s;
}

.p-onlineshop-btn__link:hover{
  background-color: rgba(163, 25, 25, 0.4);
}


.p-onlineshop-btn__label{
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  font-size: 14px;
  line-height: calc(21/14);
  font-weight: 600;
  color: #fff;
}
@media only screen and (min-width: 768px){
  .p-onlineshop-btn__label{
    font-size: 15px;
  }
}

.p-onlineshop-btn__icon{
  position: absolute;
  top: 50%;
  right: 15px;
  transform: translateY(-50%);
}

.p-onlineshop-btn__icon img{
  display: block;
}

.p-onlineshop-btn--official .p-onlineshop-btn__link{
  justify-content: start;
  padding-left: 25px;
}

.p-onlineshop-btn--official .p-onlineshop-btn__icon{
  right: 19px;
}

.p-onlineshop__2col{
  display: flex;
  flex-wrap: wrap;
  margin: -10px -20px;
}

.p-onlineshop__2col .col{
  box-sizing: border-box;
  width: 100%;
  padding: 10px 20px;
}
@media only screen and (min-width: 768px){
  .p-onlineshop__2col .col{
    width: 50%;
  }
}