@charset "utf-8";
/** GOODS **/
#goods{
	width: 844px;
	margin: 0 auto;
}
#goods a{
	color: #07c5e2;
}
@media screen and (max-width: 767px){
	#goods{
		width: 82.1334%;
		margin: 0 auto;
	}
}
#goods_h2{
	width: 473px;
	height: 58px;
	background: url(../img/goods/goods_h2.png) no-repeat center / contain;
	margin: 0 auto;
}
#goodsMain{
	height: 100%;
	background: #000 url(../img/common/sub_bg.jpg) no-repeat top center / 100%;
	background-attachment: fixed;
	padding-top: 10px;
}
@media screen and (max-width: 767px){
	#goods_h2{
		width: 237px;
		height: 29px;
	}
	#goodsMain{
		padding-top: 25px;
		padding-bottom: 25px;
		background-color: #000;
		background-image: unset;
		background-attachment: unset;
		position: relative;
	}
	#goodsMain:before{
		content: '';
		position: fixed;
		top: 0;
		right: 0;
		left: 0;
		bottom: 0;
		background: url(../img/common/sub_bg_sp.jpg) no-repeat top center / 100%;
	}
}
.btn_goodsLists{
	width: 100%;
	display: flex;
	justify-content: space-between;
}
.btn_goodsList{
	width: 48%;
}
.btn_goodsList .btn_goods a{
	width: 100%;
}
.btn_goods{
	text-align: center;
	margin: 32px 0 0;
}
.btn_goodsLink{
	display: inline-block;
	text-decoration: none;
	line-height: 1;
	padding: 18px 29px;
	position: relative;
}
.btn_goodsLink:before{
	content: '';
	top: 0;
	right: 5px;
	bottom: 0;
	left: 5px;
	position: absolute;
	border-left: 1px solid #9d0c2d;
	border-right: 1px solid #9d0c2d;
}
.btn_goodsLink:after{
	content: '';
	position: absolute;
	top: 5px;
	right: 0;
	bottom: 5px;
	left: 0px;
	border-top: 1px solid #9d0c2d;
	border-bottom: 1px solid #9d0c2d;
}
.btn_goodsLink span{
	color: #fff;
	font-size: 18px;
	font-weight: 700;
	display: inline-block;
	transition: .3s ease;
}
.btn_goodsLink span.btn_goodsLink_txt span{
	position: relative;
	z-index: 2;
	transform: scale(0.8,1);
	display: inline-block;
	transform-origin: center;
}
.btn_goodsLink span.btn_goodsLink_txt:before{
	content: '';
	position: absolute;
	top: 5px;
	right: 5px;
	bottom: 5px;
	left: 5px;
	z-index: -1;
	background-color: #9d0c2d;
	transition: .3s ease;
}
@media screen and (min-width: 768px){
	.btn_goodsLink:hover span{
		color: #9d0c2d;
	}
	.btn_goodsLink:hover span.btn_goodsLink_txt:before{
		background-color: rgba(0,0,0,.5);
	}
}
@media screen and (max-width: 767px){
	.btn_goodsLists{
		flex-wrap: wrap;
	}
	.btn_goodsList{
		width:49%;
	}
	.btn_goods{
		margin: 5px 0;
	}
	.btn_goodsLink{
		padding: 15px 0px;
	}
	.btn_goodsLink span {
		font-size:1.4rem;
	}
}
.goods_h3{
	text-align: center;
	margin: 32px 0;
}
.goods_h3txt{
	width: 680px;
	display: inline-block;
	text-decoration: none;
	line-height: 2;
	padding: 18px 29px;
	position: relative;
}
.goods_h3txt:before{
	content: '';
	top: 0;
	right: 5px;
	bottom: 0;
	left: 5px;
	position: absolute;
	border-left: 1px solid #07c5e2;
	border-right: 1px solid #07c5e2;
}
.goods_h3txt:after{
	content: '';
	position: absolute;
	top: 5px;
	right: 0;
	bottom: 5px;
	left: 0px;
	border-top: 1px solid #07c5e2;
	border-bottom: 1px solid #07c5e2;
}
.goods_h3txt span{
	color: #07c5e2;
	font-size: 18px;
	font-weight: 700;
	transition: .3s ease;
	position: relative;
	z-index: 2;
	transform: scale(0.8,1);
	display: inline-block;
	transform-origin: center;
}
.goods_h3txt:before{
	content: '';
	position: absolute;
	top: 0px;
	right: 5px;
	bottom: 0px;
	left: 5px;
	z-index: -1;
	background-color: rgba(0,0,0,.5);
	transition: .3s ease;
}
@media screen and (max-width: 767px){
	.goods_h3 {
		margin:24px 0 16px;
	}
	.goods_h3txt{
		width:100%;
		line-height: 1.6;
		padding:8px 0;

	}
	.goods_h3txt span {
		margin:0 -12.5%;
		font-size: 1.2rem
	}
}
.goodsIn{
	font-size: 16px;
	line-height: 2.5;
	color: #fff;
	padding-top: 48px;
	padding-bottom: 48px;
}
.goodsList {
	padding:35px 35px 0;
	position:relative;
	display: flex;
	justify-content: space-between;
	margin-bottom: 30px;
	flex-wrap: wrap;
}
.goodsList:before {
	position: absolute;
	content:'';
	left:0;
	top:5px;
	right:0;
	bottom:5px;
	border-top:1px solid #07c5e2;
	border-bottom:1px solid #07c5e2;
	pointer-events: none;
}
.goodsList:after {
	position: absolute;
	content:'';
	left:5px;
	top:0;
	right:5px;
	bottom:0;
	border-left:1px solid #07c5e2;
	border-right:1px solid #07c5e2;
	pointer-events: none;
}
.goodsList__left {
	width:40%;
	padding-bottom:35px;
}
.goodsList__left--thumb img {
	width:100%;
	height:auto;
}
.goodsList__right {
	width: calc(60% - 30px);
	padding-bottom:35px;
}
.goodsList__right--name {
	font-size:28px;
	transform: scale(0.8,1);
	display: block;
	margin:0 -12.5% 10px;
	line-height:1.6;
}
.goodsList__right--price {
	font-size:20px;
	transform: scale(0.8,1);
	display: block;
	margin:0 -12.5%;
	line-height: 1.6;
	letter-spacing: 0.2em;
}
.goodsList__right--spec {
	font-size:16px;
	transform: scale(0.8,1);
	display: block;
	margin:0 -12.5%;
	line-height: 1.7;
}
.goodsList__right--texts {
	display: block;
	margin:20px 0 0;
	line-height: 1.7;
	border-top:1px solid #07c5e2;
	padding-top:20px;
	letter-spacing: 0.15em;
}
@media screen and (max-width: 767px){
	.goodsList {
		padding:20px;
		flex-wrap: wrap;
		margin-bottom:25px;
	}
	.goodsList__left {
		width:100%;
		margin-bottom :25px;
		padding-bottom:0;
	}
	.goodsList__right {
		width:100%;
		padding-bottom: 20px;
	}
	.goodsList__right--name {
		font-size:24px;
	}
	.goodsList__right--price {
		font-size:18px;
	}
	.goodsList__right--spec {
		font-size:14px;
	}
	.goodsList__right--texts {
		font-size:1.2rem;
	}
}
.goods_infoTxt p {
	font-size:17px;
	display: block;
	line-height:1.8;
}
.goods_infoimg {
	padding:1.5em 0;
}
.goods_infoimg img {
	max-width:100%;
	height:auto;
}
@media screen and (max-width: 767px) {
	.goods_infoTxt p {
		font-size:1.2rem;
	}
	.goods_nfont {
		font-size:1.2rem;
		line-height:2;
		display: block;
	}
	.goods_h3 .goods_nfont {
		padding-top:1em;
	}
}

.t_num{
	font-size: 36px;
	line-height: 24px;
	font-weight: 700;
	font-family: 'lets_go_digitalregular', 'Noto Sans JP', sans-serif;
	margin-right:3px;
}

@media screen and (max-width: 767px){
	.t_num{
		font-size: 26px;
		line-height: 1.6;
		letter-spacing: 0;
	}
}
@media screen and (max-width: 330px){
	.t_num{
		font-size: 22px;
	}
}
.goodsList__left--swiper {
	padding-bottom:30px;
}
.goodsList__left--swiper .swiper-pagination {
	bottom:0;
	height:30px;
	display: flex;
	justify-content: center;
	align-items: flex-end;
}
.goodsList__left--swiper .swiper-pagination-bullet {
	background:transparent url(../img/common/swiper_bullet_w.svg) no-repeat center center / contain;
	opacity:1;
	display: block;
	margin:0 4px;
	border-radius: 0;
	position: relative;
	width:12px;
	height:12px;
}
.swiper-pagination-bullet.swiper-pagination-bullet-active {
	background:transparent url(../img/common/swiper_bullet_b.svg) no-repeat center center / contain;
}

.btn_infoWrap{
	text-align: center;
	display: block;
	padding-bottom: 15px;
}
.btn_info{
	display: inline-block;
}
.btn_info img{
	max-width: 90%;
}
.info {
	padding: 0;
	text-align: center;
}
.info2 {
	text-align: left;
	margin: 20px 0;
	text-align: center;
}
@media screen and (max-width: 767px){
	.btn_infoWrap{
		text-align: center;
		display: block;
		padding-bottom: 15px;
	}
	.info {
		font-size:1.2rem;
	}
	.info2 {
		font-size:1.2rem;
	}
}
.cancel__wrap {
	padding:30px 40px;
	background:#FFF;
	width:820px;
}
.cancel__wrap h2 {
	background:#068397;
	display: table;
	margin:0 auto 30px;
	font-size:20px;
	padding:0 20px;
	color:#FFF;
}
.cancel__text {
	line-height:2;
	margin-bottom:2em;
}
.cancel__schedule {
	margin-bottom:1em;
}
.cancel__schedule dt {
	margin-bottom:1em;
}
.cancel__schedule dd img {
	max-width: 100%;
	height:auto;
}
.cancel__caution {

}
@media screen and (max-width: 767px){
	.cancel__wrap {
		padding:5vw;
		background:#FFF;
		width:90vw;
		margin:0 auto;
		font-size:1.2rem;
	}
	.cancel__wrap h2 {
		font-size:1.4rem;
		line-height:1.4;
		text-align: center;
		width:100%;
		padding:2vw 4vw;
		margin-bottom:5vw;
	}
	.cancel__schedule dd {
		width:calc(100% + 10vw);
		margin:0 -5vw;
		overflow: auto;
	}
	.cancel__schedule dd img {
		display: block;
		width:200vw;
		margin:0 5vw;
		max-width: 300vw
	}
	.goodsIn{
		padding-top: 20px;
	}
}

.dotline {
	border-bottom:1px dotted #07c5e2;
	margin-bottom: 30px;
}